Re: [Plplot-devel] PLplot and C++

2015-06-01 Thread Phil Rosenberg
I have the same empty variable for my visual studio 64 bit plplot build. Looking at https://msdn.microsoft.com/en-us/library/abx4dbyh.aspx If you include one of the C++ Standard Library Header Files in your code, a Standard C++ Library will be linked in automatically by Visual C++ at compile

Re: [Plplot-devel] Example 3 text cropping

2015-06-01 Thread Phil Rosenberg
Hi Alan If you run the example with default size, then resize the window down to a few tens of pixels then you will see the issue. It occurs because the text remains the same size. So spills over the edge of the viewport. Phil -Original Message- From: Alan W. Irwin

Re: [Plplot-devel] Example 3 text cropping

2015-06-01 Thread Alan W. Irwin
On 2015-06-01 11:07+0100 Phil Rosenberg wrote: Hi All When I was fighting with aspect ratios with the new wxWidgets driver I found that when example 3 was scaled down small the axis labels became cropped. This was on my bug list to fix. However I have now realised that the reason for the

Re: [Plplot-devel] PLplot and C++

2015-06-01 Thread Alan W. Irwin
To Phil and Arjen: Thanks to both of you for the useful information below which should help me to sort out the C++ linking issue for the traditional build. Alan On 2015-06-01 10:59+0100 Phil Rosenberg wrote: I have the same empty variable for my visual studio 64 bit plplot build. Looking

Re: [Plplot-devel] Example 3 text cropping

2015-06-01 Thread Alan W. Irwin
On 2015-06-01 19:01+0100 Phil Rosenberg wrote: Hi Alan If you run the example with default size, then resize the window down to a few tens of pixels then you will see the issue. It occurs because the text remains the same size. So spills over the edge of the viewport. Hi Phil: I have just

Re: [Plplot-devel] Minor patch to ignore Mac OS X autogenerated files

2015-06-01 Thread Alan W. Irwin
On 2015-06-01 14:29-0400 Jim Dishaw wrote: Mac OS X creates hidden files to store file/directory attribute files. I added a pattern to .gitignore to ignore those files. Pushed (with a change to also ignore those files when generating a source distribution tarball on Mac OS X, see commit id

Re: [Plplot-devel] Release status: plmetafile.c and plbuf.c compiler warnings

2015-06-01 Thread Jim Dishaw
On May 31, 2015, at 10:11 PM, Jim Dishaw j...@dishaw.org wrote: Yep, I will take a look On May 31, 2015, at 9:32 PM, Alan W. Irwin ir...@beluga.phys.uvic.ca wrote: On 2015-05-31 22:06+0100 Phil Rosenberg wrote: Hi Alan You should now find that the plbuf.c warning is gone. I

Re: [Plplot-devel] PLPlot 6 and C++

2015-06-01 Thread Jim Dishaw
On May 28, 2015, at 5:50 AM, Phil Rosenberg p.d.rosenb...@gmail.com wrote: Hi Jim Sorry, when I suggested a plmalloc and plfree I meant for these to call free and malloc, plus do some extra bookkeeping for us to keep track of our garbage collection needs, not as functions to interact

Re: [Plplot-devel] Example 3 text cropping

2015-06-01 Thread Phil Rosenberg
Hi Alan My intention with wxWindows is to add an option to have text either scaled or not scaled. I'm not sure the docs specify which should happen, but if a user has specified a font size in pt or mm ( which I think iswhat the docs specify) and a dpi, then I feel they should at least have the

Re: [Plplot-devel] Release status: plmetafile.c and plbuf.c compiler warnings

2015-06-01 Thread Alan W. Irwin
On 2015-06-01 17:32-0400 Jim Dishaw wrote: On May 31, 2015, at 9:32 PM, Alan W. Irwin ir...@beluga.phys.uvic.ca wrote: The remaining warnings are /home/software/plplot/HEAD/plplot.git/src/plmetafile.c: In function ‘read_header’: