Hi,
try if:
gcf().set_frameon(False)
helps.
greetings
Till
--
Got Input? Slashdot Needs You.
Take our quick survey online. Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on Thi
Great.
Thank you. I will check the master branch before reporting next time.
Andrea
> On Wed, Jul 27, 2011 at 10:07 AM, Andrea Pierleoni
> wrote:
>
>> Hi all,
>>
>> I found that a matplotlib.text.Text istance reports wrong coordinates
>> when
>> converted to str
>> I'm using version 1.0.1
>>
>> t
On Wed, Jul 27, 2011 at 10:07 AM, Andrea Pierleoni
wrote:
> Hi all,
>
> I found that a matplotlib.text.Text istance reports wrong coordinates when
> converted to str
> I'm using version 1.0.1
>
> this is the code in Text class:
>
> def __str__(self):
>return "Text(%g,%g,%s)"%(self._y,self.
Hi all,
I found that a matplotlib.text.Text istance reports wrong coordinates when
converted to str
I'm using version 1.0.1
this is the code in Text class:
def __str__(self):
return "Text(%g,%g,%s)"%(self._y,self._y,repr(self._text))
it is clearly reporting two times the y coordinates,
After the tip from Ben Roots and a little tinkering with the matplotlib
backends I've solved this issue by changing the backend from the default
MacOSX to TkAgg.
BTW, the default matplotlibrc file in my case was located at:
/Library/Frameworks/Python.framework/Versions/X.X/lib/pythonX-X/site-pac