figurefirst icon indicating copy to clipboard operation
figurefirst copied to clipboard

A layout-first approach to figure making

Results 21 figurefirst issues
Sort by recently updated
recently updated
newest added

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...

bug
enhancement

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-...

enhancement

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...

bug

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...

User Documentation

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...