plotters
plotters copied to clipboard
default font size?
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();