Azzera filtri
Azzera filtri

How to make one colorbar for all subplots?

163 visualizzazioni (ultimi 30 giorni)
Hi everybody
So I made a plot with four subplots (2x2). Now I would like to insert one (big) colorbar on the right Hand side of the four plots without changing the size of any of the plots. Somehow I only manage to make a bar for one subplot...
Cheers Ronny

Risposta accettata

Star Strider
Star Strider il 2 Ago 2014
I assume you’ve already discovered the colorbar function. See Axis Properties for a description of the properties you can set. The location property applies only to colorbars and legends, not to axes.
  4 Commenti

Accedi per commentare.

Più risposte (2)

Ronny
Ronny il 3 Ago 2014
Thanks that works
  1 Commento
Star Strider
Star Strider il 3 Ago 2014
My pleasure!
You can adjust its left edge position by increasing or decreasing the 0.01 in the first element of the 'Position' vector, and its width by adjusting the third element of the vector.

Accedi per commentare.


Emmanouil Barmpounakis
Emmanouil Barmpounakis il 25 Apr 2017
I came up with the Star Strider's solution but by using the Edit plot function. I found it easier to do it manually, rather than changing the 'Position' vector.tor.

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by