GeostatsGuy / GeostatsPy

GeostatsPy Python package for spatial data analytics and geostatistics. Started as a reimplementation of GSLIB, Geostatistical Library (Deutsch and Journel, 1992) from Fortran to Python, Geostatistics in a Python package. Now with many additional methods. I hope this resources is helpful, Prof. Michael Pyrcz
https://pypi.org/project/geostatspy/
MIT License
479 stars 183 forks source link

AttributeError: 'PathCollection' object has no property 'verts' #37

Closed adamnicholasprice closed 2 years ago

adamnicholasprice commented 2 years ago

Having issues with multiple geostatspy plotting commands where I get this error message consistently.

Verts_Error

This is for the plotting commands:

Could be for more plotting commands as well, but these are the only ones that I have used in my code where an error has occurred.

GeostatsGuy commented 2 years ago

Howdy Adam,

Thank you. Yes, ‘verts’ was deprecated and a warning before. I will get this corrected this week and provide an updated GeostatsPy on PyPI.

Thank you for contributing to our open source project,

Michael

MICHAEL J. PYRCZ, Ph.D., P.Eng., Associate Professor Petroleum and Geosystems Engineering and Bureau of Economic Geology, Jackson School of Geoscience The University of Texas at Austin DIRECThttps://github.com/GeostatsGuy/DIRECT |Twitterhttps://twitter.com/GeostatsGuy @.***) | YouTubehttps://www.youtube.com/channel/UCLqEr-xV-ceHdXXXrTId5ig| LinkedInhttps://www.linkedin.com/in/michael-pyrcz-61a648a1/ | Webpagehttp://www.michaelpyrcz.com/ | Bookhttps://www.amazon.com/Geostatistical-Reservoir-Modeling-Michael-Pyrcz/dp/0199731446 | GoogleScholarhttps://scholar.google.com/citations?user=QVZ20eQAAAAJ&hl=en

From: Adam Price @.> Sent: Monday, October 4, 2021 12:24 PM To: GeostatsGuy/GeostatsPy @.> Cc: Subscribed @.***> Subject: [GeostatsGuy/GeostatsPy] AttributeError: 'PathCollection' object has no property 'verts' (#37)

Having issues with multiple geostatspy plotting commands where I get this error message consistently. [Verts_Error]https://user-images.githubusercontent.com/29460883/135895375-de783b86-8146-4e81-8b8a-1850ace3a8c1.png

This is for the plotting commands:

Could be for more plotting commands as well, but these are the only ones that I have used in my code where an error has occurred.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/GeostatsGuy/GeostatsPy/issues/37, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHUO34YET4Q2DVIRXLOROMDUFHPLDANCNFSM5FJ3XMOA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

GeostatsGuy commented 2 years ago

Howdy Adam,

I got this fixed. Please try out version 0.0.21 of GeostatsPy.

Thank you again for your assistance,

Michael

MICHAEL J. PYRCZ, Ph.D., P.Eng., Associate Professor Petroleum and Geosystems Engineering and Bureau of Economic Geology, Jackson School of Geoscience The University of Texas at Austin DIRECThttps://github.com/GeostatsGuy/DIRECT |Twitterhttps://twitter.com/GeostatsGuy @.***) | YouTubehttps://www.youtube.com/channel/UCLqEr-xV-ceHdXXXrTId5ig| LinkedInhttps://www.linkedin.com/in/michael-pyrcz-61a648a1/ | Webpagehttp://www.michaelpyrcz.com/ | Bookhttps://www.amazon.com/Geostatistical-Reservoir-Modeling-Michael-Pyrcz/dp/0199731446 | GoogleScholarhttps://scholar.google.com/citations?user=QVZ20eQAAAAJ&hl=en

From: Adam Price @.> Sent: Monday, October 4, 2021 12:24 PM To: GeostatsGuy/GeostatsPy @.> Cc: Subscribed @.***> Subject: [GeostatsGuy/GeostatsPy] AttributeError: 'PathCollection' object has no property 'verts' (#37)

Having issues with multiple geostatspy plotting commands where I get this error message consistently. [Verts_Error]https://user-images.githubusercontent.com/29460883/135895375-de783b86-8146-4e81-8b8a-1850ace3a8c1.png

This is for the plotting commands:

Could be for more plotting commands as well, but these are the only ones that I have used in my code where an error has occurred.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/GeostatsGuy/GeostatsPy/issues/37, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHUO34YET4Q2DVIRXLOROMDUFHPLDANCNFSM5FJ3XMOA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

adamnicholasprice commented 2 years ago

Thanks Michael! That worked perfectly and the error is resolved!