Kinya Toride
Kinya Toride
### Description Hi, I like the way you configured sharex and sharey with different levels, but there is a slight difference between matplotlib sharex/sharey. In proplot, sharex only works in...
### Description The shared x-label does not appear when `fig.delaxes` is used. ### Steps to reproduce ```python fig, axs = pplt.subplots(ncols=3, nrows=2) axs.format(xlabel='xlabel', ylabel='ylabel') fig.delaxes(axs[-1]) ``` **Actual behavior**: [What actually...
### Description Hi, would it be possible to add a feature that sets column and row labels in legends? I think this is useful when you have many overlapped labels....
### Description Hi, I really like the feature that `twinx` and `twiny` can be applied to `axs`, which was not possible with `matplotlib`. Would it be possible to add `share`...
### 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 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...
### Description Hi, is it possible to allow a single label for a group of lines? Currently, we need to pass the same number of labels for plotted elements. Here,...
This is a minor issue, but I don't think the default behavior of datetime minorticks is pretty and publication-quality as shown in the example from the proplot homepage. Since we...