Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Define a New Module for Built-in Colormaps #4

Closed
gha3mi opened this issue Oct 29, 2023 · 1 comment
Closed

Suggestion: Define a New Module for Built-in Colormaps #4

gha3mi opened this issue Oct 29, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@gha3mi
Copy link
Collaborator

gha3mi commented Oct 29, 2023

Move the following colormaps as subroutines to a new module to organize all colormaps in separate modules:

  • grey
  • inverted_grey
  • fire
  • rainbow
  • inverted_rainbow
  • zebra
  • cubehelix
@vmagnin
Copy link
Owner

vmagnin commented Oct 30, 2023

Yes, that makes sense as the project has gained more scope than expected since I added the Scientific Colour Maps...
That could be a miscellaneous module for example.

gha3mi added a commit to gha3mi/forcolormap that referenced this issue Oct 31, 2023
Added 'colormap_parameters' module.
Added 'miscellaneous_colormaps' module.
Removed 'test' type-bound procedure.
Moved 'test' subroutine to demo and example1.
Added 'colorbar' type-bound procedure.
Renamed 'get_current' to 'get_name'.
Updated write_ppm_colorbar, set, and print subroutines.
Added pure/impure statements.
Bug fixes: changed 'intent(inout)' to 'intent(in)' in relevant functions.
Updated demo and example1.
@vmagnin vmagnin closed this as completed Oct 31, 2023
@vmagnin vmagnin added the enhancement New feature or request label Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants