-
Beta Was this translation helpful? Give feedback.
Replies: 17 comments
-
Hi @hminle, The points are actually using the colours of the array you pass in, you can, however, change them entirely using the colour/colour/plotting/models.py Line 663 in 817b1aa It passes the |
Beta Was this translation helpful? Give feedback.
-
By the way, if you use |
Beta Was this translation helpful? Give feedback.
-
Thank @KelSolaar , Thanks |
Beta Was this translation helpful? Give feedback.
-
Did you try something like that: https://colab.research.google.com/drive/1NRcdXSCshivkwoU2nieCvC3y14fx1X4X#scrollTo=pPmX3lofHFxF&line=9&uniqifier=1 |
Beta Was this translation helpful? Give feedback.
-
Hi @KelSolaar Ke The scatter points still do not have consistent black color |
Beta Was this translation helpful? Give feedback.
-
Mmmh, this is odd! Can you please let me know the output of that call: |
Beta Was this translation helpful? Give feedback.
-
Hi @KelSolaar
Thanks |
Beta Was this translation helpful? Give feedback.
-
Trying to look at it, could be an issue with MPL. |
Beta Was this translation helpful? Give feedback.
-
You mean mismatch version? |
Beta Was this translation helpful? Give feedback.
-
Yup! Testing on Colab atm but having a hard time to get that particular version installed. |
Beta Was this translation helpful? Give feedback.
-
Oh, can you try |
Beta Was this translation helpful? Give feedback.
-
I've just tried. |
Beta Was this translation helpful? Give feedback.
-
Sorry |
Beta Was this translation helpful? Give feedback.
-
Great! It works now |
Beta Was this translation helpful? Give feedback.
-
Pfiouuu! Sweet! :) Note that |
Beta Was this translation helpful? Give feedback.
-
Yeah, so I just need to upgrade colour. |
Beta Was this translation helpful? Give feedback.
-
It is not yet out but slowly working on that! Don't worry about it for now ;) |
Beta Was this translation helpful? Give feedback.
Hi @hminle,
The points are actually using the colours of the array you pass in, you can, however, change them entirely using the
scatter_kwargs
arguments:colour/colour/plotting/models.py
Line 663 in 817b1aa
It passes the
dict
directly to the matplotlib.pyplot.scatter definition.