seantronsen / pvt

GNU General Public License v3.0
0 stars 0 forks source link

Color Map Support for Plots #11

Closed seantrons closed 5 months ago

seantrons commented 6 months ago

No support for LUTs is provided for image displays out of the box. It would be nice to at least support several of those available at other libraries like "magma" and "viridis".

The same can be said for any type of plotting display. The current implementation only draws features in green and makes no attempt to distinguish between multiple features on the same plot. Even if the user doesn't specify a color map, the plotting tool should still by default draw the first N lines with unique colors before repeating those colors.

seantronsen commented 5 months ago

I'm going to split this up into several issues for the sake of simplicity since this turned out to be a larger feature request than expected. There's a good amount of cleanup to be done too, but I'll save that for a week where I have more time.

seantronsen commented 5 months ago

This issue has been split into #11 #29 and #30.

seantronsen commented 5 months ago

addressed in commit: 060bf2a

closing.