Skip to content

Cannot flush output to file without destructing the Gnuplot instance #6

@dmikushin

Description

@dmikushin

Apparently, none of gp << "set output";, gp << std::flush;, gp.do_flush() can do proper flushing of output svg file, if it's done without destructing the gp instance. I keep getting an empty output file. I guess, the library does not offer any explicit flushing API. Is there any workaround?

Thanks!

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