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
There is no built-in way to flip the direction of the axes.
In the meantime, here is a hack to achieve what you want. You can flip the
sign of your input data and then override the axis label printing via the
format_tick attribute. It looks like I never documented this attribute! But
you can see it in action in the Synopsis for PDL::Graphics::Prima::Axis.
See https://metacpan.org/pod/PDL::Graphics::Prima::Axis#SYNOPSIS
I want to direct the axis in the opposite direction. I can't find it in the documentation or examples
The text was updated successfully, but these errors were encountered: