Skip to content

Commit c3782ba

Browse files
authored
Merge pull request #2 from raydemay/master
Fixed args passed to scatter
2 parents 6ad547e + 917db93 commit c3782ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

huracan/engine.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -866,8 +866,8 @@ class arguments can be passed to this function.
866866
fig=fig,
867867
# Further customization
868868
plot_label=plot_label,
869-
x_label=x_label,
870-
y_label=y_label,
869+
label_x=x_label,
870+
label_y=y_label,
871871
show=show,
872872
**further_custom)
873873

0 commit comments

Comments
 (0)