Skip to content

geom_text(): Labels do not fit plot boundaries #339

@ASmirnov-HORIS

Description

from lets_plot import *
LetsPlot.setup_html()

data = {'x': [0, 1], 'y': [0, 1], \
        'text': ['Lorem ipsum #1', 'Lorem ipsum #2']}

ggplot(data, aes('x', 'y')) + geom_text(aes(label='text'))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions