11-04-2022 03:04 PM - edited 11-04-2022 03:13 PM
If you want to have the axes shows as 0..100, just create x and y ramps with N (i.e. size of dimension!) elements going from 0 to 100.
11-10-2022 09:12 AM
Great - Thank you @Altenbach! In case anyone is curious, here is a sample what real world data looks like on a log-scale.
11-10-2022 10:09 AM
I am glad you got it working.
(There were definitely some head-scratchers in your original code, for example basing the x and y axes on the Zmin and Zmax of a particular row or column instead of the array indices. 😄 )