If y is my data to be plotted (pd <"1 y) then my aspect is (pd 'aspect ',":%~/(>./-<./)"1 y) Hope this helps.
R.E. Boss > -----Oorspronkelijk bericht----- > Van: Programming <[email protected]> > Namens Arnab Chakraborty > Verzonden: zaterdag 26 oktober 2019 19:03 > Aan: [email protected] > Onderwerp: Re: [Jprogramming] Aspect ratio > > Hi Clifford, > > Thanks for the link to the plot option reference. I was looking inside > plot.ijs > etc to get a complete list. > > Your solution works, but it requires prior knowledge of the bounding box. > Obviously pd keeps track of this bounding box. I would have preferred a > solution that uses this bounding box and automatcally sets the aspect > accordingly. That's what the R software does when we use asp=1 in its plot > function. > > On Sat, 26 Oct 2019, 22:14 Clifford Reiter, <[email protected]> wrote: > > > Is something like > > > > 'aspect 1;xrange 0 10;yrange 0 10' plot ?.10 2$2 > > > > helpful? > > > > Also > > > > https://code.jsoftware.com/wiki/Plot/Options > > > > On Sat, Oct 26, 2019 at 10:48 AM Arnab Chakraborty > > <[email protected]> > > wrote: > > > > > No, Raul's idea also seems to fail for me. > > > My samsung galaxy j7 nxt has 16:9 aspect ratio. I am holding the > > > phone in portrait orientation. I tried both 1.778 and 0.5625 as aspect > ratios. > > The > > > aspect controls the physical plot size, not the region of IR^2 being > > > depicted. > > > > > > On Sat, 26 Oct 2019, 20:05 Arnab Chakraborty, <[email protected]> > > wrote: > > > > > > > No, aspect 1 merely produces a plot that is a square, but the > > > > plotted region may not be a square. See the attachment. > > > > > > > > On Sat, 26 Oct 2019, 19:19 Michael Dykman, <[email protected]> > wrote: > > > > > > > >> I suspect that the simple solution that you are seeking is a > > > >> simple > > > option > > > >> to plot. > > > >> > > > >> Try: 'aspect 1' plot data > > > >> > > > >> > > > >> On Sat, Oct 26, 2019, 8:11 AM Arnab Chakraborty, > > > >> <[email protected]> > > > >> wrote: > > > >> > > > >> > Hi, > > > >> > > > > >> > How to produce a 2d plot with aspect ratio 1? I mean a plot > > > >> > where > > all > > > >> > angles are shown correctly. > > > >> > > > > >> > Thanks and regards > > > >> > > > ---------------------------------------------------------------------- > > > >> > For information about J forums see > > > http://www.jsoftware.com/forums.htm > > > >> > > > > >> ----------------------------------------------------------------- > > > >> ----- For information about J forums see > > http://www.jsoftware.com/forums.htm > > > >> > > > > > > > -------------------------------------------------------------------- > > > -- For information about J forums see > > > http://www.jsoftware.com/forums.htm > > > > > ---------------------------------------------------------------------- > > For information about J forums see > http://www.jsoftware.com/forums.htm > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
