Searched defs:pyplot (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuihlpgraphmatplotlib.py37 import matplotlib.pyplot; # pylint: disable=F0401 namespace
58 Wrapper around matplotlib.pyplot.figure that feeds the figure the
62 matplotlib.pyplot.xkcd(); # pylint: disable=E1101
65 oFigure = matplotlib.pyplot.figure(figsize = (float(self._cxGraph) / self._cDpiGraph,
248 matplotlib.pyplot.setp(oSubPlot, xticks = [], yticks = []);

Completed in 41 milliseconds