Skip to content

dvc 1.0 --show-vega #3951

@elleobrien

Description

@elleobrien

I'm using DVC 1.0.0a7+9a55b9. When I run

dvc plots diff --target loss.csv --show-vega, the output is being printed with a strange statement in the first line:

PlotTemplates.__init__
{
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "data": {
        "values": [
    {
        "index": 0,
        "loss": "0.35797476798407574",
        "rev": "workspace"
    },
    {
        "index": 1,
        "loss": "0.3108355691836759",
        "rev": "workspace"
    },
    {
        "index": 2,
        "loss": "0.30909985774265974",
        "rev": "workspace"
    },

etc.

Since I used the --show-vega flag last week with success, I'm wondering if something has changed? @dmpetrov

Metadata

Metadata

Assignees

Labels

bugDid we break something?research

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions