Sandbox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
# Constants |
# Constants |
||
Define $width = 1200 |
Define $width = 1200 |
||
Define $height = |
Define $height = 1100 |
||
Define $headerx = -520 # -width/2 + 80 |
Define $headerx = -520 # -width/2 + 80 |
||
Define $headery = -3 |
Define $headery = -3 |
||
Line 63: | Line 63: | ||
# Paste content of plotscript.txt after the next line. |
# Paste content of plotscript.txt after the next line. |
||
####################################################### |
####################################################### |
||
BarData = |
BarData = |
||
# Current |
# Current |
||
Line 128: | Line 129: | ||
# Academic years |
# Academic years |
||
LineData = |
LineData = |
||
layer:back |
|||
from: 01/ |
from: 01/01/2010 till: 01/01/2022 atpos:110 color:red # Bottom person is always at 110 |
||
from: 01/01/2010 till: 01/01/2022 atpos:200 color:blue # Gap to this person is $height/( (n-1) +2 ) where n is the number of people. (n-1) gives the number of gaps, +2 accounts for the current members and past members lines |
|||
####################################################### |
####################################################### |
||
# Paste content of plotscript.txt until the above line. |
# Paste content of plotscript.txt until the above line. |
Revision as of 18:37, 21 August 2023
