Search found 5 matches

by azeigle
Thu May 05, 2022 1:08 pm
Forum: Excel
Topic: Hide curve from legend
Replies: 3
Views: 65981

Has this command been added? I couldn't find it in the DPlot Help.
by azeigle
Wed Nov 18, 2020 11:45 am
Forum: Bug Reports
Topic: Disappearing Data Labels
Replies: 2
Views: 55117

I assumed it was something specific to those settings because I had never seen the issue before. Now that I know about it I can work around it easily enough.
by azeigle
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 ...
by azeigle
Mon Oct 12, 2020 6:52 pm
Forum: General discussion
Topic: Macro for loading multiple data files
Replies: 2
Views: 53975

Thanks for the quick response! The font I choose is now coming up as the default. I'm not sure what I was doing wrong before.
by azeigle
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 ...