SanPen / GridCal

GridCal, a cross-platform power systems software written in Python with user interface, used in academia and industry.
https://www.advancedgridinsights.com/gridcal
Mozilla Public License 2.0
420 stars 94 forks source link

Map Diagram Issue: Substation Circles #322

Closed yns0671 closed 4 hours ago

yns0671 commented 2 days ago

Is your feature request related to a problem? Please describe. Recently, I noticed a regression in the map diagram rendering in GridCal. Previously, the map diagram was clearer and easier to interpret. However, after the latest updates, adding substations results in the drawing of oversized circles, making the diagram less readable and cluttered.

Describe the solution you'd like As before, whe should be able to add substations as lines similar to the ones in the branch diagram.

Additional context

Capture

SanPen commented 2 days ago

Hi, In the diagram settings you should be able to adjust the nodes sizes by changing the node min size parameter. That is going to be linked to the diagram after that. Let me know if it works for you.

yns0671 commented 4 hours ago

it worked. thanks