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

Plot Widgets #85

Merged
merged 13 commits into from
Dec 10, 2024
Merged

Plot Widgets #85

merged 13 commits into from
Dec 10, 2024

Conversation

SirMallard
Copy link
Owner

Plot Widgets

New PlotLines and PlotHistogram for plotting a series of values in Iris. Both support automatic scaling and hovering over a value, and use a specific height value.

Additions

  • PlotLines widget
  • PlotHistogram widget
  • _deltaTime property under internal
  • New mouse event macros
  • New colour configs

Changes

  • Force state update property
  • Cycle event has a dleta time argument

Fixes

  • Window tooltip ZIndex and border
  • Broken tab behaviour due to state changes

Sir Mallard and others added 13 commits March 23, 2024 19:06
Added a PlotHistogram widget which uses frames to build the boxes. Supports the hovering the current box to determine the values. Also supports clipping and automatic height alignment. Needs demo window example and documentation.
Added baseline argument to histogram and fixed positive and negative overlap issues.
@SirMallard SirMallard self-assigned this Dec 10, 2024
@SirMallard SirMallard added the enhancement New feature or request label Dec 10, 2024
@SirMallard SirMallard added this to the v2.4.0 milestone Dec 10, 2024
@SirMallard SirMallard linked an issue Dec 10, 2024 that may be closed by this pull request
@SirMallard SirMallard merged commit 717a016 into main Dec 10, 2024
2 checks passed
@SirMallard SirMallard deleted the plot-widgets branch December 10, 2024 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Iris.PlotLines, Iris.PlotHistogram
1 participant