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.
[FR] RTL text is not rendered correctly · JuliaPlots/Plots.jl#4127 | Good First Issue