Allow pcp to do multi-colour plots like scatter #251
Closed
BCheong1990
started this conversation in
Ideas
Replies: 1 comment
-
Hi Benjamin, good catch! It will be fixed in the new version. Thanks for pointing it out. Julian |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Julian,
Can I suggest that for the pcp file (lib\site-packages\pymoo\visualization\pcp.py), you change line 78 to 'set_if_none(_kwargs, "color", self.colors[k % len(self.colors)])', similar to that of the scatter plot?
That will allow multi-colour plots to be produced!
Many thanks,
Benjamin
Beta Was this translation helpful? Give feedback.
All reactions