Code Monkey home page Code Monkey logo

gnuplotpp's People

Contributors

lucaciucci avatar

Stargazers

 avatar

Watchers

 avatar  avatar

gnuplotpp's Issues

Check for overflow in multiplot environment

When in a multicolor environment, throw an exception if the user draws more times than the number of subplots.
Also (I'm not sure this is a good idea) add the option to ignore this check.

Also when in multicolor environment other calls of multiplot shall not be allowed.

In addition to this: can subplots have child subplots? If so, the multiplot guard should have another subplot function or some similar mechanism

`Gnuplotpp::Vector2d` coordinates

This is the current definition:

struct Gnuplotpp::Vector2d
{
    double x = 0;
    double y = 0;
};

it should be changed making the actual data private and exposing x() and y() methods so that is conformed to the LC library

Separate classes for plots

instead of functions, allow users to create classes like ErrorBar : Plot2d che internamente reimplementa la scrittura su terminale

`DataBuffer` reserve

Add the DataBuffer::reserve() methods to reserve space for a cestain number of rows.

Also add some suefult vector like functions for example

  • crear
  • capacity
  • ...

Add more terminals

Add more terminals, for example windows, post script, latex, jpeg, svg, pdf, ... .
Use help terminal for info

Pseudo terminal or named pipe

We should introduce, fome mechanism to receive the gnulot output. For example:

  • On whindows, a Named Pipe or a pseudo terminal PTY, PTY creation
  • On Linux some sort of pipe duplication, fork, or PTY, also see gpReadMouseTest.c example
  • No read when not available on the current system or streambuf, also MultiStream class should use the operator >> with only one of the streambufs and a function to get the output of >> for every streambuf that allows reading

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.