Skip to content

Commit

Permalink
TODO.md: we now have an interpolation function to create colormaps
Browse files Browse the repository at this point in the history
  • Loading branch information
vmagnin committed Jan 30, 2024
1 parent e0b6917 commit 78d12c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
* [ ] Colormaps could have an option for logscale.
* [ ] A `get_colorbar()` function could return an `array(:,:,1:3)` containing the RGB image of the colorbar. The arguments could be the width and height, the direction (horizontal/vertical), etc.
* [ ] A `save()` method could save a colormap as RGB values separated by spaces in a `.lut` text file.
* [ ] Adding functions to create colormaps, for example defined by their two extremes colors: `create_linear(color1, color2)`.

## Development
* [ ] Add more automatic tests in `test/check.f90`.
* [ ] Add more automatic tests in `test/check.f90`.

0 comments on commit 78d12c1

Please sign in to comment.