proplot icon indicating copy to clipboard operation
proplot copied to clipboard

🎨 A succinct matplotlib wrapper for making beautiful, publication-quality graphics

Results 111 proplot issues
Sort by recently updated
recently updated
newest added

I am a PhD student in climate science, and love proplot! But I would love to use it from xarray using an accessor. That might look like this: So you...

feature

### Description The TwoSlopeNorm doesn't work with proplot. ### Steps to reproduce ```python import numpy as np import proplot as pplt from matplotlib.colors import TwoSlopeNorm import xarray as xr x,...

bug
integration

### Description A deprecation warning with savefig() has been displayed for a long time and has not been solved. /Users/yk/anaconda3/lib/python3.11/site-packages/proplot/figure.py:469: MatplotlibDeprecationWarning: savefig() got unexpected keyword argument "facecolor" which is no...

### Description In some cases, I find that the grid plotted by the pcolormesh function exhibits misplacement at the bottom (as shown in the following figure). However, it only occurs...

Continuation of #458 and #450. This PR makes it up-to-date with the latest mpl version. It passes the generate unittests from #458, I will do some finalize testing since the...

### Description When I plot two subplots aligned as rows, the x is not really shared and there is a weird effect on the grid/xticks. Not sure if I'm doing...

### Description I often have the issue where the axes are not shared, but I do want to share the labels. For example when I am mixing some axes and...

Scatter plot are not cycling to different colors when plotting on the same axis. Fixed in #459

### Description Sharing axis does not perform well in `scatter` or `plot`. I noticed this the other day when plotting data that is in different ranges. First, we notice how...

Come over every day to check when the updates are available.