Graphics, Figures & Tablespgfplots examples

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Jensschwaiger
Posts: 1
Joined: Sun Apr 01, 2018 10:32 am

pgfplots examples

Post by Jensschwaiger »

http://pgfplots.net/tikz/examples/weierstrass-function/
shows an example how to use lualatex with pgfplots in connection with more involved functions.
It seems that this does not compile in its original form.
Following some suggestions from the net I added

Code: Select all

\RequirePackage{luatex85,shellesc}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
at the very beginning of the code.
This worked.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

pgfplots examples

Post by Stefan Kottwitz »

Welcome to the forum!

Thank your for this information. I added it with that code line to the example description and explanation. I did not yet change the code itself, since it will work on older systems and then break without luatex85... I will test later. I better should check all LuaTeX examples.

Thanks again,

Stefan
LaTeX.org admin
Courtney McDaniel
Posts: 7
Joined: Mon Apr 16, 2018 11:04 am

pgfplots examples

Post by Courtney McDaniel »

It seems that in my case the problem concerns luatex as such, I should check again.
Post Reply