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.