Hello, I use PyPlot. Whenever I close a window I get a message like,
julia> /usr/lib/pymodules/python2.7/matplotlib/backends/backend_gtk.py:250: Warning: Source ID 714 was not found when attempting to remove it gobject.source_remove(self._idle_event_id) These are harmless, but annoying. Can anyone suggest a way to eliminate these warnings? There must be a reasonable way to close a plot window that won't produce error messages on the console. Cheers, Daniel.
