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

### Description I was plotting a colorbar using a custom colormap and levels using `ax.colorbar`. However, sometimes I observed that the plot would miss out one level (and its color)....

bug

### Description The results of using edgecolor and facecolor with pcolormesh are different from the matplotlib. ### Steps to reproduce ```python # your code here import numpy as np import...

enhancement

### Description When applying a list of matplotlib-valid colors to an ax.scatter plot, the process fails with a TypeError - it appears to occur when calling numpy to mask values....

Hi, thanks for the great package. I found this package today and got very excited about it. I have skimmed over the document with great enthusiasm. It is really what...

feature

### Description Hi, is it possible to make the abc labels slightly offset to the left from the axis? This would probably be a negative position. I was hoping to...

feature

Plotting the same image several times in a loop, however the origins of the x and y axis seems to be chosen randomly, see the image below. I am plotting...

### Description ``` AttributeError: 'CartesianAxesSubplot' object has no attribute '_shared_y_axes'. Did you mean: '_shared_axes'? ``` ### Steps to reproduce ```commandline python -m venv venv source venv/bin/activate pip install proplot python...

### Description Bug on savefig when xlabelpad != ylabelpad (I think). Would complete all plotting code but throw: TypeError: can't multiply sequence by non-int of type 'float' when savefig is...

### Description I wanted to plot a contour map in a geographic projection, and the plotting went just fine. However, when I tried to add labels to contours, the results...

enhancement

### Description If we plot the data first and then add the landcolor, the land will cover the data. It's better to set the land to the lowest zorder. ###...

enhancement