Python Forum
Issue plotting coordinates using Basemap
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Issue plotting coordinates using Basemap
#4
It is not an error, just a warning about using deprecated function. It seems that some internal function in basemap uses it and according to matplotlib issues it is already patched, so it will disappear after next update. For now you can ignore it.

I downloaded mpl_toolkits and tried it with your code and fictional data. This code:

# Place points on the map
x, y = m(np.array([-104, -100, -90]), np.array([40, 42, 38]))
m.plot(x, y, 'ro', markersize=15)
seems to be working to plot locations, so maybe you need to check your coordinate's values?

[Image: bgBHUtJ.png]
Reply


Messages In This Thread
Issue plotting coordinates using Basemap - by kiton - Mar-08-2017, 07:34 PM
RE: Issue plotting coordinates using Basemap - by zivoni - Mar-09-2017, 11:56 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Regression plotting + minor issue mohi_gh 0 1,475 Feb-01-2021, 04:19 PM
Last Post: mohi_gh
  Plotting issue Matplotlib garam0 0 1,554 May-23-2020, 12:11 AM
Last Post: garam0
  Plotting climate data with NetCdf files for a specific region with coordinates fyec 3 5,439 Jun-27-2018, 12:34 PM
Last Post: buran
  basemap problem Roman 2 3,141 Jul-24-2017, 08:48 AM
Last Post: Roman

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020