On Fri, Sep 29, 2017 at 10:33 AM, Vikram Rawat <vikramrawa...@gmail.com>
wrote:

> thanks a lot for your reply sebestian.
>
>
> You certainly are a good man and I have high hopes for your library too...
>
> But before coming to Mailing list I check almost all of them and I didn't
> find anyone useful. The  https://github.com/aclements/go-gg package is
> not useful at all. Because there is noone using it and the last commit was
> 6 months ago. It's more likely that the developer gave up on it. It's a
> common norm in open source don't use a new package which has a very old
> commit.
>

AFAIK, go-gg (and its "subpackages") is what is used by perf.golang.org:
 https://perf.golang.org/

https://github.com/golang/proposal/blob/master/design/14313-benchmark-format.md
 https://github.com/golang/perf/tree/master/analysis/app

so it's used by that package, and this more focused one:
 https://godoc.org/github.com/aclements/go-misc/benchplot


>
>
> I have checked most of them. I came here seeking for a like-minded people
> who had created any graphs in go for actual projects. I didn't find any.
>
> Hope you understand it. Good luck for your package I hope it can be useful
> in future. Just as a word of advice link it with GOTA. then it can be more
> intuitive for people from analytical background.
>

I don't think gonum/plot nor go-hep/hplot should depend on GOTA.
Nor do I think that GOTA should import any of those.

But, probably there is some space for another 3rd party package that import
both (GOTA, or your prefered data storage access/mangler package, and
gonum/plot or hplot) and then exposes an easy to use interface for quick
throw-away scripts.

-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