simpleAxis

バージョン 1.0.0.0 (1.95 KB) 作成者: Matthew Kelly
Replaces default axis with two lines, at specified locations.
ダウンロード: 48
更新 2015/12/30

ライセンスの表示

% 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]
%

引用

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

MATLAB リリースの互換性
作成: R2012a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersAxes Appearance についてさらに検索
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0