mirror of
https://github.com/tdulcet/Table-and-Graph-Libs.git
synced 2025-12-16 00:18:55 +08:00
Add option to change output stream/file.
This commit is contained in:
@@ -198,14 +198,18 @@ Default value: `False`
|
||||
Option: `padding`\
|
||||
Default value: `1`
|
||||
|
||||
#### Alignment
|
||||
#### Format and Alignment
|
||||
|
||||
Option: `alignment`\
|
||||
Values:
|
||||
|
||||
* `None` (default)
|
||||
* `False` (left)
|
||||
* `True` (right)
|
||||
* `""` (default)
|
||||
* `"<"` (left)
|
||||
* `">"` (right)
|
||||
* `"="` (internal, numeric types only)
|
||||
* `"^"` (center)
|
||||
|
||||
See the [Python documentation](https://docs.python.org/3/library/string.html#formatspec) for the full available options.
|
||||
|
||||
#### Title
|
||||
|
||||
@@ -236,6 +240,16 @@ Values:
|
||||
7. `style_types.heavy_dashed`: Heavy Dashed
|
||||

|
||||
|
||||
#### Output file
|
||||
|
||||
Option: `file`\
|
||||
Values:
|
||||
|
||||
* `sys.stdout` (default)
|
||||
* `sys.stderr`
|
||||
|
||||
Any other text [file object](https://docs.python.org/3/glossary.html#term-file-object).
|
||||
|
||||
#### Check size
|
||||
|
||||
Option: `check`\
|
||||
@@ -542,6 +556,16 @@ This option is only used when plotting a single array and when graphing a single
|
||||
|
||||

|
||||
|
||||
#### Output file
|
||||
|
||||
Option: `file`\
|
||||
Values:
|
||||
|
||||
* `sys.stdout` (default)
|
||||
* `sys.stderr`
|
||||
|
||||
Any other text [file object](https://docs.python.org/3/glossary.html#term-file-object).
|
||||
|
||||
#### Check size
|
||||
|
||||
Option: `check`\
|
||||
|
||||
Reference in New Issue
Block a user