-
Notifications
You must be signed in to change notification settings - Fork 664
[Feature] remove stride and offset from ImPlotSpec #690
Copy link
Copy link
Open
Labels
prio:mediumMedium priorityMedium prioritystatus:ideaFeature under considerationFeature under considerationtype:featNew feature or requestNew feature or request
Description
Stride and offset are attributes of plot data, other members in ImPlotSpec are attributes of plot style.
It would be better to move stride and offset member from ImPlotSpec to function args or somewhere else, so that a single ImPlotSpec variable can serve as predefined plot style for multiple datasets with different memory layouts, thereby separating data from presentation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
prio:mediumMedium priorityMedium prioritystatus:ideaFeature under considerationFeature under considerationtype:featNew feature or requestNew feature or request