You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #4590 we support plotting for any "plot-able" file.
Support for plotting does not mean support for modifying the plot - since we don't have a place to write the information to.
plots modify-ing non plot file will result: ERROR: Unable to find DVC-file with output '{filename}'
This message should probably be more clear in this context. Something like ERROR: '{filename}' is not marked as plot in any DVC-file, and it cannot be modified.
DVC version:
1.8.4
After #4590 we support plotting for any "plot-able" file.
Support for plotting does not mean support for modifying the plot - since we don't have a place to write the information to.
plots modify
-ing non plot file will result:ERROR: Unable to find DVC-file with output '{filename}'
This message should probably be more clear in this context. Something like
ERROR: '{filename}' is not marked as plot in any DVC-file, and it cannot be modified.
Related to: iterative/dvc.org#1809
The text was updated successfully, but these errors were encountered: