Lines Matching defs:help
1028 help="Input *.csv files.")
1032 help="Output *.svg/*.png file.")
1036 help="Output an svg file. By default this is infered.")
1040 help="Output a png file. By default this is infered.")
1044 help="Don't print info.")
1051 help="Group by this field. Can rename fields with new_name=old_name.")
1058 help="Field to use for the x-axis. Can rename fields with "
1066 help="Field to use for the y-axis. Can rename fields with "
1072 help="Only include results where this field is this value. May include "
1077 help="Only draw data points.")
1081 help="Draw data points and lines.")
1085 help="Comma-separated hex colors to use.")
1089 help="Comma-separated matplotlib formats to use. Allows '0' as an "
1094 help="Width in pixels. Defaults to %r." % WIDTH)
1098 help="Height in pixels. Defaults to %r." % HEIGHT)
1104 help="Range for the x-axis.")
1110 help="Range for the y-axis.")
1114 help="Use a logarithmic x-axis.")
1118 help="Use a logarithmic y-axis.")
1122 help="Use base-2 prefixes for the x-axis.")
1126 help="Use base-2 prefixes for the y-axis.")
1131 help="Ticks for the x-axis. This can be explicit comma-separated "
1137 help="Ticks for the y-axis. This can be explicit comma-separated "
1141 help="Units for the x-axis.")
1144 help="Units for the y-axis.")
1147 help="Add a label to the x-axis.")
1150 help="Add a label to the y-axis.")
1156 help="Comma separated xticklabels.")
1162 help="Comma separated yticklabels.")
1165 help="Add a title.")
1169 help="Place a legend to the right.")
1173 help="Place a legend above.")
1177 help="Place a legend below.")
1181 help="Use the dark style.")
1185 help="Use the ggplot style.")
1189 help="Use the xkcd style.")
1193 help="Use the ggplot style with GitHub colors.")
1197 help="Font family for matplotlib.")
1200 help="Font size for matplotlib. Defaults to %r." % FONT_SIZE)
1203 help="Color for the font and other line elements.")
1206 help="Foreground color to use.")
1209 help="Background color to use.")
1231 help="Add subplot above with the same dataset. Takes an arg string to "
1238 help="Add subplot below with the same dataset.")
1242 help="Add subplot left with the same dataset.")
1246 help="Add subplot right with the same dataset.")
1250 help="Add subplot-specific arguments to the main plot.")