You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to set different sizes for text in nodes and labels, respectively. As far as I can see, it could be as easy as adding a new parameter label_sizehere (currently label size is fixed the same as text_size).
Actually it's not that hard to change label size afterwards (reprex below), so maybe there's no need for a label_size argument. But let me know if you'd like a pull request anyway
Hi @Pakillo, this sounds like a reasonable adjustment. If you want to submit a PR, that would be great! Otherwise, you can leave the issue open and I can add the argument in soon(ish).
I would suggest calling the argument arrow_label_size or arrow_text_size to distinguish it from text_size more clearly and to match with arrow_label_fill, and set the default value equal to text_size to ensure backwards compatibility.
Hi @nrennie
I need to set different sizes for text in nodes and labels, respectively. As far as I can see, it could be as easy as adding a new parameter
label_size
here (currently label size is fixed the same astext_size
).Please let me know if you would like a pull request with that minor change, or if there are better ways to achieve that. I've been looking for a way to change label size afterwards, but it doesn't look straightforward (https://stackoverflow.com/questions/42006040/how-to-change-font-size-of-geom-text-post-ex)
Thanks!
The text was updated successfully, but these errors were encountered: