Search found 21 matches

by DCdenizen
Fri Dec 02, 2011 4:43 pm
Forum: General discussion
Topic: Disable the greater than sign on contour legend
Replies: 9
Views: 32877

thanks!

Great, thanks so much. I'll look for the update!
by DCdenizen
Tue Nov 29, 2011 10:39 am
Forum: General discussion
Topic: Disable the greater than sign on contour legend
Replies: 9
Views: 32877

What I'm seeing now is that dplot quits immediately upon any operation on Z. So even Z=Z or Z=(Z) causes dplot to quit without any message or error. This is using the edit>operate on z... command from the menu.

Any idea what's happening?
by DCdenizen
Wed Nov 09, 2011 2:37 pm
Forum: General discussion
Topic: Disable the greater than sign on contour legend
Replies: 9
Views: 32877

Thanks so much!!!!
by DCdenizen
Tue Nov 08, 2011 1:57 am
Forum: General discussion
Topic: Disable the greater than sign on contour legend
Replies: 9
Views: 32877

Addendum: we care insofar as the data points above 15 impact how the blur is graphed below 15.
by DCdenizen
Tue Nov 08, 2011 1:50 am
Forum: General discussion
Topic: Disable the greater than sign on contour legend
Replies: 9
Views: 32877

Disable the greater than sign on contour legend

We sometimes have some data that fall beyond the graph extent of 15 (and beyond the color legend we've set). When dplot notices this is the case, it helpfully includes a greater than or equal to sign next to the highest z-value, indicating that the color in question is representing values of 15 and ...
by DCdenizen
Mon Feb 16, 2009 4:16 pm
Forum: General discussion
Topic: Piecewise graphs
Replies: 4
Views: 16474

I did the the logic in VBA for that reason, as the numbers aren't whole. I fed two separate FunctionofXY1Y2 commands the relevant equations, and only allowed them to graph across the valid x-values. Thanks!
by DCdenizen
Mon Feb 16, 2009 1:47 pm
Forum: General discussion
Topic: Piecewise graphs
Replies: 4
Views: 16474

Haha, your intuition is correct...not exactly what I was after :-)

The equation is actually of the form: y=A+B*(x-L)^m+C*(x)^n

What I'd meant to write is that the b*(x-L)^4 term should be zero for any negative value of (x-L).
by DCdenizen
Mon Feb 16, 2009 5:17 am
Forum: General discussion
Topic: Piecewise graphs
Replies: 4
Views: 16474

Piecewise graphs

Hi David, any chance there's some way to graph piecewise functions? Ie...y = a + b*(x-L)^4, but only graph where (x-L) >= 0?
by DCdenizen
Mon Feb 02, 2009 11:56 pm
Forum: General discussion
Topic: Graph line aliasing
Replies: 3
Views: 13550

Setting alias disabling threshold

How would I set the threshold at which aliasing is turned off via an excel macro?
by DCdenizen
Mon Feb 02, 2009 12:29 am
Forum: General discussion
Topic: Graph line aliasing
Replies: 3
Views: 13550

Graph line aliasing

Could you let me know what, if any, options are available to anti-alias or smooth the graph lines? Are there anti-aliasing options that can be enabled? Higher resolution for plotting the graph lines?

As always, thanks for your help.
by DCdenizen
Sat Nov 29, 2008 6:37 pm
Forum: General discussion
Topic: Text kerning and sizing on different machines
Replies: 7
Views: 22187

Weird, so just to verify, when you use the following code:

ret = DPlot_Command(0, "[NumberFormat(0,12)]")


...it successfully removes the labels from the x-axis?

I don't think it's a problem with the setting being overridden by the existing commands in the dplot helper add-in, as I can ...
by DCdenizen
Sat Nov 29, 2008 5:31 pm
Forum: General discussion
Topic: Text kerning and sizing on different machines
Replies: 7
Views: 22187

Also, it seems the problem with text 'kerning' was actually that the command to disable the automatically generated x-axis labels didn't work, thus overlaying the automatically generated labels with the custom x-axis labels. The following command:


cmds = "[NumberFormat(0,12)]"


...is no longer ...
by DCdenizen
Sat Nov 29, 2008 5:10 pm
Forum: General discussion
Topic: Text kerning and sizing on different machines
Replies: 7
Views: 22187

The files it's outputting are png files. I've figured out the other issues, save for the trouble I'm having with the text sizing. The problem is that there is an enormous jump from size 9 font to size 10 font. Pretty self explanatory code, but is there a way to post the images?

The example plots ...
by DCdenizen
Wed Nov 19, 2008 7:45 pm
Forum: General discussion
Topic: Text kerning and sizing on different machines
Replies: 7
Views: 22187

Text kerning and sizing on different machines

I'm having issues with inconsistent text formatting in charts produced from the same excel vba code run on different installs of dplot. I'd set the formatting properties such that the graph text labels render fine on one install, but they are coming out garbled on a different computer.

The labels ...
by DCdenizen
Wed Oct 01, 2008 8:15 pm
Forum: Suggestions/Questions
Topic: Bar Graph, non-numeric labels
Replies: 4
Views: 18475

Just wanted to know if there is any sort of a macro interface to this utility as of yet? Thanks again for the software!
by DCdenizen
Sat Sep 27, 2008 3:39 pm
Forum: General discussion
Topic: Bar graphs - 2 questions
Replies: 9
Views: 27656

Any luck with this?
by DCdenizen
Tue Sep 23, 2008 9:27 am
Forum: General discussion
Topic: Bar graphs - 2 questions
Replies: 9
Views: 27656

Any luck on this? It goes without saying, but thanks for the incredible graphing package!
by DCdenizen
Tue Sep 16, 2008 10:30 pm
Forum: General discussion
Topic: Bar graphs - 2 questions
Replies: 9
Views: 27656

Disregard the previous message. Thanks for your reply; when do you think you'll be able to distribute the new version?
by DCdenizen
Tue Sep 16, 2008 10:26 pm
Forum: General discussion
Topic: Bar graphs - 2 questions
Replies: 9
Views: 27656

I was able to locate the BarWidth command, but I still haven't figured out whether it is possible to center the bars on their respective x-value. Is this possible?

Also, I can't seem to successfully overlay a scatter plot on a bar graph. Any idea what's going on?
by DCdenizen
Tue Sep 16, 2008 8:44 pm
Forum: General discussion
Topic: Bar graphs - 2 questions
Replies: 9
Views: 27656

Bar graphs - 2 questions

I need to overlay a scatter plot onto of a bar graph, such that the area of the bars in the bar graph encompass separate sets of points. To do this, I thought I would take the x-value midpoint of each set of points, use these as the x-values for the bars, and adjust the width of the bars to include ...
by DCdenizen
Mon Sep 08, 2008 9:13 pm
Forum: General discussion
Topic: Plot overlays
Replies: 2
Views: 12724

I just want to confirm that DPLOT cannot currently graph a scatter plot and a bar graph. Is this in fact the case?