ioam / topographica

A general-purpose neural simulator focusing on topographic maps.
topographica.org
BSD 3-Clause "New" or "Revised" License
53 stars 32 forks source link

Double matplotlib figure windows from matrixplot #504

Closed jbednar closed 11 years ago

jbednar commented 11 years ago

I don't think it has always done this, but at the moment (as reported by Marwan Jabri) matrixplot is generating two windows, the real one plus an extra empty one saying "Figure 1":

./topographica -g -c "from topo import pattern; matrixplot(pattern.Gaussian()())"

I know I have seen that from matplotlib at various points in the past, but I don't remember how to stop it...