File Exchange Pick of the Week

Our best user submissions

Automatic Text Placement

Jiro's pick this week is textbp by Peter Mao.

Have you ever wanted to place a text on a figure (using TEXT), and end up spending time trying to figure out a nice location where it doesn't cover up the data? To be reusable for arbitrary data, you have to be clever in determining the X-Y location.

If only MATLAB could do this work for you...

Peter took on this challenge, and wrote textbp. With this, you can simply ask MATLAB to place the text at the "best" location. Now, that's clever.

plot(membrane(6));
textbp('This doesn''t cover up any data');
textbp('This one doesn''t either');
textbp('Niether does this');
textbp('Nor this');

Comments?




Published with MATLAB® 7.7

|
  • print

Comments

To leave a comment, please click here to sign in to your MathWorks Account or create a new one.