We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e85bb6 commit 2f11939Copy full SHA for 2f11939
1 file changed
examples/20_basic/simple_datasets_tutorial.py
@@ -56,7 +56,7 @@
56
sns.set_style("darkgrid")
57
58
59
-def hide_current_axis():
+def hide_current_axis(*args, **kwds):
60
plt.gca().set_visible(False)
61
62
0 commit comments