proplot icon indicating copy to clipboard operation
proplot copied to clipboard

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

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

### Description `dualx` seems to have an issue handling log scale axis. ### Steps to reproduce ```python import numpy as np import proplot as pplt x = np.logspace(-1, 1, 100)...

Posting this Issue so that people can be aware of it and perhaps fix it. I recently downloaded Matplotlib and ProPlot lately and ran into an issue. Here is a...

Ticks are off by default in GeoAxes. How do I add them?

Hello. I am writing this to you to ask a small question. While going over my home directory, I happened to see a file named "unknown-0.0-py31_0.tar.bz2." This file contains the...

### Description I'm not sure if this is a bug. When I want to set the format in a loop, this exception occurs. ### Steps to reproduce ```python fig =...