briandk / granovaGG

Bob Pruzek and Jim Helmreich's implementation of Elemental Graphics for Analysis of Variance
Other
15 stars 4 forks source link

.ds is not properly enforcing square axes #144

Closed briandk closed 12 years ago

briandk commented 12 years ago

I suspect it's because ForceCoordinateAxesToBeEqual() is being applied before PadViewingWindow().

PadViewingWindow() actually uses coord_cartesian() which is probably over-riding the coord_fixed() call in ForceCoordinateAxesToBeEqual().