[sage-support] Re: parametric_plot

2021-07-31 Thread slelievre
I was wrong! The functionality exists! Good thing you asked the question again as - Ask Sage question 58169 Change the view box on a 3D graph https://ask.sagemath.org/question/58169 and Frédéric Chapoton answered it there, pointing to the `add_condition` method! Remember to accept his answe

[sage-support] Re: parametric_plot

2021-07-29 Thread slelievre
So far, limiting the z range in 3D plots from plot3d, parametric_plot or parametric_plot3d is missing. Providing this feature is tracked at - Sage Trac ticket 31264 Allow setting zmin, zmax in plot3d and other 3d plots https://trac.sagemath.org/ticket/31264 Using implicit_plot3d can be a wor

[sage-support] Re: parametric_plot and xmin/xmax

2013-01-30 Thread LFS
Thanks. If asked, I vote for "opacity". It is memorable. :) On Wednesday, 30 January 2013 10:34:04 UTC+1, P Purkayastha wrote: > > On 01/30/2013 05:02 PM, LFS wrote: > > I don't know if you are desperate (then this is a decent idea) or trying > > to teach others (not so good an idea) > > When d

[sage-support] Re: parametric_plot and xmin/xmax

2013-01-30 Thread P Purkayastha
On 01/30/2013 05:02 PM, LFS wrote: I don't know if you are desperate (then this is a decent idea) or trying to teach others (not so good an idea) When desperate, I add invisible points and use show(). (Unfortunately invisible points depend on your plot type since alpha=0 is for 2d and opacity=0 i

[sage-support] Re: parametric_plot and xmin/xmax

2013-01-30 Thread LFS
I don't know if you are desperate (then this is a decent idea) or trying to teach others (not so good an idea) When desperate, I add invisible points and use show(). (Unfortunately invisible points depend on your plot type since alpha=0 is for 2d and opacity=0 is for 3d...HINT to developers to c

[sage-support] Re: parametric_plot and xmin/xmax

2013-01-21 Thread P Purkayastha
On 01/21/2013 08:01 AM, Robert Jacobson wrote: Setting xmin/xmax for parametric_plot doesn't seem to do anything, but ymin/ymax work as expected. What am I doing wrong? t = var('t') parametric_plot( (cos(t), sin(t)), (t, 0, 2*pi), xmin=-2, xmax=2, ymin=-2, ymax=2) Look at this ticket: http://t

Re: [sage-support] Re: parametric_plot with Piecewise doesn't work ?

2010-05-15 Thread Robert Bradshaw
On May 15, 2010, at 5:31 PM, kcrisman wrote: Thanks for your email. Unfortunately, Piecewise functions were implemented very early in the history of Sage, and so do not support tons of newer Sage functionality. Although there are a number of us interested in improving this situation, thus far

[sage-support] Re: parametric_plot with Piecewise doesn't work ?

2010-05-15 Thread kcrisman
Thanks for your email. Unfortunately, Piecewise functions were implemented very early in the history of Sage, and so do not support tons of newer Sage functionality. Although there are a number of us interested in improving this situation, thus far time and expertise has not been there. Unless

[sage-support] Re: parametric_plot and constants? multiple plots?

2008-08-20 Thread Mike Witt
On Aug 19, 6:20 pm, Jason Merrill <[EMAIL PROTECTED]> wrote: > On Aug 19, 8:23 pm, Mike Witt <[EMAIL PROTECTED]> wrote: > > > As long as I'm here, a 2nd question. Using the command line interface, > > is there any way I can spawn more than one window to render different > > plots in them at the

[sage-support] Re: parametric_plot and constants? multiple plots?

2008-08-20 Thread Mike Witt
On Aug 19, 5:48 pm, "David Joyner" <[EMAIL PROTECTED]> wrote: > On Tue, Aug 19, 2008 at 8:23 PM, Mike Witt <[EMAIL PROTECTED]> wrote: > > > Hi, I'm a long time Mathematica user who just discovered Sage a couple > > of months ago, and I'm starting to warm up to it. I have a question > > about par

[sage-support] Re: parametric_plot and constants? multiple plots?

2008-08-19 Thread Jason Merrill
On Aug 19, 8:23 pm, Mike Witt <[EMAIL PROTECTED]> wrote: > As long as I'm here, a 2nd question. Using the command line interface, > is there any way I can spawn more than one window to render different > plots in them at the same time? (Of, if Ticket #2380 is likely to be > worked on in the nea

[sage-support] Re: parametric_plot and constants? multiple plots?

2008-08-19 Thread David Joyner
On Tue, Aug 19, 2008 at 8:23 PM, Mike Witt <[EMAIL PROTECTED]> wrote: > > Hi, I'm a long time Mathematica user who just discovered Sage a couple > of months ago, and I'm starting to warm up to it. I have a question > about parametric_plot. > > It appears that if you've got a function that evaluate