Re: [Plplot-devel] map resolution

2012-09-13 Thread phil rosenberg
me know. At the moment I'm going to have to read in and plot the ascii maps as a line plot, but I won't end up with the useful features of the plmaps routine.   Cheers   Phil From: Andrew Roach aroach@yahoo.com To: phil rosenberg philip_rosenb...@yahoo.com

Re: [Plplot-devel] map resolution

2012-09-13 Thread phil rosenberg
allowing a 3 or 4 byte per point format the results would be much improved. Phil From: phil rosenberg philip_rosenb...@yahoo.com To: Andrew Roach aroach@yahoo.com Sent: Thursday, 13 September 2012, 16:04 Subject: Re: [Plplot-devel] map resolution

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

2012-09-05 Thread phil rosenberg
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: Tuesday, 4 September 2012, 11:16 Subject: Re: [Plplot-devel] Fw: wxWidgets driver

Re: [Plplot-devel] Plplot-devel Digest, Vol 75, Issue 15

2012-08-31 Thread phil rosenberg
When you talk about zooming, are you referring to zooming in on a page - simply scaling everything up and showing only a portion of it or are you talking about changing the axes of a plot based on mouse clicks and keyboard input?   I'd be interested in helping with the wxWidgets driver.   Phil

[Plplot-devel] unicode support patch for wingcc.c

2012-08-31 Thread phil rosenberg
Hi all I've just been trying to build plplot with unicode under windows. I noticed quite a few warnings with wingcc.c that didn't appear in the non-unicode build. A quick check showed that this was due to passing char* strings to unicode functions. Although these are only warnings I checked and

Re: [Plplot-devel] Building examples on Windows

2012-08-31 Thread phil rosenberg
adding to them. am I doing something wrong and is there a better way to do this?   Phil From: Arjen Markus arjen.mar...@deltares.nl To: phil rosenberg philip_rosenb...@yahoo.com; plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net Sent: Wednesday

Re: [Plplot-devel] Plplot-devel Digest, Vol 75, Issue 15

2012-08-31 Thread phil rosenberg
. 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: Friday, 31 August 2012, 16:14 Subject: Re: [Plplot-devel] Plplot-devel Digest, Vol 75, Issue 15 Hi Phil: On 2012-08-31 04:35-0700 phil

Re: [Plplot-devel] Plplot-devel Digest, Vol 75, Issue 15

