04-22-2007 09:57 PM - edited 04-22-2007 09:57 PM
Message Edited by C. Minnella on 04-22-2007 10:58 PM
04-23-2007 01:09 AM
I would say go with the picture control, as it allows you to have the flexibility you need, but it will be complicated.
If you look in the Picture Plots palette, you should have some starting point. You can use the Draw Multiple Lines VI to create your filled shapes.
Transparency is a little more complex - I believe you need to average the values of each old pixel with your new pixel by breaking them up into their RGB components, adding those components and then dividing and building the picture back and this is probably a slow process. There might be a faster way, so you should try searching for information about averaging and combining multiple images.
As another option entirely - how about the 3D graph? Can you use it to create semi-transparent planes and draw your graphs on those planes?
04-23-2007 07:50 PM - edited 04-23-2007 07:50 PM
3d graph supports transparency on a plot basis.
Ben
Message Edited by Ben on 04-23-2007 07:51 PM
04-23-2007 10:42 PM - edited 04-23-2007 10:42 PM
Message Edited by Jarrod S. on 04-23-2007 10:47 PM
04-24-2007 06:32 AM - edited 04-24-2007 06:32 AM
Message Edited by C. Minnella on 04-24-2007 07:33 AM
04-24-2007 08:01 AM
Very nice C. Minnella!
I think you have proven (once again) that "a picture is worth a thousand words"!
Don't you just love LabVIEW?
Please try to rember to follow through with an example when you get it cleaned up.
Thank you!
Ben
06-10-2007 10:28 PM - edited 06-10-2007 10:28 PM
Message Edited by C. Minnella on 06-10-2007 11:30 PM
07-28-2017 10:12 AM
Ressurecting an old thread here I see, but how can I produce this graph? I've been tinkering with the 3d-plot with no luck so far.
07-29-2017 09:02 PM
MinellaAC attached a zip file. Did you open that up to see how he did it?
07-31-2017 02:20 AM
I mean the 3D-solution, not the UpperLowerGraph. I opened the xcontrol and tried to add a property such that I could change the x-axis to logarithmic. The result was that the x-axis was re-written, but not the actual graphs. I tried to look into the write functions but couldn't make it work. I really need the log-function, so I figured the 3D-surface solution would be better, but the 3D-surface has no zip attached.