|
231 | 231 | # The arguments are the name of the box style with its attributes as |
232 | 232 | # keyword arguments. Currently, following box styles are implemented: |
233 | 233 | # |
234 | | -# ========== ============== ========================== |
| 234 | +# ========== ============== ==================================== |
235 | 235 | # Class Name Attrs |
236 | | -# ========== ============== ========================== |
| 236 | +# ========== ============== ==================================== |
237 | 237 | # Circle ``circle`` pad=0.3 |
238 | | -# DArrow ``darrow`` pad=0.3 |
| 238 | +# DArrow ``darrow`` pad=0.3,head_width=1.5,head_angle=90 |
239 | 239 | # Ellipse ``ellipse`` pad=0.3 |
240 | | -# LArrow ``larrow`` pad=0.3 |
241 | | -# RArrow ``rarrow`` pad=0.3 |
| 240 | +# LArrow ``larrow`` pad=0.3,head_width=1.5,head_angle=90 |
| 241 | +# RArrow ``rarrow`` pad=0.3,head_width=1.5,head_angle=90 |
242 | 242 | # Round ``round`` pad=0.3,rounding_size=None |
243 | 243 | # Round4 ``round4`` pad=0.3,rounding_size=None |
244 | 244 | # Roundtooth ``roundtooth`` pad=0.3,tooth_size=None |
245 | 245 | # Sawtooth ``sawtooth`` pad=0.3,tooth_size=None |
246 | 246 | # Square ``square`` pad=0.3 |
247 | | -# ========== ============== ========================== |
| 247 | +# ========== ============== ==================================== |
248 | 248 | # |
249 | 249 | # .. figure:: /gallery/shapes_and_collections/images/sphx_glr_fancybox_demo_001.png |
250 | 250 | # :target: /gallery/shapes_and_collections/fancybox_demo.html |
|
0 commit comments