<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.python.matplotlib.general">
    <title>gmane.comp.python.matplotlib.general</title>
    <link>http://blog.gmane.org/gmane.comp.python.matplotlib.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30659"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30658"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30657"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30656"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30655"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30654"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30653"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30652"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30651"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30650"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30649"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30648"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30647"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30646"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30645"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30644"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30643"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30642"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30641"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30640"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30659">
    <title>Re: matplotlibrc interpretation under Windows seems buggy</title>
    <link>http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30659</link>
    <description>&lt;pre&gt;


Plot() doesn't use lines.color.  I don't remember the exact name, but it
uses an rcparam for color cycling.  Just change make the list of colors be
just 'r'.

Ben Root
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Matplotlib-users mailing list
Matplotlib-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
&lt;/pre&gt;</description>
    <dc:creator>Benjamin Root</dc:creator>
    <dc:date>2012-05-25T00:24:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30658">
    <title>matplotlibrc interpretation under Windows seemsbuggy</title>
    <link>http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30658</link>
    <description>&lt;pre&gt;Gurus,

Windows XP, matplotlib 1.1.0. Backend Tk, but the same elsewhere.

Programme:

import matplotlib as mpl
import matplotlib.pyplot as plt
mpl.rcParams['lines.linewidth'] = 2
mpl.rcParams['lines.color'] = 'r'

x=range(800)
y=[t for t in x]
plt.plot(x,y)
plt.show()

# ==============================
Linewidth OK, equal to 2, but the line is still blue. Changing "r" to 
red, or to #ff0000, or (1,0,0) doesn't change anything, still blue. 
Changing directly the matplotlibrc file (default) - the same. Leaving in 
peace the defaults, constructing another rc in the working dir - the 
same. The dictionary rcParams contains the correct value
'lines.color': 'r'
(Anyway, rcsetup.py validation doesn't protest. But then, the modified 
colour is ignored).

Somebody could confirm that?

The best.

Jerzy Karczmarczuk
Caen, France

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Jerzy Karczmarczuk</dc:creator>
    <dc:date>2012-05-24T23:44:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30657">
    <title>Re: griddata is not working after update toPython 2.7</title>
    <link>http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30657</link>
    <description>&lt;pre&gt;
First, if you were importing griddata before like that, that it is quite
likely that it was some other module that was installed in your
python-2.6/site-packages directory that overrode numpy's griddata. When you
upgraded, that griddata module could not be found in
python-2.7/site-packages. Commenting it out allowed python to find pylab's
griddata.

Second, you really need to clean up your imports. There is no need for the
two math imports, or the numpy import (because the pylab import handles
that).

Oddly, though, your griddata import comes before the pylab import. I would
expect that the pylab griddata would have overridden the first griddata
import. And so there shouldn't have been a difference.

Did you happen to upgrade matplotlib and/or numpy as well?

Ben Root
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Matplotlib-users mailing list
Matplotlib-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
&lt;/pre&gt;</description>
    <dc:creator>Benjamin Root</dc:creator>
    <dc:date>2012-05-24T22:01:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30656">
    <title>griddata is not working after update to Python2.7</title>
    <link>http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30656</link>
    <description>&lt;pre&gt;Dear All,

I used to use griddata in order to make my contourmaps. However, after I updated
my Python from 2.6 to 2.7 griddata is not working anymore.

I tried some workarounds but no success.

The countourmap that I produced before is here.
http://dl.dropbox.com/u/17983476/matplotlib/contour_dT_workingbefore.png

After the Python 2.7 update, it turns to the following.
http://dl.dropbox.com/u/17983476/matplotlib/contour_dT_broken.png

Here is the datafile.
http://dl.dropbox.com/u/17983476/matplotlib/contour_dT.dat

And the associated python script (which is also below).
http://dl.dropbox.com/u/17983476/matplotlib/contour_dT.py

The code that I was using before is here. I had to comment out #import griddata
line because this is the only way that it continues. Is this a bug in griddata,
or if there are new workarounds, I would be glad to know a new method to produce
my contourplots again.

Thanks a lot

----------------------------
#! /usr/bin python

import os
import sys
import math
from math import *
from numpy import *
#import griddata
from pylab import *
from matplotlib.ticker import FormatStrFormatter
params = {'axes.labelsize': 20,
'text.fontsize': 15,
'legend.fontsize': 14,
'xtick.labelsize': 20,
'ytick.labelsize': 20,
'text.usetex': True }
rcParams.update(params)

par1 = []
par2 = []
chis = []

rfile = file('contour_dT.dat','r')
line = rfile.readline()
data = line.split()

