-
Notifications
You must be signed in to change notification settings - Fork 229
Closed
Labels
feature requestNew feature wantedNew feature wanted
Milestone
Description
I need to display a legend of symbols for the magnitude of earthquakes. Currently the legend specification must be a file on disk. The Pythonic implementation should allow Figure.legend(spec=<buffer|file>,...). My preference is to write the legend specification to io.StringIO buffer and then use the buffer for Figure.legend. Instead I have to generate the legend spec in program and write to a file and then specify spec='my_legend.txt'.
Figure.legend has default arg spec=None. I have no idea how this default works, that's a separate issue: improve documentation.
I am willing to implement, but have no experience with such participation.
Metadata
Metadata
Assignees
Labels
feature requestNew feature wantedNew feature wanted