From: Gökhan S. <gok...@gm...> - 2012-02-07 19:16:03
|
I was basing my whitespace split idea on single string assumption --eg. no list passing. I do not have a strong preference on the final argument passing, as long as it works instead of manually placing the texts on figure or axis :) On Tue, Feb 7, 2012 at 11:52 AM, Ryan May <rm...@gm...> wrote: > On Tue, Feb 7, 2012 at 12:49 PM, Gökhan Sever <gok...@gm...> > wrote: > > This works as well, as long as it functions :) > > > > My idea requires little less typing. But forgot previously, text string > > should be whitespace split. > > Right, but we shouldn't guess. If we automatically split on > whitespace, this becomes harder: > > plt.ylabel(["The sun is", "yellow"], ['k', 'y']) > > Ryan > > -- > Ryan May > Graduate Research Assistant > School of Meteorology > University of Oklahoma > -- Gökhan |