SourceForge logo
SourceForge logo
Menu

matplotlib-users — Discussion related to using matplotlib

You can subscribe to this list here.

2003 Jan
Feb
Mar
Apr
May
(3)
Jun
Jul
Aug
(12)
Sep
(12)
Oct
(56)
Nov
(65)
Dec
(37)
2004 Jan
(59)
Feb
(78)
Mar
(153)
Apr
(205)
May
(184)
Jun
(123)
Jul
(171)
Aug
(156)
Sep
(190)
Oct
(120)
Nov
(154)
Dec
(223)
2005 Jan
(184)
Feb
(267)
Mar
(214)
Apr
(286)
May
(320)
Jun
(299)
Jul
(348)
Aug
(283)
Sep
(355)
Oct
(293)
Nov
(232)
Dec
(203)
2006 Jan
(352)
Feb
(358)
Mar
(403)
Apr
(313)
May
(165)
Jun
(281)
Jul
(316)
Aug
(228)
Sep
(279)
Oct
(243)
Nov
(315)
Dec
(345)
2007 Jan
(260)
Feb
(323)
Mar
(340)
Apr
(319)
May
(290)
Jun
(296)
Jul
(221)
Aug
(292)
Sep
(242)
Oct
(248)
Nov
(242)
Dec
(332)
2008 Jan
(312)
Feb
(359)
Mar
(454)
Apr
(287)
May
(340)
Jun
(450)
Jul
(403)
Aug
(324)
Sep
(349)
Oct
(385)
Nov
(363)
Dec
(437)
2009 Jan
(500)
Feb
(301)
Mar
(409)
Apr
(486)
May
(545)
Jun
(391)
Jul
(518)
Aug
(497)
Sep
(492)
Oct
(429)
Nov
(357)
Dec
(310)
2010 Jan
(371)
Feb
(657)
Mar
(519)
Apr
(432)
May
(312)
Jun
(416)
Jul
(477)
Aug
(386)
Sep
(419)
Oct
(435)
Nov
(320)
Dec
(202)
2011 Jan
(321)
Feb
(413)
Mar
(299)
Apr
(215)
May
(284)
Jun
(203)
Jul
(207)
Aug
(314)
Sep
(321)
Oct
(259)
Nov
(347)
Dec
(209)
2012 Jan
(322)
Feb
(414)
Mar
(377)
Apr
(179)
May
(173)
Jun
(234)
Jul
(295)
Aug
(239)
Sep
(276)
Oct
(355)
Nov
(144)
Dec
(108)
2013 Jan
(170)
Feb
(89)
Mar
(204)
Apr
(133)
May
(142)
Jun
(89)
Jul
(160)
Aug
(180)
Sep
(69)
Oct
(136)
Nov
(83)
Dec
(32)
2014 Jan
(71)
Feb
(90)
Mar
(161)
Apr
(117)
May
(78)
Jun
(94)
Jul
(60)
Aug
(83)
Sep
(102)
Oct
(132)
Nov
(154)
Dec
(96)
2015 Jan
(45)
Feb
(138)
Mar
(176)
Apr
(132)
May
(119)
Jun
(124)
Jul
(77)
Aug
(31)
Sep
(34)
Oct
(22)
Nov
(23)
Dec
(9)
2016 Jan
(26)
Feb
(17)
Mar
(10)
Apr
(8)
May
(4)
Jun
(8)
Jul
(6)
Aug
(5)
Sep
(9)
Oct
(4)
Nov
Dec
2017 Jan
(5)
Feb
(7)
Mar
(1)
Apr
(5)
May
Jun
(3)
Jul
(6)
Aug
(1)
Sep
Oct
(2)
Nov
(1)
Dec
2018 Jan
Feb
Mar
Apr
(1)
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2020 Jan
Feb
Mar
Apr
May
(1)
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2025 Jan
(1)
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
S M T W T F S



1
(1)
2
(8)
3
(10)
4
5
(4)
6
7
(5)
8
(6)
9
(4)
10
(12)
11
(7)
12
(2)
13
(2)
14
(5)
15
(9)
16
(4)
17
(7)
18
(2)
19
(12)
20
(8)
21
(11)
22
(11)
23
(2)
24
(18)
25
(18)
26
(6)
27
(7)
28
(10)
29
(7)
30
(31)
31
(10)

