Hello,
First, thank you for the crate. Very helpful.
I am trying to add symbols in the labels, like, nano, or $\lambda$ symbols.
Is this supported currently?
I tried doing this,
let mut fg = Figure::new();
fg.axes2d()
.set_x_label("Normal contact displacement ($$\lambda$$ nano m)", &[])
.set_y_label("Normal contact force (kN)", &[])
.set_x_range(Fix(0.), Fix(400.))
.set_y_range(Fix(0.), Fix(12.));
But it fails.
Hello,
First, thank you for the crate. Very helpful.
I am trying to add symbols in the labels, like, nano, or$\lambda$ symbols.
Is this supported currently?
I tried doing this,
But it fails.