Skip to content

Commit

Permalink
Update Plot button label.
Browse files Browse the repository at this point in the history
  • Loading branch information
carschno committed Dec 11, 2024
1 parent 3754559 commit 98def6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tempo_embeddings/visualization/jscatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ def _plot_by_field(b):
raise ValueError(f"Field '{groups_field}' not found in selection.")

button = widgets.Button(
description="Plot by Corpus",
tooltip="Plot (selected) corpora frequencies over years by Corpus",
description="Plot by Field",
tooltip="Plot (selected) frequencies over years by selected field",
)
button.on_click(_plot_by_field)

Expand Down

0 comments on commit 98def6f

Please sign in to comment.