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 ...
Search found 16 matches
- Tue Mar 13, 2012 6:02 am
- Forum: C, C++, C#
- Topic: 6 decimal position limit?
- Replies: 2
- Views: 49331
- Mon Mar 12, 2012 9:37 am
- Forum: C, C++, C#
- Topic: 6 decimal position limit?
- Replies: 2
- Views: 49331
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...
- Wed Feb 15, 2012 10:46 am
- Forum: C, C++, C#
- Topic: LegendAlignment use
- Replies: 3
- Views: 54271
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 ...
LegendAlignment in http://www.dplot.com/help/dplotfile.htm has taken me on the wrong way ...
- Wed Feb 15, 2012 4:28 am
- Forum: C, C++, C#
- Topic: LegendAlignment use
- Replies: 3
- Views: 54271
LegendAlignment use
Hi,
I can't find the clue to use LegendAlignment.
Could you please post some indication?
Thanks,
Max
I can't find the clue to use LegendAlignment.
Could you please post some indication?
Thanks,
Max
- Mon Feb 13, 2012 12:36 pm
- Forum: C, C++, C#
- Topic: Displaying one curve and a specific point.
- Replies: 10
- Views: 105534
- Mon Feb 13, 2012 8:18 am
- Forum: C, C++, C#
- Topic: Displaying one curve and a specific point.
- Replies: 10
- Views: 105534
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...
- Tue Apr 05, 2011 2:26 am
- Forum: C, C++, C#
- Topic: auto/manual extent control
- Replies: 3
- Views: 17278
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...
- Wed Mar 30, 2011 9:15 am
- Forum: C, C++, C#
- Topic: auto/manual extent control
- Replies: 3
- Views: 17278
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
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
- Thu Oct 02, 2008 8:37 am
- Forum: Bug Reports
- Topic: Font in multiple plot prints
- Replies: 4
- Views: 18783
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...
- Wed Oct 01, 2008 11:01 am
- Forum: Bug Reports
- Topic: Font in multiple plot prints
- Replies: 4
- Views: 18783
- Thu Sep 04, 2008 10:36 am
- Forum: Bug Reports
- Topic: Font in multiple plot prints
- Replies: 4
- Views: 18783
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
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
- Thu Jul 19, 2007 7:45 am
- Forum: General discussion
- Topic: Distribution
- Replies: 12
- Views: 128400
- Thu Jul 05, 2007 10:32 am
- Forum: Suggestions/Questions
- Topic: Displaying tables
- Replies: 1
- Views: 10259
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!!!
).
I can't find this feature in dPlot, is it really not possible?
Thanks and regards,
Max
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!!!

I can't find this feature in dPlot, is it really not possible?
Thanks and regards,
Max
- Thu Jun 14, 2007 9:37 am
- Forum: General discussion
- Topic: How to ... allegate dplot Jr to my program.
- Replies: 1
- Views: 12107
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...
- Fri Jan 05, 2007 11:01 am
- Forum: C, C++, C#
- Topic: label on x axis using DPLOTLIB.DLL
- Replies: 2
- Views: 18066
- Wed Jan 03, 2007 9:42 am
- Forum: C, C++, C#
- Topic: label on x axis using DPLOTLIB.DLL
- Replies: 2
- Views: 18066
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...