Skip to content

Commit e654f70

Browse files
committed
tweaked stacked countour example
I don't double-draw the z axis or the z labels
1 parent 3668db7 commit e654f70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,9 +379,9 @@ def check_expected_error(what, f):
379379
'contour base' )
380380
for hardcopy in (None, "stacked-contours.png", "stacked-contours.gp",):
381381

382-
gp.plot3d( (zz0, dict(_set = commonset + ('xyplane at 10' ,))),
383-
(zz1, dict(_set = commonset + ('xyplane at 80' ,))),
384-
(zz2, dict(_set = commonset + ('xyplane at 150',))),
382+
gp.plot3d( (zz0, dict(_set = commonset + ('xyplane at 10',))),
383+
(zz1, dict(_set = commonset + ('xyplane at 80', 'border 15'), unset=('ztics',))),
384+
(zz2, dict(_set = commonset + ('xyplane at 150', 'border 15'), unset=('ztics',))),
385385

386386
tuplesize=3,
387387
_with = np.array(('lines nosurface',

0 commit comments

Comments
 (0)