2012/7/1 Slumberland <rkhi...@gmail.com> > > -- all the parameters which (should) belong to the grapher are instead > duplicated in the various plot() methods. They overlap, and there are then > *additional* routines to sort out the overlap. e.g. "show axes", "aspect > ratio". > -- Where there are *not* routines to sort it out, the behavior is equally > odd. If the "xmin" and "xmax" values are different for two plot() calls, > only parts of the function show, when they are added to the same image. > All but *one* definition of *display range* is accidentally converted to > a *function evaluation* range. > <http://www.sagemath.org>
I don't know if it can be considered to be related, but I noticed in some cases that when plotting a 3d implicit plot if I put the "mesh=True" in the plot it doesn't show up, but when inside the show method it does show up (in Jmol, not in Tachyon). This is confusing because it seems natural to define various properties of the plot inside the plot itself, as many other parameters work in both methods. -- *Andrea Lazzarotto* - http://andrealazzarotto.com* * -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org