Changing FontSizeMin when using hgexport
Ältere Kommentare anzeigen
Using R2014b, I have a figure that includes text, and I am using hgexport to save this figure to the clipboard using the following code:
figure1 = gcf
hgexport(figure1,'-clipboard');
For some reason the text (which is set to fontsize 6 on the figure) gets reset to fontsize 8 when exporting. How do I set FontSizeMin to be 6 or less from the command line call?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Crystals finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!