gizak/termui

Add Plot option to draw datapoints by starting from the end of the slice

Open

#212 opened on Jan 24, 2019

View on GitHub
 (1 comment) (3 reactions) (0 assignees)Go (10,710 stars) (679 forks)batch import
enhancementgood first issue

Description

This would draw datapoints from right to left, starting at the right end of the Plot. This would be useful for drawing continuously growing data sources that we basically need to show a tail -f of in Plot form.

Contributor guide