LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Changing point style/size on intensity graph

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?

0 Kudos
Message 1 of 6
(2,811 Views)

Hi Robin,

 

there is no image in your message. And I'm not aware of points in intensity graphs...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 6
(2,791 Views)

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.

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 6
(2,778 Views)

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?

0 Kudos
Message 4 of 6
(2,773 Views)

Hi Robin,

 

the intensity graph shows pixels for each array element. And pixels are rectangular...

(You can draw several pixels to mimic a filled circle.)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 6
(2,769 Views)

To show square pixels, you can do two things:

 

  1. turn off autoscaling and change the axis ranges so pixels are rectangular.
  2. change the size (aspect ratio) of the plot area.

 

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.

 

 

0 Kudos
Message 6 of 6
(2,765 Views)