[Plplot-devel] exit() calls

2014-08-14 Thread phil rosenberg
Hi All I have had the exit() calls in Plplot rolling around in the back of my head for a while. They were brought to the fore, recently when I had some code which generated a lot of plots and displayed them all via wxWidgets - except it didn't. The program exited half way through. It turned out

Re: [Plplot-devel] exit() calls

2014-08-14 Thread Phil Rosenberg
Hi Hazen The approach of just don't call exit and see what happens was also my first thought. Then the first case i looked at was plscmap0n, which attempts to set the number of colours in cmap0, this is called by plspal0, which immediately assumes the call has succeeded and attempts to assign

Re: [Plplot-devel] About svg

2014-08-14 Thread Phil Rosenberg
Arjen might well be right about the replot function, or maybe the stored replot data. What happens if you resize a Plplot window? Does that also show problems? Phil -Original Message- From: Arjen Markus arjen.mar...@deltares.nl Sent: ‎14/‎08/‎2014 15:08 To: laurent Berger

Re: [Plplot-devel] Fwd: Re: [Plplot-core] git conversion status

2014-08-13 Thread phil rosenberg
The impression I get from reading the docs and the post you linked Alan, is that there is a tendency for people coming from svn to forget that git is a distributed vcs. Perhaps some of these branches would be more at home in the various developers own repositories. I cloned the repository today

Re: [Plplot-devel] shapelib find module

2014-05-28 Thread Phil Rosenberg
...@beluga.phys.uvic.ca Sent: ‎27/‎05/‎2014 21:47 To: Phil Rosenberg philip_rosenb...@yahoo.com Cc: Andrew Ross andrewr...@users.sourceforge.net; PLplot development list Plplot-devel@lists.sourceforge.net Subject: RE: [Plplot-devel] shapelib find module On 2014-05-27 18:46+0100 Phil Rosenberg wrote: Hi

Re: [Plplot-devel] shapelib find module

2014-05-27 Thread Phil Rosenberg
know if you have any further thoughts. I'm away this week so it will be the weekend at least before I do anything about this. Phil -Original Message- From: Alan W. Irwin ir...@beluga.phys.uvic.ca Sent: ‎27/‎05/‎2014 09:53 To: Andrew Ross andrewr...@users.sourceforge.net; phil rosenberg

Re: [Plplot-devel] shapelib find module

2014-05-22 Thread phil rosenberg
was trying to build it from a Windows build.  Phil From: Alan W. Irwin ir...@beluga.phys.uvic.ca To: phil rosenberg philip_rosenb...@yahoo.com Cc: PLplot development list Plplot-devel@lists.sourceforge.net Sent: Wednesday, 21 May 2014, 18:38 Subject: Re: [Plplot-devel] shapelib find module

Re: [Plplot-devel] shapelib find module

2014-05-21 Thread phil rosenberg
to this change to the public API I will submit it later this week. Phil From: phil rosenberg philip_rosenb...@yahoo.com To: Alan W. Irwin ir...@beluga.phys.uvic.ca Cc: PLplot development list Plplot-devel@lists.sourceforge.net Sent: Sunday, 2 March 2014, 10:23 Subject

Re: [Plplot-devel] Plplot-devel Digest, Vol 96, Issue 3

2014-05-21 Thread phil rosenberg
) -- Message: 1 Date: Wed, 21 May 2014 11:39:00 + From: Arjen Markus arjen.mar...@deltares.nl Subject: Re: [Plplot-devel] shapelib find module To: phil rosenberg philip_rosenb...@yahoo.com, PLplot development     list    Plplot-devel

Re: [Plplot-devel] Wrong linker directives for Visual Studio 2010

2014-04-05 Thread phil rosenberg
to find time for. Adding a extra commitment just isn't possible for me. Phil From: Alan W. Irwin ir...@beluga.phys.uvic.ca To: phil rosenberg philip_rosenb...@yahoo.com Cc: plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net; thorsten.behr

Re: [Plplot-devel] Plplot-devel Digest, Vol 95, Issue 6

2014-04-04 Thread phil rosenberg
Hi Thorsten I remember finding some similar linker issue on my Windows system. My memory is telling me it was a lower case l that was prepended, but it might have been the same thing as you. I just tried to find my posts to the list to confirm either way, but I can't find them. From memory it

Re: [Plplot-devel] Wrong linker directives for Visual Studio 2010

2014-04-04 Thread phil rosenberg
Hi Thorsten I remember finding some similar linker issue on my Windows system. My memory is telling me it was a lower case l that was prepended, but it might have been the same thing as you. I just tried to find my posts to the list to confirm either way, but I can't find them. From memory it

Re: [Plplot-devel] Complete build and partial run-time success with epa_built wxwidgets-3.0.0 on Linux

2014-03-17 Thread phil rosenberg
Hi Alan I've never tried building wxWidgets from source on Linux - I just installed the dev packages on my Ubuntu machine - which is only 2.8.12 I think. One item that might be of note. For 3.0 I believe they have essentially depreciated the ability to switch off Unicode so that Unicode should

Re: [Plplot-devel] FindwxWidgets.cmake and FindFreetype.cmake

2014-03-07 Thread phil rosenberg
  Hi Alan The (very)simple example is attached - it can be run simply with cmake dir/of/example -G Visual Studio 11 Win64 You might well be able to run this on Wine or something as I'm told visual studio generators do not actually need access to the compiler like the nmake generator does. 2) I

Re: [Plplot-devel] FindwxWidgets.cmake and FindFreetype.cmake

2014-03-06 Thread phil rosenberg
15:23-0800 phil rosenberg wrote: Thanks Alan, that's [referring to my good report for Debian stable] is good to hear. The FreeType module is working as expected. The wxWidgets module is not perfect, but is better than not having it. It now finds wxWidgets 2.9 and 3.0. On Windows there still

Re: [Plplot-devel] FindwxWidgets.cmake and FindFreetype.cmake

2014-03-04 Thread phil rosenberg
that I'm stumped. Phil Phil On Tuesday, 4 March 2014, 19:40, Alan W. Irwin ir...@beluga.phys.uvic.ca wrote: On 2014-03-03 02:51-0800 phil rosenberg wrote: []  I've just checked on my system and it appears that wxWidgets 3.0 is found correctly. Unfortunatley there are still some bugs

Re: [Plplot-devel] FindwxWidgets.cmake

2014-03-03 Thread phil rosenberg
We seem to have gotten slightly different information from CMake, as I was told it there was no developer looking after it and that patches I had supplied to the Mantis bug tracker could not be applied. Anyhow, I've just checked on my system and it appears that wxWidgets 3.0 is found

Re: [Plplot-devel] shapelib find module

2014-03-02 Thread phil rosenberg
W. Irwin ir...@beluga.phys.uvic.ca wrote: Hi Phil: I am pretty sure you meant to send the remarks below (which you only sent to me) to the list as well so I am going to CC the list in my reply so everybody can see your remarks. On 2014-02-28 17:54-0800 phil rosenberg wrote: On Thursday, 27

Re: [Plplot-devel] shapelib find module

2014-02-27 Thread Phil Rosenberg
with a freetype header file too caused by the restructuring. Phil -Original Message- From: Alan W. Irwin ir...@beluga.phys.uvic.ca Sent: ‎26/‎02/‎2014 18:02 To: phil rosenberg philip_rosenb...@yahoo.com Cc: PLplot development list Plplot-devel@lists.sourceforge.net Subject: Re: shapelib find module

[Plplot-devel] findAgg

2014-02-25 Thread phil rosenberg
Hi All I'm resorting my various libraries into a single directory, mostly because of the way visual studio now allows users to add directories, but also partly because of the discussion we had about depreciating the LIB_TAG option. However, when I do so, and when I specify this directory using

Re: [Plplot-devel] findAgg

2014-02-25 Thread phil rosenberg
on the net. There might be other versions which are better suited for your/our needs. HTH, Werner phil rosenberg 25 February 2014 13:29 Hi AllI'm resorting my various libraries into a single directory, mostly because of the way visual studio now allows users to add d

[Plplot-devel] expansion of shapefile support?

2014-02-24 Thread phil rosenberg
Hi All I just tried to read in a shapefile using plmap and hit some snags. I thought I would check the best route before I submitted a patch. The first snag was the fact that the shapefile contains a map projection rather than lats and lons. Unfortunately plmap assumes lats and lons and does a

Re: [Plplot-devel] Qsatime suffix

2014-01-24 Thread Phil Rosenberg
To: Phil Rosenberg philip_rosenb...@yahoo.com; Andrew Ross andrewr...@users.sourceforge.net; Orion Poplawski or...@cora.nwra.com Cc: plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net Subject: Re: [Plplot-devel] Qsatime suffix On 2014-01-23 20:15- Phil Rosenberg wrote: Hi Alan

[Plplot-devel] Qsatime suffix

2014-01-23 Thread Phil Rosenberg
Hi Alan and others We discussed this some time ago, but i don't know if any conclusions were reached. Would it be possible to add the same suffix to qsatime and the other libraries generated by Plplot as well as to the core libraries? This has just been brought to my attention again because I'm

Re: [Plplot-devel] .fnt files and removing plexits

2014-01-15 Thread phil rosenberg
before passing things to the drivers. Perhaps eventually this is what is needed to give consistent support for newlines. On Monday, 13 January 2014, 20:57, Alan W. Irwin ir...@beluga.phys.uvic.ca wrote: On 2014-01-13 10:04-0800 phil rosenberg wrote: Hi All I've just had cause to try

[Plplot-devel] .fnt files and removing plexits

2014-01-13 Thread phil rosenberg
Hi All I've just had cause to try to eliminate some calls to plexit - something I'm sure we all agree to be a good thing. Basically I want to be able to move some exe files with plplot statically linked and using the wxWidgets driver. As the wxWidgets driver doesn't need the .fnt files I'd

[Plplot-devel] plshade with transparency

2014-01-08 Thread phil rosenberg
Hi All I've just tried to use plshade, but with transparency - I want to plot transparent to black shading over the top of other shaded data. Unfortunately I'm getting not very attractive horizontal and vertical lines appearing at each of my x and y values. I guess these are because when

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-21 Thread phil rosenberg
this. The nmake generator results were built with the VS2012 version of nmake. Hopefully this covers everything Phil Hi Phil: Thanks for that paragraph. There are two questions at the end of this concerning the interpretation of that paragraph. On 2013-12-18 12:31-0800 phil rosenberg wrote: Hi Alan I've

Re: [Plplot-devel] Status of the release

2013-12-14 Thread phil rosenberg
Hi All So here is my current status building Plplot with VC++ 2012 and wxWidgets 3.0, for both 32 and 64 bit.   CMake now completes the for the latest revision of Plplot for the Visual Studio 11 generator, including without explicitly disabling fortran. Thanks Alan and Andrew for the fixes.  

[Plplot-devel] Sorry - another build issue

2013-12-13 Thread phil rosenberg
Hi again I think this is the last build issue I've got. When I try to add wxWidgets to my build CMAKE seems to be adding the prefix -L+ to the following libraries: winmm comctl32 rpcrt4 wsock32. These are system libraries returned in wxwidgets_LINK_FLAGS by findwxWidgets. Outputting

Re: [Plplot-devel] Sorry - another build issue

2013-12-13 Thread phil rosenberg
Cheers Arjen I've worked through the CMAKE files outputting CMAKE_LIBRARY_PATH_FLAG as I go to narrow down the point at which it changes. Rather oddly it occurs at the line: enable_language(D OPTIONAL) in d.cmake. What's most odd is that I don't and never have used or had anything to do with D.

[Plplot-devel] Build problems on Windows

2013-12-12 Thread phil rosenberg
Hi Alan et al Unfortunately I've just updated to the latest source tree and found two build problems. When CMAKE fails to find a fortran compiler it halts, rather than simply disabling the fortran binding. Disabling fortran (-DENABLE_f77=OFF -DENABLE_f95=OFF) allows CMAKE to continue, but it is

Re: [Plplot-devel] Build problems on Windows

2013-12-12 Thread phil rosenberg
tortoise SVN shows the latest 100 revisions) and this completes fine, providing I disable fortran.   Phil     On Thursday, 12 December 2013, 9:40, phil rosenberg philip_rosenb...@yahoo.com wrote: Hi Alan et al Unfortunately I've just updated to the latest source tree and found two build problems

Re: [Plplot-devel] Build problems on Windows

2013-12-12 Thread phil rosenberg
:21AM -0800, phil rosenberg wrote: Hi Alan et al Unfortunately I've just updated to the latest source tree and found two build problems. When CMAKE fails to find a fortran compiler it halts, rather than simply disabling the fortran binding. Disabling fortran (-DENABLE_f77=OFF -DENABLE_f95=OFF

Re: [Plplot-devel] Build problems on Windows

2013-12-12 Thread phil rosenberg
back to 12754 (because tortoise SVN shows the latest 100 revisions) and this completes fine, providing I disable fortran.   Phil     On Thursday, 12 December 2013, 9:40, phil rosenberg philip_rosenb...@yahoo.com wrote: Hi Alan et al Unfortunately I've just updated to the latest source

[Plplot-devel] Some more CMAKE snags

2013-12-12 Thread phil rosenberg
Hi All I've just hit a few other CMAKE snags, but this time they seem to be related to 64 bit builds only and in this case they can be worked around, but I thought people here might have some comments. This is all for WIndows 8 using Visual Studio 2012 and CMAKE 2.8.12.1 1) When trying to

Re: [Plplot-devel] Plplot-devel Digest, Vol 91, Issue 10

2013-12-11 Thread phil rosenberg
Hi Joost I would recommend using the wxWindow which is found in the wxwidgets.h header file and defined in the wxwidgets_app.cpp file. I haven't ever really looked at the wxPLplotstream or wxPLplotwindows files. As you say they are not used by the examples. If you wish to create your own

Re: [Plplot-devel] Compiling plplot with wxWidgets-3.0.0

2013-12-10 Thread phil rosenberg
I've just attempted my first build of Plplot with wxWidgets 3.0 too. This is on Windows and I can confirm that the latest version of CMake does not find the wxWidgets 3.0 install. In my case I only have 3.0 installed as this is on a fresh install of Windows 8 and the wxWidgets bindings are

Re: [Plplot-devel] Compiling plplot with wxWidgets-3.0.0

2013-12-10 Thread phil rosenberg
I will edit the wiki   Phil On Tuesday, 10 December 2013, 10:51, phil rosenberg philip_rosenb...@yahoo.com wrote: I've just attempted my first build of Plplot with wxWidgets 3.0 too. This is on Windows and I can confirm that the latest version of CMake does not find the wxWidgets 3.0

[Plplot-devel] The fate of wxWidget backends

2013-11-22 Thread phil rosenberg
Hi all I started looking into reshaping the wxBackends recently to use wxGCDC and have things mostly working on Windows, but got some odd results on Linux that I haven't looked into yet. In case anyone didn't catch this discussion, there is a wxGCDC class which encapsulates a wxGraphicsContext

Re: [Plplot-devel] Question from comp.lang.ada user about thread safety

2013-11-17 Thread phil rosenberg
I looked into some of these issues when trying to solve a wxWidgets bug some time ago. I never got it sorted as to fix the bug will require the wxWidgets App to run in a separate thread. I got so far with this but then stopped, because of the required changes to the core routines - basically it

Re: [Plplot-devel] plvect and global transformations

2013-11-07 Thread phil rosenberg
Hi Andrew Thanks for includin the patch. However your changes to example 22.c cause compilation errors and a warning about an unreferenced variable. The error itself surprised me slightly - I had to google the error code which led me to the following

Re: [Plplot-devel] wxWidgets not detected through cmake

2013-11-05 Thread phil rosenberg
One thing that may be worth checking that caught me out in the past, from memory CMAKE is case sensitive for its paths, even though Windows isn't. Make sure your WXWIN environment variable is case-correct. I am using wxWidgets with plplot on win7 with no problems. I installed wxWidgets 2.8

Re: [Plplot-devel] wxGCDC

2013-10-17 Thread phil rosenberg
Hi All I've attached a patch which should give support for using wxGCDC. It is not finished or watertight, but it does work on my windows machine so i thought now was a good point to send it round to check for any platform dependant differences, so if someone could try it on a linux machine or

Re: [Plplot-devel] wxGCDC

2013-10-16 Thread phil rosenberg
-10-15 16:41-0700 phil rosenberg wrote: After a bit of playing around it seems that wxGCDC uses a similar trick to some Plplot drivers in that it pretends to have a bigger size than the bitmap it is drawing on (1x1 units). This means we do get subpixel accuracy and better than 1 pixel

[Plplot-devel] wxGCDC

2013-10-15 Thread phil rosenberg
I've started this with a new thread title as it had deviated significantly from the original topic.   Given the suggestion that we streamline the wxWidgets driver I've been looking into wxGCDC which provides access to wxGraphicsContext but via a wxDC interface. On my Windows system I can create

Re: [Plplot-devel] wxGCDC

2013-10-15 Thread phil rosenberg
After a bit of playing around it seems that wxGCDC uses a similar trick to some Plplot drivers in that it pretends to have a bigger size than the bitmap it is drawing on (1x1 units). This means we do get subpixel accuracy and better than 1 pixel accuracy line widths. However it is up to

Re: [Plplot-devel] [Plplot-general] overline underline not working

2013-10-14 Thread phil rosenberg
Hi Alan I think I agree that removing agg and freetype is probably a good plan, so that drops us down to 2 backends. I had just written a whole email about why we need to support wxDC and wxGraphics context because wxGraphicsContext give antialiased rendering with alpha support and wxDC gives

Re: [Plplot-devel] [Plplot-general] overline underline not working

2013-10-14 Thread phil rosenberg
Just a quick update on wxGCDC I just tried using wxGCDC in some of my code. It builds fine so it turns out wxWidgets 2.8 does include wxGCDC, however my plots all turn out blank. Not sure why. I found the Flush() method, but this doesn't change the output. With little documentation I'm not sure

Re: [Plplot-devel] [Plplot-general] overline underline not working

2013-10-08 Thread phil rosenberg
rosenberg philip_rosenb...@yahoo.com Cc: plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net Sent: Sunday, 6 October 2013, 20:03 Subject: Re: [Plplot-devel] [Plplot-general] overline underline not working On 2013-10-06 01:31-0700 phil rosenberg wrote: Oh and while discussing font

[Plplot-devel] plvect ignores transformation

2013-10-08 Thread phil rosenberg
Following on from my previous transformation query, it seems that plvect ignores the transformation set by plstransform. I've attached a patch to fix this. It essentially performs the transformation on both ends of the arrow before the conversion into device coordinates. It therefore transforms

[Plplot-devel] plmap no user data

2013-10-07 Thread phil rosenberg
Hi I've just been sorting out plotting some transformed map data - in this case plotting data on a globe as would be viewed from space. After writing a transform class I realised that there is no void* parameter to pass transform data to plmap and no void * parameter of mapform. Am I missing a

