Skip to content

Interface with gnuplot via a pipe #13

Description

@nuxeh

Hello, you can send data to gnuplot without using a temporary file, on unix-like OSes at least, by using popen to spawn gnuplot and write data and commands to it via a pipe, similar to what's mentioned at the bottom of this stack overflow answer:

https://stackoverflow.com/a/6934363/2977344https://stackoverflow.com/a/6934363/2977344

I've done this with some success from C code, and it's pretty tidy. Would you be interested in adding such functionality?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions