From: sfeam <sf...@us...> - 2015-10-08 16:22:29
|
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 > > > > > > > > > > |