In my application, i'm using an intensity graph in order to display fixed size images. I programmatically set the maximum/minimum value of each axes (15547 for the X-axis and 23700 for the Y-axis) and also disabled the autosize.
Sometimes, I have to zoom on the image displayed and then go back to the original image size. To do that, i'm using the graph palette's tools.
However, when I unzoom the axis scale changes (16000 for the X-axis and 24000 for the Y-axis) and lets appear black amrgins in the plot area.
How can I avoid this ?
Thank you!