Commit 74fa76fa authored by panos's avatar panos Committed by Jérome Perrin

Change the layout of the ScatterPlot

parent e12c8044
......@@ -49,7 +49,7 @@ class Graphs:
rjpeg=robjects.r['jpeg']
output=rjpeg(fileName) #Graph data samples and define color and type for the data points visualization
rplot(data1,data2, pch=19)
rplot(data1,data2,main='Scatterplot',xlab="data1", ylab='data2',pch=19)
rdev
return output
......
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