Re: [Plplot-devel] About svg

2014-08-15 Thread Arjen Markus
Markus; laurent Berger; plplot-devel@lists.sourceforge.net Subject: RE: [Plplot-devel] About svg 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 From

Re: [Plplot-devel] About svg

2014-08-15 Thread phil rosenberg
, 15 August 2014, 10:42 Subject: RE: [Plplot-devel] About svg         Hi Phil,   With some additional analysis from Laurent we were able to track down the cause:   The routine rd_data() in plbuf.c is reading a U_CHAR value, whereas the width has been changed to a floating-point

Re: [Plplot-devel] About svg

2014-08-15 Thread Arjen Markus
[mailto:philip_rosenb...@yahoo.com] Sent: Friday, August 15, 2014 4:40 PM To: Arjen Markus; laurent Berger; plplot-devel@lists.sourceforge.net Subject: Re: [Plplot-devel] About svg Hi Arjen I had a look at this as well this morning and found the same thing, I thought I sent an email out, but I just found that email

Re: [Plplot-devel] About svg

2014-08-15 Thread Arjen Markus
, 2014 4:40 PM To: Arjen Markus; laurent Berger; plplot-devel@lists.sourceforge.net Subject: Re: [Plplot-devel] About svg Hi Arjen I had a look at this as well this morning and found the same thing, I thought I sent an email out, but I just found that email waiting in my drafts folder - oops

Re: [Plplot-devel] About svg

2014-08-15 Thread Alan W. Irwin
On 2014-08-15 14:49- Arjen Markus wrote: Hi Phil, Forgot your last question: For regular builds I use the nmake utility but if I need to trace some nasty bug then I do indeed rely on the IDE and the debugger – but quite often the venerable print method also works ;). Hi Phil and

Re: [Plplot-devel] About svg

2014-08-15 Thread Phil Rosenberg
plplot-devel@lists.sourceforge.net Subject: RE: [Plplot-devel] About svg Hi Phil, Forgot your last question: For regular builds I use the nmake utility but if I need to trace some nasty bug then I do indeed rely on the IDE and the debugger – but quite often the venerable print method also works

[Plplot-devel] About svg

2014-08-14 Thread laurent Berger
Hi, My program plot histogram using plplot and wxwidgets driver. On my screen plot is nice. When plot is saved in svg format I cannot see histogram with Inkscape. I don't know svg format but If I change all stroke-width=0.00e+000 with stroke-width=1 svg is OK in Inkscape. In program I have

Re: [Plplot-devel] About svg

2014-08-14 Thread Arjen Markus
be a workaround. Regards, Arjen -Original Message- From: laurent Berger [mailto:laurent.ber...@univ-lemans.fr] Sent: Thursday, August 14, 2014 2:40 PM To: plplot-devel@lists.sourceforge.net Subject: [Plplot-devel] About svg Hi, My program plot histogram using plplot and wxwidgets driver

Re: [Plplot-devel] About svg

2014-08-14 Thread laurent Berger
Thanks you for your answer. plplot 5.9.10, wxwidgets 3.0.0 visual studio 2012 C++ with pls-width( 2.0 ); nothing changes. You can download source file and svg, ps and xfig here : perso.univ-lemans.fr/~berger/aqzersPLPLOT My source code is : wxPLplotstream* pls=plotwindow-GetStream(); int

Re: [Plplot-devel] About svg

2014-08-14 Thread Arjen Markus
Subject: Re: [Plplot-devel] About svg Thanks you for your answer. plplot 5.9.10, wxwidgets 3.0.0 visual studio 2012 C++ with pls-width( 2.0 ); nothing changes. You can download source file and svg, ps and xfig here : perso.univ-lemans.fr/~berger/aqzersPLPLOT My source code

Re: [Plplot-devel] About svg

2014-08-14 Thread Phil Rosenberg
...@univ-lemans.fr; plplot-devel@lists.sourceforge.net plplot-devel@lists.sourceforge.net Subject: Re: [Plplot-devel] About svg Hi Laurent, The odd thing is that the SVG plots produced _directly_ with one of the standard examples shows all the right line widths. It must be that the replot