Classes | |
class | SelectRect |
Selection rectangle for TimeSeriesDisplay. More... | |
class | TimeSeriesDisplay |
plot lists of time series allow saving & annotation More... | |
Functions | |
def | random_color |
gets a random color string | |
Variables | |
string | DARKBLUE = '#008AB8' |
string | GREY = '#E0E0E0' |
string | LIGHTBLUE = '#33CCFF' |
string | LIME = '#CCFF33' |
gets a random color string
Definition at line 15 of file data_display.py.
string hrl_lib::data_display::DARKBLUE = '#008AB8' |
Definition at line 8 of file data_display.py.
string hrl_lib::data_display::GREY = '#E0E0E0' |
Definition at line 10 of file data_display.py.
string hrl_lib::data_display::LIGHTBLUE = '#33CCFF' |
Definition at line 7 of file data_display.py.
string hrl_lib::data_display::LIME = '#CCFF33' |
Definition at line 9 of file data_display.py.