newaetech / chipwhisperer

ChipWhisperer - the complete open-source toolchain for side-channel power analysis and glitching attacks
http://chipwhisperer.com
Other
1.05k stars 275 forks source link

Add support for 3D plots #475

Open rustammendel opened 5 months ago

rustammendel commented 5 months ago

Currently glitch_plot only supports 2d plots witch only allows 2 parameters to be visualized. Often times 3 parameters are required to be adjusted (such as width, offset, ext_offset), therefore would be nice to have a support for Scatter3D plot for visualizing more parameters.

rustammendel commented 5 months ago

Screenshot 2024-02-02 at 13 30 15 Possible implementation with plotly