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 file:
----------------------------------------------------------------------
[ui]
username = William Stein <wst...@gmail.com>
----------------------------------------------------------------------


cd "/home/fabio/programs/source/sage-3.2.1/devel/sage" && hg status

WARNING:
Make sure to create a ~/.hgrc file:
----------------------------------------------------------------------
[ui]
username = William Stein <wst...@gmail.com>
----------------------------------------------------------------------


cd "/home/fabio/programs/source/sage-3.2.1/devel/sage" && hg status

WARNING:
Make sure to create a ~/.hgrc file:
----------------------------------------------------------------------
[ui]
username = William Stein <wst...@gmail.com>
----------------------------------------------------------------------


cd "/home/fabio/programs/source/sage-3.2.1/devel/sage" && hg import
"/home/fabio/programs/source/sage-3.2.1/fill_plot.patch"
applying /home/fabio/programs/source/sage-3.2.1/fill_plot.patch
abort: no diffs found
***********************************************************




On Thu, Jan 15, 2009 at 9:43 AM, Wilfried_Huss
<h...@finanz.math.tugraz.at>wrote:

>
>
>
> On 14 Jan., 21:35, "Fabio Tonti" <fto...@gmail.com> 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 -b
>
> to rebuild.
>
> Greetings,
> Wilfried.
>
> > Fabio
> >
> > On Wed, Jan 14, 2009 at 7:04 PM, Wilfried_Huss
> > <h...@finanz.math.tugraz.at>wrote:
> >
> >
> >
> > > On 14 Jan., 14:04, "Fabio Tonti" <fto...@gmail.com> 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 patch at
> >
> > >http://trac.sagemath.org/sage_trac/ticket/4976
> >
> > > which adds this capability to the plot command.
> > > Maybe you can help test it.
> >
> > > Cheers,
> > > Wilfried
> >
> > > > Thanks in advance.
> >
> > > > Fabio
> >
> > > >  fill.py
> > > > < 1 KBAnzeigenHerunterladen
> >
>

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to