Skip to content

Commit

Permalink
docs: Fix example of Japanese text in plotting.qmd
Browse files Browse the repository at this point in the history
Thanks @jokyoku!
  • Loading branch information
georgestagg committed Jul 25, 2023
1 parent d9291ea commit ca4bbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/plotting.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The editable R code in this example demonstrates font and text features, feel fr
family="Comic Sans MS")
text(-4, 4, "This is English", family="cursive")
text(-4, -4, "هذا مكتوب باللغة العربية")
text(4, 4, "これは日本人です")
text(4, 4, "これは日本語です")
text(4, -4, "זה כתוב בעברית")</div>
<pre><code id="out"></code></pre>
<canvas
Expand Down

0 comments on commit ca4bbed

Please sign in to comment.