File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,20 @@ pd.set_option("plotting.backend", "pandas_bokeh")
8282It is very similar to the matplotlib plotting backend, but provides
8383interactive web-based charts and maps.
8484
85+ ### [ pygwalker] ( https://github.com/Kanaries/pygwalker )
86+
87+ PyGWalker is an interactive data visualization and
88+ exploratory data analysis tool built upon Graphic Walker
89+ with support for visualization, cleaning, and annotation workflows.
90+
91+ pygwalker can save interactively created charts
92+ to Graphic-Walker and Vega-Lite JSON.
93+
94+ ```
95+ import pygwalker as pyg
96+ pyg.walk(df)
97+ ```
98+
8599### [ seaborn] ( https://seaborn.pydata.org )
86100
87101Seaborn is a Python visualization library based on
@@ -94,6 +108,11 @@ pandas with the option to perform statistical estimation while plotting,
94108aggregating across observations and visualizing the fit of statistical
95109models to emphasize patterns in a dataset.
96110
111+ ```
112+ import seaborn as sns
113+ sns.set_theme()
114+ ```
115+
97116### [ plotnine] ( https://github.com/has2k1/plotnine/ )
98117
99118Hadley Wickham's [ ggplot2] ( https://ggplot2.tidyverse.org/ ) is a
You can’t perform that action at this time.
0 commit comments