Comparing main...feature/show-variable-values · miker2/py-plot · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: miker2/py-plot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: miker2/py-plot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/show-variable-values
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Aug 15, 2025

  1. feat: Display variable values in VarListWidget

    This commit introduces a feature to display the values of each variable in the `VarListWidget` corresponding to the current time, as indicated by the plot cursor.
    
    - A "Show values" checkbox has been added to the `DataFileWidget` to toggle this functionality.
    - The `DataModel` has been extended to track the current tick and whether to display values. The `data()` method now formats the display string to include the variable's value when the feature is enabled.
    - Signal/slot connections have been added to propagate the cursor's tick from the `PlotManager` to the `DataModel` and to update the view when the cursor moves or the checkbox state changes.
    google-labs-jules[bot] committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    4834fea View commit details
    Browse the repository at this point in the history
Loading