| Original Message (ID '368732') By yehuda: |
| The notebook you sent is defected
anyway, you can change the ImageSize (it is an option) to a sufficient value, or change the size of the image with the mouse. Fonts do not scale with the change of ImageSize
see this
Plot[Sin[t], {t, 0, 2 \[Pi]},
PlotLabel ->
"This is a very long plot label This is a very long plot label This \
is a very long plot label", Frame -> True]
vs
Plot[Sin[t], {t, 0, 2 \[Pi]},
PlotLabel ->
"This is a very long plot label This is a very long plot label This \
is a very long plot label", Frame -> True,ImageSize->600
] |
|