Tuesday, October 22, 2013

Matlab text that scales with figure size

text(0.52,0.52,'52','FontUnits','normalized','FontSize',0.11)

No comments:

Python Terminal Animation for Waiting

A nice small tool for terminal animations from yaspin import yaspin with yaspin(): do_stuff()