03-12-2019 08:56 AM
Hi
I'm looking for an option to change the point size/style on the intensity graph, for example in the attached picture I want to change these tiny lines to a circular filled points. I couldn't find any such option in the property node. Any tips/workarounds to achieve that?
03-12-2019 09:59 AM
03-12-2019 11:24 AM
Hi Robin,
the intensity graph just shows your data: when you need bigger "points" you need to change your data array to contain these "point" data...
Instead of changing just one array element you need to change several elements. Or use an array with less elements.
03-12-2019 11:40 AM
Hi Gerd,
Yes, I understand that. I am asking if there is a way to change the "display" of this data on the intensity graph to something else - like a filled circle?
03-12-2019 12:10 PM
03-12-2019 01:25 PM - edited 03-12-2019 01:27 PM
To show square pixels, you can do two things:
To show filled circles, you need to manipulate the data. For example you could convolute your array with the shape of a circle. (Still, you need to adjust the size/scaling as above or convolute with a suitable ellipse to get something roundish).
It would be so much easier to help if you would attach a simplified VI containing typical data.