On Sat, Jun 7, 2008 at 3:36 PM, tkeller <[EMAIL PROTECTED]> wrote: > > for me(linux ubuntu 8.04) plot?? yields ": arg is not a module, > class, method, function, traceback, frame, or code object" > Source code for type plot? for help and examples not available. > > Is there a simple way to get at this source? Specifically I was > interested in making axes labels plot vertically when when > appropriate. It may be that I have a broken build that is producing > this, so a simple confirmatory/denial report would be great.
Here are two ways to get access to any source code in Sage, but where we focus on browsing the plotting code: (1) navigate to the directory SAGE_ROOT/devel/sage/sage/plot and look at the file plot.py. (2) In your web browser, go here http://sagemath.org/hg/sage-main/file and navigate to sage/sage/plot/plot.py In (1) if you modify plot.py, you type "sage -br" to install the modified version and run sage using that modified version. 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 URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
