proplot
proplot copied to clipboard
🎨 A succinct matplotlib wrapper for making beautiful, publication-quality graphics
This will finally add robust image comparison testing to proplot using [matplotlib/pytest-mpl](https://github.com/matplotlib/pytest-mpl). Inside `tests`, I declare several functions developed from my own *ad hoc* jupyter notebook tests. These will be...
We may consider adding some more colorblind-friendly color schemes. See some discussion at https://github.com/matplotlib/matplotlib/issues/9460 I just take some notes here for future reference. Several options - Okabe & Ito's palette,...
### Description Hi, is it possible to allow a single label for a group of lines? Currently, we need to pass the same number of labels for plotted elements. Here,...
This is a minor issue, but I don't think the default behavior of datetime minorticks is pretty and publication-quality as shown in the example from the proplot homepage. Since we...
### Description I found a minor bug that when we plot a colorbar twice, unexpected minor ticks appear in the first colorbar. ### Steps to reproduce ```python import numpy as...
### Description Hi, thanks for your great work as always. I found that tick rotation does not work sometimes. ### Steps to reproduce ```python import numpy as np import proplot...
Hi, thank you for this tool. I think it's great as it saves a lot of time. Sometimes though, there are unexpected features (bugs?) ### Description The colormap is weird...
### Description I cannot get the geo axes to work with cartopy 0.21.X. I see the ci is pinned at 0.20.X which is probably why you have not seen this....
### Description When I set `proj='npaeqd'`, `proplot 0.9.7` does not show all longitude labels, but only far bottom label `0°`. This problem does not exists in `0.9.5.post332`. ```python import proplot...
### Description The location of xlabel is usually in the middle of subplots. But, it doesn't work for Cartesian and Geographic mixed plots. ### Steps to reproduce ```python import proplot...