psyplot / psy-simple

psy-simple: The psyplot plugin for simple visualizations
https://psyplot.github.io/psy-simple
1 stars 3 forks source link

AttributeError: 'ProjectPlotter' object has no attribute 'mapvector' #4

Open sourabhmet opened 4 years ago

sourabhmet commented 4 years ago

I am running same code but i am getting this error AttributeError: 'ProjectPlotter' object has no attribute 'mapvector'

~/2019_data$ psyplot -aV

psy_maps.plugin: requirements: cartopy: 0.17.0 version: 1.2.0 psy_simple.plugin: version: 1.2.0 psyplot: requirements: matplotlib: 3.1.1 numpy: 1.17.2 pandas: 0.25.1 python: 3.7.3 (default, Mar 27 2019, 22:11:17) [GCC 7.3.0] xarray: 0.13.0 version: 1.2.1

Chilipp commented 4 years ago

Dear @sourabhmet, thank you for this report! I edited your comment a bit to remove the template remainders.

I could not reproduce your error. Could you please provide a bit more information? How did you install psyplot and the rest?

If you used conda, could you please paste the output of conda list? Additionally, what output do you get if you run the following commands from the python shell?

import psyplot.project as psy
psy.plot.mapvector.plotter_cls