Re: [Plplot-general] Two subplots on one common page without space between them

2018-06-07 Thread Alan W. Irwin
On 2018-06-07 16:34+0300 Sergey Shcherbina wrote: Hi! I found the example where is the method how to draw two subplots on different pages. But I don't know how to remove the space between subplots on one page. Where is the example with this template? In attached files my attempts to do it

Re: [Plplot-general] plplot-wxwidgets-plotting

2018-06-07 Thread David Bergman via Plplot-general
Phil, Thank you very much for the help.  I will try these edits and see how it goes.As for specifying the size of the window (as per your last email).  I've shied away from that as it screwed up the splitter windows construction I had.This suggestion looks like the best route, will let you

Re: [Plplot-general] plplot-wxwidgets-plotting

2018-06-07 Thread Phil Rosenberg
Hi David again Just to let you know that a way to get the automatic text sizing to work correctly without specifying an initial size for your window would be to wait until the window is displayed to call your Plot routine. You could do this by catching the first resize event or first paint event

Re: [Plplot-general] plplot-wxwidgets-plotting

2018-06-07 Thread Phil Rosenberg
Hi David Sorry, I haven't replied - I've been away and off email for close to a month. Anyway - the problem is that when you create your wxPLplotwindow using the default constructor it gets a size of wxDefaultSize at initialisation. This is 20x20 pixels on my Windows system. PLPlot then uses this