1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-14 12:43:01 +01:00

fix: change default colormap to plasma

This commit is contained in:
2025-04-23 17:52:22 +02:00
parent 3709cdc866
commit 074bbbc166
17 changed files with 32 additions and 34 deletions

View File

@@ -20,7 +20,7 @@ logger = bec_logger.logger
class RingProgressBarConfig(ConnectionConfig):
color_map: Optional[str] = Field(
"magma", description="Color scheme for the progress bars.", validate_default=True
"plasma", description="Color scheme for the progress bars.", validate_default=True
)
min_number_of_bars: int | None = Field(
1, description="Minimum number of progress bars to display."