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

Implement Strip Chart #30

Open
Biehrer opened this issue Oct 23, 2020 · 0 comments
Open

Implement Strip Chart #30

Biehrer opened this issue Oct 23, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Biehrer
Copy link
Owner

Biehrer commented Oct 23, 2020

Implement a new chart type:

Strip Chart: implement a chart type with a scrolling display. This chart should plot values from left to right. If the screen is filled, new points are drawn at the rightmost point and old values are shifted to the left. Opposed to sweep-charts, in strip-charts, the line series never 'wraps' back from the right to the left screen border.

  • should inherit from Base_Chart or XY_Chart, when refactoring issue # 17(Abstration layer) is finished
@Biehrer Biehrer added enhancement New feature or request good first issue Good for newcomers labels Oct 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant