|
From: John H. <jd...@gm...> - 2010-08-09 04:37:39
|
On Sun, Aug 8, 2010 at 8:03 PM, Friedrich Romstedt <fri...@gm...> wrote: > Yes, I agree fully, but have been busy the past few days :-) > > Friedrich > > P.S.: You can also try > http://matplotlib.sourceforge.net/examples/pylab_examples/alignment_test.html > , I believe there was some other manual around also covering the > baseline option, but I cannot find it now. > The "codex" option on the search page helps with this; you can easily search for "codex baseline":: * the default search page: http://matplotlib.sourceforge.net/search.html * what is codex?: http://matplotlib.sourceforge.net/faq/howto_faq.html#search-examples * an example using "codex baseline": http://matplotlib.sourceforge.net/search.html?q=codex+baseline Basically, you go to the default mpl homepage or any sub-page, and from there, click the "Search" link, and then enter "codex YOURPHRASE" where codex stands for "code example" and will return all code examples containing your phrase. JDH |