Hi,
is it possible to use LaTex to have greek letters as labels in surface type plot?
I prepared example of what I was hoping will produce plot with labels in greek letter:
Example plot
I tried to use greek letter Phi.
It worked as expected for the colorbar title, but I can’t make it work for axis title.
I put following code for axis:
xaxis: {
title: ‘$\Phi$’,
showgrid: true,
zeroline: false
},
But in the plot instead of greek letter Phi I get $Phi$ as axis label.
Is it not possible to achieve that or am I doing something wrong?