You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 22, 2023. It is now read-only.
Occasionally I'd like to plot some function of two series, like cpu usage / access rate, or the difference between series. It'd be nice to be able to do arbitrary mathematical operations on series.
At the very least, simple binary operations like log, +, -, *, / between two series would be useful. Bonus points for being able to write expressions. More bonus points if you implement a delay operator.