This plugin will become immensely more useful to me if it supports plotting streaming data. For example by:
(1..10) | each { sleep 1sec; ps | where name == "firefox" | get cpu.0 } | plot
I can get a live chart of cpu usage of firefox. But currently I should wait 10 seconds to get result.