|
From: Ethan M. <merritt@u.washington.edu> - 2011-09-03 16:56:08
|
On Saturday, 03 September 2011, Ethan Merritt wrote: > On Saturday, 03 September 2011, Mojca Miklavec wrote: > > Dear list, > > > > The pngcairo terminal behaves a bit weird when setting the size: > > > > gnuplot> set term pngcairo size 10cm,10 > > Options are ' fontscale 1.0 size 10.00cm, 10.00cm ' > > > > gnuplot> set term pngcairo size 10,10cm > > Options are ' fontscale 1.0 size 0.35cm, 10.00cm ' > > What's weird about that? The default unit is pixels. > Unless you force it otherwise, both the y dimension > is are assumed to be in the same units as the x dimension. Bleah. Please forgive typose. That should read: Unless you force it otherwise, the y dimension is assumed to be in the same units as the x dimension. Ethan |