Niels Looije
Niels Looije
I tried getting around this issue by passing to each subplot the individual plotheight multiplied with the number of subplots (nrows) so the total height of the total figure would...
I patched the latest release with these changes and the problem with the subplot margins seems to have been fixed. Would be nice to have them merged into master some...
I found a hack to get the size of the panels to be as i specify. I noticed that as the number of panels increased the relative height differences became...
Unfortunately when specifying margins they are also inconsistent. They are based on the panel height so with the above hack (but also without) the absolute margin size is changing with...
I would be interested in this aswell
I am also running into this bug. Any workaround available?
@guyer, @wd15: What is the status of this bug? I am running into this problem in a 1D diffusion problem with a reacting boundary condition. Updating the boundary condition at...
@wd15 - I was able to solve the problem using the method you [proposed](https://github.com/usnistgov/fipy/issues/426#issuecomment-61322554). I have scaled this up to a 2D convection-diffusion problem with reacting boundary conditions and it...
This is code accounts for presence of margins: ``` generate_subplot 2 # with the calculated ABS_MARGIN assuming this remains constant: # TOTAL_HEIGHT = NROWS*PLOT_HEIGHT + ABS_MARGIN # ABS_MARGIN = NEW_MARGIN...
Ok, Panel seems to handle boxes just fine:  and wrapping `Diagram` in a box also gives no issues:  but combining yields nothing:  I am still looking at...