Summary: | Greek letters are not displayed in plots | ||
---|---|---|---|
Product: | [Applications] rkward | Reporter: | Francisco Cribari <cribari> |
Component: | general | Assignee: | RKWard Team <rkward-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cribari, thomas.friedrichsmeier |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/education/rkward/-/commit/5cc1dd4de49c1754c411ef8bcd0a92990d8b7357 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Screenshot |
Description
Francisco Cribari
2022-11-23 16:34:55 UTC
Greek letters are not included in R plots. To reproduce the issue, start RKward and execute: a = rnorm(10000); hist(a, main = expression(paste(mu,"=0"))) Confirmed, I will investigate. However, as a quick workaround, simply: a = rnorm(10000); hist(a, main = "μ=0") will work just fine, nowadays. A possibly relevant merge request was started @ https://invent.kde.org/education/rkward/-/merge_requests/51 Git commit 5cc1dd4de49c1754c411ef8bcd0a92990d8b7357 by Thomas Friedrichsmeier. Committed on 03/08/2024 at 21:57. Pushed by tfry into branch 'master'. QPainter does not paint using "Symbol" font M +1 -0 ChangeLog M +1 -1 rkward/rbackend/rkwarddevice/rkgraphicsdevice_frontendtransmitter.cpp M +7 -2 rkward/rbackend/rkwarddevice/rkgraphicsdevice_stubs.cpp https://invent.kde.org/education/rkward/-/commit/5cc1dd4de49c1754c411ef8bcd0a92990d8b7357 |