10-26-2011 09:44 AM
Hi all,
This seems like it should be a simple task but I'm really struggling with getting the plot to look as I want it too at the moment. My data set contains two channels called x_channel_data and y_channel_data. x_channel_data contains values which start at approx 200 and logarithmically decay to approx 5. y_channel_data contains random values. I'm creating a 2d plot of y_channel_data versus x_channel_data. For each x_value, I'd like to plot the corresponding y_value and join all the co ordinate pairs. The problem for me is that I'd like to start the x-axis values at 200 and finish 5, not from 5 to 200 which DIAdem currently seems obsessed with doing. So along the x-axis it might go something along the lines of 200,190,180, ... 0. I currently have
0,10,20,..,200 which I don't want.
I've attached my data set. Can anybody help me please?
Thanks in advance.
Matthew
10-27-2011 08:06 AM
Hi Matthew,
You can do this in REPORT but not in VIEW. Double-click on the REPORT graph, then in the "Axis Parameters" tab click on the "Scaling" entry underneath "X-Axis" at the top left of the dialog. Then change the "Scaling type" to "Inverted".
Brad Turpin
DIAdem Product Support Engineer
National Instruments
10-27-2011 10:05 AM
Hi Brad,
Thanks for a lot. Just what I am looking for I think.
Cheers
Matthew