Skip to content

Glot is a plotting library for Golang built on top of gnuplot.

License

Notifications You must be signed in to change notification settings

arafatkatze/glot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 25, 2023
a00521b · Apr 25, 2023

History

46 Commits
Oct 22, 2017
Feb 9, 2018
Feb 9, 2018
Feb 9, 2018
Feb 9, 2018
Mar 12, 2018
Mar 12, 2018
Apr 18, 2023
Mar 12, 2018
Mar 12, 2018
Mar 12, 2018
Mar 12, 2018
Mar 12, 2018
Mar 12, 2018
Mar 12, 2018

Repository files navigation

Build Status GoDoc Join the chat at https://gitter.im/tensorflowrb/Lobby License

Glot

glot is a plotting library for Golang built on top of gnuplot. 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.

Requirements

  • gnu plot
    • build gnu plot from source
    • 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.

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.

About

Glot is a plotting library for Golang built on top of gnuplot.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages