Re: [Plplot-general] plplot-wxwidgets-plotting

2018-05-04 Thread David Bergman
n external button push. Would it help if the plot function was "owned" by the myApp? David On 5/3/2018 4:45 PM, Alan W. Irwin wrote: On 2018-05-03 13:56-0400 David Bergman wrote: P.S. I noticed just after (natch) I sent off my previous post that you had included source code in your

[Plplot-general] Examples

2018-05-25 Thread David Bergman
I have a question about the examples. There's code for generating all the plots that appear on the PLplot website but whenever I compile and run them I just get the first in the list. The functions (or objects) take inputs but I cannot seem to execute them with other options for which plot to

Re: [Plplot-general] plplot-wxwidgets-plotting

2018-06-15 Thread David Bergman
s, but that's fine. So something like m_right = new wxPLplotwindow(true, wxSize(800, 800)); works and the text displays. You should also be able to manually set the size using pls->schr() in your Plot function, but I've just quickly tried that and it didn't work. I'll try to investigate why.

[Plplot-general] plplot-wxwidgets-plotting

2018-05-03 Thread David Bergman
Dear all, I am using plplot 5.13.0 and wxwidgets 3.1.0 in a windows environment, VS 2017. I've attempted to merge the plplot wxwidgets example with more complex wxwidgets examples to generate plots in various frames and panels in a larger GUI format. The specific example that produced the

[Plplot-general] PLplot

2018-02-18 Thread David Bergman
Does anyone know the timeline for PLplot site to be back up? "Project web is currently offline pending the final migration of its data to our new datacenter." Thanks. --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus

Re: [Plplot-general] PLplot

2018-02-19 Thread David Bergman
Thanks, I have been able to get to the PLplot main site and class descriptions. On 2/19/2018 2:35 PM, Alan W. Irwin wrote: On 2018-02-17 15:24-0500 David Bergman wrote: Does anyone know the timeline for PLplot site to be back up? "Project web is currently offline pending the

[Plplot-general] surface plot questions

2018-03-20 Thread David Bergman
All, I am interested in making a surface plot in 3-dim of a parameterized surface in the following format, x(u,v), y(u,v), z(u,v) rather than the usual z = f(u,v). MATLAB, SCILAB, and Octave have this option and I was wondering if PLplot has it as well. I did look through the examples and

Re: [Plplot-general] surface plot questions

2018-03-21 Thread David Bergman
).*cos(Ph), sin(Th).*sin(Ph), cos(Th) would generate the unit sphere. Thanks, David On 3/20/2018 10:09 PM, Alan W. Irwin wrote: On 2018-03-20 17:05-0400 David Bergman wrote: All, I am interested in making a surface plot in 3-dim of a parameterized surface in the following format, x(u,v), y

Re: [Plplot-general] surface plot questions

2018-03-23 Thread David Bergman
Thanks for the tip. If I do get that far I will post it. Do I need to be a developer on this project? Or should I just email out to the group? On 3/21/2018 10:26 PM, Alan W. Irwin wrote: On 2018-03-21 18:47-0400 David Bergman wrote: Alan, Thanks for the reply. MATLAB and SCILAB

[Plplot-general] Problems with plPlot VS 2017 build

2019-08-27 Thread David Bergman
behavior? Thank you in advance for your help. David -- David Bergman David R Bergman Music LLC "Have Guitar Will Travel" Morristown NJ 551-655-4720 stuntguitar1...@gmail.com www.davidrobertbergmanmusic.com --- This email has been checked for viruses by Avast antivirus softw

Re: [Plplot-general] Problems with plPlot VS 2017 build

2019-08-27 Thread David Bergman
d <https://aka.ms/ghei36> -------- *From:* David Bergman *Sent:* Wednesday, August 28, 2019 12:27:21 AM *To:* plplot-general@lists.sourceforge.net *Subject:* [Plplot-general] Problems with plPlot VS 2017 build All, I had a drive fail recently, data is all backed u

Re: [Plplot-general] Problems with plPlot VS 2017 build

2019-08-28 Thread David Bergman
il Get Outlook for Android <https://aka.ms/ghei36> -------- *From:* David Bergman *Sent:* Wednesday, August 28, 2019 12:27:21 AM *To:* plplot-general@lists.sourceforge.net *Subject:* [Plplot-general] Problems with plPlot VS 2017 build All, I had a drive fail rece

[Plplot-general] Problem with LNK2019 error unresolved external

