Hello,
By updating my Julia version, I just remarked that labelslidergrid!
is deprecated. Thus, I had to use SliderGrid
. However, there is no way to increase the fontsize of both the label and the current slider value. I tried the argument textsize
such as with Button
, but it didn’t work. In addition, the documentation does not mention any fontsize tuning.
Here is the piece of code I want to include a fontsize tuning (for L"g_s(V_{th})" and its current value).
lsgrid = SliderGrid(fig[2, 1], (label=L"g_s(V_{th})", range=-8:0.1:5, startvalue=-8., format="{:.1f}"))
Making it possible would be super nice.
Thanks for reading me.
Regards,
Arthur