Excel data source
Moderator: DPlotAdmin
Excel data source
I use DPlot to do a lot graphing with Excel data. But sometime I can't remember the data source of the graph. Can DPlot add some notes in the grf file to show the data source, including the sheet name and the data range? That will be useful.
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
When using the Add-In, the sheet name is used for a title line. I hadn't considered using the range of the data anywhere, though - that's a good suggestion.
Visualize Your Data
support@dplot.com
support@dplot.com
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
The next version will include a hidden note (that you can make visible by clicking on the Note button) in the form "Source: [filename]Sheet Name!RxCx:RyCy". As of now that hidden note is placed just above the top left corner of the plot, though you can of course move it wherever you want by clicking the Note button. Within the DPlot file, the note will show up as something like:
The only thing that's a little iffy for me is what to do if you're appending data from Excel to an existing graph. No consideration is given to whether the new note will overlap any previously-existing note, and I don't see a good way around that. Since the notes are hidden that isn't a huge deal and as far as I can tell will fulfill your request in any case. I'm just fidgeting over figuring out a better way of handling this. If it changes at all it will be to change the location, which is mostly irrelevant as far as what you wanted.
Thanks for the suggestion.
Code: Select all
NoteV3
-1,0,33,8,4,0,0,-1
Source: [examples.xls]XYYY!R10C1:R211C13
Thanks for the suggestion.
Visualize Your Data
support@dplot.com
support@dplot.com