Dynamic Graphing Utility
Dynamic Graphing Utility
(OP)
Hello All-
I am looking for a data plotting utility like Excel that allows the user to make dynamic, zoomable plots like those on Google Finance like this:
http ://finance .google.co m/finance? q=INDEXDJX :.DJI%20IN DEXNASDAQ: .IXIC%20IN DEXSP:.INX
I have a large set of data that needs to be reviewed, but can't all be displayed on a graph at one time. Any suggestions?
Thanks for the help!
I am looking for a data plotting utility like Excel that allows the user to make dynamic, zoomable plots like those on Google Finance like this:
http
I have a large set of data that needs to be reviewed, but can't all be displayed on a graph at one time. Any suggestions?
Thanks for the help!





RE: Dynamic Graphing Utility
Not nearly as slick as the Flash stuff in your link.
RE: Dynamic Graphing Utility
One fairly simple one uses embedded chart and works primarily off the worksheet change event to change cells labeled Xmin, Xmax, Ymin, Ymax (which directly changes the chart limits). Also a button for panning left/right by user-selectable amount and a toggle button for linear/log.
A more complicated one allows the user to select points. But it's behavior seems a little flakey still.
Both are embedded in large spreadsheets. I will try to unbundle the simple one and post it this weekend.
=====================================
Eng-tips forums: The best place on the web for engineering discussions.
RE: Dynamic Graphing Utility
http://h
See instructions tab. Let me know if questions.
=====================================
Eng-tips forums: The best place on the web for engineering discussions.
RE: Dynamic Graphing Utility
http://h
Thanks to joerd for helping me figure out how to scale the data for plotting, without creating another copy of the data.
=====================================
Eng-tips forums: The best place on the web for engineering discussions.
RE: Dynamic Graphing Utility
Thanks for the chart. Its not exactly what I was looking for but it is really nice and will help me until I can find what I am looking for.
Thanks a bunch!