-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPLOTTING
24 lines (16 loc) · 857 Bytes
/
PLOTTING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
The plots generated by KONECT are stored as "plot/*.eps".
All plots are printed with the function konect_print() from the KONECT
toolbox. That function also contains style recommendations for plots.
== Names of plots ==
All plots are named like this:
plot/$SCRIPT.$TYPE.$NETWORK.eps
where
* $SCRIPT is the name of the generating script (without "_plot" if present)
* $TYPE is the type, when one script generates multiple plots; Typically
single letters, with "a" being the main plot, i.e. the only plot
declared in the Makefile. 'u' and 'v' are common names when there are
separate left/right plots, or separate in-degree/out-degree plots.
* $NETWORK is the network name, and is always the last part of the name
All name parts should be in all-lowercase, with words separated by
dashes or underscores.
All plots are saved in color EPS.