On Mon, Sep 5, 2011 at 12:06 PM, Ken Levasseur <[email protected]> wrote: > > > On Sep 5, 9:00 am, kcrisman <[email protected]> wrote: >> For many plot things there are also dictionaries you can set with >> options like this, but it doesn't look like this is the case for graph >> plots. There is a dictionary *listing* the options! But it doesn't >> seem to come with a global dictionary one could modify once and for >> all of defaults. > > Thanks, but something like a dictionary of options is what I was > looking for. I have some material to distribute to students and > modifying the installation doesn't work in my case, although I'll > probably do it for my own use.
You could also just define your own wrapper for the show command, i.e., your own function called "show" (or even "sh"), and set additional options there. Check out the *args and **kwds support in Python. -- William -- 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-support URL: http://www.sagemath.org
