Mattriks

Results 171 comments of Mattriks

I can't think of a way to do this with `Geom.histogram`, as you say the `color` aesthetic is used for grouping. If you calculated your own bins and counts e.g....

I've started PR #1428 which adds new features to `Geom.bar` (and hence `Geom.histogram`). Feedback welcome!

PR #1428 has been merged, so can this issue be closed?

I think some browsers have extensions that do svg zooming (google zoom svg extension). Side note q: I don't think there's a way to generate a plot with a given...

Just wondering is there a link to some recent discussion about point 5? e..g #910, #926

The docs don't seem to be rebuilding on latest e.g. new code and figure added in #1201 should appear in `Geom.abline`: http://gadflyjl.org/latest/gallery/geometries.html. The docs build for me locally with CSV...

Unitful has been reluctant to extend `Base.log` - PainterQubits/Unitful.jl#279

Please put your code in a github gist and provide a link to the gist.

`Geom.label(hide_overlaps=true)` (the default) generally works, and an example is the mammals plot in the [Tutorial](http://gadflyjl.org/stable/tutorial/#Continuous-Scales-1). The algorithm behind `hide_overlaps` fails in your case, because it's finding a local minima. If...

A Gadflyesque way to do this is with a custom statistic (#894). This example will work as is: ```julia module stat using Measurements, Gadfly struct MeasurementStatistic