diff --git a/src/colormaps_info.f90 b/src/colormaps_info.f90 index 2c45f3e..05f5bda 100644 --- a/src/colormaps_info.f90 +++ b/src/colormaps_info.f90 @@ -21,7 +21,7 @@ ! SOFTWARE. !------------------------------------------------------------------------------- ! Contributed by gha3mi: 2023-11-05 -! Last modification: gha3mi 2024-01-06 +! Last modification: gha3mi 2024-01-06, vmagnin 2024-02-04 !------------------------------------------------------------------------------- module forcolormap_info @@ -610,7 +610,7 @@ pure elemental subroutine set_all(this) call this%colormaps(i)%set_info(& name = "bamako10",& family = "bamako",& - gradient = "Diverging",& + gradient = "Sequential",& palette = "Discrete",& levels = 10, & colorbar = "bamako10_colorbar.ppm",& @@ -624,7 +624,7 @@ pure elemental subroutine set_all(this) call this%colormaps(i)%set_info(& name = "bamako100",& family = "bamako",& - gradient = "Diverging",& + gradient = "Sequential",& palette = "Discrete",& levels = 100, & colorbar = "bamako100_colorbar.ppm",& @@ -638,7 +638,7 @@ pure elemental subroutine set_all(this) call this%colormaps(i)%set_info(& name = "bamako25",& family = "bamako",& - gradient = "Diverging",& + gradient = "Sequential",& palette = "Discrete",& levels = 25, & colorbar = "bamako25_colorbar.ppm",& @@ -652,7 +652,7 @@ pure elemental subroutine set_all(this) call this%colormaps(i)%set_info(& name = "bamako50",& family = "bamako",& - gradient = "Diverging",& + gradient = "Sequential",& palette = "Discrete",& levels = 50, & colorbar = "bamako50_colorbar.ppm",&