8000 adds case for zdir=y · jklymak/matplotlib@d37407c · GitHub
[go: up one dir, main page]

Skip to content

Commit d37407c

Browse files
committed
adds case for zdir=y
1 parent bfe5636 commit d37407c

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
Loading

lib/mpl_toolkits/tests/test_mplot3d.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ def test_plot_3d_from_2d():
183183
xs = np.arange(0, 5)
184184
ys = np.arange(5, 10)
185185
ax.plot(xs, ys, zs=0, zdir='x')
186+
ax.plot(xs, ys, zs=0, zdir='y')
186187

187188

188189
@image_comparison(baseline_images=['surface3d'], remove_text=True)

0 commit comments

Comments
 (0)
0