Python Forum
.pyplot has not attribute zlim
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
.pyplot has not attribute zlim
#3
If I run it, I get a plot as a result, but the zlim did not work and it gives:
Error:
"runfile('C:/Users/Rene/Desktop/Computational Physics/Project/Program/phase_diagram_N_hard_spheres/3D_plot.py', wdir='C:/Users/Rene/Desktop/Computational Physics/Project/Program/phase_diagram_N_hard_spheres') Traceback (most recent call last): File "<ipython-input-2-5750a66114d4>", line 1, in <module> runfile('C:/Users/Rene/Desktop/Computational Physics/Project/Program/phase_diagram_N_hard_spheres/3D_plot.py', wdir='C:/Users/Rene/Desktop/Computational Physics/Project/Program/phase_diagram_N_hard_spheres') File "C:\ProgramData\Anaconda3\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 678, in runfile execfile(filename, namespace) File "C:\ProgramData\Anaconda3\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 106, in execfile exec(compile(f.read(), filename, 'exec'), namespace) File "C:/Users/Rene/Desktop/Computational Physics/Project/Program/phase_diagram_N_hard_spheres/3D_plot.py", line 26, in <module> plt.zlim(0,7.5) AttributeError: module 'matplotlib.pyplot' has no attribute 'zlim'"
I am using Spyder.
Reply


Messages In This Thread
RE: .pyplot has not attribute zlim - by buran - Aug-22-2018, 02:19 PM
RE: .pyplot has not attribute zlim - by SchroedingersLion - Aug-22-2018, 04:35 PM
RE: .pyplot has not attribute zlim - by heras - Aug-24-2018, 09:13 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Is Matplotlib.pyplot Loaded DaveG 2 1,448 Apr-06-2022, 06:12 AM
Last Post: DaveG
  Python 3.10 not happy with Pandas and PyPlot? Danno 1 1,639 Feb-26-2022, 05:35 AM
Last Post: Danno
  matplotlib.pyplot.show Alienspecimen 2 2,312 Feb-27-2021, 02:32 AM
Last Post: snippsat
  Pyplot graph size TammyP 1 1,814 Jan-26-2021, 02:15 PM
Last Post: TammyP
  Understanding The Arguments for matplotlib.pyplot.plot JoeDainton123 0 2,000 Aug-19-2020, 01:19 AM
Last Post: JoeDainton123
  Pyplot and circle Reldaing 0 1,528 Apr-01-2020, 10:44 AM
Last Post: Reldaing
  Plot a graph using matplotlib.pyplot Tibas 1 3,566 Feb-23-2018, 10:47 AM
Last Post: Tibas

Forum Jump:

User Panel Messages

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