2019-09-06 Thread David Bergman
All, I have made some progress with building and installing the new plplot with a new wxwidets using VS 2017. I still have not gone past the install process in the IDE w/o an error but I seem to have all the headers and dll I need (though I'm not sure if they are corrupted). At present

Re: [Plplot-general] Problem with LNK2019 error unresolved external

2019-09-06 Thread David Bergman
problem? Get Outlook for Android <https://aka.ms/ghei36> *From:* David Bergman *Sent:* Friday, September 6, 2019 6:17:59 PM *To:* plplot-general@lists.sourceforge.net *Subject:* [Plplot-general] Problem with LNK2019

Re: [Plplot-general] Problem with LNK2019 error unresolved external

2019-09-09 Thread David Bergman
you might need to update the lib names in your project. Phil Get Outlook for Android <https://aka.ms/ghei36> *From:* David Bergman *Sent:* Friday, September 6, 2019 9:20:57 PM *To:* Phil Rosenberg ; plplot-g

Re: [Plplot-general] Problem with LNK2019 error unresolved external

2019-09-09 Thread David Bergman
. I'll try the example again just to be sure. Sent from my Verizon, Samsung Galaxy smartphone Original message From: Phil Rosenberg Date: 9/9/19 2:20 PM (GMT-05:00) To: plplot-general@lists.sourceforge.net, David Bergman Subject: Re: [Plplot-general] Problem with LNK2019

Re: [Plplot-general] Problem with LNK2019 error unresolved external

2019-09-08 Thread David Bergman
. This has been dropped I think. So you might need to update the lib names in your project. Phil Get Outlook for Android <https://aka.ms/ghei36> *From:* David Bergman *Sent:* Friday, September 6, 2019 9:20:57 PM *To:

[Plplot-general] wxPlplotDemo

2019-11-04 Thread David Bergman
Hello again All, I have managed to get wxWidgets built and he minimal example to run out of the box. I have also managed to get plplot examples working, several in fact. I am on a new computer with W10, VS 2017 and the most recent versions of widgets and plplot (not the same set up as in my

Re: [Plplot-general] Problem with LNK2019 error unresolved external

2019-10-21 Thread David Bergman
-------- *From:* David Bergman *Sent:* Friday, October 18, 2019 4:15:07 PM *To:* Phil Rosenberg ; plplot-general@lists.sourceforge.net *Subject:* Re: [Plplot-general] Problem with LNK2019 error unresolved external Hello, I wanted to reach out, yet again, to try and resolve some

Re: [Plplot-general] Problem with LNK2019 error unresolved external

2019-10-21 Thread David Bergman
beyond me.  If anyone has more suggestions I would appreciate it. Thank you, David On 10/21/2019 2:11 PM, David Bergman wrote: I am sorry you had the flu and hope you are on the mend.  Well, I did got some other folks chiming in and the consensus is that my system may be hosed.  I've been try

Re: [Plplot-general] Problem with LNK2019 error unresolved external

2019-10-22 Thread David Bergman
the quality of your life. On Monday, October 21, 2019, 04:37:11 PM MST, David Bergman wrote: I thought I'd give an update.  I just finished building up the complete configuration of VS 2017 + wxWidgets + PLplot on a completely independent but otherwise identical computer.  A Dell Inspiron 15R

Re: [Plplot-general] Problem with LNK2019 error unresolved external

2019-10-23 Thread David Bergman
was connected in the build stage.  I could try building plplot with widgets off and see. Sent from my Verizon, Samsung Galaxy smartphone Original message From: Arjen Markus <mailto:arjen.mar...@deltares.nl>> Date: 10/23/19 3:15 AM (GMT-05:00) To: David Bergman <mailto:

Re: [Plplot-general] Problem with LNK2019 error unresolved external

2019-10-23 Thread David Bergman
rjen.mar...@deltares.nl>> Date: 10/23/19 3:15 AM (GMT-05:00) To: David Bergman <mailto:stuntguitar1...@gmail.com>>, Phil Rosenberg mailto:p.d.rosenb...@gmail.com>>, "Plplot-general@lists.sourceforge.net (plplot-general@lists.sourceforge.net) <mailto:Pl

Re: [Plplot-general] Problem with LNK2019 error unresolved external

2019-10-22 Thread David Bergman
at 14:15, Phil Rosenberg <mailto:p.d.rosenb...@gmail.com>> wrote: Hi David In what way did things fail when turning build test on? Phil ---- *From:* David Bergman mailto:stuntguitar1...@gmail.com>

Re: [Plplot-general] Problem with LNK2019 error unresolved external

2019-10-22 Thread David Bergman
test on? Phil ---- *From:* David Bergman mailto:stuntguitar1...@gmail.com>> *Sent:* Monday, 21 October 2019, 7:11 p.m. *To:* Phil Rosenberg; plplot-general@lists.sourceforge.net <mailto:plplot-general@lists.sourceforge.net&

Re: [Plplot-general] Problem with LNK2019 error unresolved external

2019-10-23 Thread David Bergman
f we can recreate it. Phil Get Outlook for Android <https://aka.ms/ghei36> ---- *From:* David Bergman *Sent:* Wednesday, October 23, 2019 4:30:49 PM *To:* Arjen Markus ; Phil Rosenberg ; Plplot-general@lists.sourceforge.net (plplot-general@lists.sourceforge.net) *Subject:* Re:

Re: [Plplot-general] Problem with LNK2019 error unresolved external

2019-10-23 Thread David Bergman
t;< endl;     delete pls;     return 0; } -- The quality of your thoughts will determine the quality of your life. On Wednesday, October 23, 2019, 01:29:38 PM MST, David Bergman wrote: I didn't think I was trying random things.  Here is a simple code snippet that causes the crash.

Re: [Plplot-general] Problem with LNK2019 error unresolved external

2019-10-18 Thread David Bergman
tps://aka.ms/ghei36> *From:* David Bergman *Sent:* Monday, September 9, 2019 6:31:00 PM *To:* Phil Rosenberg ; plplot-general@lists.sourceforge.net *Subject:* Re: [Plplot-general] Problem with LNK2019 error unresolved ex

Re: [Plplot-general] PLplot+wxWidgets+MinGW+Windows10

2019-10-17 Thread David Bergman
you need to start your source file with: #define _CRT_RAND_S #include It is crucial that these lines precede all your other includes, because other headers may already have dragged in stdlib.h Best, Tom On 17 Oct 2019, at 19:03, David Bergman <mailto:stuntguitar1...@gmail.com>> wro

Re: [Plplot-general] PLplot+wxWidgets+MinGW+Windows10

2019-10-17 Thread David Bergman
\wxwidgets_dev.cpp, so you will need to patch that file. I guess this fix should also go into the PLplot git repo. Best, Tom On 17 Oct 2019, at 20:41, David Bergman <mailto:davidrberg...@yahoo.com>> wrote: Tom, thanks for your input but I'm not even writing code yet.  This is a build error and

[Plplot-general] PLplot+wxWidgets+MinGW+Windows10

2019-10-17 Thread David Bergman
All, I am in the process of trying to set up wxWidgets and plplot for development using code::blocks with mingw on a Windows 10 machine. I previously had a configuration working on a Windows 8 machine with VS 2017 but that machine is deceased. wxWidgets installed fairly easily with no issues

Re: [Plplot-general] PLplot+wxWidgets+MinGW+Windows10

2019-10-17 Thread David Bergman
, Tom On 17 Oct 2019, at 20:41, David Bergman <mailto:davidrberg...@yahoo.com>> wrote: Tom, thanks for your input but I'm not even writing code yet.  This is a build error and I'm using the out of the box make, cmake and other scripts so I wouldn't know what file to put those line

Re: [Plplot-general] PLplot+wxWidgets+MinGW+Windows10

2019-10-17 Thread David Bergman
); ^ On 10/17/2019 4:18 PM, Vadim Zeitlin wrote: On Thu, 17 Oct 2019 14:03:20 -0400 David Bergman wrote: DB> [ 79%] Building CXX object DB> drivers/CMakeFiles/wxwidgets.dir/wxwidgets_dev.cpp.obj DB> C:\temp\src\plplot-5.15.0\drivers\wxwidgets_dev.cpp: In constructor DB> 'Rand::Rand()':

