-
Notifications
You must be signed in to change notification settings - Fork 1.3k
plots: support multiple Y fields? [qa] #4255
Copy link
Copy link
Closed
Labels
awaiting responsewe are waiting for your reply, please respond! :)we are waiting for your reply, please respond! :)discussionrequires active participation to reach a conclusionrequires active participation to reach a conclusionfeature requestRequesting a new featureRequesting a new featurep3-nice-to-haveIt should be done this or next sprintIt should be done this or next sprint
Metadata
Metadata
Assignees
Labels
awaiting responsewe are waiting for your reply, please respond! :)we are waiting for your reply, please respond! :)discussionrequires active participation to reach a conclusionrequires active participation to reach a conclusionfeature requestRequesting a new featureRequesting a new featurep3-nice-to-haveIt should be done this or next sprintIt should be done this or next sprint
Let's say I have a tabular plots file
plot.csv:and I want to overlay all 3 Hs in a single graph. I can't. I have to pick one at a time, e.g.:
$ dvc plots show -y h2 plot.csvIn fact even with
plots diffthere's no way to visualize these columns in a single graph (the file would have to be split into 3, each one versioned in a different commit). So what if-ysimply accepted multiple field names (orplots diffaccepted multiple-yflags)? E.g.:In fact this could also apply to
-x. But it could only be done with one or the other, not both (to keep things relatively simple).