Re: colorbar title
- From: roberson@xxxxxxxxxxxxxxxxxx (Walter Roberson)
- Date: Mon, 30 Jun 2008 16:42:19 +0000 (UTC)
In article <g4b0eu$qbm$1@xxxxxxxxxxxxxxxxxx>,
Christopher Hummersone <wheely_chairs@xxxxxxxxxxx> wrote:
Does anyone know how to add a title to a colorbar? It
should be something like 'xlabel' except the text would be
to the right of the bar; alas no such property seems to
exist for the colorbar.
Once you have the handle of the colorbar axes, you can get()
the YLabel property, which will be a text() object. You can then
set the String property of that. You would probably have some
difficulty with the orientation of the text displayed, though.
If it is acceptable to have the title of the colorbar appear
over the colorbar, then get() the Title property of the colorbar
axes, which will be a text() object that you can set the String
property of.
--
"No one has the right to destroy another person's belief by
demanding empirical evidence." -- Ann Landers
.
- Follow-Ups:
- Re: colorbar title
- From: Christopher Hummersone
- Re: colorbar title
- References:
- colorbar title
- From: Christopher Hummersone
- colorbar title
- Prev by Date: Get Interior Points
- Next by Date: Re: Problem with textread
- Previous by thread: colorbar title
- Next by thread: Re: colorbar title
- Index(es):