Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to change position of the axes values of a Sage plot.

I am plotting 2D functions on Sage, and I would like to move the values displayed along the $y$ axis (the ticks) from the left of the axis to the rigth, because they bother me there. I had a look and I think this can be done in Python with matplotlib (using set_tick_params() or set_ticks_position()) which is included in Sage, but I am not sure of how to combine a region_plot() from Sage with this axis modification.

¿Anyway to do what I am saying? I can't include an example of what I am saying because I don't have enough Karma to add a figure or link...