Changes between Initial Version and Version 3 of Ticket #11677
- Timestamp:
- 01/10/12 19:00:20 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11677
- Property Keywords beginner added
-
Property
Authors
changed from
to
Karl-Dieter Crisman
-
Ticket #11677 – Description
initial v3 19 19 z = int(options.pop('zorder', 1)) 20 20 p.set_alpha(a) 21 + f = options.pop('fill', False)21 + f = options.pop('fill', True) 22 22 + p.set_fill(f) 23 23 c = to_mpl_color(options['rgbcolor'])