[BUG] Ch08 - cmap wrong when plotting LLE figures
Open
- Dominant language
- Jupyter Notebook
- Stars
- 14.1k
- Forks
- 5.3k
- PR merge metrics
- No merged PRs in 30d
Description
All codes for plotting 'unrolled Swiss Roll' contain wrong cmaps.
> Instead of :
` cmap = darkerhot`
it should be:
>``` cmap = "Blues" #Or any other valid colormap ```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.