File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -564,26 +564,26 @@ def extrude(
564
564
A simple illustration:
565
565
566
566
.. code-block:: text
567
-
568
- annotation
569
- A |------| |------|
570
- B |----------|
571
- C |--------------| |------|
572
-
573
- removed `Timeline`
574
- |-------| |-----------|
575
-
576
- extruded Annotation with mode="intersection"
577
- B |---|
578
- C |--| |------|
579
-
580
- extruded Annotation with mode="loose"
581
- C |------|
582
-
583
- extruded Annotation with mode="strict"
584
- A |------|
585
- B |----------|
586
- C |--------------| |------|
567
+
568
+ A |------| |------| #
569
+ B |----------| # self
570
+ C |--------------| |------| #
571
+
572
+ #
573
+ |-------| |-----------| # removed
574
+ #
575
+
576
+ A #
577
+ B |---| # mode="intersection"
578
+ C |--| |------| #
579
+
580
+ A #
581
+ B # mode="loose"
582
+ C |------| #
583
+
584
+ A |------| #
585
+ B |----------| # mode="strict"
586
+ C |--------------| |------| #
587
587
588
588
Parameters
589
589
----------
You can’t perform that action at this time.
0 commit comments