Skip to content

FIX: plot axis limits not converted correctly #119

Open
YektaY wants to merge 2 commits intomainfrom
YektaY/plot
Open

FIX: plot axis limits not converted correctly #119
YektaY wants to merge 2 commits intomainfrom
YektaY/plot

Conversation

@YektaY
Copy link
Copy Markdown
Collaborator

@YektaY YektaY commented Mar 26, 2026

Description:

  • Changed auto_range logic in PyDMWaveformPlot.generate_properties() to disable auto-range when explicit Y-axis limits (maxYRange) are provided
  • Previously only yAxisSrc="fromUser" disabled auto-range; now any explicit limits disable it unless yAxisSrc="AutoScale"
  • Added some tests

Closes #87

@YektaY YektaY requested a review from zdomke March 26, 2026 16:55
@YektaY YektaY self-assigned this Mar 26, 2026
@YektaY YektaY requested a review from a team March 26, 2026 22:50
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

Successfully merging this pull request may close these issues.

[BUG] - Plot Axis Limits not converted correctly

1 participant