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

Change on ScatterPlot

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