gridxy2

Plots colored gridlines. (A revision to gridxy needed for imagesc plots in MATLAB 7.10)
763 descargas
Actualizado 20 jul 2010

Ver licencia

Example:
gridxy2(get(gca,'XTick'),get(gca,'YTick'), 'Color','y','Linestyle',':');
plots yellow X & Y gridlines at the same points as originally plotted on an imagesc plot.
The grid line locations can be arbitrary.
It can plot different colors for different axes, when called sequentially for each axis.
Original version hid the lines in MATLAB version 7.10.

Citar como

Carey Smith (2024). gridxy2 (https://www.mathworks.com/matlabcentral/fileexchange/28244-gridxy2), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2010a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Axes Appearance en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0