Re: [Plplot-devel] plmap no user data

2013-10-07 Thread phil rosenberg
rosenberg philip_rosenb...@yahoo.com Cc: plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net Sent: Monday, 7 October 2013, 17:47 Subject: Re: [Plplot-devel] plmap no user data On 2013-10-07 08:01-0700 phil rosenberg wrote: Hi I've just been sorting out plotting some

Re: [Plplot-devel] [Plplot-general] overline underline not working

2013-10-05 Thread phil rosenberg
at the moment in wxWidgets at least, the string gets broken into chunks and parsed to deal with superscript and newlines etc then the chunks get passed for drawing. this is wy wxWidgets built in underline doesn't work as we want, because it draws the sb/superscript chunks separately. We'll

[Plplot-devel] x19 patch

2013-09-26 Thread phil rosenberg
Hi Alan Meant to drop this in to you some time back. A very minor patch to fix the x19 missing bit of antarctica on the global map. The problem was that the axes went beyond the -360 to +360 degrees that the map routines draw on since the shapefile changes. Changing these limits was all that

[Plplot-devel] CMake bug report - sorry

2013-09-26 Thread phil rosenberg
Sorry to dop this in when clearly there is plenty else to do, but maybe this is an easy fix before the release.   I just tried to build the latest trunk version ahead of the planned release and the wxWidgets build is broken - at least on windows. The wxWidget related files are given debug

Re: [Plplot-devel] x19 patch

2013-09-26 Thread Phil Rosenberg
-Original Message- From: Alan W. Irwin ir...@beluga.phys.uvic.ca Sent: ‎26/‎09/‎2013 19:10 To: phil rosenberg philip_rosenb...@yahoo.com Cc: plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net Subject: Re: [Plplot-devel] x19 patch On 2013-09-26 10:00-0700 Alan W. Irwin wrote

Re: [Plplot-devel] CMake bug report - sorry

2013-09-26 Thread phil rosenberg
; Andrew Ross andrewr...@users.sourceforge.net Cc: PLplot development list plplot-devel@lists.sourceforge.net; phil rosenberg philip_rosenb...@yahoo.com Sent: Thursday, 26 September 2013, 19:03 Subject: Re: [Plplot-devel] CMake bug report - sorry Hi Andrew: Thanks very much for all your

[Plplot-devel] Re Help needed to correctly implement underline and overline mode

2013-08-25 Thread Phil Rosenberg
Hi Alan WxWidgets does not implement overline at all. At least not in 2.8. I haven't used 2.9 so not sure there. In this case we would have to manually draw an overline. For underline, what would be the desired outcome? In Word for example if underlined text includes normal and superscript it

Re: [Plplot-devel] Binary distribution

2013-07-01 Thread phil rosenberg
Point taken, but note binary distributors would also not want to alienate the huge numbers of MinGW users as well.  MinGW-4.7.2 has been averaging 20,000 downloads of its core package per month for the 7 months since its release.  And MinGW-4.6.2 has had 800 thousand (!) downloads of its core

[Plplot-devel] build error from pltek

2013-05-21 Thread phil rosenberg
Hi I'm trying to build plplot on my work linux machine running 64 bit CentOS. cmake seems to run fine, but I'm getting the following build error when I run make Linking C executable pltek ../src/libplplotd.so.11.0.0: undefined reference to `pango_layout_get_baseline' ../src/libplplotd.so.11.0.0:

Re: [Plplot-devel] build error from pltek

2013-05-21 Thread phil rosenberg
Thanks Alan I commented out the building of pltek and found the same problem when building the examples so as you said it was nothing to do with pltek, but a fundamental build issue. The fix you suggested worked. I missed that flag when looking at the wiki, I tried every other cairo flag on

Re: [Plplot-devel] [ plplot-Bugs-3604554 ] wxwidgets window

2013-05-08 Thread phil rosenberg
Thanks Alan I've hunted through the code and found that although some properties appear to be able to be set before initialisation they are saved in the plstream and the commands don't make it to the drivers until after plinit is called at least (because until this point the driver doesn't even

Re: [Plplot-devel] [ plplot-Bugs-3604554 ] wxwidgets window

2013-05-07 Thread phil rosenberg
check if they were necessary.   Cheers   Phil From: phil rosenberg philip_rosenb...@yahoo.com To: Alan W. Irwin ir...@beluga.phys.uvic.ca Cc: PLplot development list Plplot-devel@lists.sourceforge.net; Andrew Ross andrewr...@users.sourceforge.net Sent: Monday, 11

Re: [Plplot-devel] Notes on building the wxwidgets software package on MinGW/MSYS

2013-03-16 Thread phil rosenberg
Hi Arjen, Alan Sorry I've been so busy at work this week I haven't kept up with this.   Arjen you are absolutely correct, you cannot mix libraries built with /MT /MD /MTd and /MDd. Every library you build into an executable must use the same runtime library - if you don't stick to this rule then

Re: [Plplot-devel] Notes on building the wxwidgets software package on MinGW/MSYS

2013-03-13 Thread phil rosenberg
Thanks Alan Just to clarify - wxPLplotstream.cpp and wxPLplotwindow.cpp are correct, wxwidgets.cpp, wxwidgets_agg.cpp, wxwidgets_app.cpp, wxwidgets_dc.cpp, wxwidgets_dc.cpp, wxwidgets_gc.cpp and wxPLplotDemo incorrectly include the debug flags.   Cheers   Phil

Re: [Plplot-devel] Notes on building the wxwidgets software package on MinGW/MSYS

2013-03-12 Thread phil rosenberg
From: Alan W. Irwin ir...@beluga.phys.uvic.ca To: phil rosenberg philip_rosenb...@yahoo.com Cc: Arjen Markus arjen.mar...@deltares.nl; PLplot development list Plplot-devel@lists.sourceforge.net Sent: Tuesday, 12 March 2013, 18:28 Subject: Re: [Plplot-devel

Re: [Plplot-devel] [ plplot-Bugs-3604554 ] wxwidgets window

2013-03-11 Thread phil rosenberg
Hi All I'm still working through the wxWidgets bug, implementing multithreading. I already reported a possible snag with race conditions with users setting specific keyboard actions. However i've come accross a rather larger snag.   Calling plRemakePlot also generates a race condition, perhaps

Re: [Plplot-devel] Plplot-devel Digest, Vol 82, Issue 5

2013-03-08 Thread phil rosenberg
Hi Doug and others I had been thinking about contour performance recently. I noticed a significant fall in performance when I applied a transform to a large data set when using the wxWidgets wxGraphicsContext driver on Windows - although I never benchmarked it. This driver uses GDI+ for

Re: [Plplot-devel] Notes on building the wxwidgets software package on MinGW/MSYS

2013-03-08 Thread phil rosenberg
To: phil rosenberg philip_rosenb...@yahoo.com; Arjen Markus arjen.mar...@deltares.nl Cc: PLplot development list Plplot-devel@lists.sourceforge.net Sent: Wednesday, 6 March 2013, 19:16 Subject: Re: [Plplot-devel] Notes on building the wxwidgets software package on MinGW/MSYS To Arjen and Phil

Re: [Plplot-devel] Notes on building the wxwidgets software package on MinGW/MSYS

2013-03-03 Thread phil rosenberg
be to remove the KeyEH function from plstream and delegate it to the interactive devices. This would however require a change to all the interactive devices. Any thoughts?   Phil     From: Alan W. Irwin ir...@beluga.phys.uvic.ca To: phil rosenberg philip_rosenb

Re: [Plplot-devel] Notes on building the wxwidgets software package on MinGW/MSYS

2013-03-01 Thread phil rosenberg
driver this weekend to confirm your findings.   Phil From: Alan W. Irwin ir...@beluga.phys.uvic.ca To: phil rosenberg philip_rosenb...@yahoo.com; PLplot development list Plplot-devel@lists.sourceforge.net Sent: Friday, 1 March 2013, 6:54 Subject: Notes on building

Re: [Plplot-devel] [ plplot-Bugs-3604554 ] wxwidgets window

2013-02-28 Thread phil rosenberg
To: phil rosenberg philip_rosenb...@yahoo.com Cc: PLplot development list Plplot-devel@lists.sourceforge.net; Andrew Ross andrewr...@users.sourceforge.net Sent: Tuesday, 26 February 2013, 23:41 Subject: Re: [Plplot-devel] [ plplot-Bugs-3604554 ] wxwidgets window On 2013-02-26 14:19-0800 phil

Re: [Plplot-devel] [ plplot-Bugs-3604554 ] wxwidgets window

2013-02-24 Thread phil rosenberg
will post something on the wxWidgets forum to see if thereis something I'm missing.   Phil From: Alan W. Irwin ir...@beluga.phys.uvic.ca To: phil rosenberg philip_rosenb...@yahoo.com Cc: Werner Smekal werner.sme...@miscdebris.net; Werner Smekal sme

Re: [Plplot-devel] [ plplot-Bugs-3604554 ] wxwidgets window

2013-02-24 Thread phil rosenberg
usually use PLplot. It doesn't suffer the same problems as there is no mixing of console and gui elements.   Phil From: Alan W. Irwin ir...@beluga.phys.uvic.ca To: phil rosenberg philip_rosenb...@yahoo.com Cc: Werner Smekal werner.sme...@miscdebris.net; Werner

Re: [Plplot-devel] [ plplot-Bugs-3604554 ] wxwidgets window

2013-02-24 Thread phil rosenberg
: Alan W. Irwin ir...@beluga.phys.uvic.ca To: phil rosenberg philip_rosenb...@yahoo.com; Andrew Ross andrewr...@users.sourceforge.net Cc: Werner Smekal werner.sme...@miscdebris.net; Werner Smekal sme...@iap.tuwien.ac.at; fulvio ciriaco oiv...@gmail.com; plplot-devel@lists.sourceforge.net plplot

Re: [Plplot-devel] [ plplot-Bugs-3604554 ] wxwidgets window

2013-02-23 Thread phil rosenberg
0x00400f19 in do_it_once () #174621 0x00400f6a in main () Fulvio From: phil rosenberg philip_rosenb...@yahoo.com Subject: Re: [Plplot-devel] [ plplot-Bugs-3604554 ] wxwidgets window Date: Fri, 22 Feb 2013 16:19:18 -0800 (PST) Hi All I've just tested the situation with a fresh download

Re: [Plplot-devel] [ plplot-Bugs-3604554 ] wxwidgets window

2013-02-22 Thread phil rosenberg
the efforts of my students to break things. Fulvio From: Alan W. Irwin ir...@beluga.phys.uvic.ca Subject: Re: [Plplot-devel] [ plplot-Bugs-3604554 ] wxwidgets window Date: Thu, 21 Feb 2013 16:40:45 -0800 (PST) On 2013-02-21 15:14-0800 phil rosenberg wrote: Thanks  for the report Fulvio In that case

[Plplot-devel] [ plplot-Bugs-3604554 ] wxwidgets window

2013-02-21 Thread phil rosenberg
I think there are a few complexities around when closing the final windows in wxWidgets. I don't know if you remember some months ago a user reporting memory leaks with the wxWidgets examples. I think this came down to the fact that wxWidgets ends the program when its final window is closed

Re: [Plplot-devel] [ plplot-Bugs-3604554 ] wxwidgets window

2013-02-21 Thread phil rosenberg
avoided.   I've attached a patch, but my copy of PLplot currently has a few modifications and isn't quite up to date so if it won't apply please let me know and I'll download a fresh copy to patch instead.   Phil From: phil rosenberg philip_rosenb...@yahoo.com

Re: [Plplot-devel] [ plplot-Bugs-3604554 ] wxwidgets window

2013-02-21 Thread phil rosenberg
does not work here, i.e. debian. I applied it to plplot latest from sourceforge: a. it still segfaults as soon as drawing after calling plinit second time b. does not correctly tidy up, i.e. close the window after plend Fulvio From: phil rosenberg philip_rosenb...@yahoo.com Subject: Re: [Plplot

Re: [Plplot-devel] build error

2012-11-23 Thread phil rosenberg
to look at wxwidgets.cmake, but I just don't understand it well enough to debug it.   Phil From: Andrew Ross andrewr...@users.sourceforge.net To: phil rosenberg philip_rosenb...@yahoo.com Cc: plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net

[Plplot-devel] Suggestion for plshade variants

2012-11-23 Thread phil rosenberg
Hi I'm just emailing with a suggestion for the various plshade routines. I often have data which is nearly regular in that it is on a regular grid with some points missing, either because the data doesn't fill the whole domain or because some data has been flagged as bad. Up to now I'd been

[Plplot-devel] build error

2012-11-22 Thread phil rosenberg
I've just started having some problems building plplot. I run cmake to generate a visual studio project, but when I try to build I get the error   c1 : fatal error C1083: Cannot open source file: 'D:/SourceCode/Libraries/shapelib-1.3.0/include/shapelib': Permission denied   It's not surprising

Re: [Plplot-devel] wxDC transparency

2012-11-16 Thread phil rosenberg
...@users.sourceforge.net To: phil rosenberg philip_rosenb...@yahoo.com Cc: plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net Sent: Friday, 16 November 2012, 21:29 Subject: Re: [Plplot-devel] wxDC transparency Phil, I've committed part of your patch (to set the alpha values), but the other

Re: [Plplot-devel] poor vectors when using wxwidgets

2012-11-16 Thread phil rosenberg
a good weekend   Phil From: Andrew Ross andrewr...@users.sourceforge.net To: phil rosenberg philip_rosenb...@yahoo.com Cc: plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net Sent: Friday, 16 November 2012, 21:07 Subject: Re: [Plplot-devel

Re: [Plplot-devel] poor vectors when using wxwidgets

2012-11-14 Thread phil rosenberg
might give odd results? There is a warning however if plspage() is called after plinit() so maybe we could live with this.   Phil   From: Andrew Ross andrewr...@users.sourceforge.net To: phil rosenberg philip_rosenb...@yahoo.com Cc: plplot-devel

Re: [Plplot-devel] poor vectors when using wxwidgets

2012-11-14 Thread phil rosenberg
differences in the x direction)?   Phil  From: Andrew Ross andrewr...@users.sourceforge.net To: phil rosenberg philip_rosenb...@yahoo.com Cc: plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net Sent: Wednesday, 14 November 2012, 10:11 Subject

[Plplot-devel] poor vectors when using wxwidgets

2012-11-13 Thread phil rosenberg
Hi I've just been looking at using the plvect function to add vectors to a plot. Unfortunately they are not coming out well. Attached is a simple example with [1,1] vectors plotted at every integer from 0-9 in x and y. You can see that the arrow heads are distorted. I've traced this through the

Re: [Plplot-devel] poor vectors when using wxwidgets

2012-11-13 Thread phil rosenberg
wxwidget backends.   Phil From: phil rosenberg philip_rosenb...@yahoo.com To: plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net Sent: Tuesday, 13 November 2012, 23:20 Subject: poor vectors when using wxwidgets Hi I've just been looking

Re: [Plplot-devel] map resolution

2012-10-23 Thread phil rosenberg
winning coast if memory serves correct.   Phil     From: Alan W. Irwin ir...@beluga.phys.uvic.ca To: Andrew Ross andrewr...@users.sourceforge.net Cc: phil rosenberg philip_rosenb...@yahoo.com; plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net

Re: [Plplot-devel] map resolution

2012-10-11 Thread phil rosenberg
Hi Andrew   Thanks for your comments, massively useful. I have added some further comments/questions below.   Cheers   Phil From: Andrew Ross andrewr...@users.sourceforge.net To: phil rosenberg philip_rosenb...@yahoo.com Cc: plplot-devel@lists.sourceforge.net

Re: [Plplot-devel] Fw: wxWidgets driver and line breaks (fwd)

2012-10-11 Thread phil rosenberg
That's great that you've found this. I was starting to dispair. Will you make the necessary change(s) to the patch or do you need me to do it?   Phil From: Andrew Ross andrewr...@users.sourceforge.net To: phil rosenberg philip_rosenb...@yahoo.com; plplot

Re: [Plplot-devel] map resolution

2012-10-05 Thread phil rosenberg
questions.   Phil From: Alan W. Irwin ir...@beluga.phys.uvic.ca To: phil rosenberg philip_rosenb...@yahoo.com Cc: Andrew Ross andrewr...@users.sourceforge.net; Hezekiah M. Carty hezekiahca...@users.sourceforge.net; plplot-devel@lists.sourceforge.net plplot-devel

Re: [Plplot-devel] wxwidgets linebreaks

2012-10-05 Thread phil rosenberg
To: phil rosenberg philip_rosenb...@yahoo.com Cc: plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net Sent: Friday, 5 October 2012, 9:30 Subject: Re: [Plplot-devel] wxwidgets linebreaks On Thu, Oct 04, 2012 at 03:33:04PM -0700, phil rosenberg wrote: Hi Andrew Attached is my

Re: [Plplot-devel] Plplot-devel Digest, Vol 77, Issue 2

2012-10-02 Thread phil rosenberg
Hi Arjen Sorry, the phrase static linkage clearly has different meanings depending upon who uses it.   When I refer to static linkage I don't mean creating .lib files rather than .dll files I mean linking against the static runtime libraries (/MT and /MTd compiler options or runtime library

Re: [Plplot-devel] map resolution

2012-09-30 Thread phil rosenberg
: Alan W. Irwin ir...@beluga.phys.uvic.ca To: phil rosenberg philip_rosenb...@yahoo.com Cc: plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net Sent: Sunday, 30 September 2012, 0:52 Subject: Re: [Plplot-devel] map resolution But do you really want to re-implement a shapefile

Re: [Plplot-devel] Building examples on Windows

2012-09-29 Thread phil rosenberg
Hi Alan Sorry to bump this, did you ever look at the patch I submitted for static runtime linkage? If you are happy with it then I can update the  MSVC++ build instructions on the wiki page.   Phil From: phil rosenberg philip_rosenb...@yahoo.com To: Alan W

Re: [Plplot-devel] Plplot-devel Digest, Vol 76, Issue 6

2012-09-28 Thread phil rosenberg
...@users.sourceforge.net Subject: Re: [Plplot-devel] map resolution To: phil rosenberg philip_rosenb...@yahoo.com Cc: plplot-devel@lists.sourceforge.net     plplot-devel@lists.sourceforge.net Message-ID: 20120926145258.GA17224@gandalf.rivendell Content-Type: text/plain; charset=us-ascii On Fri, Sep 21, 2012

[Plplot-devel] map resolution

2012-09-13 Thread phil rosenberg
Hi all I was just wondering what the format of the plPlot map files is? The maps included in plPlot are rather low resolution so wondered if it was possible for me to download more detailed ones form somewhere?   Phil--

<    1   2   3   4   5   6   >