Skip to content

(some PDF viewers) Orca using plotly.js > 1.49.5 creates thin lines for bars with 0 length #345

Closed
@michaelbabyn

Description

@michaelbabyn

0-length bars are visible in pdfs generated by Orca even though they aren't visible in the plotly.js graphs.

image001

I can reproduce this issue using orca directly using this method with the below json figure.

{"data": [{"y": ["This", "is", "a", "test", "placeholder"], "x": [12, 9, 15, 12, 0], "type": "bar", "orientation": "h"}], "layout": {"xaxis": {"type": "categorical", "showgrid": false, "zeroline": false}, "yaxis": {"title": "test", "zeroline": false}}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions