Skip to content
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

[BUG] Ch08 - cmap wrong when plotting LLE figures #108

Open
stojiljkoff opened this issue Nov 14, 2023 · 1 comment
Open

[BUG] Ch08 - cmap wrong when plotting LLE figures #108

stojiljkoff opened this issue Nov 14, 2023 · 1 comment

Comments

@stojiljkoff
Copy link

All codes for plotting 'unrolled Swiss Roll' contain wrong cmaps.

Instead of :
cmap = darkerhot
it should be:
cmap = "Blues" #Or any other valid colormap

@DannyVanpoucke
Copy link

That issues seems to have been resolved (or was not an issue to start with) as darkerhot is defined
darker_hot = ListedColormap(plt.cm.hot(np.linspace(0, 0.8, 256)))
(in the 9th calculation cell)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants