Lines Matching refs:help

161     x = NumberSpec(default=field("x"), help="""
165 y = NumberSpec(default=field("y"), help="""
169 hit_dilation = Size(default=1.0, help="""
176 size = ScreenDistanceSpec(default=4, help="""
180 angle = AngleSpec(default=0.0, help="""
184 line_props = Include(LineProps, use_prefix=False, help="""
188 fill_props = Include(FillProps, use_prefix=False, help="""
192 hatch_props = Include(HatchProps, use_prefix=False, help="""
205 x = NumberSpec(default=field("x"), help="""
209 y = NumberSpec(default=field("y"), help="""
213 inner_radius = DistanceSpec(default=field("inner_radius"), help="""
217 outer_radius = DistanceSpec(default=field("outer_radius"), help="""
221 start_angle = AngleSpec(default=field("start_angle"), help="""
225 end_angle = AngleSpec(default=field("end_angle"), help="""
229 direction = Enum(Direction, default=Direction.anticlock, help="""
233 line_props = Include(LineProps, use_prefix=False, help="""
237 fill_props = Include(FillProps, use_prefix=False, help="""
241 hatch_props = Include(HatchProps, use_prefix=False, help="""
254 x = NumberSpec(default=field("x"), help="""
258 y = NumberSpec(default=field("y"), help="""
262 inner_radius = DistanceSpec(default=field("inner_radius"), help="""
266 outer_radius = DistanceSpec(default=field("outer_radius"), help="""
270 line_props = Include(LineProps, use_prefix=False, help="""
274 fill_props = Include(FillProps, use_prefix=False, help="""
278 hatch_props = Include(HatchProps, use_prefix=False, help="""
291 x = NumberSpec(default=field("x"), help="""
295 y = NumberSpec(default=field("y"), help="""
299 radius = DistanceSpec(default=field("radius"), help="""
303 start_angle = AngleSpec(default=field("start_angle"), help="""
307 end_angle = AngleSpec(default=field("end_angle"), help="""
311 direction = Enum(Direction, default='anticlock', help="""
315 line_props = Include(LineProps, use_prefix=False, help="""
332 x0 = NumberSpec(default=field("x0"), help="""
336 y0 = NumberSpec(default=field("y0"), help="""
340 x1 = NumberSpec(default=field("x1"), help="""
344 y1 = NumberSpec(default=field("y1"), help="""
348 cx0 = NumberSpec(default=field("cx0"), help="""
352 cy0 = NumberSpec(default=field("cy0"), help="""
356 cx1 = NumberSpec(default=field("cx1"), help="""
360 cy1 = NumberSpec(default=field("cy1"), help="""
364 line_props = Include(LineProps, use_prefix=False, help="""
375 radius = NullDistanceSpec(help="""
394 radius_dimension = Enum(enumeration('x', 'y', 'max', 'min'), help="""
414 x = NumberSpec(default=field("x"), help="""
418 y = NumberSpec(default=field("y"), help="""
422 width = DistanceSpec(default=field("width"), help="""
426 height = DistanceSpec(default=field("height"), help="""
430 angle = AngleSpec(default=0.0, help="""
434 line_props = Include(LineProps, use_prefix=False, help="""
438 fill_props = Include(FillProps, use_prefix=False, help="""
442 hatch_props = Include(HatchProps, use_prefix=False, help="""
456 x1 = NumberSpec(default=field("x1"), help="""
460 x2 = NumberSpec(default=field("x2"), help="""
464 y = NumberSpec(default=field("y"), help="""
468 fill_props = Include(ScalarFillProps, use_prefix=False, help="""
472 hatch_props = Include(HatchProps, use_prefix=False, help="""
486 y = NumberSpec(default=field("y"), help="""
490 height = NumberSpec(default=1, help="""
494 left = NumberSpec(default=0, help="""
498 right = NumberSpec(default=field("right"), help="""
502 line_props = Include(LineProps, use_prefix=False, help="""
506 fill_props = Include(FillProps, use_prefix=False, help="""
510 hatch_props = Include(HatchProps, use_prefix=False, help="""
523 size = Float(1.0, help="""
534 aspect_scale = Float(1.0, help="""
538 r = NumberSpec(default=field("r"), help="""
542 q = NumberSpec(default=field("q"), help="""
546 scale = NumberSpec(1.0, help="""
550 orientation = String("pointytop", help="""
554 line_props = Include(LineProps, use_prefix=False, help="""
560 fill_props = Include(FillProps, use_prefix=False, help="""
564 hatch_props = Include(HatchProps, use_prefix=False, help="""
604 image = NumberSpec(default=field("image"), help="""
608 x = NumberSpec(default=field("x"), help="""
612 y = NumberSpec(default=field("y"), help="""
616 dw = DistanceSpec(default=field("dw"), help="""
624 dh = DistanceSpec(default=field("dh"), help="""
632 global_alpha = Float(1.0, help="""
637 dilate = Bool(False, help="""
645 color_mapper = Instance(ColorMapper, lambda: LinearColorMapper(palette="Greys9"), help="""
663 image = NumberSpec(default=field("image"), help="""
667 x = NumberSpec(default=field("x"), help="""
671 y = NumberSpec(default=field("y"), help="""
675 dw = DistanceSpec(default=field("dw"), help="""
683 dh = DistanceSpec(default=field("dh"), help="""
691 global_alpha = Float(1.0, help="""
696 dilate = Bool(False, help="""
716 url = StringSpec(default=field("url"), help="""
724 x = NumberSpec(default=field("x"), help="""
728 y = NumberSpec(default=field("y"), help="""
732 w = NullDistanceSpec(help="""
739 h = NullDistanceSpec(help="""
746 angle = AngleSpec(default=0, help="""
750 global_alpha = Float(1.0, help="""
755 dilate = Bool(False, help="""
763 anchor = Enum(Anchor, help="""
768 retry_attempts = Int(0, help="""
773 retry_timeout = Int(0, help="""
789 x = NumberSpec(default=field("x"), help="""
793 y = NumberSpec(default=field("y"), help="""
797 line_props = Include(ScalarLineProps, use_prefix=False, help="""
813 xs = NumberSpec(default=field("xs"), help="""
817 ys = NumberSpec(default=field("ys"), help="""
821 line_props = Include(LineProps, use_prefix=False, help="""
841 xs = NumberSpec(default=field("xs"), help="""
850 ys = NumberSpec(default=field("ys"), help="""
859 line_props = Include(LineProps, use_prefix=False, help="""
863 fill_props = Include(FillProps, use_prefix=False, help="""
867 hatch_props = Include(HatchProps, use_prefix=False, help="""
888 x = NumberSpec(default=field("x"), help="""
892 y = NumberSpec(default=field("y"), help="""
896 width = DistanceSpec(default=field("width"), help="""
900 height = DistanceSpec(default=field("height"), help="""
904 angle = AngleSpec(default=0.0, help="""
908 line_props = Include(LineProps, use_prefix=False, help="""
912 fill_props = Include(FillProps, use_prefix=False, help="""
916 hatch_props = Include(HatchProps, use_prefix=False, help="""
932 x = NumberSpec(default=field("x"), help="""
941 y = NumberSpec(default=field("y"), help="""
950 line_props = Include(ScalarLineProps, use_prefix=False, help="""
954 fill_props = Include(ScalarFillProps, use_prefix=False, help="""
958 hatch_props = Include(ScalarHatchProps, use_prefix=False, help="""
977 xs = NumberSpec(default=field("xs"), help="""
986 ys = NumberSpec(default=field("ys"), help="""
995 line_props = Include(LineProps, use_prefix=False, help="""
999 fill_props = Include(FillProps, use_prefix=False, help="""
1003 hatch_props = Include(HatchProps, use_prefix=False, help="""
1016 left = NumberSpec(default=field("left"), help="""
1020 right = NumberSpec(default=field("right"), help="""
1024 bottom = NumberSpec(default=field("bottom"), help="""
1028 top = NumberSpec(default=field("top"), help="""
1032 line_props = Include(LineProps, use_prefix=False, help="""
1036 fill_props = Include(FillProps, use_prefix=False, help="""
1040 hatch_props = Include(HatchProps, use_prefix=False, help="""
1053 x0 = NumberSpec(default=field("x0"), help="""
1057 y0 = NumberSpec(default=field("y0"), help="""
1061 x1 = NumberSpec(default=field("x1"), help="""
1065 y1 = NumberSpec(default=field("y1"), help="""
1069 cx = NumberSpec(default=field("cx"), help="""
1073 cy = NumberSpec(default=field("cy"), help="""
1077 line_props = Include(LineProps, use_prefix=False, help="""
1090 x = NumberSpec(default=field("x"), help="""
1094 y = NumberSpec(default=field("y"), help="""
1098 angle = AngleSpec(default=0, help="""
1102 length = DistanceSpec(default=0, help="""
1107 line_props = Include(LineProps, use_prefix=False, help="""
1120 x = NumberSpec(default=field("x"), help="""
1124 y = NumberSpec(default=field("y"), help="""
1128 width = DistanceSpec(default=field("width"), help="""
1132 height = DistanceSpec(default=field("height"), help="""
1136 angle = AngleSpec(default=0.0, help="""
1140 dilate = Bool(False, help="""
1149 line_props = Include(LineProps, use_prefix=False, help="""
1153 fill_props = Include(FillProps, use_prefix=False, help="""
1157 hatch_props = Include(HatchProps, use_prefix=False, help="""
1215 marker = MarkerSpec(default="circle", help="""
1229 x0 = NumberSpec(default=field("x0"), help="""
1233 y0 = NumberSpec(default=field("y0"), help="""
1237 x1 = NumberSpec(default=field("x1"), help="""
1241 y1 = NumberSpec(default=field("y1"), help="""
1245 line_props = Include(LineProps, use_prefix=False, help="""
1264 x = NumberSpec(default=field("x"), help="""
1268 y = NumberSpec(default=field("y"), help="""
1272 line_props = Include(ScalarLineProps, use_prefix=False, help="""
1276 mode = Enum(StepMode, default="before", help="""
1294 x = NumberSpec(default=field("x"), help="""
1298 y = NumberSpec(default=field("y"), help="""
1302 text = StringSpec("text", help="""
1306 angle = AngleSpec(default=0, help="""
1310 x_offset = NumberSpec(default=0, help="""
1317 y_offset = NumberSpec(default=0, help="""
1324 text_props = Include(TextProps, use_prefix=False, help="""
1338 x = NumberSpec(default=field("x"), help="""
1342 y1 = NumberSpec(default=field("y1"), help="""
1346 y2 = NumberSpec(default=field("y2"), help="""
1350 fill_props = Include(ScalarFillProps, use_prefix=False, help="""
1354 hatch_props = Include(HatchProps, use_prefix=False, help="""
1367 x = NumberSpec(default=field("x"), help="""
1371 width = NumberSpec(default=1, help="""
1375 bottom = NumberSpec(default=0, help="""
1379 top = NumberSpec(default=field("top"), help="""
1383 line_props = Include(LineProps, use_prefix=False, help="""
1387 fill_props = Include(FillProps, use_prefix=False, help="""
1391 hatch_props = Include(HatchProps, use_prefix=False, help="""
1404 x = NumberSpec(default=field("x"), help="""
1408 y = NumberSpec(default=field("y"), help="""
1412 radius = DistanceSpec(default=field("radius"), help="""
1416 start_angle = AngleSpec(default=field("start_angle"), help="""
1420 end_angle = AngleSpec(default=field("end_angle"), help="""
1424 direction = Enum(Direction, default='anticlock', help="""
1428 line_props = Include(LineProps, use_prefix=False, help="""
1432 fill_props = Include(FillProps, use_prefix=False, help="""
1436 hatch_props = Include(HatchProps, use_prefix=False, help="""