Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Plot Legends Package >

ShadowBox

ShadowBox[{x, y}, {xlength, ylength}, options]
generates a box with a drop shadow.
  • The box is generated at position {x, y} with size specified by {xlength, ylength}, and with colors specified in options.
  • The following options can be given:
ShadowBorder{Thickness[0.001], GrayLevel[0]}style of the line around the box
ShadowForegroundGrayLevel[1]color of the box with the shadow
ShadowBackgroundGrayLevel[0]color of the shadow
ShadowOffset{0.1, -0.1}x and y offset of the shadow from the box
Shadow box from {0, 0} to {1, 1}:
Needs["PlotLegends`"]
Shadow box from {0, 0} to {1, 1}:
In[2]:=
Click for copyable input
Out[2]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team