Skip to content

Commit 94d73c0

Browse files
committed
034
1 parent a9de45e commit 94d73c0

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

examples/ggplotly_showcase.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# ggplotly Comprehensive Showcase
2-
# A complete demonstration of all ggplotly features organized from simple to complex.
3-
# Run cells individually in VS Code or Jupyter using the `# %%` markers.
4-
51
# %% [markdown]
62
# # ggplotly: A Grammar of Graphics for Plotly
73
#

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ggplotly"
7-
version = "0.3.3"
7+
version = "0.3.4"
88
description = "A grammar of graphics for Python built on Plotly"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)