Showing 4 results of 4

From: Liang W. <fra...@gm...> - 2012年08月16日 22:50:12
Thank you Ben,
I did use -X option upon ssh and I am running linux locally. The DISPLAY
variable is automatically "localhost:17.0", where the number 17 changes for
each login. But Tk would not work even after I export a new value to
DISPLAY like ":0.0". I even tried reinstalling matplotlib (from source or
through easy_install) with both values of DISPLAY but it always warns that
Tk window failed to open. When I try to use TkAgg, it says
...
 import matplotlib.backends.tkagg as tkagg
 File
"/ccs/home/lag69/.local/lib/python2.7/site-packages/matplotlib-1.1.0-py2.7-linux-x86_64.egg/matplotlib/backends/tkagg.py",
line 1, in <module>
 import _tkagg
ImportError: No module named _tkagg
So far I haven't solved this problem and I have to generate png files to
view them (I can view them by xview or display of ImageMagick so the x11
forwarding does work)
This is odd, and I almost lost my patient to try. But I still want to
appreciate your generous help, Ben.
regards,
Liang
On Thu, Aug 16, 2012 at 4:54 PM, Benjamin Root <ben...@ou...> wrote:
>
>
> On Thu, Aug 16, 2012 at 4:26 PM, Liang Wang <fra...@gm...> wrote:
>
>> Hi everyone. I have trouble to find a usable background on a remote
>> server where I do not have root privilege. Unfortunately, there is no
>> backend available:
>>
>> Tkinter: no
>> * Using default library and include directories
>> for
>> * Tcl and Tk because a Tk window failed to open.
>> * You may need to define DISPLAY for Tk to work so
>> * that setup can determine where your libraries
>> are
>> * located. Tkinter present, but header files are
>> not
>> * found. You may need to install development
>> * packages.
>> Gtk+: no
>> * Building for Gtk+ requires pygtk; you must be
>> able
>> * to "import gtk" in your build/install
>> environment
>> Mac OS X native: no
>> Qt: no
>> Qt4: no
>> PySide: no
>> Cairo: no
>>
>> The output of a simple script is
>> ==================
>> simple_plot.py:
>> #
>> from pylab import *
>> plot([1,2,3])
>> show()
>> #
>> python simple_plot.py --verbose-helpful > output.txt
>> ==================
>> $HOME=/ccs/home/user1
>> CONFIGDIR=/ccs/home/user1/.matplotlib
>> matplotlib data path
>> /ccs/home/user1/.local/lib/python2.7/site-packages/matplotlib-1.1.0-py2.7-linux-x86_64.egg/matplotlib/mpl-data
>> loaded rc file
>> /ccs/home/user1/.local/lib/python2.7/site-packages/matplotlib-1.1.0-py2.7-linux-x86_64.egg/matplotlib/mpl-data/matplotlibrc
>> matplotlib version 1.1.0
>> verbose.level helpful
>> interactive is False
>> platform is linux2
>> Using fontManager instance from /ccs/home/user1/.matplotlib/fontList.cache
>> backend agg version v2.2
>>
>> When I tried to install pygtk, it requires glib, which is missing, and I
>> just did not digg further. So, is there any workaround that I can get ANY
>> backend to work (to show images on screen).
>>
>>
>> Any suggestions will be greatly appreciated (I really want to get things
>> to work).
>>
>> Regards,
>> Liang
>>
>>
> The Agg backend is always available for non-interactive plotting. In
> other words, you won't be able to do a show() call, but you can save to any
> of the image formats. The TkAgg backend should also be an option (unless
> that python was built without Tk, which is rare). Often, if Tk isn't
> working, it is a simple matter of setting your display environment
> correctly. Most of the time, simply passing the "-X" option to ssh is
> sufficient (assuming you are sshing from a linux box). Otherwise, I think
> you have to mess around with your DISPLAY environment variable on the
> remote server (I think it is usually ":0.0", but I am no expert on this.
>
> I hope that helps!
> Ben Root
>
>
From: Benjamin R. <ben...@ou...> - 2012年08月16日 20:54:29
On Thu, Aug 16, 2012 at 4:26 PM, Liang Wang <fra...@gm...> wrote:
> Hi everyone. I have trouble to find a usable background on a remote server
> where I do not have root privilege. Unfortunately, there is no backend
> available:
>
> Tkinter: no
> * Using default library and include directories for
> * Tcl and Tk because a Tk window failed to open.
> * You may need to define DISPLAY for Tk to work so
> * that setup can determine where your libraries are
> * located. Tkinter present, but header files are
> not
> * found. You may need to install development
> * packages.
> Gtk+: no
> * Building for Gtk+ requires pygtk; you must be
> able
> * to "import gtk" in your build/install
> environment
> Mac OS X native: no
> Qt: no
> Qt4: no
> PySide: no
> Cairo: no
>
> The output of a simple script is
> ==================
> simple_plot.py:
> #
> from pylab import *
> plot([1,2,3])
> show()
> #
> python simple_plot.py --verbose-helpful > output.txt
> ==================
> $HOME=/ccs/home/user1
> CONFIGDIR=/ccs/home/user1/.matplotlib
> matplotlib data path
> /ccs/home/user1/.local/lib/python2.7/site-packages/matplotlib-1.1.0-py2.7-linux-x86_64.egg/matplotlib/mpl-data
> loaded rc file
> /ccs/home/user1/.local/lib/python2.7/site-packages/matplotlib-1.1.0-py2.7-linux-x86_64.egg/matplotlib/mpl-data/matplotlibrc
> matplotlib version 1.1.0
> verbose.level helpful
> interactive is False
> platform is linux2
> Using fontManager instance from /ccs/home/user1/.matplotlib/fontList.cache
> backend agg version v2.2
>
> When I tried to install pygtk, it requires glib, which is missing, and I
> just did not digg further. So, is there any workaround that I can get ANY
> backend to work (to show images on screen).
>
>
> Any suggestions will be greatly appreciated (I really want to get things
> to work).
>
> Regards,
> Liang
>
>
The Agg backend is always available for non-interactive plotting. In other
words, you won't be able to do a show() call, but you can save to any of
the image formats. The TkAgg backend should also be an option (unless that
python was built without Tk, which is rare). Often, if Tk isn't working,
it is a simple matter of setting your display environment correctly. Most
of the time, simply passing the "-X" option to ssh is sufficient (assuming
you are sshing from a linux box). Otherwise, I think you have to mess
around with your DISPLAY environment variable on the remote server (I think
it is usually ":0.0", but I am no expert on this.
I hope that helps!
Ben Root
From: Liang W. <fra...@gm...> - 2012年08月16日 20:26:31
Hi everyone. I have trouble to find a usable background on a remote server
where I do not have root privilege. Unfortunately, there is no backend
available:
 Tkinter: no
 * Using default library and include directories for
 * Tcl and Tk because a Tk window failed to open.
 * You may need to define DISPLAY for Tk to work so
 * that setup can determine where your libraries are
 * located. Tkinter present, but header files are not
 * found. You may need to install development
 * packages.
 Gtk+: no
 * Building for Gtk+ requires pygtk; you must be able
 * to "import gtk" in your build/install environment
 Mac OS X native: no
 Qt: no
 Qt4: no
 PySide: no
 Cairo: no
The output of a simple script is
==================
simple_plot.py:
#
from pylab import *
plot([1,2,3])
show()
#
python simple_plot.py --verbose-helpful > output.txt
==================
$HOME=/ccs/home/user1
CONFIGDIR=/ccs/home/user1/.matplotlib
matplotlib data path
/ccs/home/user1/.local/lib/python2.7/site-packages/matplotlib-1.1.0-py2.7-linux-x86_64.egg/matplotlib/mpl-data
loaded rc file
/ccs/home/user1/.local/lib/python2.7/site-packages/matplotlib-1.1.0-py2.7-linux-x86_64.egg/matplotlib/mpl-data/matplotlibrc
matplotlib version 1.1.0
verbose.level helpful
interactive is False
platform is linux2
Using fontManager instance from /ccs/home/user1/.matplotlib/fontList.cache
backend agg version v2.2
When I tried to install pygtk, it requires glib, which is missing, and I
just did not digg further. So, is there any workaround that I can get ANY
backend to work (to show images on screen).
Any suggestions will be greatly appreciated (I really want to get things to
work).
Regards,
Liang
Relevant info is:
output of build:
================
basedirlist is: ['/usr/local', '/usr']
============================================================================
BUILDING MATPLOTLIB
 matplotlib: 1.1.1
 python: 2.7.2 (default, Sep 27 2011, 21:40:17) [GCC 4.3.4
 [gcc-4_3-branch revision 152973]]
 platform: linux2
REQUIRED DEPENDENCIES
 numpy: 1.6.1
 freetype2: 9.18.3
OPTIONAL BACKEND DEPENDENCIES
 libpng: 1.2.31
 Tkinter: no
 * Using default library and include directories for
 * Tcl and Tk because a Tk window failed to open.
 * You may need to define DISPLAY for Tk to work so
 * that setup can determine where your libraries are
 * located. Tkinter present, but header files are not
 * found. You may need to install development
 * packages.
 Gtk+: no
 * Building for Gtk+ requires pygtk; you must be able
 * to "import gtk" in your build/install environment
 Mac OS X native: no
 Qt: no
 Qt4: no
 PySide: no
 Cairo: no
OPTIONAL DATE/TIMEZONE DEPENDENCIES
 datetime: present, version unknown
 dateutil: 1.5
 pytz: 2011c
OPTIONAL USETEX DEPENDENCIES
 dvipng: no
 ghostscript: 8.62
 latex: no
 pdftops: 0.12.3
==================
[Edit setup.cfg to suppress the above messages]
============================================================================
pymods ['pylab']
packages ['matplotlib', 'matplotlib.backends',
'matplotlib.backends.qt4_editor', 'matplotlib.projections',
'matplotlib.testing', 'matplotlib.testing.jpl_units
', 'matplotlib.tests', 'mpl_toolkits', 'mpl_toolkits.mplot3d',
'mpl_toolkits.axes_grid', 'mpl_toolkits.axes_grid1',
'mpl_toolkits.axisartist', 'matplotlib.sph
inxext', 'matplotlib.tri', 'matplotlib.delaunay']
running build
running build_py
creating build
.....
warnings of build
============
/usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching
for -lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for
-lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
src/_ttconv.cpp: In function 'void initttconv()':
src/_ttconv.cpp:280:15: warning: variable 'm' set but not used
[-Wunused-but-set-variable]
ttconv/pprdrv_tt.cpp: In function 'void Read_name(TTFONT*)':
ttconv/pprdrv_tt.cpp:182:18: warning: variable 'encoding' set but not used
[-Wunused-but-set-variable]
ttconv/pprdrv_tt.cpp:183:9: warning: variable 'language' set but not used
[-Wunused-but-set-variable]
ttconv/pprdrv_tt2.cpp: In member function 'void
GlyphToType3::do_composite(TTStreamWriter&, TTFONT*, unsigned char*)':
ttconv/pprdrv_tt2.cpp:598:12: warning: variable 'xscale' set but not used
[-Wunused-but-set-variable]
/usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching
for -lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for
-lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching
for -lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for
-lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
lib/matplotlib/delaunay/natneighbors.cpp: In member function 'void
NaturalNeighbors::interpolate_grid(double*, double, double, int, double,
double, int, doubl
e*, double, int)':
lib/matplotlib/delaunay/natneighbors.cpp:265:9: warning: variable 'i' set
but not used [-Wunused-but-set-variable]
/usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching
for -lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for
-lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching
for -lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for
-lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
src/path.cpp: In function 'void _add_polygon(Py::List&, const
std::vector<double>&)':
src/path.cpp:1259:58: warning: narrowing conversion of '((&
polygon)->std::vector<_Tp, _Alloc>::size<double, std::allocator<double> >()
/ 2ul)' from 'std::vec
tor<double>::size_type {aka long unsigned int}' to 'npy_intp {aka long
int}' inside { } is ill-formed in C++11 [-Wnarrowing]
src/path.cpp: In function 'void init_path()':
src/path.cpp:1609:26: warning: variable '_path' set but not used
[-Wunused-but-set-variable]
/usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching
for -lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for
-lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
lib/matplotlib/tri/_tri.cpp: In member function 'void
Triangulation::calculate_edges()':
lib/matplotlib/tri/_tri.cpp:280:39: warning: narrowing conversion of
'edge_set.std::set<_Key, _Compare, _Alloc>::size<Triangulation::Edge,
std::less<Triangula
tion::Edge>, std::allocator<Triangulation::Edge> >()' from
'std::set<Triangulation::Edge>::size_type {aka long unsigned int}' to
'npy_intp {aka long int}' ins
ide { } is ill-formed in C++11 [-Wnarrowing]
lib/matplotlib/tri/_tri.cpp: In member function 'Py::Object
TriContourGenerator::contour_to_segs(const Contour&)':
lib/matplotlib/tri/_tri.cpp:574:39: warning: narrowing conversion of '(&
line)->ContourLine::<anonymous>.std::vector<_Tp, _Alloc>::size<XY,
std::allocator<XY>
 >()' from 'std::vector<XY>::size_type {aka long unsigned int}' to
