Search found 5 matches
- Thu May 05, 2022 1:08 pm
- Forum: Excel
- Topic: Hide curve from legend
- Replies: 3
- Views: 65981
- Wed Nov 18, 2020 11:45 am
- Forum: Bug Reports
- Topic: Disappearing Data Labels
- Replies: 2
- Views: 55117
- Tue Nov 17, 2020 2:39 pm
- Forum: Bug Reports
- Topic: Disappearing Data Labels
- Replies: 2
- Views: 55117
Disappearing Data Labels
I have a simple 2D scatter plot. If I add a data label a point, move the label and then modify it in any way, it disappears. If I modify it without moving it, it doesn't disappear. But then any modifications made after moving it again make it disappear again.
For example.
1. Create a new file ...
For example.
1. Create a new file ...
- Mon Oct 12, 2020 6:52 pm
- Forum: General discussion
- Topic: Macro for loading multiple data files
- Replies: 2
- Views: 53975
- Fri Oct 09, 2020 1:02 pm
- Forum: General discussion
- Topic: Macro for loading multiple data files
- Replies: 2
- Views: 53975
Macro for loading multiple data files
I'm new to DPlot and want to write a macro which loads multiple csv files into a new plot. I have something kind of working, but would like to expand it's capabilities. Below is what I have written so far.
FileNew()
FileType(4)
ForFilesIn("D:\macro_test\*.csv",A)
VAR_C=Request("fname")
Legend(1 ...
FileNew()
FileType(4)
ForFilesIn("D:\macro_test\*.csv",A)
VAR_C=Request("fname")
Legend(1 ...