-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
default value for the column x_label in vis_spec #431
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #431 +/- ##
========================================
Coverage 77.99% 78.00%
========================================
Files 22 22
Lines 2222 2223 +1
Branches 531 531
========================================
+ Hits 1733 1734 +1
Misses 363 363
Partials 126 126
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks fine. This is also somehow addressed in the pull request #429, where I set the XLABEL to the condition name from the condition table, but this can then later be discussed which version we prefer :-)
I will have a look at your pull-request then! |
ping @plakrisenko |
|
Release 0.1.9 Library: * Allow URL as filenames for YAML files and SBML models (Closes #187) (#459) * Allow model time in observable formulas (#445) * Make float parsing from CSV round-trip (#444) * Validator: Error message for missing IDs, with line numbers. (#467) * Validator: Detect duplicated observable IDs (#446) * Some documentation and CI fixes / updates * Visualization: Add option to save visualization specification (#457) * Visualization: Column XValue not mandatory anymore (#429) * Visualization: Add sorting of indices of dataframes for the correct sorting of x-values (#430) * Visualization: Default value for the column x_label in vis_spec (#431)
discussed in #319