-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: can't set attribute #594
Comments
Hi, @qianwu2! Right now, the requirements file defines In any case, I thank you for providing this feedback, because soon I will need to increase the upper pin for |
I just tried the first ( CS.collections,c = self._cliplimb(ax,CS.collections) falls over for me with |
@rcomer Thanks a lot for pointing to the specific issue. I will try to address it as soon as possible, because the |
The fix proposed by @rcomer has been added to all the affected methods ( Thanks for your help! I will close the issue now, you will be able to use |
Many thanks for your help.
Best,
Qian
…On Sun, Jan 7, 2024 at 1:59 PM Víctor Molina García < ***@***.***> wrote:
Closed #594 <#594> as
completed.
—
Reply to this email directly, view it on GitHub
<#594 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIBNSTHCRQZFQRHSREMLJ53YNMEDLAVCNFSM6AAAAAA7IRDH72VHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJRGQYTCOJXGAZTGOI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Qian Wu
High Altitude Observatory
National Center for Atmospheric Research
P.O.Box 3000
Boulder, Co 80307-3000
(303) 497 2176
(303) 497 2180
|
Hi,
I am running basemap version 1.3.4
Matplotlib 3.8
CentOS 7.8
Using conda.
Python 3.10.2
I got this error.
cs = m.contourf(x,y,pot,levels=clevs, alpha=1,cmap=plt.cm.RdBu_r)
Traceback (most recent call last):
File "/glade/u/home/qwu/gtrSep20/tiegcmnmf22020duskmewmeridicon092420200506sep2120202324paperafreviewmgladepy310.py", line 500, in
cs = m.contourf(x,y,pot,levels=clevs, alpha=1,cmap=plt.cm.RdBu_r)
File "/glade/work/qwu/conda-envs/qwu-env0/lib/python3.10/site-packages/mpl_toolkits/basemap/init.py", line 548, in with_transform
return plotfunc(self,x,y,data,*args,**kwargs)
File "/glade/work/qwu/conda-envs/qwu-env0/lib/python3.10/site-packages/mpl_toolkits/basemap/init.py", line 3704, in contourf
CS.collections,c = self._cliplimb(ax,CS.collections)
File "/glade/work/qwu/conda-envs/qwu-env0/lib/python3.10/site-packages/matplotlib/_api/deprecation.py", line 164, in set
return super().set(instance, value)
AttributeError: can't set attribute
The text was updated successfully, but these errors were encountered: