Jaap Spies wrote: > William Stein wrote: > >>>> sage: v = vector(RDF, (1,2)) >>>> sage: plot(v, type='arrow').show() >> ^^^^^^^^^^ >> >> Could you call this parameter something besides "type"? I >> don't like "type" since it is a builtin function name: >> >> sage: type(4/5) >> <type 'sage.rings.rational.Rational'> >> >> so using type in your code in a completely different way >> makes it harder to read. Maybe replace "type" by "kind"? >> > > May I suggest plottype? >
Sure. I'll update the patch this afternoon and also fix the "Arrow" error. --~--~---------~--~----~------------~-------~--~----~ 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://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---