Thanks, this is exactly what I want. I do want to be modular. However, my graphics object contains 0 graphics primitives
g = Graphics()
def f1(g)
g += polygon(...)
def f2(g)
g += ...
show(g)
Can I not pass g as a parameter and have it returned to outer scope?
--
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
