Search found 5 matches

by dkabq
Tue Nov 21, 2017 5:58 pm
Forum: Basic
Topic: LegendParams Command
Replies: 5
Views: 76010

Well that is a bummer, as my legend is overlapping with the plot titles.

You might want to put a note in the User Manual LegendParams macro command stating that which plots the command is and is not valid for.
by dkabq
Tue Nov 21, 2017 4:08 pm
Forum: Basic
Topic: LegendParams Command
Replies: 5
Views: 76010

Were you using it in a macro that modifies an XYZ contour plot?

Might the inability of my macro to execute the command be related to the Legends/Labels command being absent from my Text menu command list? It is there when I start DPlot, but vanishes after I create a new 3D surface plot (either ...
by dkabq
Tue Nov 21, 2017 11:19 am
Forum: Basic
Topic: LegendParams Command
Replies: 5
Views: 76010

LegendParams Command

I am having an issue with getting the LegendParams command to modify a plot. As a test, I have copied/pasted the example for making the legend background opaque, filled with a light cyan.

DPlot_Command(DocNum, "[LegendParams(,,,1,,,,,0x00FFFFC0)]")

I have DocNum=1, which works for the subsequent ...
by dkabq
Tue Nov 21, 2017 9:34 am
Forum: Basic
Topic: SetBackgroundImage Macro Command
Replies: 2
Views: 53197

Doh!!!

Thanks for kindly pointing out what should have been obvious to me.
by dkabq
Mon Nov 20, 2017 5:06 pm
Forum: Basic
Topic: SetBackgroundImage Macro Command
Replies: 2
Views: 53197

SetBackgroundImage Macro Command

When I execute the following macro command

ret = DPlot_Command(DocNum, "[SetBackgroundImage(""d:\dplot_files\image.png"", 1, 1, 1, 255)]")

the image is not placed in the foreground. I know that Dplot is using the command, as the plot extents are being adjusted to fit the image size.

Also, if I ...