Skip to content

Not showing custom plots on VSCode #5936

@carlos-serrouya

Description

@carlos-serrouya

Issue: dvclive.log_plot Plots Not Loading in DVC UI

Hi everyone,

I've implemented a model evaluation pipeline that will be integrated into our team's model release process. However, I'm running into an issue where plots created using dvclive.log_plot do not load in the DVC VSCode UI.

Steps to Reproduce

  1. Generate plots using dvclive.log_plot(...).
  2. Select the experiment in the DVC extension.
  3. Click on "Show Plots".
  4. The UI remains stuck on "Loading plots..." indefinitely.

What Works

When I manually run:

dvc plots show

and compile the generated HTML file, the plots display correctly. This suggests that dvclive is correctly saving the plots, but the DVC UI isn't rendering them properly.

Question

Has anyone else encountered this issue? Any insights into why DVC UI fails to load the plots while dvc plots show works fine?

Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    A: plotsArea: plots webview, side panel and everything relatedpriority-p1Regular product backlogtriage

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions