Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 624 Bytes

readme.md

File metadata and controls

16 lines (9 loc) · 624 Bytes

Visplot

A side-channel trace visualizer based on vispy.

Where matplotlib excels at producing article-grade outputs, it is cumbersome to use during result analysis - when one needs to look around to find what's going on.

Design

Fast display and responsive panzoom, thanks to vispy (hold right-click and move around to see it in action).

No visual clogging: traces are drawn with smooth colors until you select them. Selection is done with a click. Multiple traces can be selected by holding CTRL

(the demo below runs at 60 FPS)

demo.gif