|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
DataReversed
DataReversed
is an option for ArrayPlot and related functions that specifies whether data should be plotted in reverse order.
DetailsDetails
- DataReversed->True specifies that the order of rows should be reversed, effectively turning the plot upside down.
- DataReversed->{row, col} specifies whether each row and each column should be reversed.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Reverse the order of rows, turning the image upside down:
| In[1]:= |
| Out[1]= | ![]() |
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

