Jump to content

Moing plots againt one another in XY graph


Recommended Posts

Hi All,

I am trying to plot three XY scatter data and move one against the others. It does work when I make a new x-axis and change the scales of one manually. However, when I try and use it programmatically, the numbers of the scale change, but the plots do not change, meaning the one that was moving is not anymore. 

I could just recalculate X values separately and replot every time I change scale, but I don't think that should be the only way to do this.

Any help would be appreciated.

 

Graph.png

Edited by Mahbod Morshedi
Link to comment

So I'm not sure I fully understand your issue, but I believe it might be related to the fact that you are changing the XScale Offset, but you don't specify which is your Active X Scale.  I think by default it will probably pick the last X Scale as the active one, but if you want to specify the first one, you need to write a 0 to the property Active X Scale, before performing the offset, then if you want to change the second one you write a 1, followed by the new offset.  Remember property nodes are executed from top down, so you can try doing stuff like this.

 

Example_VI_BD.png.ba65ed160fec600ae0c96e26a3e240de.png

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.