On Tue, Mar 22, 2022 at 2:16 PM Devon McCormick <[email protected]> wrote: > I think you will find very similar behavior in other plotting packages like > Excel and R. Scaling by the points plotted is the easy, simple thing to do. > Maybe I could partially implement my own wish for a fixed-frame that could > be applied to separate plots by plotting a fixed set of white points in a > square?
Sure, looking at the existing implementation, we can do stuff like 'aspect 3; aspect 2;aspect 1' and it just ignores the earlier specifications for aspect. If you don't mind that certain things cannot work (here: conflicting aspect ratios), putting together an implementation is probably the right way to go. Thanks, -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