while len(data) &amp;gt;1:
par1.append(float(data[0]))
par2.append(float(data[1]))
chis.append(float(data[2]))
line = rfile.readline()
data = line.split()

par1 = array(par1)
par2 = array(par2)
chis = array(chis)

xi = linspace(3.2,7.8,50)
yi = linspace(15,300,50)
zi = griddata(par2,par1,chis,xi,yi)
levels = [0.4,0.5,0.6,0.7,0.8,0.9,1.0,1.2,1.5,2,3,4,6,10,12,15,20,25,30,40,50]
CS = contourf(xi,yi,zi,levels,cmap=cm.jet)
CS2 = contour(CS, levels=CS.levels[::2],
                        colors = 'r',
                        hold='on')

cbar = colorbar(CS)
cbar.add_lines(CS2)

savefig("contour_dT.png")
show()



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Umut Yildiz</dc:creator>
    <dc:date>2012-05-24T19:10:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30655">
    <title>plotting through ipython and QT4 custom widgets</title>
    <link>http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30655</link>
    <description>&lt;pre&gt;Hi,

I want to add a QT4 widget to a matplotlib figure, but the widget does not
react to user input.

Here it is a test case:

from PyQt4 import QtGui, QtCore
from pylab import *

def test():
    plot([1,2,3], lw=2)
    qt4_interface(gcf())

class qt4_interface:
    def __init__(self,fig):
        QMainWin = fig.canvas.parent()
        toolbar = QtGui.QToolBar(QMainWin)
        QMainWin.addToolBar(QtCore.Qt.BottomToolBarArea, toolbar)

        self.line_edit = QtGui.QLineEdit(parent=toolbar)
        self.line_edit.editingFinished.connect(self.do_something)
        toolbar.addWidget(self.line_edit)

    def do_something(self, *args):
        f = open('l','a'); f.write('yes\n'); f.flush(); f.close()
        #close()

I run the script as "run -i qt4_test.py" from ipython. Then running test()
I get the figure with the additional widget but the do_something method is
never called.

Incidentally if I do a plot from ipython and then I type interactively
qt4_interface(gcf()), the qt4 widget is added to the figure and works
properly.

Any hints on how can I resolve this problem?

BTW, I'm running matplotlib official package (1.0.1) included in ubuntu
11.10.

Thanks,
Antonio
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Matplotlib-users mailing list
Matplotlib-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
&lt;/pre&gt;</description>
    <dc:creator>AI</dc:creator>
    <dc:date>2012-05-24T19:03:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30654">
    <title>Re: Easy mistake to make...</title>
    <link>http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30654</link>
    <description>&lt;pre&gt;Seems like a good idea.  Maybe we gracefully deprecate this?  i.e. warn 
about the confusing usage now, and throw exceptions in a future version?

Mike

On 05/24/2012 10:22 AM, Benjamin Root wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Matplotlib-users mailing list
Matplotlib-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
&lt;/pre&gt;</description>
    <dc:creator>Michael Droettboom</dc:creator>
    <dc:date>2012-05-24T14:52:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30653">
    <title>Re: Easy mistake to make...</title>
    <link>http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30653</link>
    <description>&lt;pre&gt;

We could also do a check in the reverse case... if plt.subplot(1, 2, True)
is done, that should either raise an error or at least warn (currently, it
treats True as the first subplot and False as some (probably non-existant)
subplot).

I will write up a PR for this.

Ben Root
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Matplotlib-users mailing list
Matplotlib-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
&lt;/pre&gt;</description>
    <dc:creator>Benjamin Root</dc:creator>
    <dc:date>2012-05-24T14:22:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30652">
    <title>Re: Easy mistake to make...</title>
    <link>http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30652</link>
    <description>&lt;pre&gt;
+1 : I switch `subplots` and `subplot` quite frequently, so a check would
be helpful.

-Tony
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Matplotlib-users mailing list
Matplotlib-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
&lt;/pre&gt;</description>
    <dc:creator>Tony Yu</dc:creator>
    <dc:date>2012-05-24T14:09:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30651">
    <title>Re: Slow imshow when zooming or panning with several synced subplots</title>
    <link>http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30651</link>
    <description>&lt;pre&gt;On Thu, May 24, 2012 at 9:14 AM, Sergi Pons Freixes
&amp;lt;sponsfreixes-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;wrote:

It seems that setting `interpolation='none'` is significantly slower than
setting it to 'nearest' (or even 'bilinear'). On supported backends (e.g.
any Agg backend) the code paths for 'none' and 'nearest' are different:
'nearest' gets passed to Agg's interpolation routine, whereas 'none' does
an unsampled rescale of the image (I'm just reading the code comments
here). Could you check whether changing to `interpolation='nearest'` fixes
this issue?

