filipvanlaenen / shecc

Scalable Hemicycle Charts
GNU General Public License v3.0
1 stars 0 forks source link

For low numbers, the default angle should be narrower than π #62

Closed filipvanlaenen closed 2 months ago

filipvanlaenen commented 2 months ago

It seems that when the number of seats is 50 or more, the angle can be π.

Below that it could be a linear function like e.g. π/2 + (N/50)×(π/2).