Skip to content

Commit 034a47b

Browse files
committed
remove z-axis
1 parent ce8f577 commit 034a47b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

doc/python/ml-roc-pr.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -299,11 +299,6 @@ fig.update_layout(
299299
scaleanchor='x',
300300
scaleratio=1
301301
),
302-
zaxis=dict(
303-
title=dict(
304-
text='Z AXIS TITLE'
305-
)
306-
),
307302
width=700, height=500
308303
)
309304
fig.show()

0 commit comments

Comments
 (0)