ShowLegend Qeustion
- To: mathgroup at smc.vnet.net
- Subject: [mg93142] ShowLegend Qeustion
- From: Brian Beckage <Brian.Beckage at uvm.edu>
- Date: Tue, 28 Oct 2008 04:55:15 -0500 (EST)
I was wondering why the figure that results from the code below is shifted into the bottom half of the plot area? How can I get this figure to be centered vertically with respect to the plot area? Note that v1 through v4 and vf1 through vf4 are all ArrayPlots. Thank you, Brian ShowLegend[ GraphicsGrid[{{v1, v2, v3, v4}, {vf1, vf2, vf3, vf4}}, ImageSize -> 800] , {{ {Graphics[{gc, Rectangle[{0, 0}]}], Grass}, {Graphics[{pc, Rectangle[{1, 0}]}], Pines}, {Graphics[{hc, Rectangle[{1, 0}]}], Hardwoods}, {Graphics[{sc, Rectangle[{1, 0}]}], Shrubs}, {Graphics[{dcc, Rectangle[{1, 0}]}], Dwarf Cypress}, {Graphics[{fvc, Rectangle[{1, 0}]}], Flooded Vegetation}, {Graphics[{bpc, Rectangle[{1, 0}]}], Brazilian Pepper} } , LegendShadow -> None, LegendPosition -> {1, -0.9}}]