Can I put multiple colormaps on one figure?

11 Ansichten (letzte 30 Tage)
Anne-Marie
Anne-Marie am 31 Jul. 2023
Bearbeitet: dpb am 31 Jul. 2023
I have an image with 45 grids on it with multiple data points of 5 different classes/colors. I want to assign each grid its own individual colormap so that I can analyze it on a larger scale. I was wondering if this was possible or should I make a colormap for the whole thing and put the grids on top of that? I attached a picture for some visual clarity. Any tips or suggestions are appreciated and thank you!!
  2 Kommentare
DGM
DGM am 31 Jul. 2023
Bearbeitet: DGM am 31 Jul. 2023
To be more specific, I assume you have one image, but you have 45 groups of datapoints, and it's the datapoints you want to use with a colormap. Is that correct?
If so, what tools are you using to draw the image and datapoints. If they're stuff from the mapping toolbox, the answer might be different.
If you're trying to do something different, feel free to clarify.
Anne-Marie
Anne-Marie am 31 Jul. 2023
Yes, that's correct! I made percentages out of it to make it like that as well. To draw the image and datapoints, I'm using the mapping toolbox so things such as shaperead, geoplot, and plotting them on a geographic axes.

Melden Sie sich an, um zu kommentieren.

Antworten (2)

dpb
dpb am 31 Jul. 2023
Bearbeitet: dpb am 31 Jul. 2023
colormap doc says...
targetTarget
Figure object | Axes object |PolarAxes object | GeographicAxes object | standalone visualization
Target, specified as one of these values:
  • Figure object. The figure colormap affects plots for all axes within the figure.
  • Axes object, PolarAxes object, or GeographicAxes object. You can define a unique colormap for the different axes within a figure.
  • ...
I've not actually tried it, but says it should work just fine.

Chhayank Srivastava
Chhayank Srivastava am 31 Jul. 2023
Do you have co-ordinates of the grid.
You can plot the map and plot each of the grid individually and using axis properties define colormap for each grid separately.
openExample('graphics/ColormapSpecifyAxesTiledLayoutExample')
https://www.mathworks.com/help/matlab/ref/colormap.html

Kategorien

Mehr zu Color and Styling finden Sie in Help Center und File Exchange

Produkte


Version

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by