Re: [Matplotlib-users] Affine2D on scatter

2013-04-05 Thread John Gleeson
Phil and Derek, I just created this as the following issue https://github.com/matplotlib/matplotlib/issues/1886 I was wrong about TkAgg having a problem. The default backend for Derek and me is MacOSX. Both TkAgg and QT4Agg display correctly for me. John --

Re: [Matplotlib-users] windrose

2013-04-05 Thread Sudheer Joseph
Thank You Scott,                 I mistook the values  I assumed .1 to .8 as the total x size and expected half of it should provide me 2 half boxes. thanks a lot for clarification. with best regards, Sudheer   *** Sudheer Joseph Indian

Re: [Matplotlib-users] Affine2D on scatter

2013-04-05 Thread Derek Thomas
Here's the output. I'm running OS X 10.8.3. I installed matplotlib from homebrew. $HOME=/Users/dect CONFIGDIR=/Users/dect/.matplotlib matplotlib data path /usr/local/lib/python2.7/site-packages/matplotlib/mpl-data loaded rc file /usr/local/lib/python2.7/site-packages/matplotlib/mpl-data/matplot

Re: [Matplotlib-users] Problem with importing LaTeX package amsmath and $\text{}$

2013-04-05 Thread Pawel Chojnacki
Thank you, it works flawlessly now :) 2013/3/31 Juergen Hasch > Am 31.03.2013 08:50, schrieb Pawel Chojnacki: > > Thank you very much - hovewer, your solution isn't enough. Adding your >> lines generate: >> >> > The problem is this: > > > RuntimeError: LaTeX was not able to process the follow

Re: [Matplotlib-users] windrose

2013-04-05 Thread Scott Sinclair
On 5 April 2013 03:54, Sudheer Joseph wrote: > Some how I am not getting the trick of the > rect = [0.1, 0.1, 0.8, 0.8] > > I tried > rect1= [0.1,0.1,.4,.4] > and rect2=[.4,.4,.8,.8] > but did not work You don't say exactly what you did, and how it didn't work... If you read http://matplotlib.o

Re: [Matplotlib-users] Affine2D on scatter

2013-04-05 Thread Phil Elson
Thanks Derek & John. Very strange. Here's my setup: >>> import matplotlib >>> matplotlib.__version__ '1.2.0' >>> matplotlib.get_backend() 'TkAgg' Would you mind providing all of the relevant details suggested in http://matplotlib.org/faq/troubleshooting_faq.html#troubleshooting, along with the