KarthikRIyer / swiftplot

Swift library for Data Visualization :bar_chart:
Apache License 2.0
401 stars 39 forks source link

Add LinePlot #4

Closed KarthikRIyer closed 5 years ago

KarthikRIyer commented 5 years ago

I've added LinePlot. I've also separated what I thought to be common plot properties like PlotBorder, PlotDimensions, PlotLabel, etc. into separate types and put them under Util. I've also separated the plotting logic in an extension.

KarthikRIyer commented 5 years ago

I've made the changes. Are the PRs other than the examples ready to merge?

BradLarson commented 5 years ago

This all looks good to me, I approve pulling it in. Any changes / additions to this can easily come afterward.