-Tony

(Note: copied to stackoverflow)

PS: These different approaches *do* give different qualitative results; for
example, the code snippet below gives a slight moiré pattern, which doesn't
appear when `interpolation='none'`. I *think* that 'none' is roughly the
same as 'nearest' when zooming in (image pixels are larger than screen
pixels) but gives a higher-order interpolation result when zooming out
(image pixels smaller than screen pixels). I think the delay comes from
some extra Matplotlib/Python calculations needed for the rescaling.

#~~~
import matplotlib.pyplot as plt
import numpy as np

img = np.random.uniform(0, 255, size=(2000, 2000)).astype(np.uint8)

plt.imshow(img, interpolation='nearest')
plt.show()
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Matplotlib-users mailing list
Matplotlib-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
&lt;/pre&gt;</description>
    <dc:creator>Tony Yu</dc:creator>
    <dc:date>2012-05-24T13:59:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30650">
    <title>Easy mistake to make...</title>
    <link>http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30650</link>
    <description>&lt;pre&gt;Just got bit by this and I thought I'd share to help others.

I was just quickly writing out some pyplot commands to create two subplots
to compare some results.  I did:

plt.subplots(1, 2, 1)
plt.contourf(....)
plt.title("Contours")
xlim = plt.xlim()
ylim = plt.ylim()

plt.subplots(1, 2, 2)
plt.imshow(....)
plt.title("Raw Image")
plt.xlim(xlim)
plt.ylim(ylim)


Did you see the error?  I did "subplots" instead of "subplot".  Since the
third argument for plt.subplot is "sharex", a value of 1 or 2 appears
perfectly valid to it. Meanwhile, the second call to plt.subplots() throws
out my first subplot, and I also get the seemingly odd behavior of the
first subplot having the correct x limits, but the default y limits (0,
1).  Of course, this makes sense once you figure out the issue, but it is
an extra wrinkle that can be quite confusing.

I suspect this is a very easy mistake to make.  Should we perhaps test the
value of sharex in subplots() and warn if it is anything but a python
bool?  Just a thought.

Cheers!
Ben Root
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Matplotlib-users mailing list
Matplotlib-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
&lt;/pre&gt;</description>
    <dc:creator>Benjamin Root</dc:creator>
    <dc:date>2012-05-24T13:54:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30649">
    <title>Re: strange behaviour with sankey diagram (maybe a bug)</title>
    <link>http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30649</link>
    <description>&lt;pre&gt;
  martedì 22 maggio 2012, 18:33, Kevin Davies:


  No, the labels are translated to the left (so approaching to the
center of the patch), but the rest of the layout it's getting worse.


  i can't live without patchlabel, so i've no interest in investigating
further (and probably neither the programming skill). Anyway i think
that a solution will be to calculate the centroid of the patch and use
it as a center for the label.

Thanks for explaining and four your hints!

G.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
&lt;/pre&gt;</description>
    <dc:creator>Giovanni</dc:creator>
    <dc:date>2012-05-24T13:26:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30648">
    <title>Re: Slow imshow when zooming or panning with several synced subplots</title>
    <link>http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30648</link>
    <description>&lt;pre&gt;
I was just guessing that it is part of the process of converting
actual data (32 bit floats) to images on the screen (24 bit for RGB
(32 with transparency) or 8 bit for grayscale).

I tried converting the data to 8 bit, with .astype('uint8'), and it
keeps being poorly responsive on zooming and panning.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Sergi Pons Freixes</dc:creator>
    <dc:date>2012-05-24T13:14:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30647">
    <title>(no subject)</title>
    <link>http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30647</link>
    <description>&lt;pre&gt;http://paulaslominska.cba.pl/lnjysgcpta/395506.html------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Matplotlib-users mailing list
Matplotlib-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
&lt;/pre&gt;</description>
    <dc:creator>Arek Kedzior</dc:creator>
    <dc:date>2012-05-24T04:03:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30646">
    <title>Re: how to set figure to appear on anothermonitor?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30646</link>
    <description>&lt;pre&gt;

This is more an issue with how the GUI toolkit interacts with the desktop
manager. I think there are some existing PRs (or at least wishlist items)
for supplying additional data down to the figure object. The person who did
that feature was then going to set a windowing rule of some sort for his
window manager to handle mpl figures specially.

As far as I know, the feature never got added. Maybe someone else could
resurrect that work?

