Home | History | Annotate | Download | only in sdcard

Lines Matching refs:gp

200   gp = Gnuplot.Gnuplot(persist=1)
201 gp('set data style lines')
202 gp.clear()
203 gp.xlabel('iterations')
204 gp.ylabel('duration in second')
205 gp.title(metadata.AsTitle())
222 gp.replot(d)
223 gp.hardcopy('/tmp/%s-%s-%f.png' %
236 gp = Gnuplot.Gnuplot(persist=1)
237 gp('set data style impulses')
238 gp('set xtics 1')
239 gp.clear()
240 gp.xlabel('seconds')
241 gp.ylabel('duration in second')
242 gp.title(metadata.AsTitle())
258 gp.replot(d)
259 gp.hardcopy('/tmp/%s-%s-%f.png' %
267 gp = Gnuplot.Gnuplot(persist=1)
268 gp('set data style impulses')
269 gp('set xtics 1')
270 gp('set pointsize 2')
271 gp.clear()
272 gp.xlabel('writer process')
273 gp.ylabel('duration in second')
274 gp.title(metadata.AsTitle())
281 gp.replot(d)
282 gp.hardcopy('/tmp/%s-%s-%f.png' %