Skip to content
Peter Weir edited this page May 27, 2016 · 7 revisions

Needed:

  • Website
  • Better handling of svg transforms - particularly on the input parsing.
  • Inkscape tools for decorating the svg file.
  • Unit tests
  • Roundtrip with axis spines and scale-bars.
  • TextBoxes?

Food for thought:

  • Change the name to FiFi, FyFy? Would we do this just in the xmlns, or for the entire project?
  • How to specify more complicated objects - xml tags, attributes?
    • Floris suggested that we could pass xml attributes as kwargs to a python function (maybe class constructor). Peter points out that many graphical attributes are more naturally specified using the drawing tools: facecolor, linestyle ect. Similarly, it would also be nice to be able to see the name of an object without needing to refer to the xml editor. Perhaps we could use JessyInk as a model?
  • Any way to incorporate shared axes?
  • Allow passing additional svg tags to plot objects. matplotlib.org/1.4.3/examples/user_interfaces/svg_tooltip.html?highlight=svg
  • Switch from minidom to element tree?

Clone this wiki locally