Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

mplot3d projection results in non-orthogonal axes #8894

Closed
Milestone
@eric-wieser

Description

@eric-wieser

When viewed from above, the default grids are not square, but are distorted into diamonds/parallelograms depending on the vertical rotation angle:

import matplotlib.pyplot as pltfrom mpl_toolkits.mplot3d import Axes3Dfig = plt.figure()ax = fig.gca(projection='3d')ax.view_init(90,45)  # or by manual rotationplt.show()

image

The projection should not include non-uniform scale (or skew) components by default. Furthermore, it's not at all obvious how to fix this as a user.

Couldn't find another issue that directly reports this, so put it here.

Related are#1104 and#1077

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp