Draw 3D non-orthogonal coordinates

There is already a message asking how to draw a non-orthogonal axis in a 2D coordinate system in matplotlib. Draw a non-orthogonal axis in matplotlib? I wonder how to draw such an axis in the three-dimensional case? Say the z axis is perpendicular to the xy plane, and the x and y axes are not orthogonal. For example, how to draw a scattered three-dimensional graph for (1,2,0) and (3,2,0) in a curvilinear system? Not limited to using matplotlib. Thanks!

+8
matplotlib wolfram-mathematica matlab plot gnuplot
source share

No one has answered this question yet.

See similar questions:

3
Draw a non-orthogonal axis in matplotlib?

or similar:

128
Why is my xlabel cut off on my matplotlib patch?
40
Parallel coordinate graph in Matplotlib
27
Is there a matplotlib function for drawing diagonal lines in axis coordinates?
12
How can I get the Cartesian coordinate system in matplotlib?
4
Drawing a rectangle or bar between two points in 3D in Python and matplotlib
one
Gnuplotting changing the axis of the warp
one
Use custom label marks for axis coordinates
one
Python connecting adjacent points to a line in a three-dimensional spread
0
what's the difference between set_position ('center') and set_position ('zero') in terms of ax.spines
0
can gnuplot point the z axis left or right?

All Articles