[PYTHON] When contour map cannot be drawn with APLpy

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

When contour map cannot be drawn with APLpy
When Html cannot be output with Jupyter Notebook
Investigation when import cannot be done with python
[android] When AVD cannot be used with permission denied
When USB cannot be formatted
When pydub cannot be installed
Options when installing libraries that cannot be piped with pyenv
Solution when the image cannot be displayed with tkinter [python]
When Times New Roman cannot be used with matplotlib (Ubuntu)
Parallel computing (pathos) when dealing with objects that cannot be pickled
Python modules with "-(hyphen)" cannot be removed
Items that cannot be imported with sklearn
Be careful when running CakePHP3 with PHP7.2
Project cannot be created with Python3.5 (Windows) + django1.7.1
"Temporary solution" when pip cannot be updated [Python]
[Linux] When "| (pipe)" cannot be hit on CentOS7
No module named'distutils.util' cannot be used with get-pip.py
PIL cannot be installed by virtualenv with pyenv
Be careful when working with gzip-compressed text files
Import libraries that cannot be pip installed with PyCharm
When Windows Subsystem for Linux (WSL) cannot be started
Be careful when reading data with pandas (specify dtype)
Causes when python version cannot be changed using pyenv
When import matplotlib.pyplot cannot be done in pyenv-virtualenv environment