Search found 18 matches
- Fri Feb 19, 2016 3:58 am
- Forum: Bug Reports
- Topic: Windows 10 users? Please check in.
- Replies: 7
- Views: 78763
Hi Thanks for your reply, and yes, you're right, the process is still running (in background) and if I stop the process, then I can run DPlotJr again. As a work around, I could possibly programmatically terminate the process from the calling program but any other solution would be better! Thanks gai...
- Wed Feb 17, 2016 9:48 am
- Forum: Bug Reports
- Topic: Windows 10 users? Please check in.
- Replies: 7
- Views: 78763
Re: Windows 10 users? Please check in.
Hi I have been using DPlotJr for some time, usually calling the program to plot graphs from other software. This all works fine in Windows 10 (which I just installed a couple of months ago). However, if you close DPlotJr after editing a graph (without saving it), DPlotJr can no longer be re-started,...
- Fri Aug 27, 2010 4:59 am
- Forum: General discussion
- Topic: Using AddData in a bubble plot
- Replies: 4
- Views: 14490
I'm using version 2.2.9.3 of DPlot Jnr. I am calling the DLL from PowerBasic console compiler in Windows NT SP3. The plotted points seem to disappear and re-appear every time a new point is added which looks as though they are all being replotted. I've just written a subroutine to spool points into ...
- Thu Aug 26, 2010 11:20 am
- Forum: General discussion
- Topic: Using AddData in a bubble plot
- Replies: 4
- Views: 14490
Using AddData in a bubble plot
I have an application that draws a bubble plot in real time, ie single values are plotted as they are generated by the application using the following commands: ret = DPlot_AddData(graph_number, %DATA_XYXY, 1, 1, x, y) ret = DPlot_AddData(graph_number, %DATA_XYXY, 1, 2, x, z) This works fine, except...
- Tue Aug 24, 2010 7:16 am
- Forum: General discussion
- Topic: Data series for bar charts
- Replies: 5
- Views: 17725
- Tue Aug 24, 2010 3:33 am
- Forum: General discussion
- Topic: Data series for bar charts
- Replies: 5
- Views: 17725
Just as a footnote, using the data table in the previous post, I can draw the following graph through the Excel DPlot add-in using the bar chart - data in rows menu option. It's not exactly what I want but can't get the data to group the other way. http://www.virus-evolution.org/Downloads/DPlot%20ba...
- Tue Aug 24, 2010 3:23 am
- Forum: General discussion
- Topic: Data series for bar charts
- Replies: 5
- Views: 17725
Thanks, almost what I had intended, but i Had wanted the bars of different series plotted side by side. Here is the intended graph in Excel based on the following spreadsheet:

Code: Select all
Fruit 2007 2008 2009
Apples 55 65 80
Pears 23 40 10

- Mon Aug 23, 2010 1:39 pm
- Forum: General discussion
- Topic: Data series for bar charts
- Replies: 5
- Views: 17725
Data series for bar charts
Very sorry if this has already been covered or explained somewhere, but how can I plot multiple data series as a bar chart? Eg. x-axis Series y-axis Apples 2007 55 2008 65 2009 80 Pears 2007 23 2008 40 2009 10 So ideally, two x categories, each with three bars clustered together representing differe...
- Fri Aug 06, 2010 2:55 pm
- Forum: General discussion
- Topic: Right click on a curve
- Replies: 6
- Views: 17925
- Fri Aug 06, 2010 2:21 pm
- Forum: General discussion
- Topic: Right click on a curve
- Replies: 6
- Views: 17925
Thanks. I certainly will buy for the full version, but as a software package to support another application, I'll also have to keep using DPlot Junior. As for the restriction, all kinds of curve editing can be done in DPlot Junior from the menu bar (from Options -> Symbol/Line syles etc. so I can't ...
- Thu Aug 05, 2010 3:39 pm
- Forum: General discussion
- Topic: Right click on a curve
- Replies: 6
- Views: 17925
Right click on a curve
I've re-started using DPlot Junior, brilliant program!. Really useful for plotting out data from another application through the DPlot.DLL. One problem, when I right-click axes, legend etc. I can edit the various display options. However, right clicking on a curve doesn't work, I just get the same m...
- Thu Nov 02, 2006 7:51 am
- Forum: Basic
- Topic: DPlot PowerBasicConsoleCompiler Example
- Replies: 8
- Views: 41424
- Wed Nov 01, 2006 5:27 am
- Forum: Basic
- Topic: DPlot PowerBasicConsoleCompiler Example
- Replies: 8
- Views: 41424
- Tue Oct 31, 2006 6:17 am
- Forum: Basic
- Topic: DPlot PowerBasicConsoleCompiler Example
- Replies: 8
- Views: 41424
Thanks. I've been having real problems with getting the 3D scatter graphs to work, mainly, I'm sure, because of my own ignorance and stupidity. Below is the section of the PBCC program used for the scatter plot (modified from the 3D contour plot example provided previously). RESET dp seed = 1 FOR a ...
- Sun Oct 29, 2006 6:20 am
- Forum: Basic
- Topic: DPlot PowerBasicConsoleCompiler Example
- Replies: 8
- Views: 41424
3D Scatter plot
Coming back to the programme after a bit if a break, I thought I would try to plot a 3D scatter graph, calling the DLL through the DPLOT_Plot function. I noticed that the equate %DATA_3DS was missing from the INC file supplied with DPlot Jnr for PowerBasic, although I did find the equivalent in the ...
- Sun Mar 13, 2005 6:03 am
- Forum: Basic
- Topic: DPlot PowerBasicConsoleCompiler Example
- Replies: 8
- Views: 41424
Bercic, thanks very much for translating the Fortran example of the 4 graph plots to PBCC. I was really struggling with the program interface to DPlot Jr until I saw this post, and probably wouldn't have been able to get started without it. As a suggestion for David Hyde, maybe a PBCC example should...
- Sun Mar 13, 2005 5:54 am
- Forum: C, C++, C#
- Topic: maximum number of curves?
- Replies: 7
- Views: 33389
- Sat Mar 12, 2005 3:40 am
- Forum: C, C++, C#
- Topic: maximum number of curves?
- Replies: 7
- Views: 33389
Hi Just as an additional request, if you do change the maximum number of curves, can you possibly make it more than 255? I have an application that really needs to plot about 500 graph lines, and have had obvious problems with other graphing methods such as Excel (maximum 255). Standalone graph draw...