From 78d12c15fa342e64b8e221877a916a271343fea7 Mon Sep 17 00:00:00 2001 From: vmagnin Date: Tue, 30 Jan 2024 12:15:17 +0100 Subject: [PATCH] TODO.md: we now have an interpolation function to create colormaps --- TODO.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 86ad131..a0e24bf 100644 --- a/TODO.md +++ b/TODO.md @@ -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`. \ No newline at end of file +* [ ] Add more automatic tests in `test/check.f90`.