CeTZ: How to render plot axes labels in math font and italicized?

As a workaround, you can pass the axis labels via:

plot.plot(
  ..., 
  x-label: $x$,
  y-label: $y$,
  ...)
1 Like