go-chart
asciigraph
go-chart | asciigraph | |
---|---|---|
3 | 4 | |
3,975 | 2,675 | |
- | - | |
4.2 | 5.5 | |
3 months ago | 14 days ago | |
Go | Go | |
MIT License | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
go-chart
- What is the closest thing from Seaborn (python) in Go?
-
Create interactive figures with go-plotly!
I have used both https://github.com/wcharczuk/go-chart and https://github.com/gonum/gonum/tree/master/graph for charts, but my need for charts and graphs isn't constant. Since these are far more popular projects, there might be some hesitance for people to use something else without a specific differentiator. What is the biggest difference in your mind? I use a fair bit of Python, but not for graphs and charts. Is yours more similar to plotly? I know Gonum gets a lot of inspiration from Python libraries, but perhaps yours is a more specific equivalent to Plotly? I don't know exactly what you mean about interactivity until I get to play with it. I'm wrapping up a master's project now and might have a few weeks to poke at some visualizations.
-
How should I approach plotting (2d and 3d) in Golang project?
So far I've been using gonum anyway the couple times I've needed a chart, so I've used gonum, and while I did get confused in a few cases, I never tried the alternative I've heard mentioned: https://github.com/wcharczuk/go-chart Not sure how it compares, but if I ever have some time, I would love to contribute to gonum especially.
asciigraph
-
Your GitHub year in review - 10 fun ways to visualize your contributions
Or create an amazing ASCII line graph showing your rollercoaster of activity over your last couple of sprints using asciichart (available for C, C#, C++, Elixir, Java, JavaScript, Go, Haskell, Perl, Python, PHP, Rust, and well... you get the picture).
-
Terminal Music Tracker Mock-Up
Is there anything important that I'm missing? I have ideas to colorize things to make it even easier (such as match track with piano key using a color), but for now this black and white theme works well. I can also use something like asciigraph to plot useful things.
-
Logging and Metrics Fun
I've been playing around with the Go language and it looks like someone ported asciichart.js to Go: https://github.com/guptarohit/asciigraph
-
How should I approach plotting (2d and 3d) in Golang project?
asciigraph is a library for plotting basic graphs in a terminal. It's probably not what you want to have, still an awesome project.
What are some alternatives?
g3n - Go 3D Game Engine (http://g3n.rocks)
gocui - Minimalist Go package aimed at creating Console User Interfaces.
diagram - CLI app to convert ASCII arts into hand drawn diagrams.
uilive - uilive is a go library for updating terminal output in realtime
go-plotly - The goal of the go-plotly package is to provide a pleasant Go interface for creating figure specifications which are displayed by the plotly.js JavaScript graphing library.
termui - Golang terminal dashboard
gonum/plot - A repository for plotting and visualizing data
Rich Interactive Widgets for Terminal UIs - Terminal UI library with rich, interactive widgets — written in Golang
canvas - Canvas is a Go drawing library based on OpenGL or using software rendering that is very similar to the HTML5 canvas API
go-colortext - Change the color of console text.
purplecrayon - An SVG library for GoLang
go-colorable