When I publish my figures with "publish to ...", I get the
output, but my figures come out really bad.
I have up to 6 subplots in one figure. Consequently, the
legend is almost as big as my first subplot and the font of
the axes is too big in comparison with the figure itself.
Does anybody know how I can change this? It would be nice if
this can be done for all the figures at once, since most of
them contain subfigures.
Daan van Gemert wrote:
> Dear all,
>
> When I publish my figures with "publish to ...", I get the
> output, but my figures come out really bad.
>
> I have up to 6 subplots in one figure. Consequently, the
> legend is almost as big as my first subplot and the font of
> the axes is too big in comparison with the figure itself.
>
> Does anybody know how I can change this?
Probably not until you show some code that illustrates the problem
you are having. I'm perfectly happy with "publish to html" feature
with subplots and legends in Matlab 7.4.
If you'd like to avoid using subplots, you can create six
different snapshots. If this isn't a loop, you can use the
"%%" cell break to force a snapshot after each plot.
Otherwise, open six different figures by putting the command
"figure" in your loop.
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.