Sam Zaydel

Results 53 comments of Sam Zaydel

I feel like extending the bar graph is the way to go. Bins should be equal-sized, at least as the first cut. You can easily fit data into buckets by...

This is an issue with a symbolic link not be properly placed. The `bin/bats` file should be a symlink, but I found that if you unpack the .zip file with...

@jprobichaud, I would argue that saving directly as an image in some ways puts requirements at odds with `chart`, because the library has only minimal support, as far as I...

I think realistically unless folks maintaining Chart.js add more robust support to export image data, adding that to `chart` is probably not a good idea. You are likely going to...

@jprobichaud: If you are still looking, I pushed a small changeset, which admittedly can use some refinement, with support for writing files to a given path. There is a -filename...

I don't think column names are used as labels at the moment. I actually noticed similar. Seems like a good enhancement. 👍

I think there are a number of challenges with this. One obvious one to me is that even if one of variables is discrete, it may still have many unique...

I think my issue with having this information in the data is that you are technically requiring its use, instead of making it purely optional with an argument like `--categories...

It makes sense to wait for the library to implement support for it. If I have spare time, I may just try to implement something with bars, but not really...

Sounds good. I am sure one can find that this method could be improved. Let me know if you find any issues you feel are non-starters, and I can see...