Skip to content

Commit 2f11939

Browse files
ArlindKadramfeurer
authored andcommitted
Fix failing simple_datasets_tutorial example (#812)
1 parent 1e85bb6 commit 2f11939

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/20_basic/simple_datasets_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
sns.set_style("darkgrid")
5757

5858

59-
def hide_current_axis():
59+
def hide_current_axis(*args, **kwds):
6060
plt.gca().set_visible(False)
6161

6262

0 commit comments

Comments
 (0)