-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add plots props and plots modify params
#3911
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
Conversation
|
There is no tests for new |
Co-authored-by: Ruslan Kuprieiev <kupruser@gmail.com>
Co-authored-by: Ruslan Kuprieiev <kupruser@gmail.com>
Co-authored-by: Ruslan Kuprieiev <kupruser@gmail.com>
Co-authored-by: Ruslan Kuprieiev <kupruser@gmail.com>
Co-authored-by: Ruslan Kuprieiev <kupruser@gmail.com>
|
Looks good! Let's merge and work on top. Thanks @Suor ! 🙏 |
| _add_output_arguments(plots_diff_parser) | ||
| plots_diff_parser.set_defaults(func=CmdPlotsDiff) | ||
|
|
||
| PLOTS_MODIFY_HELP = "Modify plot props associated with a target file." |
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.
Can we call them "plot display properties" or at least "properties" in user-facing strings please? 🙂
Lmk if so to change it in treeverse/dvc.org/pull/1382 while it's in progress, to avoid requiring another docs PR for such change.
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.
@jorgeorpinel created #3983 .
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.
Thanks, updated docs PR too.
|
@Suor Could you take a look at this one too, please? |
Along the way:
dvc plots diffnow workxvsx_field,xlabandx_title)NOTE: several plots per plot data file not supported here. There are at least two design decisions need to be made: how do they interact with
dvc plots add/modify/deleteand how do we collect them when they are inconsistent.Collecting inconsistent props from different revisions for now solved by using props from first rev mentioned and issuing a warning.