Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Matplotlib Functions
#2
Have you tried thisfrom matplotlib import pyplot?
from matplotlib import pyplot
pyplot.plot ([1, 2, 3, 4])
pyplot.ylabel ('some numbers')
pyplot.show ()

Attached Files

Thumbnail(s)
   
Reply


Messages In This Thread
Matplotlib Functions - by DaveG - Mar-17-2022, 01:46 AM
RE: Matplotlib Functions - by BashBedlam - Mar-17-2022, 02:19 AM
RE: Matplotlib Functions - by DaveG - Mar-17-2022, 02:22 AM
RE: Matplotlib Functions - by jefsummers - Mar-17-2022, 02:26 AM
RE: Matplotlib Functions - by deanhystad - Mar-17-2022, 03:15 AM
RE: Matplotlib Functions - by DaveG - Mar-17-2022, 03:15 AM
RE: Matplotlib Functions - by jefsummers - Mar-18-2022, 03:24 AM

Forum Jump:

User Panel Messages

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