Lines Matching refs:style
89 if 'style' in self.props:
90 args.append('with %s' % self.props['style'])
216 Set('style fill solid 0.5 noborder'),
217 Set('style histogram rowstacked'),
218 Set('style data histograms'),
227 Set('style fill solid 0.5 noborder'),
228 Set('style histogram rowstacked'),
229 Set('style data histograms'),
239 Plot(Item('Mutator', real_mutator, lc = 'black', style = 'lines'))
242 Set('style histogram rowstacked'),
243 Set('style data histograms'),
250 Item('GC Time', ['i', 'pause'], style = 'lines', lc = 'red'))
253 Set('style histogram rowstacked'),
254 Set('style data histograms'),
262 style = 'lines',
266 Set('style fill solid 0.5 noborder'),
267 Set('style data histograms'),
270 Item('Promoted', 'promoted', style = 'lines', lc = 'black'))