Tick labels- bar charts from Matlab

I am creating a bar chart in Matlab - normally I would set the category names using set(gca,‘XTickLabel’,{‘a’,‘b’,‘c’}) . This creates the graph as expected in MAtlab but on opening in plotly the labels (categories) are replaced with 1,2,3 etc.

What is the code to explicitly state category labels?

Many thanks in advance