|
3 | 3 |
|
4 | 4 | defined_plots = { |
5 | 5 | "bar-counts": [ |
6 | | - "pandas", "plotnine", "lets-plot", "ggplot", "plotly", "altair", |
| 6 | + "pandas", "seaborn-objects", "plotnine", "lets-plot", "ggplot", "plotly", "altair", |
7 | 7 | ], |
8 | 8 | "dodged-bar-chart": [ |
9 | | - "pandas", "plotnine", "lets-plot", "ggplot", "plotly", "altair", |
| 9 | + "pandas", "seaborn-objects", "plotnine", "lets-plot", "ggplot", "plotly", "altair", |
10 | 10 | ], |
11 | 11 | "scatter-plot": [ |
12 | | - "pandas", "plotnine", "lets-plot", "ggplot", "plotly", "altair", |
| 12 | + "pandas", "seaborn-objects", "plotnine", "lets-plot", "ggplot", "plotly", "altair", |
13 | 13 | ], |
14 | 14 | "scatter-plot-with-colors": [ |
15 | 15 | "matplotlib", |
16 | 16 | "seaborn", |
| 17 | + "seaborn-objects", |
17 | 18 | "plotnine", |
18 | 19 | "lets-plot", |
19 | 20 | "ggplot", |
20 | 21 | "plotly", |
21 | 22 | "altair", |
22 | 23 | ], |
23 | 24 | "scatter-plot-with-facet": [ |
24 | | - "seaborn", "plotnine", "lets-plot", "ggplot", "plotly", "altair", |
| 25 | + "seaborn", "seaborn-objects", "plotnine", "lets-plot", "ggplot", "plotly", "altair", |
25 | 26 | ], |
26 | 27 | "scatter-plot-with-facets": [ |
27 | | - "seaborn", "plotnine", "lets-plot", "ggplot", "plotly", "altair", |
| 28 | + "seaborn", "seaborn-objects", "plotnine", "lets-plot", "ggplot", "plotly", "altair", |
28 | 29 | ], |
29 | 30 | "scatter-plot-with-size": [ |
30 | | - "pandas", "plotnine", "lets-plot", "ggplot", "plotly", "altair", |
| 31 | + "pandas", "seaborn-objects", "plotnine", "lets-plot", "ggplot", "plotly", "altair", |
31 | 32 | ], |
32 | 33 | "scatter-with-regression": [ |
33 | 34 | "seaborn", "plotnine", "lets-plot", "ggplot", "plotly", |
34 | 35 | ], |
35 | 36 | "simple-histogram": [ |
36 | 37 | "pandas", |
37 | 38 | "matplotlib", |
| 39 | + "seaborn-objects", |
38 | 40 | "plotnine", |
39 | 41 | "lets-plot", |
40 | 42 | "ggplot", |
41 | 43 | "plotly", |
42 | 44 | "altair", |
43 | 45 | ], |
44 | 46 | "stacked-bar-chart": [ |
45 | | - "pandas", "plotnine", "lets-plot", "ggplot", "plotly", "altair", |
| 47 | + "pandas", "seaborn-objects", "plotnine", "lets-plot", "ggplot", "plotly", "altair", |
46 | 48 | ], |
47 | 49 | "stacked-kde": [ |
48 | | - "pandas", "seaborn", "plotnine", "lets-plot", "ggplot", "plotly", "altair", |
| 50 | + "pandas", |
| 51 | + "seaborn", |
| 52 | + "seaborn-objects", |
| 53 | + "plotnine", |
| 54 | + "lets-plot", |
| 55 | + "ggplot", |
| 56 | + "plotly", |
| 57 | + "altair", |
49 | 58 | ], |
50 | 59 | "stacked-smooth-line-and-scatter": [ |
51 | 60 | "plotnine", "lets-plot", "ggplot", "plotly", "altair", |
52 | 61 | ], |
53 | 62 | "timeseries": [ |
54 | | - "pandas", "plotnine", "lets-plot", "ggplot", "plotly", "altair", |
| 63 | + "pandas", "seaborn-objects", "plotnine", "lets-plot", "ggplot", "plotly", "altair", |
55 | 64 | ], |
56 | 65 | } |
57 | 66 |
|
|
0 commit comments