#!/usr/bin/python
class plo:
	def __init__(self):
		print "myGnuplot thread started"
		import myGnuPlot
		gplot = myGnuPlot.myGnuPlot()
		gplot.plot_it()