Dec-22-2020, 07:29 PM
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
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs