Tagged Questions
4
votes
1answer
111 views
Row inside FrameLabel doesn't work in Mathematica 9
So as to automate/customize plot titles I use Row inside e.g. FrameLabel:
FrameLabel -> {"x", "y", Row[...]}
Now with ...