Test:Ploticus
From EcoReality
<ploticusrX>#!/usr/local/bin/ploticus -prefab pie delim=spacequoted values=2 labels=1 colorfld=3 title="How my day goes" clickmapurl="/wiki/@2" clickmaplabel="@3" legend=yes Work 10 red "In transit" 0.5 orange Meals 1 green Errands 1.5 purple "Household chores" 1.5 yellow "Recreation & relaxation" 2 blue Sleep 7.5 gray(0.8) </ploticusr>
Contents |
Sample pie chart
Image mapping is not working yet for some reason. Also impacts EasyTimeline, whose author reported the bug to the Ploticus author.
<ploticusr>#!/usr/local/bin/ploticus \
-prefab pie delim=spacequoted values=2 \
labels=1 colorfld=3 title="How my day goes" \
clickmapurl="/wiki/@2" clickmaplabel="@3" \
legend=yes
Work 10 red
"In transit" 0.5 orange
Meals 1 green
Errands 1.5 purple
"Household chores" 1.5 yellow
"Recreation & relaxation" 2 blue
Sleep 7.5 gray(0.8)
</ploticusr>
<ploticusrX>#!/usr/local/bin/ploticus -prefab stack delim= spacequoted header=yes x=1 y=2 y2=3 y3=4 y4=5 stackarea=yes echodata=yes stubvert=yes name=eastern name2=central name3=mountain name4=pacific "Test 3" 76 19 84 14 "Test 4" 83 12 64 9 "Test 5" 95 11 92 13 "Test 6" 42 8 76 11 "Test 7" 69 13 68 6 "Test 8" 76 19 84 14 "Test 9" 83 12 64 9 "Test 10" 95 11 92 13 "Test 11" 42 8 76 11 "Test 12" 69 13 68 6 </ploticusr>
Sample stacked line
This is supposed to look like this.
<ploticusrX>#!/usr/local/bin/ploticus -prefab compare delim= spacequoted header=yes catfields=engine stubvert=yes y=kW-Mg "1982 Dodge Cummins" 28.6 "1980 Grumman/GMC P-20" 17 "1982 diesel Vanagon" 14 </ploticusr>

