No BSD License
by Peter
10 Oct 2007 (Updated 11 Oct 2007)
Rotate the Xticklabels for a graph with more than onre axes
| Watch this File
This is a simple extension of the excellent xticklabel_rotate code from Brian Katz (originally Denis Gilbert) to work on graphs with two axes.
Xticklabel Rotate inspired this file.
This file inspired Rotate X Axis Tick Labels.
thanks to a kind user, please see the following correction to the code: line 129: %check that we have label for each XTick
line 130: if size(XTick,1) ~= size(xTickLabels,1),
line 131: error('xticklabel_rotate : must have same number of elements in "XTick" and "XTickLabel"') ;
line 132: end
Contact us