Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fontfamily aes is not supported #15

Closed
IKupriyanov-HORIS opened this issue Aug 6, 2024 · 0 comments
Closed

fontfamily aes is not supported #15

IKupriyanov-HORIS opened this issue Aug 6, 2024 · 0 comments
Assignees

Comments

@IKupriyanov-HORIS
Copy link
Collaborator

Code snippet:

val fonts = run {
    val families = listOf("sans-serif", "serif", "monospace")
    letsPlot() + geomLabel {
        y = families.indices
        label = families
        family = families
    }
}

Actual output:
image

Messages:

Unsupported attribute font-size in Text
Unsupported attribute font-family in Text
Unsupported attribute font-size in Text
Unsupported attribute font-family in Text
Unsupported attribute font-size in Text
Unsupported attribute font-family in Text

@IKupriyanov-HORIS IKupriyanov-HORIS self-assigned this Aug 6, 2024
IKupriyanov-HORIS added a commit that referenced this issue Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant