proplot
proplot copied to clipboard
🎨 A succinct matplotlib wrapper for making beautiful, publication-quality graphics
Currently the latest `proplot` version only supports `matplotlib
I have received the following error when trying to import proplot. I have tried switching to prior versions of the "packaging" module (with no luck) since it seems to have...
I cannot install the matplotlib which's version is older than 3.5.0, how I install the proplot?....... Extracting /project/freetype/freetype2/2.6.1/freetype-2.6.1.tar.gz Building freetype in build\freetype-2.6.1 msbuild build\freetype-2.6.1\builds\windows\vc2010\freetype.sln /t:Clean;Build /p:Configuration=Release;Platform=x64 error: command 'msbuild' failed:...
* Adds support up to `matplotlib==3.6.0` by leveraging `_gen_cmap_registry()` to set up colormap database. * Adds support up to latest `matplotlib==3.8.3` by referencing hidden `_fontconfig_pattern` module for setting up fontconfig...
I'm wondering if the `proplot` repo here could be moved to another organization, e.g. https://github.com/matplotlib or https://github.com/pangeo-data or elsewhere that it would fit. This wonderful package now has > 1,000...
### Description Hi Luke! I have been working with proplot as I can make beautiful plots. So, first of all, THANK YOU! However, I always struggle a bit when working...
Set markercolor for scatter plots with a substring from another columns using .map() and colordict
### Description I have my pandas DataFrame with 3 columns: 2 are numerical and 1 is categorical (string); below is a subset of the data. Site2 MOB insituOxy '1244' 0.792353...
May I ask how to import. shp format files into proplot
### Description Using the development version of proplot in a venv to get the matplotlib version 3.4.3, I have a deprecation warning with savefig() ### Steps to reproduce ```python import...