powsybl / powsybl-diagram

SVG diagrams generation: single-line substation diagrams and network graph diagrams
Mozilla Public License 2.0
72 stars 13 forks source link

Offer the possibility to use a MatrixZoneLayoutFactory through powsybl-diagram API #587

Closed So-Fras closed 7 months ago

So-Fras commented 7 months ago

Describe the current behavior

The SingleLineDiagram and MatrixZoneLayoutFactory classes are not complete / well designed to be used with one another.

Describe the expected behavior

Change the MatrixZoneLayoutFactory signature to include the double array of substation ids as a parameter.

Describe the motivation

Give more options to users and facilitate the Python binding for MatrixZoneLayoutFactory

Extra Information

No response