-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help: Colouring #937
Comments
Can you make a code example that can be reproduced? |
I made this small example: https://jsfiddle.net/ku1fhgrn/1/ Thank You |
Thanks @DustBytes. I see the issue now. Let me think about it. |
Any ideas please? |
hi @DustBytes I don't have any clue yet. For |
Hi,
I need to put colors on each chain, which can be done with colorScheme: "chainid" but I also need to put custom colors on certain residues, which is possible via color: My_schemeId.
Imagine it like 4 chains colored via colorScheme and 10 residues from each chain are in let's say orange color.
If I put both, only "color" is active and colorScheme is ignored. In My_schemeId, the " * " coloring is not added but still no effect. I tried changing order but still color is active.
Writing custom colors for each chain is not a practical solution as chain number varies.
How can we do both?
Thank You
The text was updated successfully, but these errors were encountered: