Hi,
I am trying to get matplotlib 1.2.0 to work with wxPython Phoenix - will
provide a patch when it is working.
Made the changes to backend_wx* for things like EmptyImage/EmptyBitmap
and Toolbar but I am stuck on the following.
if bbox is None:
# agg => rgba buffer -> bitmap
Hello,
Is there a way to find out the optimal resolution that an array (of a given
aspect ratio) should have, so that imshow will not re-scale it on a
pixel-based backend?
Some background: I'm preparing an array that has a native resolution, so for
PDF output I use imshow with interpolation='none
On 04/19/2013 01:59 AM, C M wrote:
On Thu, Apr 18, 2013 at 11:03 PM, John Ladasky
mailto:john_lada...@sbcglobal.net>> wrote:
.
Reading more, I realize that the way I was getting GUI output
previously
(with Python 2.7 and Matplotlib 1.1) was through wxPython.
Unfortunate
On 19/04/2013 12:26, Mark Lawrence wrote:
> On 19/04/2013 04:03, John Ladasky wrote:
>
>> Reading more, I realize that the way I was getting GUI output previously
>> (with Python 2.7 and Matplotlib 1.1) was through wxPython.
>> Unfortunately, it appears that wxPython's star is fading, and a Python
On 19/04/2013 04:03, John Ladasky wrote:
> Reading more, I realize that the way I was getting GUI output previously
> (with Python 2.7 and Matplotlib 1.1) was through wxPython.
> Unfortunately, it appears that wxPython's star is fading, and a Python
> 3-compatible version will not be written. In
Hi John,
on Kubuntu Precise the standard repo has at least:
python3-pyqt4
python3-pyside
python3-tk
The first two should enable Qt4Agg backend, the last TkAgg
Fra
2013/4/19 Sterling Smith
> I have used the TkAgg backend in python2, installing the dependencies by
> hand. Is this backend not