You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a renewal of issue #3822 which was closed due to lack of reprex and detail.
Sometimes a log scale needs to be shown in reverse. For example, when creating a volcano plot, the y-axis shows a -log10 representation of the p-value.
I would like to be able to add log ticks to the axis and have them correspond to the axis. Right now, annotation_logticks() only works in one direction and not in reverse. An option reverse = 1 would be very useful.
The output shows the nine intervening ticks between the major ticks being bunched towards the smaller rather than larger value. The same result is seen using the original data and the appropriate trans arguments for scale_y_continuous()
This is a renewal of issue #3822 which was closed due to lack of reprex and detail.
Sometimes a log scale needs to be shown in reverse. For example, when creating a volcano plot, the y-axis shows a -log10 representation of the p-value.
I would like to be able to add log ticks to the axis and have them correspond to the axis. Right now,
annotation_logticks()
only works in one direction and not in reverse. An optionreverse = 1
would be very useful.The output shows the nine intervening ticks between the major ticks being bunched towards the smaller rather than larger value. The same result is seen using the original data and the appropriate
trans
arguments forscale_y_continuous()
The text was updated successfully, but these errors were encountered: