Hello, I would like to know which API I have to use to get tick size information, I have explore your API Playground but without success, SearchLight API provides some metadata but not tick size. Thank you.
plot(x, y, 'r','linewidth',2); xlabel('x','Interpreter','latex','FontName','Time New Roman','FontSize',12); ylabel('y','Interpreter','latex','FontName','Time New Roman','FontSize',12); % Axis Formatting: xAxis = get(gca,'xaxis'); set(xAxis,'TickLabelInterpreter','late...