#5448: [with patch, needs work] rework save/show in plot, use Matplotlib's axes
code, upgrade matplotlib
-------------------------+--------------------------------------------------
Reporter: mhansen | Owner: mhansen
Type: enhancement | Status: assigned
Priority: major | Milestone: sage-4.1.2
Component: graphics | Keywords:
Reviewer: | Author:
Merged: |
-------------------------+--------------------------------------------------
Comment(by jason):
Try this from the command line:
{{{
$ sage -sh
$ cd $SAGE_ROOT/devel/sage/sage/
$ hg qimport http://trac.sagemath.org/sage_trac/raw-
attachment/ticket/5448/trac-5448-matplotlib-axes-gridlines.patch
$ hg qpush
}}}
(there is a way to do this inside of Sage too, like you tried above, but I
never use that and don't know exactly what to type).
The error message above says that you were modifying files, though. To
see what has been changed, do:
{{{
$ sage -sh
$ cd $SAGE_ROOT/devel/sage/sage/
$ hg diff
}}}
If you don't want to save any of your changes, you can do the following.
WARNING: this will delete all changes you've made to Sage files that you
haven't checked into the repository.
{{{
hg revert --all
}}}
and then do the above hg qimport commands.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5448#comment:20>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---