Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Invalid index
#2
not able to test, but try to replace line 12 with:
ax_indices = {1:(0,0),2:(0,1),3:(0,2),4:(1,0),5:(1,1),6:(1,2)}
and line 21 with
ax[*ax_indices[subplot_count]].plot(market_cut[columnname_0])
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
Invalid index - by Mark17 - Dec-22-2020, 06:59 PM
RE: Invalid index - by buran - Dec-22-2020, 07:29 PM
RE: Invalid index - by Mark17 - Dec-22-2020, 07:46 PM
RE: Invalid index - by MK_CodingSpace - Dec-22-2020, 08:01 PM
RE: Invalid index - by Mark17 - Dec-22-2020, 08:19 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  zlib decompress error: invalid code lengths set / invalid block type DreamingInsanity 0 9,261 Mar-29-2020, 12:44 PM
Last Post: DreamingInsanity

Forum Jump:

User Panel Messages

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