All Projects → Arafatk → Glot

Arafatk / Glot

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

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Labels

Projects that are alternatives of or similar to Glot

napari-clusters-plotter
A plugin to use with napari for clustering objects according to their properties.
Stars: ✭ 18 (-94.84%)
Mutual labels:  plotting
textplots-rs
Terminal plotting library for Rust
Stars: ✭ 118 (-66.19%)
Mutual labels:  plotting
Termplotlib
Plotting on the command line
Stars: ✭ 294 (-15.76%)
Mutual labels:  plotting
geneview
Genomics data visualization in Python by using matplotlib.
Stars: ✭ 38 (-89.11%)
Mutual labels:  plotting
CircuitPython-online-IDE
CircuitPython online IDE
Stars: ✭ 15 (-95.7%)
Mutual labels:  plotting
Matplotlib Venn
Area-weighted venn-diagrams for Python/matplotlib
Stars: ✭ 260 (-25.5%)
Mutual labels:  plotting
sr graph
A simple, one-file, header-only, C++ utility for graphs, curves and histograms.
Stars: ✭ 67 (-80.8%)
Mutual labels:  plotting
Geoviews
Simple, concise geographical visualization in Python
Stars: ✭ 338 (-3.15%)
Mutual labels:  plotting
microfilm
Creating figures and animations for multi-channel images with a focus on microscopy.
Stars: ✭ 22 (-93.7%)
Mutual labels:  plotting
Chartify
Python library that makes it easy for data scientists to create charts.
Stars: ✭ 3,054 (+775.07%)
Mutual labels:  plotting
spacegrids
Analyze spatial Netcdf data: "Numpy on grids" (Python module)
Stars: ✭ 14 (-95.99%)
Mutual labels:  plotting
pyjuque
⚡ Open Source Algorithmic Trading Bot for Python.
Stars: ✭ 318 (-8.88%)
Mutual labels:  plotting
Micromathematics
microMathematics Plus - Extended visual calculator
Stars: ✭ 263 (-24.64%)
Mutual labels:  plotting
EEGEdu
Interactive Brain Playground - Browser based tutorials on EEG with webbluetooth and muse
Stars: ✭ 91 (-73.93%)
Mutual labels:  plotting
Joypy
Joyplots in Python with matplotlib & pandas 📈
Stars: ✭ 322 (-7.74%)
Mutual labels:  plotting
AlphaPlot
📈 Application for statistical analysis and data visualization which can generate different types of publication quality 2D and 3D plots with extensive visual customization.
Stars: ✭ 140 (-59.89%)
Mutual labels:  plotting
pyrealtime
Realtime data processing and plotting pipelines in Python
Stars: ✭ 62 (-82.23%)
Mutual labels:  plotting
Pyplot.jl
Plotting for Julia based on matplotlib.pyplot
Stars: ✭ 347 (-0.57%)
Mutual labels:  plotting
Corner.py
Make some beautiful corner plots
Stars: ✭ 327 (-6.3%)
Mutual labels:  plotting
Brokenaxes
Create matplotlib plots with broken axes
Stars: ✭ 266 (-23.78%)
Mutual labels:  plotting

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].