Use colormaps for object types in paves.image #9
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dhd/paves#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PAVÉS should support colormaps using the somewhat-standard Matplotlib API which is also implemented by a large number of third-party colormap libraries and collections.
Specifically it should use the
colorsattribute of a provided colormap to assign a new color to each new label encountered when displaying objects withpi.boxorpi.mark. This should be complementary to the existing dict-based color assignment feature.It should also have a built-in colormap that it uses when no
colorargument is provided.