Skip to content

feat(structural) : display structural symbols on logviewer

Vincent Larmet requested to merge feat/display_structural_data into develop

Closes #315 (closed)

Base SVG symbols are transformed with rotation and text insertion.
A subclass of pyqtgraph.ScatterPlotItem is defined to support SVG symbols displaying.
User can control symbol size.

Merge request reports