proplot
proplot copied to clipboard
🎨 A succinct matplotlib wrapper for making beautiful, publication-quality graphics
### Description When the `oceancolor` is combined with `landcolor`, only the ocean is shown. ### Steps to reproduce ```python import proplot as pplt fig, axs = pplt.subplots(proj='npstere') axs.format(boundinglat=60, ocean=True, oceancolor='blue1',...
### Description Sometimes, users may want to set different colors for lat and lon gridline labels. However, `gridlabelcolor` will change both. ### Steps to reproduce ```python import proplot as pplt...
### Description Hi. I've come across an error in plotting that I am unsure how to diagnose. The data is a simple 2D temperature field. When I use the south...
I think it would be really awesome if users could generate mp4s and gifs by passing arrays with an extra "time" dimension and the keyword arg `animate=True` to arbitrary plotting...
### Description I was using propplot as the layout tool and seaborn as the plotting tool. Everything was fine until I used ax.legend(loc='b') to add a label box below the...
I'm learning proplot according to the documents. When trying [Plotting stuff](https://proplot.readthedocs.io/en/latest/basics.html#Plotting-stuff) example, it gives a `ValueError: DiscreteNorm is not invertible.` My maplotlib and proplot version are as follows: ```python In...
I found that proplot's bar and barh plot function cannot plot stacked figure correctly with both postive and negative values. It means negative values stacked together and positive values stacked...
This is a feature request as I have been unable to find a working solution right now. In short, I would like to see the option of label spaning for...
### Description Hi, I like the way you configured sharex and sharey with different levels, but there is a slight difference between matplotlib sharex/sharey. In proplot, sharex only works in...
### Description When I was adjusting the axes titles of a figure, something seemed to break the internal state of proplot. The package does not work anymore, see the error...