%--------------------------------------------------------------------------
% CHPOINT.plot
%--------------------------------------------------------------------------
% Graphical output of a CHPOINT object.
%--------------------------------------------------------------------------
% Syntax
%--------------------------------------------------------------------------
CHPOINT.plot(CHP1,idx,label,fact,type)
%--------------------------------------------------------------------------
% Description
%--------------------------------------------------------------------------
% The plot static method of the CHPOINT class is used to plot a CHPOINT
% object.
%--------------------------------------------------------------------------
% Input arguments
%--------------------------------------------------------------------------
% CHP1 : CHPOINT object
% idx : STRING object which is used to specify if the CHPOINT should be
% plotted on the initial mesh or on the deformed mesh. idx can be
% equal to:
% - 'INITIAL' : plot on the initial mesh
% - 'DEFORMED' : plot on the deformed mesh
% label : STRING object describing the name of the physical group of
% finite elments on whoch the CHPOINT should be plotted
% fact : scalar - amplification factor
% type : scalar - local number of the degrees of freedom to be plotted
%--------------------------------------------------------------------------
% Output arguments
%--------------------------------------------------------------------------
% N/A
%--------------------------------------------------------------------------
% Example
%--------------------------------------------------------------------------
% N/A