Approach to take to establish plot "template"
Posted: Mon Feb 14, 2011 6:32 pm
I've just begun evaluating DPlot and am impressed at the capabilities so far. Before I get too carried away with all the features, can I get some recommendations for approaching this workflow:
I have new data every day that I'd like to analyse and plot using a layout I create and update occasionally. The data is always in the same format, but the details of the plots to show may evolve. I'd like to be able to select a day's data, run an action, and have the data parsed and plotted automatically according to my design.
I'm no stranger to programming and am happy to approach it that way, but the easier the solution is to maintain the better.
In the first instance the result I have in mind is a couple of X-Y plots, both with multiple Y axes, and time of day for the x-axis. Ultimately I'd like to be able to synchronise panning and zooming between the plots, and select areas of the plot for analysis in an additional plot.
I suspect this is quickly sounding like I should be using the DLL interface and writing a standalone app, but I'm yet to explore the DPlot "macro" features. Is this a viable route?
I have new data every day that I'd like to analyse and plot using a layout I create and update occasionally. The data is always in the same format, but the details of the plots to show may evolve. I'd like to be able to select a day's data, run an action, and have the data parsed and plotted automatically according to my design.
I'm no stranger to programming and am happy to approach it that way, but the easier the solution is to maintain the better.
In the first instance the result I have in mind is a couple of X-Y plots, both with multiple Y axes, and time of day for the x-axis. Ultimately I'd like to be able to synchronise panning and zooming between the plots, and select areas of the plot for analysis in an additional plot.
I suspect this is quickly sounding like I should be using the DLL interface and writing a standalone app, but I'm yet to explore the DPlot "macro" features. Is this a viable route?