Home
last modified time | relevance | path

Searched refs:to_dygraph_colors (Results 1 – 3 of 3) sorted by relevance

/external/trappy/trappy/plotter/
DILinePlotGen.py29 from trappy.plotter.ColorMap import to_dygraph_colors
73 colors_opt_arg = ", " + to_dygraph_colors(color_map) if color_map else ""
DColorMap.py22 def to_dygraph_colors(color_map): function
/external/trappy/tests/
Dtest_plotter.py355 from trappy.plotter.ColorMap import to_dygraph_colors
359 self.assertEquals(to_dygraph_colors(color_map), expected)
363 self.assertEquals(to_dygraph_colors(color_map), expected)