-
Notifications
You must be signed in to change notification settings - Fork 1
Plotting tools
Yuning Shi edited this page Jan 19, 2016
·
1 revision
The Cycles provides simple plotting tools to visualize model results using gnuplot script.
To check the output variables of a project, please use the preview shell script:
$ ./preview <project name>You can then choose the variable to be plotted.
You can also compare the model results between two projects using preview:
$ ./preview <project name A> <project name B>