Commit 17d0c815 authored by Eric Duminil's avatar Eric Duminil
Browse files

Scatter plot

parent f51f9055
......@@ -35,5 +35,6 @@ if __name__ == "__main__":
# # coordinate_reference_system ?
# )
# )
plt.plot(xs, ys)
# TODO: Show dates too?
plt.scatter(xs, ys, s=0.1)
plt.show()
Supports Markdown
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