Newly tracked file
plotnine/facets/facet.py
changed.
Showing 1 of 1 files from the diff.
@@ -49,10 +49,6 @@
Loading
49 | 49 | dir : str in ``['h', 'v']`` |
|
50 | 50 | Direction in which to layout the panels. ``h`` for |
|
51 | 51 | horizontal and ``v`` for vertical. |
|
52 | - | height_ratios: for example [2, 1] |
|
53 | - | list of heights (relative ratio) for each vertical row in facet |
|
54 | - | width_ratios: for example [1, 1] |
|
55 | - | list of widths (relative ratio) for each horizontal column in facet |
|
56 | 52 | """ |
|
57 | 53 | #: number of columns |
|
58 | 54 | ncol = None |
Files | Coverage |
---|---|
plotnine | 85.21% |
Project Totals (153 files) | 85.21% |
py3.6
py3.8
py3.6
py3.8
1 |
codecov: |
2 |
require_ci_to_pass: true |
3 |
token: 58d59fa2-ed00-4601-8824-ae0b4ec64ca3 |
4 |
|
5 |
comment: |
6 |
behavior: default |
7 |
branches: |
8 |
- 'master' |
9 |
|
10 |
coverage: |
11 |
round: 'down' |
12 |
range: 90..100 |
13 |
status: |
14 |
project: |
15 |
default: |
16 |
target: auto |
17 |
threshold: 0.5% |
18 |
|
19 |
# Lines adjusted in the PR
|
20 |
patch: |
21 |
default: |
22 |
target: 75% |
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.