Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PNG/JPG output? #18

Closed
dreamonhigh opened this issue Dec 4, 2021 · 1 comment
Closed

PNG/JPG output? #18

dreamonhigh opened this issue Dec 4, 2021 · 1 comment

Comments

@dreamonhigh
Copy link

hello,

is there a way to output as a png or jpg format. ps or pdf I cannot use for web usage.
tried to convert ps to png/jpg but its not usable for this.

maybe its already exportable? but how

Thanks

@benschneider
Copy link
Owner

in gnuplot the command would be something like:


set term png nocrop enhanced size 640, 480 font "arial, 12.0"
set out =  "myfile.png"
replot

set term x11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants