simpleAxis

Replaces default axis with two lines, at specified locations.
48 Downloads
Aktualisiert 30. Dez 2015

Lizenz anzeigen

% simpleAxis(extents, yLevel, xLevel, lineWidth, lineColor)
%
% This function replaces the current (labeled) axis with a simplified axis
% made up of two straight lines. This is designed to be used when
% generating figures for papers where the axis labels are not important or
% will be added through post processing.
%
% INPUTS:
% extents = [xLow, xUpp, yLow, yUpp] = axis extents
% yLevel = y-intercept for the x-axis. Default behavior: ( set to [] )
% if yLow < 0 < yUpp --> yLevel = 0
% else yLevel = yLow
% xLevel = x-intercept for the y-axis. Default behavior: ( set to [] )
% if xLow < 0 < xUpp --> xLevel = 0
% else xLevel = xLow
% lineWidth = axis line width. Default: 1
% lineColor = axis line color. Default: [0,0,0]
%

Zitieren als

Matthew Kelly (2024). simpleAxis (https://www.mathworks.com/matlabcentral/fileexchange/54676-simpleaxis), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2012a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0