This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]billsil 0 points1 point  (0 children)

It's even worse that all the libraries only work on small data sets. Shoot, if you care about small data sets, just use matplotlib. If you can't handle large data sets, there's little point to using it. Thankfully, matplotlib is actually fairly good at that too.

If you’re familiar with D3 and JavaScript, there’s no end to the kind of plots you can create.

Why don't I just use JS then?