Open LuckyTurtleDev opened 6 months ago
Hi it is possible to set a default font size, instead setting each font manual?
for example at the x/y_desc and label:
x/y_desc
label
chart .configure_mesh() .x_desc("Jumps count with Δx=1") .y_desc("variance") .draw() .unwrap();
Hi it is possible to set a default font size, instead setting each font manual?
for example at the
x/y_desc
andlabel
: