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 Hi, I found that the path effects around title are sometime not as pretty as the default ones in matplotlib. I really like this feature in proplot so...

### Description I think it makes sense to use nonsticky bounds for some plots such as errorbar plot. Could you add an option for nonsticky bounds? ### Steps to reproduce...

### Description Hi, I think it will be great if we have an option to show error bar in the legend similar to what shade and fade do. ### Current...

### Description TypeError: tricontourf() takes 4 positional arguments but 5 were given. I think proplot does not support tri.Triangulation? ### Steps to reproduce ```python contour = axs[idx].tricontourf(x, y, tri, scalar,...

### Description inset_axes doesn't show lines. This may related to #133. ### Steps to reproduce ```python import cartopy.crs as ccrs import matplotlib as mpl import proplot as pplt from mpl_toolkits.axes_grid1.inset_locator...

### Description proplot can't plot string like datetime ### Steps to reproduce A "[Minimal, Complete and Verifiable Example](http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports)" will make it much easier for maintainers to help you. ```python import...

### Description I'm trying to clip colors in a scatter plot using `norm`, but the keyword argument seems to be ignored, unless I pass a `DiscreteNorm` ### Steps to reproduce...

enhancement

### Description The names of available colormaps change after running `import proplot`. This makes it harder to insert proplot into existing scripts which contain other plots. ### Steps to reproduce...

Just wondering if there is any timeline for a release that will support matplotlib >=3.5?

### Description There is an error message when I pass a norm argument to hist2d. ### Steps to reproduce ```python import numpy as np import proplot as pplt import matplotlib...