Python Forum
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
t.fillcolor
#1
please give a runnable sample of your code with the full error text or a clear description of the problem
I want to use colors in the order they are listed in the -- colors=["red","blue",etc.etc] specification.
The code I would use is:

for x in range (6)
code
more code
t.fillcolor(x) # This doesn't work. Is there a way to uses colors in the order they are in the colors specification?
code
more code


Dick
Reply


Messages In This Thread
t.fillcolor - by richard_sell - Oct-13-2017, 03:29 AM
RE: t.fillcolor - by gruntfutuk - Oct-13-2017, 08:42 AM

Forum Jump:

User Panel Messages

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