Skip to content

Unclear error when use geom_rect with discrete scales #1287

@IKupriyanov-HORIS

Description

@IKupriyanov-HORIS
from lets_plot import *
LetsPlot.setup_html()

ggplot() + geom_rect(xmin=0, xmax=10, ymin=0, ymax=5) + scale_discrete(['x','y'])

Output:

Internal error: NoSuchElementException : Can't create DoubleSpan: the input is empty or contains NULLs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    failureCrash, exception occurs

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions