Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

graph area when using splot

30 views
Skip to first unread message

Grzegorz Zięba

unread,
Dec 23, 2009, 7:55:21 PM12/23/09
to
Hello

I have gnuplot 4.2 installed from standard opensuse 11.2
repository.
I want to make graph area bigger and smaller margins when using
splot. I had tried 'set size' and 'set origin' commands but they
didn't work as i thought.
Please help.

Grzegorz Zięba

AGH

Florian Hengstberger

unread,
Dec 30, 2009, 6:20:15 AM12/30/09
to
Try

> set view

Cheers
Florian

RobB

unread,
Dec 31, 2009, 4:44:18 AM12/31/09
to
Or, to reduce margins, you can send your output to a graphics file
using the 'set term' command and include the 'crop' option, type 'help
term' to see which graphics formats are supported or 'help crop' for
an explanation. This is often a good thing to do anyway because you
often want to include the graph in something else, rather than just
look at it on a screen.

e.g set term png transparent truecolor size 640,480 crop

0 new messages