Re: [sage-devel] Re: Possible bug in saving a plot!

2011-01-25 Thread Matt Goodman
Use the raw string preface to avoid backslash hell. print r'' gives --Matthew Goodman = Check Out My Website: http://craneium.net Find me on LinkedIn: http://tinyurl.com/d6wlch On Tue, Jan 25, 2011 at 5:46 PM, Ryan Grout wrote: > On 01/25/2011 06:14 PM, Dox wrote:

[sage-devel] Re: Possible bug in saving a plot!

2011-01-25 Thread Jason Grout
On 1/25/11 5:46 PM, Ryan Grout wrote: On 01/25/2011 06:14 PM, Dox wrote: Hi everyone, Today I was writing a SAGE tip for my blog, about using customized ticks in plots, and I realize that, sage: p = plot(sin(x), (x, -7, 7), ticks=pi/2, tick_formatter=pi, axes_labels=['$x$','$\\sin(x)$'], fonts

[sage-devel] Re: Possible bug in saving a plot!

2011-01-25 Thread Ryan Grout
On 01/25/2011 06:14 PM, Dox wrote: Hi everyone, Today I was writing a SAGE tip for my blog, about using customized ticks in plots, and I realize that, sage: p = plot(sin(x), (x, -7, 7), ticks=pi/2, tick_formatter=pi, axes_labels=['$x$','$\\sin(x)$'], fontsize=14, color='red') sage: p.save('/ho