plotters-rs / plotters

A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely 🦀 📈🚀
https://plotters-rs.github.io/home/
MIT License
3.89k stars 281 forks source link

default font size? #575

Open LuckyTurtleDev opened 6 months ago

LuckyTurtleDev commented 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:


    chart
        .configure_mesh()
        .x_desc("Jumps count with Δx=1")
        .y_desc("variance")
        .draw()
        .unwrap();