Change marker from a dictionary to a class or namedtuple
, and change the name from marker
to marker_style
#143
Labels
API
Issues that relate to the API itself rather than implementations
enhancement
New feature or request
Feature Request
Right now I have to either read the source code or set
iw.marker
to a value I know is bad so that I can be reminded of what the keys/values are for a marker.If we changed it to a class (or a named tuple) then I could also introspect to get the attributes.
I would also find it clearer if the name were
marker_style
.Finally, in an ideal world, we might agree on a few basic shapes and colors that viewers implementing the interface need to support.
The text was updated successfully, but these errors were encountered: