We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9de45e commit 94d73c0Copy full SHA for 94d73c0
examples/ggplotly_showcase.py
@@ -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
-
5
# %% [markdown]
6
# # ggplotly: A Grammar of Graphics for Plotly
7
#
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "ggplotly"
-version = "0.3.3"
+version = "0.3.4"
8
description = "A grammar of graphics for Python built on Plotly"
9
readme = "README.md"
10
license = {text = "MIT"}
0 commit comments