view graphics/lglg.m @ 47:82075c94eed1

adding a bunch of stuff, including graphics and pitch toolboxes.
author samer
date Sat, 17 Jan 2015 15:20:35 +0000
parents
children
line wrap: on
line source
function lglg
% lglg - set X and Y axes to log scale
%
% lglg :: action ().
set( gca, 'XScale','log','YScale','log');