KarthikRIyer / swiftplot

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

Add renderer backends #3

Closed KarthikRIyer closed 5 years ago

KarthikRIyer commented 5 years ago

I have added the renderer backends as suggested with them following a Renderer protocol and eliminating Vectorizer and VectorizerProtocol. I've removed the save image methods from the protocol.

Please review. I'll open the next two PRs to add the LinePlot and examples once the first two are merged.