'npy_intp {aka long int}' inside { } is ill-formed in C++11 [-Wnarrowing]
lib/matplotlib/tri/_tri.cpp: In function 'void init_tri()':
lib/matplotlib/tri/_tri.cpp:993:23: warning: variable 'triModule' set but
not used [-Wunused-but-set-variable]
/usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching
for -lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for
-lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
src/backend_agg.cpp: In member function 'Py::Object
BufferRegion::to_string_argb(const Py::Tuple&)':
src/backend_agg.cpp:151:20: warning: variable 'end' set but not used
[-Wunused-but-set-variable]
src/backend_agg.cpp: In member function 'Py::Object
RendererAgg::draw_quad_mesh(const Py::Tuple&)':
src/backend_agg.cpp:1758:23: warning: variable 'free_edgecolors' set but
not used [-Wunused-but-set-variable]
src/backend_agg.cpp: In member function 'Py::Object
RendererAgg::write_rgba(const Py::Tuple&)':
src/backend_agg.cpp:1994:10: warning: variable 'close_file' set but not
used [-Wunused-but-set-variable]
src/backend_agg.cpp: In function 'void init_backend_agg()':
src/backend_agg.cpp:2416:33: warning: variable '_backend_agg' set but not
used [-Wunused-but-set-variable]
/usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching
for -lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for
-lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching
for -lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for
-lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
src/_png.cpp: In function 'void init_png()':
src/_png.cpp:497:25: warning: variable '_png' set but not used
[-Wunused-but-set-variable]
/usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching
for -lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for
-lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
==================
From: David G. <da...@we...> - 2012年08月16日 06:29:12
>> (Corrects the top posting of the earlier replies, Sorry)
> 
>> On Aug 15, 2012, at 5:17 AM, Benjamin Root wrote:
>> 
>>> 
>>> 
>>> On Wednesday, August 15, 2012, David Grudoski wrote:
>>> Hi All,
>>> I've encountered this problem with the both NavigationToolbar2Wx and the NavigationToolbar2WxAgg.
>>> When I click the Zoom or Pan button the button disappears. The functionality is maintained so if a click the location that the button used to be displayed at the toggle action still works its just that the button is no longer displayed.
>>> Can any one help me fix this?
>>> Thanks
>>> David
>>> 
>>> Which version of matplotlib are you using?
>>> 
>>> Ben Root
>> 
> 
> 
> 
>> From: David Grudoski <da...@we...>
>> Date: August 15, 2012 6:30:20 AM PDT
>> To: Benjamin Root <ben...@ou...>
>> Cc: "mat...@li..." <mat...@li...>
>> Subject: Re: [Matplotlib-users] NavigationToolbar2WxAgg Buttons Disappear
>> 
>> I'm running:
>> Matplotlib 1.1.0
>> wxPython 2.9.2.4 osx-carbon (classic)
>> Python 2.6
>> on Mac OSX 10.6.8
> 
> I tried running the wxcursor_demo.py from the Matplotlib examples it also behave the same way. 
> When the zoom or pan icon is selected it disappears from the toolbar but the space it occupies behaves as if it is still there just not visible.

Showing 4 results of 4

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /