Re: [Plplot-devel] About svg

2014-08-15 Thread Phil Rosenberg
her, but anyway I didn't intend to start a compiler comparison conversation. Phil -Original Message- From: "Arjen Markus" Sent: ‎15/‎08/‎2014 15:49 To: "phil rosenberg" ; "laurent Berger" ; "plplot-devel@lists.sourceforge.net" Subjec

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 an

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. At

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 phil rosenberg
ws, is that right? If so do you just use nmake or do you use the full VC++ IDE and debugger? Phil From: Arjen Markus To: Phil Rosenberg ; laurent Berger ; "plplot-devel@lists.sourceforge.net" Sent: Friday, 15 August 2014, 10:42 Subject: RE: [Plplot-devel] About svg  

Re: [Plplot-devel] About svg

2014-08-15 Thread Arjen Markus
15, 2014 12:08 AM To: Arjen 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

Re: [Plplot-devel] About svg

2014-08-14 Thread Phil Rosenberg
ot; ; "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 function (called in plotwindow->SavePlot(..))

Re: [Plplot-devel] About svg

2014-08-14 Thread Arjen Markus
; To: plplot-devel@lists.sourceforge.net > 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-le

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 iMin=

Re: [Plplot-devel] About svg

2014-08-14 Thread Arjen Markus
lse fails, this might 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,

[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 h