Fancy Graphs

This is a very simple script aimed at improving the readability of plots.
385 download
Aggiornato 23 apr 2012

Visualizza la licenza

Given a figure handle, this script searches for all nested objects, and sets the line-width and text-size of all objects to the desired one.
Its very handy to set axes, legends, titles, and text-boxes to the desired size for printing, in a single command.

Additionally, it has the option to save the figure in a file.

Hope this is as useful for you, as it is for me! ;)

Cita come

Frequency Domain (2024). Fancy Graphs (https://www.mathworks.com/matlabcentral/fileexchange/36167-fancy-graphs), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2010a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Graph and Network Algorithms in Help Center e MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.1.0.0

Made the code more robust and elegant, namely by using findall() and try...end

1.0.0.0