Re: [Plplot-general] PLplot+wxWidgets+MinGW+Windows10

2019-10-17 Thread David Bergman
, David Bergman wrote: I have the patch but the file changes indicated in the header do not match lines the appear in the /mingw/include/stdlib.h. I'm guessing that I have a different distribution, the one that comes with code blocks, and the c/c++ headers are not the same (though hopefully do

Re: [Plplot-general] PLplot+wxWidgets+MinGW+Windows10

2019-10-17 Thread David Bergman
to?  Perhaps I will just get that one, or another compiler supported by Code Blocks and start over. David On 10/17/2019 5:17 PM, Vadim Zeitlin wrote: On Thu, 17 Oct 2019 17:06:09 -0400 David Bergman wrote: DB> Thank you.  I had installed using codeblocks-17.12mingw-nosetup.zip DB> which

Re: [Plplot-general] Problem with LNK2019 error unresolved external

2019-10-22 Thread David Bergman
t finishes with no failed but I am not sure that the kill and restart results in a healthy install. On 10/22/2019 9:15 AM, Phil Rosenberg wrote: Hi David In what way did things fail when turning build test on? Phil ---- *From:* Dav

[Plplot-general] Trouble installing plplot

2019-10-11 Thread David Bergman
Hi all, I have been trying to work past some issues with plplot + wxwxidgets + visual studio on Windows 8 for longer than it's worth.  I seem to have everything built w/o issue but examples crash on closing and I cannot figure out why. I am trying to do a complete install now on a windows

