LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Yscale format in intensity graph

Hello,

I want to be able to edit the y scale for the intensity graph as in the photo.

Ex: [1/2],[1/3].....[38/1] etc. Format value edit feature nodes on y scale [%d/%d].

However I don't know how to pass this graph as 1D two arrays respectively [1/2] for y value

I added the numbers I used in the array to the txt file.

thank you for your help 

 

idilE_0-1671538751706.png

idilE_0-1671541758580.png

 

 

0 Kudos
Message 1 of 3
(537 Views)

Hi idil,

 


@iErd wrote:

I want to be able to edit the y scale for the intensity graph as in the photo.

Ex: [1/2],[1/3].....[38/1] etc. Format value edit feature nodes on y scale [%d/%d].


An Y scale can only represent one number per tick, so y format string of "%d/%d" doesn't make any sense!

The data in your text file also doesn't make a lot of sense as there are just two rows with lots of numbers (or two very large integer numbers)…

 

Do you want to show two Y scales for your intensity graph?

Best regards,
GerdW


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

Your file shows two long string of decimals (no delimiters), one for Y1 and one for Y2. What do these digits represents? How do we read those into a numeric datatype? (single? Pairwise?)

 

Where exactly is X? Where is Z?

 

I agree that your question and pictures make very little sense. Can you attach your Vi instead. Explain in detail how you want the result to look like.

0 Kudos
Message 3 of 3
(501 Views)