[sage-support] Re: implicit plotting

2009-10-14 Thread kcrisman
On Oct 14, 9:45 am, Jason Grout wrote: > kcrisman wrote: > > > On Oct 13, 10:44 pm, Jason Grout wrote: > >> kcrisman wrote: > > >>> On Oct 13, 6:05 pm, "ma...@mendelu.cz" wrote: > Hello all, is there any other possibility how to plot implicit > function than implicitplot? > I d

[sage-support] Re: implicit plotting

2009-10-14 Thread Jason Grout
kcrisman wrote: > > > On Oct 13, 10:44 pm, Jason Grout wrote: >> kcrisman wrote: >> >>> On Oct 13, 6:05 pm, "ma...@mendelu.cz" wrote: Hello all, is there any other possibility how to plot implicit function than implicitplot? I do not like implicitplot too much, since it is in fa

[sage-support] Re: implicit plotting

2009-10-14 Thread kcrisman
On Oct 13, 10:44 pm, Jason Grout wrote: > kcrisman wrote: > > > On Oct 13, 6:05 pm, "ma...@mendelu.cz" wrote: > >> Hello all, is there any other possibility how to plot implicit > >> function than implicitplot? > > >> I do not like implicitplot too much, since it is in fact countourplot > >> a

[sage-support] Re: implicit plotting

2009-10-14 Thread kcrisman
On Oct 14, 12:19 am, Jason Grout wrote: > ma...@mendelu.cz wrote: > > > On 14 říj, 05:51, Jason Grout wrote: > >> implicit_plot(x^2+y^2==1, (x,-2, 2), (y,-2, 2), cmap=["red"]) > > > Thanks, I missed this example. > > I tried rgbcolor and color option and then tried blindly various > > predefin

[sage-support] Re: implicit plotting

2009-10-13 Thread Jason Grout
ma...@mendelu.cz wrote: > > > On 14 říj, 05:51, Jason Grout wrote: >> implicit_plot(x^2+y^2==1, (x,-2, 2), (y,-2, 2), cmap=["red"]) >> > Thanks, I missed this example. > I tried rgbcolor and color option and then tried blindly various > predefined colormaps. I don't think it's anywhere in the

[sage-support] Re: implicit plotting

2009-10-13 Thread ma...@mendelu.cz
On 14 říj, 05:51, Jason Grout wrote: > > implicit_plot(x^2+y^2==1, (x,-2, 2), (y,-2, 2), cmap=["red"]) > Thanks, I missed this example. I tried rgbcolor and color option and then tried blindly various predefined colormaps. Robert Marik --~--~-~--~~~---~--~~ To p

[sage-support] Re: implicit plotting

2009-10-13 Thread Jason Grout
William Stein wrote: > On Tue, Oct 13, 2009 at 7:44 PM, Jason Grout > wrote: >> kcrisman wrote: >>> >>> On Oct 13, 6:05 pm, "ma...@mendelu.cz" wrote: Hello all, is there any other possibility how to plot implicit function than implicitplot? I do not like implicitplot too much

[sage-support] Re: implicit plotting

2009-10-13 Thread William Stein
On Tue, Oct 13, 2009 at 7:44 PM, Jason Grout wrote: > > kcrisman wrote: >> >> >> On Oct 13, 6:05 pm, "ma...@mendelu.cz" wrote: >>> Hello all, is there any other possibility how to plot implicit >>> function than implicitplot? >>> >>> I do not like implicitplot too much, since it is in fact count

[sage-support] Re: implicit plotting

2009-10-13 Thread Jason Grout
kcrisman wrote: > > > On Oct 13, 6:05 pm, "ma...@mendelu.cz" wrote: >> Hello all, is there any other possibility how to plot implicit >> function than implicitplot? >> >> I do not like implicitplot too much, since it is in fact countourplot >> and it is not easy to set the color (for example).

[sage-support] Re: implicit plotting

2009-10-13 Thread Jason Grout
ma...@mendelu.cz wrote: > Hello all, is there any other possibility how to plot implicit > function than implicitplot? > > I do not like implicitplot too much, since it is in fact countourplot > and it is not easy to set the color (for example). What would you like to do? Jason -- Jason Gr

[sage-support] Re: implicit plotting

2009-10-13 Thread kcrisman
On Oct 13, 6:05 pm, "ma...@mendelu.cz" wrote: > Hello all, is there any other possibility how to plot implicit > function than implicitplot? > > I do not like implicitplot too much, since it is in fact countourplot > and it is not easy to set the color (for example). There is not currently any

[sage-support] Re: Implicit plotting without maxima

2009-01-24 Thread kcrisman
> For what it's worth, fast_float is implicitly called in both of these. That makes sense. > This could be considered a bug in adapt_to_callable, but even with > this fixed, the result would not be any different than > implicit_plot(f,(-1,1),(-1,1)). Okay. My curiosity is why this all *does* w

[sage-support] Re: Implicit plotting without maxima

2009-01-23 Thread Mike Hansen
Hello, On Fri, Jan 23, 2009 at 8:46 PM, kcrisman wrote: > sage: f(x,y)=x^2+y^2-1 > sage: implicit_plot(f(x,y),(-1,1),(-1,1)) # Fine > sage: implicit_plot(f,(-1,1),(-1,1)) # Fine For what it's worth, fast_float is implicitly called in both of these. > Change this to _fast_float_ and I run into