MVPlot. Easy and flexible TAG based plot

버전 1.1.0.0 (3.98 KB) 작성자: Marco Vannucci
Simple function for plottings based on the use of TAGS to set chart properties
다운로드 수: 181
업데이트 날짜: 2014/3/14

라이선스 보기

% function mvplot(varargin)
% =========================
%
% Flexible plot function which exploits VARARGIN in order to define the
% components of the chart and their characteristics.
%
% The function is based on a sequence of <'feature',value> couples
% The 'feature' is a tag (string) for selecting a particular characteristic of the
% chart; the value sets the selected characteristic. The data type of the
% value depends on the handled characteristic.
%
% EXAMPLE
%
% x=1:10; y=2*x+3
% mvplot('x',x,'y',y,'title','My sample title','legend','MyData');
%
% LIST OF TAGS
% ============
%
% x : x values (numeric)
% y : y values (numeric, MANDATORY)
% xlabel, ylabel : axes labels (string)
% title : figure title (string)
% titlefontsize : title font size (numeric)
% linestyle : style of the line (Matlab format)
% linewidth : width of the line (numeric)
% legend : legend entry for the current data serie (string)
% legendfontsize : legend size (numeric) [the last update of this feature within the
% same figure determines the fontsize of the whole legend]
% fillspace : if specified reduces the margins of the figure

인용 양식

Marco Vannucci (2024). MVPlot. Easy and flexible TAG based plot (https://www.mathworks.com/matlabcentral/fileexchange/45882-mvplot-easy-and-flexible-tag-based-plot), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2012b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Line Plots에 대해 자세히 알아보기
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Added screenshot...

1.0.0.0