Skip to content
Snippets Groups Projects
Commit 6d35c8df authored by Michele Maris's avatar Michele Maris
Browse files

u

parent ea7aba4c
No related branches found
No related tags found
No related merge requests found
......@@ -492,7 +492,7 @@ class StandardFig() :
plt.gca().get_xaxis().set_visible(visible)
def yaxis_visible(self,visible) :
from matplotlib import pyplot as plt
plt.gca().get_xaxis().set_visible(visible)
plt.gca().get_yaxis().set_visible(visible)
#
# metadata PROPERTIES
@property
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment