[sage-support] Re: filling area between plots

2009-01-28 Thread Jason Grout
kcrisman wrote: > >> There is a patch at >> >> http://trac.sagemath.org/sage_trac/ticket/4976 >> >> which adds this capability to the plot command. >> Maybe you can help test it. >> > > As Fabio said earlier in this thread, it works very nicely for the > limited examples I can concoct, as well a

[sage-support] Re: filling area between plots

2009-01-28 Thread kcrisman
> There is a patch at > > http://trac.sagemath.org/sage_trac/ticket/4976 > > which adds this capability to the plot command. > Maybe you can help test it. > As Fabio said earlier in this thread, it works very nicely for the limited examples I can concoct, as well as for the very impressive- look

[sage-support] Re: filling area between plots

2009-01-16 Thread Fabio Tonti
Wow, thanks. I should have thought about that. The fill-feature really works great! Thank you. Cheers, Fabio On Fri, Jan 16, 2009 at 11:40 AM, Mike Hansen wrote: > > Hello, > > On Fri, Jan 16, 2009 at 2:26 AM, Fabio Tonti wrote: > > Probably it's a silly question, but I get this output when tr

[sage-support] Re: filling area between plots

2009-01-16 Thread Mike Hansen
Hello, On Fri, Jan 16, 2009 at 2:26 AM, Fabio Tonti wrote: > Probably it's a silly question, but I get this output when trying to apply > the patch. Do I need to create a mercurial repository or fetch something > else first? ... > cd "/home/fabio/programs/source/sage-3.2.1/devel/sage" && hg im

[sage-support] Re: filling area between plots

2009-01-16 Thread Fabio Tonti
Probably it's a silly question, but I get this output when trying to apply the patch. Do I need to create a mercurial repository or fetch something else first? Fabio ** sage: hg_sage.import_patch("./fill_plot.patch") WARNING: Make sure to create a ~/.hgrc

[sage-support] Re: filling area between plots

2009-01-15 Thread Wilfried_Huss
On 14 Jan., 21:35, "Fabio Tonti" wrote: > I skimmed through it and it looks nice. How do I apply the patch? Should I > just substitute my plot.py with the new one? You can apply a patch in the sage commandline with: sage: hg_sage.import_patch('FILENAME') Then in the system commandline you do

[sage-support] Re: filling area between plots

2009-01-14 Thread Fabio Tonti
I skimmed through it and it looks nice. How do I apply the patch? Should I just substitute my plot.py with the new one? Fabio On Wed, Jan 14, 2009 at 7:04 PM, Wilfried_Huss wrote: > > On 14 Jan., 14:04, "Fabio Tonti" wrote: > > Hello everyone, > > > > I was wondering whether there is a way to f

[sage-support] Re: filling area between plots

2009-01-14 Thread Wilfried_Huss
On 14 Jan., 14:04, "Fabio Tonti" wrote: > Hello everyone, > > I was wondering whether there is a way to fill the region between two plots > using the sage "plot" command. > I know how to do it in matplotlib and I'm appending a script which does > exactly that with matplotlib 0.98.5. There is a p

[sage-support] Re: filling area between plots

2009-01-14 Thread David Joyner
On Wed, Jan 14, 2009 at 10:29 AM, Jason Grout wrote: > > Fabio Tonti wrote: >> Hello everyone, >> >> I was wondering whether there is a way to fill the region between two >> plots using the sage "plot" command. >> I know how to do it in matplotlib and I'm appending a script which does >> exactly

[sage-support] Re: filling area between plots

2009-01-14 Thread Jason Grout
Fabio Tonti wrote: > Hello everyone, > > I was wondering whether there is a way to fill the region between two > plots using the sage "plot" command. > I know how to do it in matplotlib and I'm appending a script which does > exactly that with matplotlib 0.98.5. > I am working on upgrading Sa