I use sage for all my figures, and at the moment to get exactly what I
want I use axes=False and create my own axes and labels with text()
and line() commands.  This is somewhat painful at first but after
writing a couple of functions its not too bad.  Hopefully Mike and
others' enhancements will make my hacks obsolete.  One thing I have
needed is to combine multiple plots with different scales - for
example imagine wanting to combine listplots of GDP and life
expectancy.  You need two sets of vertical axes, something that might
be hard to do even with the improved code.

-M. Hampton

On Dec 9, 9:15 am, Jason Grout <[EMAIL PROTECTED]> wrote:
> exty wrote:
> > I found out that my question has already been answered on the list:
> >http://groups.google.com/group/sage-support/browse_thread/thread/729e...
> > And I suppose that the issue hasn't been remedied yet.
>
> > It's a real pity that Sage doesn't allow much control over the
> > plotting style. Issues like this make it hard to use Sage as a
> > teaching tool.
>
> Mike Hansen did some much-needed overhauling of the plot code to expose
> more of the Matplotlib layer that underlies everything.  I think one of
> the goals was better access to a matplotlib axes object.
>
> Mike, did I understand things correctly?  What is the status of that? (I
> know you have your fingers in lots of Sage projects and are busy with
> other things too, though).
>
> Thanks,
>
> Jason
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to