Giter Site home page Giter Site logo

goplot's Introduction

goplot

Mathematical plotter for the desktop

goplot GUI

gOplot is powered by oplot

Install

Dependencies

gOplot needs the external libraries SDL2 and GTK2 (with GL extension). It also uses the GSL (Gnu Scientific Library). They are all very common and stable, and should be easy to install.

(Note that if you can build gOplot from sources (see below) then in principle using opam install . will take care of these required external dependencies.)

To enable exporting to EPS or PDF you need fig2dev:

sudo apt install fig2dev

Finally for an optimal use, you should also consider installing LaTeX and fig2ps:

sudo apt install texlive fig2ps

Binaries

Linux binaries are in the repo directory. Debian-like systems can use the latest .deb file. Install it with sudo dpkg -i <filename> and then run goplot.

For others, just create a new dir (or use /usr/local), extract the archive there, and run bin/goplot.

You may specify a specific scale for graphics (if the DPI is not correcty detected) with the '-s' option. For instance

goplot -s 1.6

Source

If you have the usual ocaml development stack (dune), you can easily build goplot by cloning this repository and

dune exec bin/goplot.exe

Alternatively, it is even simpler to use opam install . as this will also take care of external dependencies.

Examples

Two examples are in gOplot's "Gallery" menu.

Other examples are in the share/examples directory. Use gOplot's "File/Load" menu to load them. Or directly from the command line, example:

goplot gamma.gpl

goplot's People

Contributors

sanette avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.