Note
Click here to download the full example code
Plot fake satΒΆ
Out:
[33mWARNING 2020-05-22 13:00:53,594 base.get_set : Figure : set (None) or/and get (None) doesn't exist for figsize[0m
import shlex
from pylook.appli.data_look import data_look
cmd = "DataLook --dem --method plot_plk --data fake_sat --method_options linew=0 --gallery"
data_look(shlex.split(cmd)[1:])
Total running time of the script: ( 0 minutes 1.577 seconds)