|
From: Hans-Bernhard B. <br...@ph...> - 2005-01-17 13:55:07
|
Philippe DELAVALADE wrote:
> In my file ".gnuplot" I have the following lines :
>
> set terminal pstricks
> set size square
On a side note, I seriously doubt it's good idea to put *these*
commands into the gnuplot startup script. They belong into individual
plot scripts.
> This should give me a graph whith the same unit on x and y axis ; but in
> the output file I obtain :
>
> \psset{unit=5.0in,xunit=5.0in,yunit=3.0in}
> \pspicture(0.000000,0.000000)(1.000000,1.000000)
>
> This is obviously not what I want !
I think it is --- you just don't recognize it because you're looking at
the wrong piece of information.
'set size square' will give you a square-shaped *plotting area*, not a
square image file.
> If I print it to be sure, it's not good.
How did you print it, and what exactly is "not good" about it?
> What is wrong with my set terminal command ?
Nothing, as far as I'm aware.
|