Comments on: Undocumented plot marker types https://undocumentedmatlab.com/blog_old/undocumented-plot-marker-types Charting Matlab's unsupported hidden underbelly Thu, 07 Sep 2023 16:43:44 +0000 hourly 1 https://wordpress.org/?v=4.4.1 By: Yaroslavhttps://undocumentedmatlab.com/blog_old/undocumented-plot-marker-types#comment-467547 Thu, 14 Mar 2019 12:44:51 +0000 https://undocumentedmatlab.com/?p=8539#comment-467547 Maybe they couldn’t find a good shortcut. The natural one for hbar would be

plot(x,y,'-');

but it already has an interpretation (of a full line). Nonetheless, the shortcut might have been defined as

plot(x,y,'_');

I also don’t see any problem with the natural shortcut for vbar,

plot(x,y,'|');

In any case, it is a very useful feature that I will surely use in the future. Thanks, @Yair!

]]>