Hi everyone, What is the difference between x.plot() and x.show() for an object x? For that matter, what about view()? Of course, right now it depends on the object, but what is the general guideline?
I'm refactoring a patch that rlm just posted that adds show(list of graphs) functionality to show. I'm making it so that show(list of anything) recursively plots the items of the list and displays a tiled array of the item plots. However, I don't know how to generically plot an item and get the graphic output without displaying that plot. I can do [i.plot() for i in list], but what about objects that don't have a plot function, but do have a show() function? Thanks, Jason --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@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-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---