Kinya Toride

Results 13 issues of 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...

bug

### 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...

bug

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