Hi LB developers and users,
@chris
Do you know how to increase the size of the fonts around the circles of the plot below?
Thank you very much for your time and assistance.
Sincerely,
Behnam
Hi LB developers and users,
@chris
Do you know how to increase the size of the fonts around the circles of the plot below?
Thank you very much for your time and assistance.
Sincerely,
Behnam
The text sizes on the compass object are linked to the radius of the compass. So you could make the _scale_
of the whole graphic larger and this will make all of the NESW text bigger. But I realize that you may be asking how to make them larger without making the compass larger.
For this, you could edit these lines of the source code that set the text heights based on the radius of the compass:
That will change all of the Ladybug components that use the compass to have larger text in relation to the compass (including Sunpath, Sky Dome, Wind Rose, etc.)