PythonQ 240-8XX Bedienungsanleitung Seite 33

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 37
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 32
c
! www.simula.no/˜hpl
Adding plot featu res
#Matlabstylecommands:
setp(interactive=False)
surf(xv, yv, values)
shading(’flat’)
colorbar()
colormap(hot())
axis([-6,6,-6,6,-1.5,1.5])
view(35,45)
show()
#OptionalEasyviz(Pythonic)shortcut:
surf(xv, yv, values,
shading=’flat’,
colorbar=’on’,
colormap=hot(),
axis=[-6,6,-6,6,-1.5,1.5],
view=[35,45])
Numerical Python – p. 267/728
Seitenansicht 32
1 2 ... 28 29 30 31 32 33 34 35 36 37

Kommentare zu diesen Handbüchern

Keine Kommentare