Skip to content

Commit

Permalink
Merge pull request #2 from raydemay/master
Browse files Browse the repository at this point in the history
Fixed args passed to scatter
  • Loading branch information
alopezrivera committed Apr 29, 2024
2 parents 6ad547e + 917db93 commit c3782ba
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 c3782ba

Please sign in to comment.