schiegl / QuickPlot

Quick and easy data visualizations with Haskell
GNU General Public License v3.0
83 stars 11 forks source link

Tutorial on how to use QuickPlot #5

Closed schiegl closed 8 years ago

schiegl commented 8 years ago

A tutorial on how to use it and how I created the Atom setup in the demo is missing.

octopuscabbage commented 8 years ago

I might write an example using https://data.mo.gov/Labor/Missouri-Monthly-Unemployment-Claims-By-Industry/cj66-t7xq on my blog, I'll link it if I actually do it.

schiegl commented 8 years ago

That would be nice. But don't be too quick as the API is still quite prone to change. It might confuse people.

schiegl commented 8 years ago

I added BasicPlotting.lhs to the project which is a bit of a walkthrough, through some of the functionality.