Skip to content

Commit

Permalink
fix: lint errors on example
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnanand5 committed Aug 27, 2024
1 parent 6469e24 commit 0ada213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/scatter/example_scatter_2_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
scatter=False,
lowess=True,
line_kws={"color": "black"},
ax=ax
ax=ax,
)

ax.set_title("Penguin Flipper Length vs Body Mass (Smoothed)", fontsize=16)
Expand Down

0 comments on commit 0ada213

Please sign in to comment.