NOAA-GSL / pygraf

ADB's Python graphics package
MIT License
10 stars 11 forks source link

Add function to build similar color tables from base table #47

Open cshartsough opened 4 years ago

cshartsough commented 4 years ago

Many color tables are similar to each other, with one or two differences such as an extra gray level or one fewer total levels. We can add a function (specs.py?) to build a color table from a "base" table, so there are less overall tables to work with.