Suggestion for improvement:
When using a continuous scale I find the n.breaks argument very useful and intuitive to use. However, when using the sec.axis argument to simply duplicate the existing axis I run into the issue that:
- The labels/ticks of the original axis are not actually duplicated, rather the labels prior to any manipulations are duplicated.
- The
sec_axis function does not have a similar n.breaks argument.
I believe it would be very useful if the secondary axis could have the n.breaks argument and/or duplicate the primary axis that utilised this argument.
Suggestion for improvement:
When using a continuous scale I find the
n.breaksargument very useful and intuitive to use. However, when using thesec.axisargument to simply duplicate the existing axis I run into the issue that:sec_axisfunction does not have a similarn.breaksargument.I believe it would be very useful if the secondary axis could have the
n.breaksargument and/or duplicate the primary axis that utilised this argument.