Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo? #51

Open
user202729 opened this issue May 3, 2024 · 0 comments
Open

Typo? #51

user202729 opened this issue May 3, 2024 · 0 comments

Comments

@user202729
Copy link

user202729 commented May 3, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant