iterative/vscode-dvc

Plots modify wizard

dberenbaum opened this issue · 2 comments

Now that we have the plots wizard to create new plots, it would be great to also be able to choose an existing plot and modify it using the wizard. In other words:

  1. When viewing a plot, have an option to modify it.
  2. When you choose to modify it, we open the plots wizard but preselect the existing options for it.

I don't think this is easily doable since it's hard to alter yaml file lines without breaking things. The solution would most likely be flaky 🤔

In DVC CLI, we already have lots of tooling to try to modify yaml in-place, so this could depend on CLI support first (see iterative/dvc#7753).