carputils
Doxygen code documentation for the python framework controlling openCARP
carputils
bullseye
plot
Classes
|
Variables
carputils.bullseye.plot Namespace Reference
Classes
class
BEPlot
Variables
carpcolmapRGB
carpcolmapBGR
Variable Documentation
◆
carpcolmapBGR
carputils.bullseye.plot.carpcolmapBGR
Initial value:
1
= colors.LinearSegmentedColormap(
'CARPCOLMAPBGR'
, {
'blue'
: ((0.00, 1.0, 1.0), (0.25, 1.0, 1.0), (0.50, 0.0, 0.0), (1.00, 0.0, 0.0)),
2
'green'
: ((0.00, 0.0, 0.0), (0.25, 1.0, 1.0), (0.75, 1.0, 1.0), (1.00, 0.0, 0.0)),
3
'red'
: ((0.00, 0.0, 0.0), (0.50, 0.0, 0.0), (0.75, 1.0, 1.0), (1.00, 1.0, 1.0))})
◆
carpcolmapRGB
carputils.bullseye.plot.carpcolmapRGB
Initial value:
1
= colors.LinearSegmentedColormap(
'CARPCOLMAPRGB'
, {
'red'
: ((0.00, 1.0, 1.0), (0.25, 1.0, 1.0), (0.50, 0.0, 0.0), (1.00, 0.0, 0.0)),
2
'green'
: ((0.00, 0.0, 0.0), (0.25, 1.0, 1.0), (0.75, 1.0, 1.0), (1.00, 0.0, 0.0)),
3
'blue'
: ((0.00, 0.0, 0.0), (0.50, 0.0, 0.0), (0.75, 1.0, 1.0), (1.00, 1.0, 1.0))})
Generated by
1.8.13