Skip to content

fontstyle does not work with geom_text #941

Open
@machow

Description

@machow

possibly related to #940

Using plotnine version '0.15.0a2.post3+g2cdc487f'

import pandas as pd
from plotnine import *

df = pd.DataFrame({"x": [1, 2, 3], "fontstyle": ["normal", "italic", "oblique"]})

(ggplot(df, aes(1, "x")) + geom_text(aes(label="fontstyle", fontstyle="fontstyle")))
Image

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions