On Wed, Sep 27, 2017 at 5:05 PM, Vikram Rawat <vikramrawa...@gmail.com>
wrote:

> I come from an R background and I am not able to find one single decent
> not too fancy but a decent graphing library that's good enough to work.
>
> Can you please suggest any library that is good enough for production
> level plots. Visualisation is the need of today. I don't believe that it
> doesn't have any but I was not able to search any good one.
>

what kind of plots do you want to do?
what kind of use do you plan to make of them?

is it for paper publication?
for monitoring?

here are some pointers about my library that (under the hood) uses
"gonum/plot":

- https://github.com/go-hep/hep/tree/master/hplot#1d-histogram
- https://github.com/go-hep/hep/tree/master/hplot#tiles-of-1d-histograms
- https://github.com/go-hep/hep/tree/master/hplot#subplots
- https://github.com/go-hep/hep/tree/master/hplot#2d-histogram
- https://github.com/go-hep/hep/tree/master/hplot#scatter2d

and here is an example on how to use "gonum/plot" as a monitoring web
service:
-
https://github.com/sbinet/go-web-examples/tree/master/07-go-web-plot-gonum-svg

if you find that gonum/plot is too complicated to use, I'd be very
interested in finding out what exactly are the sharp edges (so we can
improve.)

constructive feedback is always welcomed!

-s

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to