Skip to content

/isotropic keyword not working after resizing the plot window #1405

@brandy125

Description

@brandy125
GDL> window,xsize=1024,ysize=768
GDL> plot,findgen(100),findgen(100),/isotropic

The above plot is correct. The inclination of the plot line is 45 degree as it should be.
If we now stretch the window with the mouse horizontally and make it bigger (or smaller) then the following plot line is inclined less ( or more) than 45 degree and this is not correct.

GDL> plot,findgen(100),findgen(100),/isotropic

Remark: The plot line must be always at 45 degree, independent of the window size.

Metadata

Metadata

Assignees

Labels

regressionSomething that used to work does not work anymore

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions