KarthikRIyer / swiftplot

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

Implement Histogram #30

Closed KarthikRIyer closed 5 years ago

KarthikRIyer commented 5 years ago

28

This is mostly done but I might have to smoothen out a few things. I had one concern regarding the examples. The ones where I am using the random function. Every time the result will be different. Is it a good idea to store the numbers required for each example in a text file and read them everytime, just so that the examples remain consistent?

KarthikRIyer commented 5 years ago

Ok. I'm merging this right now. I'll make all the changes in the Pair<> PR.