Hi –
Is there any way to make the x and y axes conditionally visible?
For example: when n>5, make x-axis visible, otherwise invisible.
Thanks!
Dave Yrueta
Hi –
Is there any way to make the x and y axes conditionally visible?
For example: when n>5, make x-axis visible, otherwise invisible.
Thanks!
Dave Yrueta
I don’t think so. When I need to do that, I just generate my own axes using lines, a list of numbers, and a set of labeled points.
Got it. Nice workaround, I’ll use it. Thanks for the reply!