Re: [Plplot-general] Trouble installing plplot

2019-10-12 Thread David Bergman
containing the exact commands executed and their source (websites), and a file containing the error.| |Thank you for your help.| |David| | | On 10/11/2019 4:04 PM, David Bergman wrote: Hi all, I have been trying to work past some issues with plplot + wxwxidgets + visual studio on Windows 8

Re: [Plplot-general] Trouble installing plplot

2019-10-13 Thread David Bergman
attached files containing the exact commands executed and their source (websites), and a file containing the error.| |Thank you for your help.| |David| | | On 10/11/2019 4:04 PM, David Bergman wrote: Hi all, I have been trying to work past some issues with plplot + wxwxidgets + visual studio

Re: [Plplot-general] plplot-wxwidgets-plotting

2018-06-07 Thread David Bergman via Plplot-general
right = new wxPLplotwindow(true, wxSize(800, 800)); > > works and the text displays. > > You should also be able to manually set the size using pls->schr() in > your Plot function, but I've just quickly tried that and it didn't > work. I'll try to investigate why. > > Hope

Re: [Plplot-general] More questions about install

2018-01-24 Thread David Bergman via Plplot-general
David,   I also saw that you are using version 3.10 of CMake. I use 3.9.4 myself. Could you try with that version?   Regards,   Arjen     From: Arjen Markus [mailto:arjen.mar...@deltares.nl] Sent: Wednesday, January 24, 2018 3:20 PM To: David Bergman; Jim Dishaw Cc: plplot-g

Re: [Plplot-general] More questions about install

2018-01-26 Thread David Bergman via Plplot-general
ro device (things like PLD_wincairo and PLD_epscairo). If I read the CMake files correctly, then you should be able to turn off that family of devices by -DDEFAULT_NO_CAIRO_DEVICES=ON. (I hope I am right this time)   Regards,   Arjen     From: David Bergman [mailto:davidrberg...@yah

Re: [Plplot-general] More questions about install

2018-01-26 Thread David Bergman via Plplot-general
avoid the cairo device (things like PLD_wincairo and PLD_epscairo). If I read the CMake files correctly, then you should be able to turn off that family of devices by -DDEFAULT_NO_CAIRO_DEVICES=ON. (I hope I am right this time)   Regards,   Arjen     From: David Bergman [mailto:davi

Re: [Plplot-general] More questions about install

2018-01-25 Thread David Bergman via Plplot-general
Arjen, Thanks.  I tried again with your suggestion but the following warning. CMake Warning:   Manually-specified variables were not used by the project: PLD_cairo I tried variant, e.g. all cap, etc, just in case there was a typo.  No luck. Any other suggestions would be appreciated. On

Re: [Plplot-general] More questions about install

2018-02-02 Thread David Bergman via Plplot-general
io_IDE/? They are a little out of date, but I don't think much has changed. Phil On 26 January 2018 at 14:57, David Bergman via Plplot-general <plplot-general@lists.sourceforge.net> wrote: That worked.  Are there any good tutorials for using this with wxWidgets and VC++?I think I ne

[Plplot-general] More questions about install

2018-01-23 Thread David Bergman via Plplot-general
I am trying to build plplot in cygwin.Following the instructions at:https://sourceforge.net/p/plplot/wiki/Configure_PLplot_for_cygwin/ produces results for the first command cmake -DCMAKE_INSTALL_PREFIX=install ../ However make produces the following make: *** No targets specified and no

Re: [Plplot-general] Problem with LNK2019 error unresolved external

2019-10-24 Thread David Bergman via Plplot-general
py to hear from David that he has found a solution. Alan -- The quality of your thoughts will determine the quality of your life. On Thursday, October 24, 2019, 07:45:44 AM MST, David Bergman wrote: Okay, wow.?? The following seems to have fixed the issue.?? I did not exactly

Re: [Plplot-general] PLplot+wxWidgets+MinGW+Windows10

2019-10-17 Thread David Bergman via Plplot-general
Tom, thanks for your input but I'm not even writing code yet.  This is a build error and I'm using the out of the box make, cmake and other scripts so I wouldn't know what file to put those lines of code in.  Any thoughts? Sent from Yahoo Mail on Android On Thu, Oct 17, 2019 at 2:46 PM,