Avoid the ambiguous term "color map"

Instead, use

  • "heat map" for plots of color-coded z vs Cartesian x,y;
  • "color scheme" for a color coding (called "color gradient" in Matplotlib)
  • "color legend" for a bar that shows color vs z

References:

Change terminology in:

  • GUI
  • Documentation
  • Python API and example scripts (including comments)
Edited by Mikhail Svechnikov