https://github.com/arafatkatze/glot
Glot is a plotting library for Golang built on top of gnuplot.
https://github.com/arafatkatze/glot
golang plotting
Last synced: about 1 year ago
JSON representation
Glot is a plotting library for Golang built on top of gnuplot.
- Host: GitHub
- URL: https://github.com/arafatkatze/glot
- Owner: arafatkatze
- License: mit
- Created: 2017-08-19T04:57:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-25T00:17:07.000Z (about 3 years ago)
- Last Synced: 2024-05-29T02:01:19.827Z (almost 2 years ago)
- Topics: golang, plotting
- Language: Go
- Size: 42 KB
- Stars: 391
- Watchers: 7
- Forks: 19
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://travis-ci.org/Arafatk/glot) [](https://godoc.org/github.com/Arafatk/glot) [](https://gitter.im/glot-dev/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link) 
# Glot
`glot` is a plotting library for Golang built on top of [gnuplot](http://www.gnuplot.info/). `glot` currently supports styles like lines, points, bars, steps, histogram, circle, and many others. We are continuously making efforts to add more features.
## Documentation
Documentation is available at [godoc](https://godoc.org/github.com/Arafatk/glot).
## Requirements
- gnu plot
- build gnu plot from [source](https://sourceforge.net/projects/gnuplot/files/gnuplot/)
- linux users
- ```sudo apt-get update```
- ```sudo apt-get install gnuplot-x11```
- mac users
- install homebrew
- ```brew cask install xquartz``` (for x-11)
- ```brew install gnuplot --with-x11```
## Installation
```go get github.com/Arafatk/glot```
## Usage and Examples
We have a blog post explaining our vision and covering some basic usage of the `glot` library. Check it out [here](https://medium.com/@Arafat./introducing-glot-the-plotting-library-for-golang-3133399948a1).
## Examples

## Contributing
We really encourage developers coming in, finding a bug or requesting a new feature. Want to tell us about the feature you just implemented, just raise a pull request and we'll be happy to go through it. Please read the CONTRIBUTING and CODE_OF_CONDUCT file.