Create a figure object.
So, in your example the figure object is p1
,
then p1.axis.visible = False
If you want to specify a y or x axis, then use
p1.xaxis.visible = False
or p1.yaxis.visible = False
Create a figure object.
So, in your example the figure object is p1
,
then p1.axis.visible = False
If you want to specify a y or x axis, then use
p1.xaxis.visible = False
or p1.yaxis.visible = False