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

Class Heatmaps / Class Reorg. Plots buttons #138

Open
dweindl opened this issue Feb 11, 2025 · 1 comment
Open

Class Heatmaps / Class Reorg. Plots buttons #138

dweindl opened this issue Feb 11, 2025 · 1 comment

Comments

@dweindl
Copy link
Member

dweindl commented Feb 11, 2025

@DTSHaas : So far, these buttons are hidden:

[
sg.Button(
"Class Heatmaps",
size=(15, 1),
key="-class_heatmap-",
disabled=True,
enable_events=True,
visible=False,
),
sg.Button(
"Class Reorg. Plots",
size=(15, 1),
key="-class_reorganization-",
disabled=True,
enable_events=True,
visible=False,
),
],

Should they be rendered functional, or was that just for testing purposes and should be removed?

@DTSHaas
Copy link
Collaborator

DTSHaas commented Feb 12, 2025

These buttons were disabled since the plots that are planned to be displayed here should be approved by the paper's reviewers before we implement them. Buttons could be removed ore stored for a later version.

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