How to move axis label using list_plot

asked 2013-02-06 10:50:42 +0200

I want to move the x-axis line from y=0 to y=-5 using list_plot?

edit retag flag offensive close merge delete

Comments

Can you be more specific about what you want to do? It's possible to move the axis itself using some arcane matplotlib commands, but I don't think that's what you actually want - ?

kcrisman gravatar imagekcrisman ( 2013-02-06 12:53:34 +0200 )edit

I think that's exactly what the OP wants. There is no direct support for this in sage. My suggestion would be that you turn off the axis. Then draw a vertical and a horizontal line by yourself. OR, use matplotllib directly to get ticks support too.

ppurka gravatar imageppurka ( 2013-02-07 09:33:32 +0200 )edit