File tree 1 file changed +19
-0
lines changed
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")
82
82
It is very similar to the matplotlib plotting backend, but provides
83
83
interactive web-based charts and maps.
84
84
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
+
85
99
### [ seaborn] ( https://seaborn.pydata.org )
86
100
87
101
Seaborn is a Python visualization library based on
@@ -94,6 +108,11 @@ pandas with the option to perform statistical estimation while plotting,
94
108
aggregating across observations and visualizing the fit of statistical
95
109
models to emphasize patterns in a dataset.
96
110
111
+ ```
112
+ import seaborn as sns
113
+ sns.set_theme()
114
+ ```
115
+
97
116
### [ plotnine] ( https://github.com/has2k1/plotnine/ )
98
117
99
118
Hadley Wickham's [ ggplot2] ( https://ggplot2.tidyverse.org/ ) is a
You can’t perform that action at this time.
0 commit comments