Albrecht, Jan
2015-05-21 11:34:24 UTC
Hi dear all,
I have installed matplot and also six.py and so on.
If i start an example from matplot i get the following eror message:
File "C:\Python26\lib\site-packages\matplotlib\pyplot.py", line 1087, in subplots
ax0 = fig.add_subplot(gs[0, 0], **subplot_kw)
File "C:\Python26\lib\site-packages\matplotlib\figure.py", line 964, in add_subplot
a = subplot_class_factory(projection_class)(self, *args, **kwargs)
File "C:\Python26\lib\site-packages\matplotlib\axes\_subplots.py", line 75, in __init__
self.update_params()
File "C:\Python26\lib\site-packages\matplotlib\axes\_subplots.py", line 115, in update_params
return_all=True)
File "C:\Python26\lib\site-packages\matplotlib\gridspec.py", line 425, in get_position
gridspec.get_grid_positions(fig)
File "C:\Python26\lib\site-packages\matplotlib\gridspec.py", line 86, in get_grid_positions
subplot_params = self.get_subplot_params(fig)
File "C:\Python26\lib\site-packages\matplotlib\gridspec.py", line 271, in get_subplot_params
subplotpars.update(**update_kw)
TypeError: update() keywords must be strings
Maybe someone can help me, thanks a lot
JAn
I have installed matplot and also six.py and so on.
If i start an example from matplot i get the following eror message:
File "C:\Python26\lib\site-packages\matplotlib\pyplot.py", line 1087, in subplots
ax0 = fig.add_subplot(gs[0, 0], **subplot_kw)
File "C:\Python26\lib\site-packages\matplotlib\figure.py", line 964, in add_subplot
a = subplot_class_factory(projection_class)(self, *args, **kwargs)
File "C:\Python26\lib\site-packages\matplotlib\axes\_subplots.py", line 75, in __init__
self.update_params()
File "C:\Python26\lib\site-packages\matplotlib\axes\_subplots.py", line 115, in update_params
return_all=True)
File "C:\Python26\lib\site-packages\matplotlib\gridspec.py", line 425, in get_position
gridspec.get_grid_positions(fig)
File "C:\Python26\lib\site-packages\matplotlib\gridspec.py", line 86, in get_grid_positions
subplot_params = self.get_subplot_params(fig)
File "C:\Python26\lib\site-packages\matplotlib\gridspec.py", line 271, in get_subplot_params
subplotpars.update(**update_kw)
TypeError: update() keywords must be strings
Maybe someone can help me, thanks a lot
JAn