2012-08-31 Thread phil rosenberg
to the wxWidgets backend.   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 Sent: Friday, 31 August 2012, 18:47 Subject: Re: [Plplot-devel

Re: [Plplot-devel] Building examples on Windows

2012-08-31 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-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net Sent: Friday, 31 August 2012, 19:47 Subject: Re: [Plplot

[Plplot-devel] Building examples on Windows

2012-08-29 Thread phil rosenberg
Hi all I've been having a stab at reliably building plplot, including examples with Visual Studio and CMake, inspired by the fact that I'm now using the trunk version so am rebuilding fairly often. I put some details on the wiki last time I spent some time getting stuff to build with Visual

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

2012-08-22 Thread phil rosenberg
of the code didn't end up in the patch for some reason. 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: Monday, 13 August 2012, 23:07

Re: [Plplot-devel] cmap1 colourscale direction

2012-08-13 Thread phil rosenberg
to ensure correct interpolation around the color wheel. From: Maurice LeBrun m...@brownwolf.org To: Alan W. Irwin ir...@beluga.phys.uvic.ca Cc: Maurice LeBrun m...@brownwolf.org; phil rosenberg philip_rosenb...@yahoo.com; plplot-devel@lists.sourceforge.net

Re: [Plplot-devel] accessibility to plstrl plP_mmpcy

2012-07-04 Thread phil rosenberg
I thought this might be a useful point to jump in. Alan and I had some discussions recently about newlines in the wxWidgets drivers. They are currently inconsistently applied to the wxGraphicsContext and wxDC and wxAgg/freetype versions of the drivers. We weren't entirely sure how well

Re: [Plplot-devel] wxWidgets initialisation bug

2012-07-03 Thread phil rosenberg
I'm on version 2.8.10 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: Tuesday, 3 July 2012, 9:08 Subject: Re: [Plplot-devel

Re: [Plplot-devel] wxWidgets initialisation bug

2012-06-29 Thread phil rosenberg
on solution/project files generated by CMake.   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, 29 June 2012, 11:57 Subject

[Plplot-devel] wxWidgets initialisation bug

2012-06-28 Thread phil rosenberg
Hi I'm emailing with a patch which I believe fixes a bug in the wxWidgets driver.   The problem occurrs when trying to include plplot in a wxWidgets application that is separate to PLplot - i.e. when the user wants to use their own derivation of wxApp rather than wxPLplotApp. The bug manifests

[Plplot-devel] wxWidgets font style patch

2012-05-07 Thread phil rosenberg
Hi I just found a small bug whereby the styles (italic, bold etc) weren't being applied correctly by wxWidgets in the _gc and _dc files. An was used instead of a | when combining style flags. I've attached a patch.   This is the first patch I've created using Tortoise SVN so I hope it works

[Plplot-devel] wxWidgets driver and line breaks

2012-04-25 Thread phil rosenberg
Hi I've just hit a small problem using the wxWidgets driver dealing with line breaks when outputting text.   Basically when I use wxGraphicsContext for on screen display line breaks are dealt with as I might expect. However when I use a wxDC (e.g. wxMetafileDC) the line breaks are ignored. I

[Plplot-devel] plstream::cont and plstream::shades

2012-02-12 Thread phil rosenberg
Hi I'm dropping the list an email because I wanted to make use of the C++ Contourable_Data class to plot contours. Currently only the plstream::shade member function seems to permit use of the Contourable_Data class and not cont and shades.  I was considering writing my own implimentation of

Re: [Plplot-devel] [ plplot-Bugs-3474186 ] wxWidgets dc and gc driver on

2012-01-21 Thread phil rosenberg
Thanks for the help Alan and Andrew The patch is attached, the affected files include plfreetype.c as well as the three wxWidget backend files.   I've ensured all references are to curcolor and have done my best to check everything is working as it should. I hope this is helpful - my first

Re: [Plplot-devel] [ plplot-Bugs-3474186 ] wxWidgets dc and gc driver on

2012-01-20 Thread phil rosenberg
the sourceforge site? 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 Sent: Thursday, 19 January 2012, 19:22 Subject: Re: [Plplot-devel] [ plplot

Re: [Plplot-devel] [ plplot-Bugs-3474186 ] wxWidgets dc and gc driver on

2012-01-20 Thread phil rosenberg
Sorry for the multiple emails today. I have been looking at removing references to cmap0 and cmap1 in wxwidgets. I noticed that in plplotP.h the switches for state function calls include PLSTATE_COLOR1 and PLSTATE_COLOR2 and there are apropriate functions in the wxWidgets drivers to deal with

Re: [Plplot-devel] [ plplot-Bugs-3474186 ] wxWidgets dc and gc driver on

2012-01-19 Thread phil rosenberg
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 Sent: Thursday, 19 January 2012, 3:12 Subject: Re: [Plplot-devel] [ plplot-Bugs-3474186 ] wxWidgets dc

Re: [Plplot-devel] [ plplot-Bugs-3474186 ] wxWidgets dc and gc driver on

2012-01-19 Thread phil rosenberg
/   Phil From: phil rosenberg philip_rosenb...@yahoo.com To: Alan W. Irwin ir...@beluga.phys.uvic.ca Cc: plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net Sent: Thursday, 19 January 2012, 12:54 Subject: Re: [Plplot-devel] [ plplot-Bugs-3474186

Re: [Plplot-devel] [ plplot-Bugs-3474186 ] wxWidgets dc and gc driver on

2012-01-18 Thread phil rosenberg
the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Phil Rosenberg (philrosenberg) Assigned to: Nobody/Anonymous (nobody) Summary: wxWidgets dc and gc driver on uses cmap0

<    1   2   3   4   5   6