plotnine icon indicating copy to clipboard operation
plotnine copied to clipboard

A Grammar of Graphics for Python

Results 138 plotnine issues
Sort by recently updated
recently updated
newest added

There are small typos in: - plotnine/geoms/annotate.py - plotnine/geoms/geom.py Fixes: - Should read `efficiency` rather than `effeciency`. - Should read `annotation` rather than `annoation`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

I can't get the theme element `axis_ticks` to change the color of the ticks. For example, the following code allows me to change the size of the ticks but not...

Hi, The following code save the transparent background. p = ggplot(res,aes(x='date',y='Price',fill='Company'))+geom_tile(aes(width=0.95,height=0.95)) p.save("market.pdf") How to set the backgound in white color ?

Hi, I use `geom_line` and `scale_x_log10` to plot my data in log10 along xaxis, the labels are in scientific notation shown like "1e5", however, I would like the label to...

question
feature

Is there any way to achieve a gradient in the filling of an area chart? I have not been able to find anything in the docs. If not, how feasible...

Feature

I am aware that there is a theming system inside p9. I wonder if there is a way to apply already existed matplotlib styles directly to p9 plots? For examples...

question

Hi thanks for your great package! Is there a way to easily (e.g. by theme) make **real** fivethirtyeight / "The Economist" style plots? This would (most importantly) include: - left...

Enhancement
Question
Layout

Correct me if I am wrong, but it is not possible(?) to create a multi-facet plot with continuous facets where one of the facets reverses the x (y) axis in...

Question
Documentation

Hello, searched repository and documentation for secondary x & y axis, @has2k1 you mentioned in #63 , "When Matplotlib ships the constraint layout manager, I'll look into adding secondary axes...

Feature
Layout

Dear All, I'm trying to update a single plot (or re-generate the same plot) depending on a value given by an ipywidget, but I get new plots when the ggplot...

Enhancement
Documentation