possibly related to #940 Using plotnine version '0.15.0a2.post3+g2cdc487f' ```python 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"))) ``` <img width="701" alt="Image" src="https://github.com/user-attachments/assets/6e93dc72-b8e1-45b8-b99a-a7461ac16086" />