plotters icon indicating copy to clipboard operation
plotters copied to clipboard

default font size?

Open LuckyTurtleDev opened this issue 1 year ago • 0 comments

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();

LuckyTurtleDev avatar Apr 25 '24 13:04 LuckyTurtleDev