Search found 18 matches

by Peter Simmonds
Fri Feb 19, 2016 3:58 am
Forum: Bug Reports
Topic: Windows 10 users? Please check in.
Replies: 7
Views: 40281

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...
by Peter Simmonds
Wed Feb 17, 2016 9:48 am
Forum: Bug Reports
Topic: Windows 10 users? Please check in.
Replies: 7
Views: 40281

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,...
by Peter Simmonds
Fri Aug 27, 2010 4:59 am
Forum: General discussion
Topic: Using AddData in a bubble plot
Replies: 4
Views: 11882

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 ...
by Peter Simmonds
Thu Aug 26, 2010 11:20 am
Forum: General discussion
Topic: Using AddData in a bubble plot
Replies: 4
Views: 11882

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...
by Peter Simmonds
Tue Aug 24, 2010 7:16 am
Forum: General discussion
Topic: Data series for bar charts
Replies: 5
Views: 14576

Brilliant, thanks very much. No problem converting the code.

Best wishes

Peter
by Peter Simmonds
Tue Aug 24, 2010 3:33 am
Forum: General discussion
Topic: Data series for bar charts
Replies: 5
Views: 14576

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...
by Peter Simmonds
Tue Aug 24, 2010 3:23 am
Forum: General discussion
Topic: Data series for bar charts
Replies: 5
Views: 14576

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
Image
by Peter Simmonds
Mon Aug 23, 2010 1:39 pm
Forum: General discussion
Topic: Data series for bar charts
Replies: 5
Views: 14576

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...
by Peter Simmonds
Fri Aug 06, 2010 2:55 pm
Forum: General discussion
Topic: Right click on a curve
Replies: 6
Views: 14385

Thanks, presumably when using the .DLL interface I need to set dp.DataFormat to another value? (it was %DATA_3DR for the contour plots).

Peter
by Peter Simmonds
Fri Aug 06, 2010 2:21 pm
Forum: General discussion
Topic: Right click on a curve
Replies: 6
Views: 14385

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 ...
by Peter Simmonds
Thu Aug 05, 2010 3:39 pm
Forum: General discussion
Topic: Right click on a curve
Replies: 6
Views: 14385

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...
by Peter Simmonds
Thu Nov 02, 2006 7:51 am
Forum: Basic
Topic: DPlot PowerBasicConsoleCompiler Example
Replies: 8
Views: 35322

I used the version on the website downloaded last week.

Peter
by Peter Simmonds
Wed Nov 01, 2006 5:27 am
Forum: Basic
Topic: DPlot PowerBasicConsoleCompiler Example
Replies: 8
Views: 35322

Thanks but no luck so far. The following (correct) command led to an immediate BSOD when added to the previous code: [Caption(" & CHR$(34) & "xx" & CHR$(34) & ")] If I leave out the Caption command entirely, I still get a BSOD. It therefore seems that having some ...
by Peter Simmonds
Tue Oct 31, 2006 6:17 am
Forum: Basic
Topic: DPlot PowerBasicConsoleCompiler Example
Replies: 8
Views: 35322

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 ...
by Peter Simmonds
Sun Oct 29, 2006 6:20 am
Forum: Basic
Topic: DPlot PowerBasicConsoleCompiler Example
Replies: 8
Views: 35322

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 ...
by Peter Simmonds
Sun Mar 13, 2005 6:03 am
Forum: Basic
Topic: DPlot PowerBasicConsoleCompiler Example
Replies: 8
Views: 35322

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...
by Peter Simmonds
Sun Mar 13, 2005 5:54 am
Forum: C, C++, C#
Topic: maximum number of curves?
Replies: 7
Views: 29634

David, thanks! Look forward to the next version(s).

As a new user, would just like to say the plotting program looks great, and very easy to use through PowerBasic Console Compiler (which as you may know is a bit lacking in graphics!).

Peter
by Peter Simmonds
Sat Mar 12, 2005 3:40 am
Forum: C, C++, C#
Topic: maximum number of curves?
Replies: 7
Views: 29634

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...