Re: MatrixPlot with color range bar
- To: mathgroup at smc.vnet.net
- Subject: [mg99038] Re: MatrixPlot with color range bar
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Fri, 24 Apr 2009 06:13:56 -0400 (EDT)
- Organization: Uni Leipzig
- References: <gsrqml$r4n$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi, GraphicsRow[{DensityPlot[ x^2*(1 - x)*y^2*(1 - y), {x, 0, 1}, {y, 0, 1}, ColorFunction -> "Rainbow"], DensityPlot[y, {x, 0, 0.2}, {y, 0, 1}, ColorFunction -> "Rainbow", AspectRatio -> Automatic, FrameTicks -> {None, Automatic}, PlotRangePadding -> None]}] ?? Regards Jens =EC=9D=B4=EB=8D=95=EC=9E=AC wrote: > I'd like to draw plots like > http://www.gle-graphics.org/examples/3dplots/informationgain.png > I know that MatrixPlot function draws such plots. > My question is how to draw color range bar like that on the right side = of > the plot at the url. > Is there any options of MatrixPlot or tricks to draw such color range b= ar ? >