Kinya Toride
Kinya Toride
### 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...
### 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)...