Python Forum
Defining x and y axes in Spectrogram Function
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Defining x and y axes in Spectrogram Function
#2
You say you have the data in 2 columns. Would need to see more of your code (please post using Python tags to preserve formatting) to see what that structure is (?numpy array ?pandas dataframe ?list). Basically assign the columns to variables and call your function on those, or call directly on the columns.
Reply


Messages In This Thread
RE: Defining x and y axes in Spectrogram Function - by jefsummers - Nov-28-2020, 01:51 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How do I set the figure title and axes labels font size in Matplotlib? anouar2002 1 1,700 Nov-03-2020, 05:31 PM
Last Post: ndc85430
  Plotting axes help StillAnotherDave 11 3,783 Jan-24-2020, 04:29 PM
Last Post: StillAnotherDave
  defining a function to see if a list is sorted Siylo 14 7,216 Nov-29-2018, 05:25 PM
Last Post: wavic
  python 3.4.3 Question a defining function student8 1 4,397 Oct-02-2017, 07:59 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

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