Floris van Breugel

Results 14 comments of Floris van Breugel

Can you give some more detail, and perhaps a minimal demonstration example? Is it that you have a text box in the SVG layout file with special characters and after...

On my system I do not have any issues with that code and a simple layout that has a figurefirst axis/figure and a text box with an é in it....

The easiest way to control the ordering of the images is to use separate "figures", rather than axes within one figure. Each figure is rendered to a separate layer, which...

Turned out to be pretty easy to implement the ability to specify the order of the axes. I didn't verify that it works in every possible scenario, but give it...

Interesting. I can't honestly say I understand what is going on. I'm on python 3.5. Would you be willing to share your template svg, or a stripped down version of...

I've got this partially working, there's just a few things to sort out.. but it's getting there!

Yes you can change text, but the documentation on that functionality is somewhat sparse. There are some basic examples in the directory Anna pointed out, specifically, this notebook and associated...

I'm glad you're finding the package useful! Could you give an example image of the template file, what you are hoping the output would look like, and what it does...

Yea that could work I think. @jfear - could you put together a short example that you wish would work? That would be a good starting point I think. -...

problem arises in the deepcopy command (ln 702). https://docs.python.org/2/library/copy.html > > A deep copy constructs a new compound object and then, recursively, inserts copies into it of the objects found...