If you try to write a contour map with APLpy (version 2.0.3) as shown in Beginner Tutorial, go to gc.show_contour.
.sh
ValueError: The output dimension of 'a' must be equal to the input dimensions of 'b'
I feel like I'm angry.
When I googled, it was written in here that the version should be downgraded to 1.1.1.
.sh
pip install APLpy=1.1.1
After downgrading with, it worked normally.
Recommended Posts