Thank. It seems to be fixed, However, I am sure that it is linked to fedora, but I get one error with ax.zaxis.set_scale('log') ax.zaxis.set_scale('log') AttributeError: 'ZAxis' object has no attribute 'set_scale' (from mpl_toolkits.mplot3d import Axes3D import mpl_toolkits.mplot3d.axes3d as axes3d) I found the following: https://stackoverflow.com/questions/24442309/attributeerror-zaxis-object-has-no-attribute-set-scale-error-indicates-mat Some ideas? Thank. > Sent: Saturday, September 15, 2018 at 2:15 AM > From: stan <stanl-fedorauser@xxxxxxxxxxx> > To: users@xxxxxxxxxxxxxxxxxxxxxxx > Subject: Re: astropy.io.ascii > > On Fri, 14 Sep 2018 17:13:53 +0200 > "Patrick Dupre" <pdupre@xxxxxxx> wrote: > > > I am running fedora28. > > > > But, by default it run python2 > > Also under geany, it run pyhton2 > > > > even if I put > > #!/usr/bin/python3 > > in my file > > > > if I run python3 mypy.py > > > > Then it run pyhton3 > > > > However, I get an error: > > > > import matplotlib.pyplot as plt > > ModuleNotFoundError: No module named 'matplotlib' > > > > Do I need to install another matplotlib for python3? > > John has the right of it. There are python3 and python2 matplotlib > packages in Fedora, and you have to use the appropriate one for the > python version you are running. You are better off running python3 if > you can, as python2 is deprecated and will reach EOL in 2020. At that > point, it will be dropped from Fedora, unless a group takes on the task > of backporting fixes from python3, an unlikely scenario. Python3 will > be the default python in F29 as part of Fedora preparation for that EOL. > > Python2 and python3 are almost identical, but just like chimpanzees and > humans share 99% of their DNA and are incompatible, so too are python2 > and python3. > _______________________________________________ > users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx > Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx > _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx