Mathematica > Visualization and Graphics > Graphics Options & Styling > Graphics Annotation & Appearance >

FrameStyle

Updated In 7 Graphic
FrameStyle
is an option for Graphics, Grid and other constructs that specifies the style in which to draw frames.
  • FrameStyle->style specifies that all edges of the frame are to be generated with the specified style or graphics directive.
  • FrameStyle->{{left, right}, {bottom, top}} specifies that different sides of a graphics frame should be drawn with different styles.
Specify overall frame style, including the frame, frame ticks and the frame tick labels:
In[1]:=
Click for copyable input
Out[1]=
 
Specify the frame style of a grid:
In[1]:=
Click for copyable input
Out[1]=
 
Specify the style of each frame edge:
In[1]:=
Click for copyable input
Out[1]=
New in 2 | Last modified in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team