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

Why are the ticks of the plot disabled? #1141

Open
Juphex opened this issue Jul 23, 2024 · 3 comments
Open

Why are the ticks of the plot disabled? #1141

Juphex opened this issue Jul 23, 2024 · 3 comments

Comments

@Juphex
Copy link

Juphex commented Jul 23, 2024

Why do you disable the axis ticks of the plot ? See

ax.set(xticks=[], yticks=[])

Isn't it quite useful to have it to be able to compare between plots because the plot is not normed (e.g. between 0 and 1)?
I think it would be nice to have it as a feature, right?

Best

@lmcinnes
Copy link
Owner

lmcinnes commented Jul 23, 2024 via email

@Juphex
Copy link
Author

Juphex commented Jul 28, 2024

Thank you!

When comparing similar neural network models with minor differences, given the same inputs and visualizing features at the same point in the network, should we enable the axis and use the same axis range for both plots to facilitate comparison?

@lmcinnes
Copy link
Owner

lmcinnes commented Aug 2, 2024

If you want to make direct comparisons then yes -- umap.plot.points does just output a matplotlib object so you can take the result and apply the usual matplotlib operations as you wish to re-add back in ticks etc. as desired.

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