figurefirst
figurefirst copied to clipboard
A layout-first approach to figure making
I'm trying to use fifi to layout images. It's common to inset images, colourbars etc. within other images or build figures where images overlay other images. This should be possible...
Figures often have data which needs to be given in the caption: it would be nice to keep that data contained with the SVG itself, in a format both machine-...
1. Create layout with a template containing many axes (say, 7), and a figure referencing that template 2. Run figurefirst / plot script, save output 3. Try to open that...
The examples directory looks quite daunting. We should clean it up so there are maybe 3 good notebooks in there, which are all referenced in the tutorials and maybe some...
will need to manually add style attribute to xml tree.
add support for: ax = layout.axes[('example', 'example_distribution')] ax.record = True r = ax.hist(foo) (currently returns None, which raises error)
FigureFirst looks like a very exciting project, your have identified a major pain point for many people. I was looking through the documentation, and I was wondering if you had...
Should produce a debuggable error for when there are multiple axes that have the same name.
In cases where the user wants to have each axis get output as one figure (layer in inkscape), simplify the processing to reduce the number of figurefirst tags necessary to...
AttributeError: 'dict' object has no attribute 'node'