Lines Matching refs:plot
179 from pylab import legend, plot, show, title, xlabel, ylabel
187 plot(*data)
196 from pylab import close, legend, plot, savefig, show, title, xlabel, ylabel
214 plot(*data)
226 from pylab import legend, plot, savefig, semilogy, show, title, xlabel, ylabel
254 from pylab import legend, plot, savefig, semilogy, show, title, xlabel, ylabel
270 plot(*data)
282 from pylab import legend, plot, show, title, xlabel, ylabel
294 plot(*data)
315 plot(*data)
335 plot(*data)
547 for plot in args.plots:
548 print('Plotting ',plot)
549 … getattr(__main__, 'plot'+plot)(args.library, args.num, args.events, sizes, times, errors, events)