From: Eric F. <ef...@ha...> - 2009-05-01 19:04:41
|
Christopher Barker wrote: > Eric Firing wrote: >> Split the command up: >> p = Circle(...) >> ax.add_patch(p, ...) >> >> (add_* could be modified to return the reference; maybe this would be >> worthwhile.) > > +1 > > > Done in r7077. Eric |