Changes between Initial Version and Version 8 of Ticket #11028
- Timestamp:
- 06/09/11 01:47:33 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11028
-
Property
Status
changed from
new
toneeds_review
-
Property
Reviewers
changed from
to
Karl-Dieter Crisman
-
Property
Authors
changed from
evanandel
toEthan Van Andel
-
Property
Status
changed from
-
Ticket #11028 – Description
initial v8 1 I modified ComplexPlot to be more flexible and modular. The __init__ method now takes rgb_data instead of z_values as input. This permits users to decide how they want to represent their complex data. Adjustments have been made to bothRiemannMap.plot_colored and complex_plot.1 I modified !ComplexPlot to be more flexible and modular. The __init__ method now takes rgb_data instead of z_values as input. This permits users to decide how they want to represent their complex data. Adjustments have been made to both !RiemannMap.plot_colored and complex_plot. 2 2 3 I also removed the now-redundant ColorPlot from riemann.pyx.3 I also removed the now-redundant !ColorPlot from riemann.pyx.