-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
plots diff: Show previous revisions for new plots #7913
Comments
@pared Is a feature request or a bug? Any thoughts on priority? |
It's a feature request, I wanted to include it in the current state of #7477 but it's already hanging for too long, let's do it right after it gets merged. |
Let's figure out priority later. If it hasn't been supported until now with few complaints, no need to rush when we have other priorities. |
For anyone having a problem with this, a workaround, for now, would be to create new commit that contains desired plot definitions, before starting to experiment. |
Should work if the revision with the required plot is the first rev in the diff call. |
If I add a new plot,
dvc plots diff
should be able to try to render previous revisions even if the plots were not configured in that revision.For example, let's say I have plots data in
train.csv
for multiple revisions and then add a plot indvc.yaml
:dvc plots diff
shows only the workspace, but it should also show the HEAD revision.The text was updated successfully, but these errors were encountered: