How can I hide the unit shown as x-label in a datetime or duration plot?
Show older comments
Hello,
A question regarding the unit shown as label in a datetime/duration plot. How can I hide this unit in the right bottom edge? Background is to manually set the unit in the x-label. So far I couldn't find a parameter in the DatetimeRuler or DurationRuler Object. Here's a minimal working example.
x_data = duration(0,00:10:60,0,'Format','m');
y_data = 1:size(x_data,2);
plot(x_data,y_data);
Thanks for your help
Accepted Answer
More Answers (0)
Categories
Find more on Polar Plots in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!