Basic knowledge of Plots.jl internalsUnderstanding of text rendering
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
40
調査方針
Investigate how Plots.jl renders text, especially with the GR backend. Look at the text rendering code in src/backends/gr.jl or similar. Check if there is any handling for bidirectional text. The screenshots show Arabic characters displayed incorrectly. Compare with how other backends (e.g., PyPlot) handle RTL text. Check existing issues or PRs related to text rendering. Consider adding support for text direction or using a library that handles RTL.