Re: [Plplot-general] remove margins on multiple plot scenario

2020-02-20 Thread Alan W. Irwin
On 2020-02-20 18:07+0100 Xavier Cardil wrote: Thank you Alan I have successfully integrated your solution in to my program You are welcome, and I am glad I was able to help you find a good solution to the "remove margins" issue you raised. Best wishes, Alan __ Alan W

Re: [Plplot-general] remove margins on multiple plot scenario

2020-02-20 Thread Xavier Cardil
Thank you Alan I have successfully integrated your solution in to my program At the end, in order to do it I had to build something similar to plssub so it played out with plstick As stacking was just fine, I just split the pipe in to plssub + plenv for stacking and my grid builder / indexer + p

Re: [Plplot-general] remove margins on multiple plot scenario

2020-02-15 Thread Alan W. Irwin
On 2020-02-14 15:01+0100 Xavier Cardil wrote: Hi Alan: Thank you for sharing your code ! You are welcome. I have been trying to integrate this in to my current python program without luck, as it's already pretty complex, so what I am doing now My program creates custom "subplot" objects and

Re: [Plplot-general] remove margins on multiple plot scenario

2020-02-14 Thread Xavier Cardil
Hi Alan: Thank you for sharing your code ! I have been trying to integrate this in to my current python program without luck, as it's already pretty complex, so what I am doing now My program creates custom "subplot" objects and passes them through a "pipe" that first generates the window, then or

Re: [Plplot-general] remove margins on multiple plot scenario

2020-02-08 Thread Alan W. Irwin
On 2020-02-07 13:14+0100 Xavier Cardil wrote: I was wondering how could I remove the white space between plots when using a grid-like subplot configuration. When I stack plots vertically, there is a small margin that is negligible for our use, but not when on a grid scenario ( see picture ) [im