LaTeX-examples icon indicating copy to clipboard operation
LaTeX-examples copied to clipboard

Typo?

Open user202729 opened this issue 1 year ago • 0 comments

I suspect you should apply this:

--- a/tikz/2d-chi-squared-pdf/2d-chi-squared-pdf.tex
+++ b/tikz/2d-chi-squared-pdf/2d-chi-squared-pdf.tex
@@ -22,7 +23,7 @@
 \begin{tikzpicture}
     \begin{axis}[
         title=$\chi^2_k$,
-        legend style={at={(0.95, 0.95), anchor=north west}},
+        legend style={at={(0.95, 0.95)}, anchor=north west},
         axis x line=middle,
         axis y line=middle,
         grid  = major,

Because there's a bunch of Missing characters warning messages in the log which suggests the anchor specification was not interpreted the correct way.

Same bug with the cdf file.

user202729 avatar May 03 '24 02:05 user202729