Lines Matching refs:True
49 self._fXkcdStyle = True;
51 def setXkcdStyle(self, fEnabled = True):
54 return True;
70 def _produceSvg(self, oFigure, fTightLayout = True):
152 oLegend = oSubPlot.legend(aoTable[0].asValues, loc = 'best', fancybox = True);
157 oSubPlot.grid(True);
194 return True;
233 oLegend = oSubPlot.legend([oSeries.sName for oSeries in aoSeries], loc = 'best', fancybox = True);
241 oSubPlot.grid(True, 'major', axis = 'both');
242 oSubPlot.grid(True, 'both', axis = 'x');
244 if True:
246 #oSubPlot.grid(True, 'major', axis = 'none');
247 #oSubPlot.grid(True, 'both', axis = 'none');
259 WuiHlpLineGraph.__init__(self, sId, oData, fErrorBarY = True);
298 oAxis.axis['yzero'].set_visible(True);
300 oAxis.axis['xzero'].set_visible(True);