Skip to content

Update quiver trace API - #7945

Open
emilykl wants to merge 5 commits into
v4.0from
update-quiver-api
Open

Update quiver trace API#7945
emilykl wants to merge 5 commits into
v4.0from
update-quiver-api

Conversation

@emilykl

@emilykl emilykl commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Closes #7944

  • rename sizeref attribute to lengthfactor (since sizeref for other traces works differently, as a divisor rather than a multiplier, we shouldn't use the same name here)
  • rename sizemode to lengthmode (to parallel lengthfactor and because it's really about vector length rather than size)
    • accepted values 'scaled' and 'raw' remain the same
  • rename anglemode to uvref
    • accepted values 'data' and 'paper' remain the same

Also:

  • Fix incorrect default for uvref (was 'axis' which is not an accepted value; changed to 'data')
  • Update Jasmine tests and image tests accordingly
  • Update some other attribute descriptions

@emilykl
emilykl changed the base branch from master to v4.0 August 6, 2026 23:49
@emilykl
emilykl force-pushed the update-quiver-api branch from 847fd88 to 66fd95f Compare August 7, 2026 00:04
@emilykl
emilykl force-pushed the update-quiver-api branch from 66fd95f to 7c9f063 Compare August 7, 2026 14:05
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.

Update quiver trace API for clarity and consistency

1 participant