So as to automate/customize plot titles I use Row inside e.g. FrameLabel:
FrameLabel -> {"x", "y", Row[...]}
Now with Mathematica 9, the plot doesn't show the bit referring to Row. Does someone know how to fix this?
|
It works for me on V9
ofcourse it will help everyone if you posted an actual code example that shows the problem you are having. |
|||||||||||
|
Graphicsdirectly? I would like to add to or change the tags to includeGraphicsas I expect this is a more general and lower level problem thanPlot. For example:Graphics[Circle[], Frame -> True, FrameLabel -> {"x", "y", Row[{"a", "b", "c"}, "+"]}]– Mr.Wizard♦ Jan 9 at 11:02Graphics. This issue seems to affect onlyPlotand related (e.g.ListContourPlot). – Valerio Jan 9 at 11:15