Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 92e2024

Browse files
committed
table in simple table format
1 parent 55dee12 commit 92e2024

File tree

1 file changed

+12
-57
lines changed

1 file changed

+12
-57
lines changed

galleries/users_explain/toolkits/axisartist.rst

Lines changed: 12 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -341,63 +341,18 @@ On the other hand, there is a concept of "axis_direction". This is a
341341
default setting of above properties for each, "bottom", "left", "top",
342342
and "right" axis.
343343

344-
.. list-table::
345-
346-
* -
347-
-
348-
- left
349-
- bottom
350-
- right
351-
- top
352-
* - axislabel
353-
- direction
354-
- '-'
355-
- '+'
356-
- '+'
357-
- '-'
358-
* - axislabel
359-
- rotation
360-
- 180
361-
- 0
362-
- 0
363-
- 180
364-
* - axislabel
365-
- va
366-
- center
367-
- top
368-
- center
369-
- bottom
370-
* - axislabel
371-
- ha
372-
- right
373-
- center
374-
- right
375-
- center
376-
* - ticklabel
377-
- direction
378-
- '-'
379-
- '+'
380-
- '+'
381-
- '-'
382-
* - ticklabels
383-
- rotation
384-
- 90
385-
- 0
386-
- -90
387-
- 180
388-
* - ticklabel
389-
- ha
390-
- right
391-
- center
392-
- right
393-
- center
394-
* - ticklabel
395-
- va
396-
- center
397-
- baseline
398-
- center
399-
- baseline
400-
344+
========== =========== ========= ========== ========= ==========
345+
label parameter left bottom right top
346+
========== =========== ========= ========== ========= ==========
347+
axislabel direction '-' '+' '+' '-'
348+
axislabel rotation 180 0 0 180
349+
axislabel va center top center bottom
350+
axislabel ha right center right center
351+
ticklabel direction '-' '+' '+' '-'
352+
ticklabels rotation 90 0 -90 180
353+
ticklabel ha right center right center
354+
ticklabel va center baseline center baseline
355+
========== =========== ========= ========== ========= ==========
401356

402357
And, 'set_axis_direction("top")' means to adjust the text rotation
403358
etc, for settings suitable for "top" axis. The concept of axis

0 commit comments

Comments
 (0)