Cheers!
Ben Root

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Matplotlib-users mailing list
Matplotlib-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
&lt;/pre&gt;</description>
    <dc:creator>Benjamin Root</dc:creator>
    <dc:date>2012-05-24T01:40:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30645">
    <title>Re: Turning of ticks in matplotlibrc</title>
    <link>http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30645</link>
    <description>&lt;pre&gt;On Mon, May 21, 2012 at 4:01 PM, Andreas Mueller
&amp;lt;amueller-T6EGJOV9q4e6hr9I/bup6w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;wrote:


I don't think there are any rc parameters for controlling this, but you can
call `plt.axis('off')` or `ax.set_axis_off()`. I know that's not what you
were looking for, but I thought I'd mention it.

Best,
-Tony
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Matplotlib-users mailing list
Matplotlib-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
&lt;/pre&gt;</description>
    <dc:creator>Tony Yu</dc:creator>
    <dc:date>2012-05-23T16:36:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30644">
    <title>Re: Slow imshow when zooming or panning with several synced subplots</title>
    <link>http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30644</link>
    <description>&lt;pre&gt;On Wed, May 23, 2012 at 9:04 AM, Sergi Pons Freixes
&amp;lt;sponsfreixes-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;wrote:

I'm not sure what you mean by "normalize the values to an appropriate
number of bits", but I don't think setting `vmin` or `vmax` will change the
data type of the image. So if you have 64-bit floating point images (100+
Mb per image), then that's what you're going to be moving/scaling when you
pan and zoom.

-Tony
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Matplotlib-users mailing list
Matplotlib-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
&lt;/pre&gt;</description>
    <dc:creator>Tony Yu</dc:creator>
    <dc:date>2012-05-23T16:27:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30643">
    <title>Re: Matplotlib-users Digest, Vol 72, Issue 25</title>
    <link>http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30643</link>
    <description>&lt;pre&gt;Hi Mike,

About this question: TypeError: coercing to Unicode: need string or buffer,
dict found

The version of matplotlib that i'm using is matplotlib-0.99.1-py2.6

And how do I remove the font cache in ~ / .matplotlib / fontList.cache

My Operating System is Windows.

Thanks,

On Wed, May 23, 2012 at 11:15 AM, &amp;lt;
matplotlib-users-request-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Matplotlib-users mailing list
Matplotlib-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
&lt;/pre&gt;</description>
    <dc:creator>Waléria Antunes David</dc:creator>
    <dc:date>2012-05-23T15:34:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30642">
    <title>Re: how to set figure to appear on anothermonitor?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30642</link>
    <description>&lt;pre&gt;


Hello,

I have a similar question posted on SO -&amp;gt;
http://stackoverflow.com/questions/7802366/matplotlib-window-layout-questions

With few extra commands you can get your figures appearing on your second
monitor. However, SetPosition behavior is somewhat unpredictable. When I
pass a large x value it tendsmove the figure to my second monitor. What
would be nice is to mpl to remember the last window position and size --say
for instance for particular plots I always want to view figures in
maximized window and placed on the second monitor.


&lt;/pre&gt;</description>
    <dc:creator>Gökhan Sever</dc:creator>
    <dc:date>2012-05-23T15:33:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30641">
    <title>Re: Slow imshow when zooming or panning with several synced subplots</title>
    <link>http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30641</link>
    <description>&lt;pre&gt;Le 23/05/2012 15:04, Sergi Pons Freixes a écrit :
oh I didn't see the pop()...

So now then I don't know...

Do you have to show them full-scale? Maybe you can just use thumbnails 
of sort?

G.



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Guillaume Gay</dc:creator>
    <dc:date>2012-05-23T15:27:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30640">
    <title>how to set figure to appear on another monitor?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30640</link>
    <description>&lt;pre&gt;Dear all,

I have two different monitors. How can I use plot command within terminal
in this monitor and set the figure to show defaultly in another one?

thanks,

Chao

&lt;/pre&gt;</description>
    <dc:creator>Chao YUE</dc:creator>
    <dc:date>2012-05-23T14:32:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30639">
    <title>Re: barchart errorbars always in both directions</title>
    <link>http://permalink.gmane.org/gmane.comp.python.matplotlib.general/30639</link>
    <description>&lt;pre&gt;Thanks, Ben. This is indeed what I was looking for and gives the desired
behavior.

Thanks a lot!
Chris

On Wed, 2012-05-23 at 08:55 -0400, Benjamin Root wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Meesters, Aesku.Kipp Institute</dc:creator>
    <dc:date>2012-05-23T14:14:05</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.python.matplotlib.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.python.matplotlib.general</link>
  </textinput>
</rdf:RDF>

