04-07-2010 08:57 PM
04-08-2010 09:34 AM
Hi Rex,
I will gladly post the code. As a matter of personal pride I'd like to clean it up a bit first, so I'll try to work on it over the weekend. Until then, I'll point out three things about this XControl that differ from the other implementations I've seen on this thread.
I copy-pasted the algorithm for putting a filled circle at each Y-intersect from the presentation that Matt linked to on the 19th.
I did cheat a little bit because I have a ring of colors that work together on the graph. My coworker is using this library from Google, maybe it's got something for you as well.
04-12-2010 02:13 PM
Normandinf, that is truly awesome. I will certainly be using this. I am about to dive into the code to see how it works. Very cool.
04-12-2010 02:16 PM
Awesome job normandinf!
04-12-2010 10:12 PM
Nice...
05-11-2010 04:09 PM
Very Nice graph Norman, thanks for sharing.
Long ago I helped Premise write BioBench for NI. We implemented an expandable horizontal scale very much like the Google graph
Note the slider along the botton. If you grab the middle, the graph above slides. If you grab either end of slider ticks, then the graph changes scaling. You can achieve the same effect by click-drag in one of the graphs, see the gray area.
Of course this was not done in a nice compact xcontrol. This is multiple layers of transparent graphs & pictures, etc, with lots of code down below doing the decimation. Hmm, I bet it would be easier to do today and refractor into an xnode I mean xcontrol.
-Mike Ashe
06-21-2010 03:35 PM
Yes, I remember that graph from BioBench and I always wondered how it was done!
Putting that into an xcontrol would be awesome.
10-26-2010 04:07 PM
mtat76 wrote:
Rex,
Did you actually take a look at Jonathan's presentation here? I haven't looked at it recently, but I do recall that graph. At the very least, that would give a starting point.
Cheers, Matt
Hey Guys,
I've submitted my code example in the LabVIEW Contest.
http://decibel.ni.com/content/docs/DOC-13819
It's pretty much what you've all been talking about here.
10-27-2010 08:45 AM
Your link is broken...I get an Unauthorized Access Message.
10-29-2010 02:13 PM
sorry about that, it's fixed now. I've been selected as a finalist, so if you like my code, feel free to vote!