How can I adjust the settings so that the following heatmap retains most of the details?
Show older comments
How can we make the smaller values in a matrix more visible on a heatmap, without removing the large values, when the colorbar set to a logarithmic scale doesn't work?
Answers (1)
Image Analyst
on 7 Dec 2024
0 votes
Please change the subject line of your post because it's not informative.
You can set the heatmap to whatever you want. If log doesn't work then change the colormap.
If you have any more questions, then attach your data and code to read it in with the paperclip icon after you read this:
4 Comments
ma Jack
on 7 Dec 2024
Image Analyst
on 8 Dec 2024
I doubt that and I doubt that you read the tutorial link I gave you. For example your subject line still says "Hi, everyone!" Do you really think that is a descriptive subject line regarding mainipulating the colormap? Also, I don't see any data attached with the paperclip icon so no one can try anything with your actual data. No one can write code based on just a screenshot. We need actual data. Please attach your data in a .mat file
save('answers.mat', 'yourDataVariable'); % Use the actual name of your variable inside single quotes.
I'm imagining that you have some very non uniform data with tons of values with high values, and a very few values with low values. Just give it to us. Don't force us to create our own data or most likely, no one will.
Image Analyst
on 23 Dec 2024
OK I see that you have fixed the subject line from "Hi, everyone!" to something descriptive but you still haven't attachede your matrix in a .mat file. Have you seen Star's answer below. I'll await your attachment of your data before I attempt anything. If I don't hear from you again, we'll assume it's solved.
ma Jack
on 24 Dec 2024
Categories
Find more on Data Distribution Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!