On Tuesday 09 March 2010 21:10:49 Alex S wrote: > Hmm I think I could do this with TextWithDash, but I can't manage to use > it... I go: > > CumGasTxt = fig.text(0.5, 0.5, 'Cumulative Gas (MCF)', withdash=True) > > and it says "AttributeError: Unknown property withdash". > > I tried changing "fig" to "ax1", but although that doesn't spit out an > error, it doesn't display anything. > > Does anyone know what I'm doing wrong? > > Thanks a lot, > Alex
Hi Alex, I cannot see the keyword argument 'withdash' for fig.text, but it does exists for ax.text (with ax being an subplot instance) at least since maplotlib version 0.99. Kind regards, Matthias ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users