-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Scipy 2014 BOF Notes
Damon McDougall edited this page Jul 22, 2014
·
1 revision
From the bullet points we made on the whiteboard in the presentation room:
- Improve MEP usage. An MEP for MEPs?
- Development/Release cycles
- Online docs
- Tidy up
axes
(currently it violates the Single Responsibility Principle) - Refactor GUI backends, remove pyplot from the GUI backends
- Default styling (a la ggplot, etc), does changing the default style "break" backwards compatibility
- Release more often?
- Be more memory efficient (I'm looking at you,
imshow
). Downsample images for interactive exploration? - Store metadata in output image format for reproducibility purposes?
- Store extra data in containers so other libs (speak to Andrew from plotly) can scrape matplotlib figure objects and tweak them
- Interactive figure editor, have the GUI record state after tweaks and save a python script than can regenerate that figure post-tweakage
-
ax.plot
interface sucks, add aax.line_plot
with a more sane call signature? -
json
backend? How does this play with display logic?