| New in Wolfram Mathematica 6: Extended Graphics Language | ◄ previous | next ► |
Arbitrary Arrangements of Text
Mathematica 6 allows you to take arbitrary blocks of text, and arrange them anywhere in graphics, transformed or not.
In[1]:= | Graphics[Table[
Inset[Style[Framed[HoldForm[Exp[I Pi] + 1 == 0]], 30],
RandomReal[{-1, 1}, 2], Center, Automatic,
RandomReal[{-1, 1}, {2, 2}]], {15}]] |
Out[1]= ![]() | ![]() |



