Annotation of loncom/homework/insertlist.tab, revision 1.46
1.3 albertel 1: #the order of tags at the top _MUST_ be the same as in the table
1.41 bowersj2 2: #tag, description, color, function to call, show as option (default
3: # "yes"), help file, help description
1.9 albertel 4: numericalresponse,Response: Numerical,#00cc22,insert_numericalresponse
1.15 albertel 5: stringresponse,Response: String,#00cc55,insert_stringresponse
1.18 albertel 6: formularesponse,Response: Formula,#22cc55,insert_formularesponse
1.28 albertel 7: essayresponse,Response: Essay,#33cc55,insert_essayresponse
1.42 albertel 8: hintgroup,Hint,#accacc,insert_hintgroup
1.16 albertel 9: hintpart,Conditional Hint,#ccaacc,insert_hintpart
1.30 albertel 10: formulahint,Formula Hint Condition,#ccaacc,insert_formulahint
1.16 albertel 11: numericalhint,Numerical Hint Condition,#ccaacc,insert_numericalhint
1.30 albertel 12: optionhint,Option Response Hint Condition,#ccaacc,insert_optionhint
13: radiobuttonhint,Radiobutton Hint Condition,#ccaacc,insert_radiobuttonhint
14: stringhint,String Hint Condition,#ccaacc,insert_stringhint
1.35 www 15: imageresponse::conceptgroup,Collection of similar foils,#99FFFF,default
16: imageresponse::foil,Image response foil,#99ff88,Apache::imageresponse::insert_foil
1.36 albertel 17: imageresponse::foilgroup,Collection of Imageresponse foils,#55cc55,default
1.35 www 18: imageresponse::image,Imageresponse Image,#aaFFcc,default
1.37 albertel 19: imageresponse,Response: Click on Image,#ccFFaa,Apache::edit::insert_imageresponse
1.35 www 20: imageresponse::rectangle,Rectangular area in image,#ccFFdd,default
1.45 albertel 21: imageresponse::polygon,Polygonal area in image,#ccFFdd,default
1.35 www 22: imageresponse::text,Text to describe option,#ddFFee,default
1.9 albertel 23: datasubmission,Stored Entry Field,#1144dd,default,no
1.21 albertel 24: textfield,Large Text Entry Area,#1144dd,default
1.9 albertel 25: textline,Single Line Text Entry Area,#1144dd,default
1.7 albertel 26: optionresponse::conceptgroup,Collection of similar foils,#EEEE00,Apache::optionresponse::insert_conceptgroup
1.8 albertel 27: optionresponse::foil,Option response foil,#dd55ff,Apache::optionresponse::insert_foil
1.6 albertel 28: optionresponse::foilgroup,Collection of Foils,#FFcc22,default,no
1.9 albertel 29: optionresponse,Response: Select from Options,#00dd33,insert_optionresponse
1.40 albertel 30: displayduedate,Display Due Date,#3370e4,insert_displayduedate,no
31: displaytitle,Title,#4aa0ea,insert_displaytitle,no
1.9 albertel 32: radiobuttonresponse::conceptgroup,Collection of similar foils,#EEEE00,Apache::radiobuttonresponse::insert_conceptgroup
33: radiobuttonresponse::foil,Foil,#dd55ff,Apache::radiobuttonresponse::insert_foil
34: radiobuttonresponse::foilgroup,Collection of Foils,#FFcc22,default,no
35: radiobuttonresponse,Response: One of N statements,#00ee44,insert_radiobuttonresponse
1.33 albertel 36: rankresponse::conceptgroup,Collection of similar foils,#EEEE00,Apache::rankresponse::insert_conceptgroup
37: rankresponse::foil,Foil,#dd55ff,Apache::rankresponse::insert_foil
38: rankresponse::foilgroup,Collection of Foils,#FFcc22,default,no
39: rankresponse,Response: Rank Values,#00ee44,insert_rankresponse
1.34 albertel 40: matchresponse::conceptgroup,Collection of similar foils,#EEEE00,Apache::matchresponse::insert_conceptgroup
41: matchresponse::foil,Foil,#dd55ff,Apache::matchresponse::insert_foil
42: matchresponse::foilgroup,Collection of Foils,#FFcc22,default,no
43: matchresponse::item,Item,#ee44ff,Apache::matchresponse::insert_item
1.38 albertel 44: matchresponse::itemgroup,Item to Match,#22ddee,default,no
1.34 albertel 45: matchresponse,Response: Match Two Lists,#00ee44,insert_matchresponse
1.44 albertel 46: organicresponse,Response: Organic Chemical Structure,#00ee44,insert_organicresponse
47: reactionresponse,Response: Chemical Reaction,#00ee44,insert_reactionresponse
48: organicstructure,Organic Structure,#aacccc,insert_organicstructure
1.10 albertel 49: responseparam,Parameters for a response,#FF11aa,insert_responseparam
1.8 albertel 50: display,Display Script Result Block,#ccaacc,default,no
51: import,Import a File,#ccaacc,default
52: parserlib,Import Tag Definitions,#ccaacc,default,no
1.46 ! www 53: script,Perl Script Block,#ccccaa,insert_script,yes,Problem_LON-CAPA_Functions,Script Functions
1.8 albertel 54: scriptlib,Import Script Library,#ccaacc,default
1.43 albertel 55: img,Image,#aacccc,insert_img
1.8 albertel 56: window,Text In Seperate Window,#aacccc,default
1.31 albertel 57: block,Conditional Block,#FF3311,default
1.15 albertel 58: library,Start of Library,#FFFFFF,default
1.5 albertel 59: notsolved,Block For When Not Solved,#FFFFFF,default
1.32 albertel 60: part,Problem Part,#F0F0F0,default
1.35 www 61: postanswerdate,After Answer Date Block,#EE9999,default
62: preduedate,Before Due Date Block,#FFaaaa,default
1.5 albertel 63: problem,Start of Homework,#FFFFFF,default
1.17 albertel 64: randomlabel,Randomly labeled image,#cc77aa,default
1.27 albertel 65: randomlabel::labelgroup,Group of Labels,#11FFaa,default
66: randomlabel::location,Label Location,#55F09F,default
67: randomlabel::label,Label Text,#3333FF,default
1.5 albertel 68: randomlist,Randomly Parsed Block,#FFFFFF,default
69: solved,Block For After Solved,#FFFFFF,default
1.39 albertel 70: startouttext,Text/HTML Block,#dddd22,insert_startouttext
1.5 albertel 71: tex,TeX Only Block,#FFFFFF,default,no
72: web,Web Only Block,#FFFFFF,default,no
73: while,While Loop Block,#FFFFFF,default
1.26 matthew 74: gnuplot,GnuPlot,#88EE88,Apache::lonplot::insert_gnuplot
1.20 matthew 75: lonplot::label,Plot Label,#33EE33,Apache::lonplot::insert_label
76: lonplot::title,Plot Title,#33EE33,Apache::lonplot::insert_title
77: lonplot::xlabel,Plot x-label,#33EE33,Apache::lonplot::insert_xlabel
78: lonplot::ylabel,Plot y-label,#33EE33,Apache::lonplot::insert_ylabel
79: lonplot::axis,Plot axes,#33EE33,Apache::lonplot::insert_axis
80: lonplot::key,Plot Key,#33EE33,Apache::lonplot::insert_key
81: lonplot::curve,Plot Curve,#33EE33,Apache::lonplot::insert_curve
1.22 matthew 82: lonplot::function,Curve function,#33EE33,Apache::lonplot::insert_function
83: lonplot::data,Curve data,#33EE33,Apache::lonplot::insert_data
1.25 matthew 84: lonplot::tics,Plot tics,#33EE33,Apache::lonplot::insert_tics
1.24 matthew 85: lonplot::xtics,Plot xtics,#33EE33,Apache::lonplot::insert_xtics
86: lonplot::ytics,Plot ytics,#33EE33,Apache::lonplot::insert_ytics
1.1 albertel 87:
88:
1.45 albertel 89: TABLE n s f e h h f n o r s c f f i i r p t d t t c f f o d d c f f r c f f r c f f i i m o r o r d i p s s i w b l n p p p p r l l l r s s t w w g l t x y a k c f d t x y
90: numericalresponse . . . . Y . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
91: stringresponse . . . . Y . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
92: formularesponse . . . . Y . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
93: essayresponse . . . . Y . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
94: hintgroup . . . . . Y Y Y Y Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . .
95: hintpart . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . . . . . . . . . . Y . Y Y Y Y Y . . . . . . . . . . . .
96: formulahint . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
97: numericalhint . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
98: optionhint . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
99: radiobuttonhint . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
100: stringhint . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
101: conceptgroup . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
102: foil . . . . . . . . . . . . . . Y . Y Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
103: foilgroup . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
104: image . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
105: imageresponse . . . . Y . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
106: rectangle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
107: polygon . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
108: text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . . . . . . . . . . Y . Y Y Y Y Y . . . . . . . . . . . .
109: datasubmission . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
110: textfield . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y . . . . . . . . . . . . . .
111: textline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
112: conceptgroup . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
113: foil . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . . . . . . . . . . Y . Y Y Y Y Y . . . . . . . . . . . .
114: foilgroup . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
115: optionresponse . . . . Y . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
116: displayduedate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
117: displaytitle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
118: conceptgroup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
119: foil . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . . . . . . . . . . Y . Y Y Y Y Y . . . . . . . . . . . .
120: foilgroup . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
121: radiobuttonresponse . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
122: conceptgroup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
123: foil . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . . . . . . . . . . Y . Y Y Y Y Y . . . . . . . . . . . .
124: foilgroup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
125: rankresponse . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
126: conceptgroup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
127: foil . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . . . . . . . . . . Y . Y Y Y Y Y . . . . . . . . . . . .
128: foilgroup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
129: item . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . . . . . . . . . . Y . Y Y Y Y Y . . . . . . . . . . . .
130: itemgroup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
131: matchresponse . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
132: organicresponse . . . . Y . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
133: reactionresponse . . . . Y . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
134: organicstructure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
135: responseparam . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
136: display . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
137: import . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
138: parserlib . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
139: script . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
140: scriptlib . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
141: img . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
142: window . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . Y . Y Y . Y . Y Y Y . Y . Y Y . Y . . . Y Y Y Y Y Y Y . . . . . . . . . . . .
143: block Y Y Y Y . . . . . . . . . . . Y . . . . . . . . . Y Y Y . . . Y . . . Y . . . . . Y Y Y Y . Y Y Y Y Y Y Y Y . Y . Y Y . Y . . . Y Y Y Y Y Y Y . . . . . . . . . . . .
144: library Y Y Y Y . . . . . . . . . . . Y . . . . . . . . . Y Y Y . . . Y . . . Y . . . . . Y Y Y Y . Y Y Y Y Y Y Y . . Y Y Y Y . Y . . . Y Y Y Y Y Y Y . . . . . . . . . . . .
145: notsolved Y Y Y Y . . . . . . . . . . . Y . . . . . . . . . Y Y Y . . . Y . . . Y . . . . . Y Y Y Y . Y Y Y Y Y Y Y Y . . . Y Y . Y . . . Y . Y Y Y Y Y . . . . . . . . . . . .
146: part Y Y Y Y . . . . . . . . . . . Y . . . . . . . . . Y Y Y . . . Y . . . Y . . . . . Y Y Y Y . Y Y Y Y Y Y Y Y . Y . Y Y . Y . . . Y Y Y Y . Y Y . . . . . . . . . . . .
147: postanswerdate . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . Y . . . . Y . . . Y Y Y Y . Y Y . . . . . . . . . . . .
148: preduedate Y Y Y Y . . . . . . . . . . . Y . . . . . . . . . Y Y Y . . . Y . . . Y . . . . . Y Y Y Y . Y Y Y Y Y Y Y Y . Y . . . . Y . . . Y Y Y Y . Y Y . . . . . . . . . . . .
149: problem Y Y Y Y . . . . . . . . . . . Y . . . . . . . . . Y Y Y . . . Y . . . Y . . . . . Y Y Y Y . Y Y Y Y Y Y Y Y . Y Y Y Y . Y . . . Y Y Y Y . Y Y . . . . . . . . . . . .
150: randomlabel . . . . . . . . . . . . . . . Y . . . . . . . . . Y . . . . . Y . . . Y . . . . . Y . . . . . . . . . . . . . . . . . . . Y . . . . . . . . . . . . . . . . . . . . .
151: rl::labelgroup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . . . .
152: rl::location . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
153: rl::label . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y . . Y . Y . Y Y . . . . . Y Y Y Y Y Y . . . . . . . . . . . . .
154: randomlist Y Y Y Y . . . . . . . . . . . Y . . . . . . . . . Y . . . . . Y . . Y . . . . . . . Y Y Y . Y Y Y Y Y Y Y Y . Y . Y Y . . . . . Y Y . Y . Y Y . . . . . . . . . . . .
155: solved . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . . . Y Y . . . . . Y . Y Y . Y Y . . . . . . . . . . . .
156: startouttext . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
157: tex . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
158: web . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
159: while . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . . . . . . . . . . . . . . . Y . Y Y Y Y Y Y Y Y . Y . Y Y . . . . . Y Y Y Y Y Y Y . . . . . . . . . . . .
160: gnuplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y Y Y Y Y Y . . Y . .
161: lonplot::label . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
162: lonplot::title . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
163: lonplot::xlabel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
164: lonplot::ylabel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
165: lonplot::axis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
166: lonplot::key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
167: lonplot::curve . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y Y . . .
168: lonplot::function . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
169: lonplot::data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
170: lonplot::tics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
171: lonplot::xtics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
172: lonplot::ytics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
1.24 matthew 173:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>