Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Commit

Permalink
Update pieSensors.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbailey committed May 14, 2016
1 parent f955157 commit fb8a8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pieSensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
from matplotlib import pyplot

df = pandas.read_csv('out.csv', names=['time','a0','a1','a2','a3'], index_col=0)
df.plot()
df.plot(style='.')
pyplot.show()

0 comments on commit fb8a8ea

Please sign in to comment.