annotate graphics/lin.m @ 61:eff6bddf82e3 tip

Finally implemented perceptual brightness thing.
author samer
date Sun, 11 Oct 2015 10:20:42 +0100
parents 82075c94eed1
children
rev   line source
samer@47 1 function lin
samer@47 2 % lin - set X and Y scales to linear
samer@47 3 %
samer@47 4 % lin :: action ().
samer@47 5
samer@47 6 set( gca, 'XScale','linear','YScale','linear');