Hi everyone, sorry for the dumb question, if I move the mouse over ListedColormap from VS Code I see that “colors” has as type ArrayLike | Sequence[_ColorLike], but I can’t understand where it is defined in the matplotlib code in GitHub, can you help me?
Those hints are provided by vscode not by us.
1 Like
Oh wow, I didn’t know VS Code started doing that, thanks for the answer!
The source of those hints is:
1 Like
Ooh great thanks! I will check there then, very useful