How to use a (random) *.otf or *.ttf font in matplotlib?
The above answer provides a nice way of using a custom font for your whole matplotlib install (globally). But I would like matplotlib to globally use a custom font that I don't have installed on my system, and hence don't have a valid font-family "name" to use in my .matplotlibrc file.
I also cannot install any fonts on this machine as I do not have root access and the linux machine I am on is remote (part of lab wide linux distro, debian wheezy) so trying things like this http://tsengf.blogspot.com/2012/03/install-new-fonts-in-linux-without-root.html to install a font without root privilege is not working for me.
Thanks!