%%%%%%%%%%%%%%%%%%%%% Plot a hyperbolic line %%%%%%%%%%%%%%%%%%%%% % % PLOTLINE % Usage: PLOTLINE(z,col) % Inputs: z=euclidean center of a hyperbolic line function dum = plotline(z,col) plotseg(endpoints(z),col);