Commit 9878f5ec authored by panos's avatar panos

Change the object name from Graphs to Plots

parent facd55f1
......@@ -25,7 +25,7 @@ Created on 16 Dec 2013
from rpy2 import robjects
#The Graphs object
class Graphs(object):
class Plots(object):
#Graphs that can visualize the data samples
def Plots(self,data, fileName="plotChart.jpg"):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment