-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move remaining analysis logic from plot.py to analyze.py * add `Model.model_label` * move repeated plotting code to new `PlotData` * doc `ModelHash`->`Model` in analysis.rst * convert logo text to paths * change font size spec for axis vis; rename `NORMAL_NODE_COLOR` -> `DEFAULT_NODE_COLOT` --------- Co-authored-by: Daniel Weindl <[email protected]>
- Loading branch information
Showing
16 changed files
with
898 additions
and
559 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,2 @@ | ||
model_subspace_id petab_yaml k1 k2 k3 | ||
M_0 petab_problem.yaml 0 0 0 | ||
M_1 petab_problem.yaml 0.2 0.1 estimate | ||
M_2 petab_problem.yaml 0.2 estimate 0 | ||
M_3 petab_problem.yaml estimate 0.1 0 | ||
M_4 petab_problem.yaml 0.2 estimate estimate | ||
M_5 petab_problem.yaml estimate 0.1 estimate | ||
M_6 petab_problem.yaml estimate estimate 0 | ||
M_7 petab_problem.yaml estimate estimate estimate | ||
M petab_problem.yaml 0.2;estimate 0.1;estimate 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
The text in these copies is still text. In the copies in the parent directory, the text is converted to paths (e.g. `Path -> Object to Path` in Inkscape), for consistent rendering on systems that don't have the fonts installed. |
Oops, something went wrong.