Skip to content

Commit

Permalink
Fix scatter plot.
Browse files Browse the repository at this point in the history
  • Loading branch information
adocquin committed Jul 13, 2023
1 parent ee486b4 commit 2e56250
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion coolpandas/plot/scatterplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ def scatterplot(
height=400,
**kwargs,
)
fig.update_traces(width=0.5)
return fig
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "coolpandas"
version = "0.4.3"
version = "0.4.4"
authors = [
{ name="Avel Docquin", email="adocquin@outlook.com" },
]
Expand Down

0 comments on commit 2e56250

Please sign in to comment.