Skip to content

Commit

Permalink
Fixed args passed to scatter
Browse files Browse the repository at this point in the history
mpl_plotter scatter class has args for label_x and label_y rather than x_label and y_label
  • Loading branch information
raydemay committed Jan 10, 2023
1 parent 6ad547e commit 917db93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions huracan/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -866,8 +866,8 @@ class arguments can be passed to this function.
fig=fig,
# Further customization
plot_label=plot_label,
x_label=x_label,
y_label=y_label,
label_x=x_label,
label_y=y_label,
show=show,
**further_custom)

Expand Down

0 comments on commit 917db93

Please sign in to comment.