Message Boards Message Boards

0
|
635 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Manipulation of list of hues

Posted 3 months ago

Could you provide me an appropriate code for solving this question.
Make a manipulate to create a list of between 5 and 50 equally spaced hues?

Regards.
Yousef Alghamdi

Attachment

Attachments:
POSTED BY: Yousef Alghamdi
2 Replies

Using Subdivide is convenient:

Hue /@ Subdivide[15]

Not that subdivide will return 16 items (15 partitions).

POSTED BY: Sander Huisman

I would try this:

Manipulate[
 Table[Hue[i/n], {i, 0, n - 1}],
 {n, 5, 50, 1}]
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract