Search found 16 matches

by Mad2Max
Tue Mar 13, 2012 6:02 am
Forum: C, C++, C#
Topic: 6 decimal position limit?
Replies: 2
Views: 27037

I've cut my code to test dplot and this way dplot works great even changing the decimal places.
So I guess you're right.
I'll give feedback to the forum in case the solution can be good for someone else.
Anyway good to know ...
by Mad2Max
Mon Mar 12, 2012 9:37 am
Forum: C, C++, C#
Topic: 6 decimal position limit?
Replies: 2
Views: 27037

6 decimal position limit?

Hi, I'm writing you because I've been caught by a strange problem feeding dplot with data. In a XYXY plot I'm sending a vector of double. If I use decimal places of any number up to the 6th then everything is fine. If I use decimal places over the 6th then dplot answers with: In DPlot_Command, DdeCo...
by Mad2Max
Wed Feb 15, 2012 10:46 am
Forum: C, C++, C#
Topic: LegendAlignment use
Replies: 3
Views: 29865

Well, I guess I can use "LegendParams": sorry for asking.

LegendAlignment in http://www.dplot.com/help/dplotfile.htm has taken me on the wrong way ...
by Mad2Max
Wed Feb 15, 2012 4:28 am
Forum: C, C++, C#
Topic: LegendAlignment use
Replies: 3
Views: 29865

LegendAlignment use

Hi,
I can't find the clue to use LegendAlignment.
Could you please post some indication?
Thanks,
Max
by Mad2Max
Mon Feb 13, 2012 12:36 pm
Forum: C, C++, C#
Topic: Displaying one curve and a specific point.
Replies: 10
Views: 63415

Thank you for your answer, you've made my thoughts clearer.
At last DPlot_AddData wasn't the smartest way for my needs and I switched to add the dot on the first curve by adding it to the first vector plotted by dPlot_Plot8.
by Mad2Max
Mon Feb 13, 2012 8:18 am
Forum: C, C++, C#
Topic: Displaying one curve and a specific point.
Replies: 10
Views: 63415

Hi, I add my question to this post because it looks quite similar. I would like to add one dot on a specific point in a curve - just one. The problem is that I always keep getting point (0,0) besides my defined point. Do you have any suggestion on how to get rid of it? I attach a piece of code. Than...
by Mad2Max
Tue Apr 05, 2011 2:26 am
Forum: C, C++, C#
Topic: auto/manual extent control
Replies: 3
Views: 14969

Well, I've made some test ... and I got the desired effect by letting dplot plotting and then issuing a new DPlot_Command with the [ManualScale(xlo,,xhi,,)]. This makes dplot choosing automatically y axis and me manually the x axis. The only problem is that now closing dplot the graph results modifi...
by Mad2Max
Wed Mar 30, 2011 9:15 am
Forum: C, C++, C#
Topic: auto/manual extent control
Replies: 3
Views: 14969

auto/manual extent control

Hi,
I'm using dPlot Jr to plot some data and it works really fine!
I would like to have the possibility to keep automatic extent on y-axis and specify the extent on the x-axis but it looks to me not possible ...
Is it really not possible?
Thanks and regards,
Max
by Mad2Max
Thu Oct 02, 2008 8:37 am
Forum: Bug Reports
Topic: Font in multiple plot prints
Replies: 4
Views: 16653

Well ... you are right ... actually I was thinking to monitor pixel not printer ones ... Anyway the problem was that using inches (cm is equivalent) I was able to get dplot printing multiple plots correctly but not displaying them as I wanted ... I solved using suggestions from: http://blogs.msdn.co...
by Mad2Max
Wed Oct 01, 2008 11:01 am
Forum: Bug Reports
Topic: Font in multiple plot prints
Replies: 4
Views: 16653

Finally I was able to try your suggestion: it works!
I have anyway a comment: it is quite difficult to manage inches for the dimensions of the plots ... at least for europeans :)
I mean pixel would be better, isn't it?
Thanks for your help!!!
Bye,
Max
by Mad2Max
Thu Sep 04, 2008 10:36 am
Forum: Bug Reports
Topic: Font in multiple plot prints
Replies: 4
Views: 16653

Font in multiple plot prints

Hi,
I'm using dplot Jr 2.2.1.3
When trying to print 4 plots in one sheet fonts are not adapted to new smaller dimension but titles and labels just overwrite each other in a complete mess ...
Am I just making some kind of error?
Thanks a lot,
Max
by Mad2Max
Thu Jul 19, 2007 7:45 am
Forum: General discussion
Topic: Distribution
Replies: 12
Views: 78535

You can also generate a working register key by manually execute dPlot Jr in your app installation dir.
Bye,
Max
by Mad2Max
Thu Jul 05, 2007 10:32 am
Forum: Suggestions/Questions
Topic: Displaying tables
Replies: 1
Views: 9230

Displaying tables

Hi,
I'm using dPlot Jr to plot some data but I would like to have also the possibility to look at the data plotted in a table form (not using excel!!! :-P).
I can't find this feature in dPlot, is it really not possible?
Thanks and regards,
Max
by Mad2Max
Thu Jun 14, 2007 9:37 am
Forum: General discussion
Topic: How to ... allegate dplot Jr to my program.
Replies: 1
Views: 11039

How to ... allegate dplot Jr to my program.

Hello! I'm developing a sw and I'm going to use dPlot Jr to produce graphs. The question is: how am I entitled to manage the dplot download from users? I mean: can I put the last version of dplot available to be downloaded directly on my site or can I only put a link? Or can I only refer to your mai...
by Mad2Max
Fri Jan 05, 2007 11:01 am
Forum: C, C++, C#
Topic: label on x axis using DPLOTLIB.DLL
Replies: 2
Views: 16058

Thanks a lot!
by Mad2Max
Wed Jan 03, 2007 9:42 am
Forum: C, C++, C#
Topic: label on x axis using DPLOTLIB.DLL
Replies: 2
Views: 16058

label on x axis using DPLOTLIB.DLL

Hi, I'd like to make a graph using dPlot Jr just like it happens using example.xls -> BarChart -> BarChart(label, Y1, Y2) and so getting label on X axis ... is it possible using dplotlib.dll? If yes, can you give me a hint? Is it possible to have label on X axis using not barchart but "standard...