Home
last modified time | relevance | path

Searched refs:MPL_STYLE (Results 1 – 2 of 2) sorted by relevance

/external/trappy/trappy/plotter/
DAttrConf.py47 MPL_STYLE = { variable
101 MPL_STYLE['axes.color_cycle'] = colors
103 MPL_STYLE['axes.prop_cycle'] = matplotlib.cycler("color", colors)
DStaticPlot.py176 AttrConf.MPL_STYLE["interactive"] = False
180 with plt.rc_context(AttrConf.MPL_STYLE):