|
From: sfeam <sf...@us...> - 2015-10-11 18:00:11
|
On Sunday, 11 October 2015 12:02:47 PM Jon wrote: > I did replot after changing these settings, but don't see any change, which > surprises me. > > Thanks for further help, my gnuplot version is 4.2 patch 6, is this too old > a version? Yes. That is too old (Sept 2009). In that version the x11 terminal did not support control of aspect ratios. Ethan > Sincerely, > Jon > > > > > > > Ethan > > > > > > > > > Sincerely, > > > > > Jon > > > > > > > > > > > > > > > On Thu, Oct 8, 2015 at 12:20 PM, sfeam <sf...@us...> > > wrote: > > > > > > > > > > > On Thursday, 08 October 2015 01:33:36 AM Jon wrote: > > > > > > > > > > > > > Thanks, I tried to plot the data attached with the following > > > > > > > > > > > > > > > > > > > > > > > > > > set view equal xyz > > > > > > > > > > > > > set view 0,0 > > > > > > > > > > > > > splot 'aaa' u 1:2:3 > > > > > > > > > > > > > > > > > > > > > > > > > > but cannot get a square shape on the xy plane, any cure for it? > > > > > > > > > > > > > > > > > > > > > > > > But you didn't draw a square. > > > > > > > > > > > > As is clearly visible in the figure you attached, you drew a > > > > > > > > > > > > rectangle that is 2 units by 1 unit. > > > > > > > > > > > > > > > > > > > > > > > > The "set view equal xyz" command makes sure that the unit length > > > > > > > > > > > > is the same on all axes. I.e. the aspect ratio is 1. > > > > > > > > > > > > But it's still up to you to draw something with the right dimensions. > > > > > > > > > > > > > > > > > > > > > > > > Ethan > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Both data and what I got is attached. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Tue, Oct 6, 2015 at 10:06 AM, sfeam <eam...@gm...> wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > On Tuesday, 06 October 2015 09:51:44 AM Jon wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Hi Guys, > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > I have been fighting with it for some time and would like to > > know a > > > > > > > > > > > > > > > > > > > > > > > > > > > > > solution. I want the 3D plot to be shown with a cube with actual > > > > > > equal > > > > > > > > > > > > > > > > > > > > > > > > > > > > > length of x,y,z. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > set view equal xyz > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |