sigvaldm / metaplot

Metadata-based plotting from CSV and similar files
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Add steady-state ground truth filter #20

Closed sigvaldm closed 5 years ago

sigvaldm commented 5 years ago

This filter should take a number in, and plot a line for that number and spit out the error of the last data-point on the terminal line.

sigvaldm commented 5 years ago

Could also take an optional tolerance input. If that is given it plot's two lines within which the actual curve should be, instead of one. Should the steady-state comparison (last-point) really be part of this filter? Should it perhaps be an option?

sigvaldm commented 5 years ago

Implemented. Compose with last to get last-point output.