01-14-2017 12:25 PM
let's say I have a 2D array containing three rows and five columns. First row has elements 1,2,3,4,5,
second row has elements 6,7,8,9,10 and third has 11,12,13,14,15. I want to define Z marker values separately for each row but all within the same single intensity graph plot. How do I do that? Altenbach your input would be greatly appreciated too 🙂
01-16-2017 02:56 AM
01-16-2017 03:12 AM - edited 01-16-2017 03:22 AM
Hi Gerd,
i actually want to create separate "Z marker values property for each row. Since each row has a unique range of values, one single " z marker values" would not work for all rows. So for row 1 which ranges from 1 to 5 I would like to have a z marker value property just for that row and for row 2 with values from say 2 to 6, I want to have another z marker property to handle that specific row.
01-16-2017 03:23 AM
Hi blessedk,
one intensity graph with one z axis with one colorramp. That's all to say…
You need to combine your z marker values into one color ramp. And you can have upto 254 values in the color ramp (plus underrange and overrange)…
01-16-2017 03:37 AM
01-16-2017 03:46 AM