Re: [sage-support] Sage and Texshop: Plotting a slope field

2010-08-25 Thread Dan Drake
On Wed, 25 Aug 2010 at 04:43PM -0700, Sony wrote: > Can you plot a slope field in TexShop and generate a latex output? > > For example, using something like: > > \begin{sageblock} > var('y') > p=plot_slope_field(x-y^2,(x,0,5),(y,0,6)) > \end{sageblock} > > \sageplot{p} > > Of course, the above doe

[sage-support] Sage and Texshop: Plotting a slope field

2010-08-25 Thread Sony
Can you plot a slope field in TexShop and generate a latex output? For example, using something like: \begin{sageblock} var('y') p=plot_slope_field(x-y^2,(x,0,5),(y,0,6)) \end{sageblock} \sageplot{p} Of course, the above does not work, hence the question. I appreciate any advise. -- To post