Texpad shows no error and yet does not compile pdf
I am using Texpad on Mac. I made a figure with 3 plots using pgfplots. It worked a few days ago but when I opened the file today, it failed to produce the pdf. It showed no error during the compiling. Does anyone know what the reason could be?
documentclass{article}
usepackage[T1]{fontenc}
usepackage[english]{babel}
usepackage[utf8]{inputenc}
usepackage[sc]{mathpazo}
usepackage{amsmath,amssymb,amsfonts,mathrsfs}
usepackage[amsmath,thmmarks]{ntheorem}
usepackage{graphicx}
usepackage{multirow}
usepackage{geometry}
usepackage{booktabs,makecell,longtable}
usepackage{lipsum}
usepackage{pdfpages}
usepackage{balance}
usepackage{lastpage}
usepackage{amsmath,bm}
usepackage{textcomp}
usepackage{subeqnarray}
usepackage{float}
usepackage{mathtools}
usepackage{cite}
usepackage[export]{adjustbox}
usepackage{etoolbox}
usepackage{enumitem}
usepackage{lmodern}
usepackage[labelfont=bf,font=sf,labelsep=space]{caption}
usepackage{mathpazo}
usepackage[nottoc,notlot,notlof]{tocbibind}
usepackage{pgfplots}
usepackage{pgfplotstable}
usepackage{hyperref}
usepackage{tikz}
usetikzlibrary{tikzmark}
pgfkeys{/pgf/number format/.cd,1000 sep={}}
newcommand{myfont}{fontfamily{cmss}selectfont}% used with mathpazo
DeclareMathOperator{Tr}{Tr}
setcounter{tocdepth}{2}
pgfplotsset{compat=1.5.1}
pgfplotsset{label style={font=Large},
tick label style={font=Large}}
pgfplotsset{error bars/.cd,
x dir=both, x explicit,
y dir=both, y explicit,
}
pgfplotsset{/pgfplots/error bars/error bar style={semithick,black}}
%pgfplotsset{/pgfplots/label shift={0pt}}
begin{document}
begin{figure}
centering
begin{tikzpicture}[trim axis left]
begin{axis}[
xmode=log,
ymode=normal,
enable tick line clipping=false,
axis line style=semithick,
width=9cm,
height=7cm,
legend image post style={mark options={scale=1}},
legend style={at={(0.95,10.9)},draw=none,
legend style={row sep=1pt},
legend style={column sep=3pt}},
legend cell align={left},
x tick style={black,semithick},
xmin=0.05,xmax=2000,
xtick={0.1,1,10,100,1000},
xtick pos=bottom,
minor x tick num=9,
xtick align=outside,
y tick style={black,semithick},
y label style=
{at={(ticklabel cs:0.5)},anchor=near ticklabel},
ylabel={{$E$} [{myfont GPa}]},
ymin=0,ymax=5,
ytick={0,1,...,5},
ytick pos=left,
ytick align=outside,
]
addplot [only marks,mark=*,mark options={scale=1.5,blue}]
table [x=x, y=y, y error=ey] {
x y ey
0.1 1.98 0.07
1 2.06 0.07
10 1.94 0.1
100 2.06 0.15
1000 2.2 0.12
};
addlegendentry{myfont machine direction}
addplot [only marks,mark=square*,mark options={scale=1.5,blue}] table [x=x, y=y, y error=ey] {
x y ey
0.1 2.24 0.18
1 2.46 0.11
10 1.92 0.07
100 2.58 0.23
1000 2.3 0.32
};
addlegendentry{myfont transverse direction}
addplot [black,dashed,semithick] table [x=x, y=y] {
x y
0.05 2.1
2000 2.1
};
end{axis}
end{tikzpicture}
begin{tikzpicture}[trim axis left]
begin{axis}[
xmode=log,
ymode=normal,
enable tick line clipping=false,
axis line style=semithick,
width=9cm,
height=7cm,
x tick style={black,semithick},
xmin=0.05,xmax=2000,
xtick={0.1,1,10,100,1000},
xtick pos=bottom,
minor x tick num=9,
xtick align=outside,
y tick style={black,semithick},
y label style=
{at={(ticklabel cs:0.5)},anchor=near ticklabel},
ylabel={{$sigma_{max}$} [{myfont MPa}]},
ymin=0,ymax=150,
ytick={0,50,...,150},
ytick pos=left,
ytick align=outside,
]
addplot [only marks,mark=*,mark options={scale=1.5,blue}]
table [x=x, y=y, y error=ey] {
x y ey
0.1 89.4 5.9
1 88.2 3.75
10 79.4 2.61
100 84.4 5.26
1000 86.2 7.19
};
addplot [only marks,mark=square*,mark options={scale=1.5,blue}] table [x=x, y=y, y error=ey] {
x y ey
0.1 101.7 12.04
1 114 6.45
10 82.1 0.6
100 103.7 8.56
1000 91.3 7.61
};
addplot [black,dashed,semithick] table [x=x, y=y] {
x y
0.05 63
2000 63
};
end{axis}
end{tikzpicture}
begin{tikzpicture}[trim axis left]
begin{axis}[
xmode=log,
ymode=normal,
enable tick line clipping=false,
axis line style=semithick,
width=9cm,
height=7cm,
x tick style={black,semithick},
x label style=
{at={(ticklabel cs:0.5)},anchor=near ticklabel},
xlabel={{$t_a$} [{myfont h}]},
xmin=0.05,xmax=2000,
xtick={0.1,1,10,100,1000},
xtick pos=bottom,
minor x tick num=9,
xtick align=outside,
y tick style={black,semithick},
y label style=
{at={(ticklabel cs:0.5)},anchor=near ticklabel},
ylabel={{$epsilon_{max}$} [{myfont -}]},
ymin=0,ymax=1.5,
ytick={0,0.5,...,1.5},
ytick pos=left,
ytick align=outside,
]
addplot [only marks,mark=*,mark options={scale=1.5,blue}]
table [x=x, y=y, y error=ey] {
x y ey
0.1 0.8 0.06
1 1 0.08
10 0.8 0.1
100 1 0.07
1000 1 0.08
};
addplot [only marks,mark=square*,mark options={scale=1.5,blue}] table [x=x, y=y, y error=ey] {
x y ey
0.1 0.8 0.1
1 0.7 0.08
10 1.2 0.04
100 0.7 0.06
1000 0.9 0.09
};
addplot [black,dashed,thick] table [x=x, y=y] {
x y
0.05 0.045
2000 0.045
};
end{axis}
end{tikzpicture}
end{figure}
end{document}
pgfplots texpad
add a comment |
I am using Texpad on Mac. I made a figure with 3 plots using pgfplots. It worked a few days ago but when I opened the file today, it failed to produce the pdf. It showed no error during the compiling. Does anyone know what the reason could be?
documentclass{article}
usepackage[T1]{fontenc}
usepackage[english]{babel}
usepackage[utf8]{inputenc}
usepackage[sc]{mathpazo}
usepackage{amsmath,amssymb,amsfonts,mathrsfs}
usepackage[amsmath,thmmarks]{ntheorem}
usepackage{graphicx}
usepackage{multirow}
usepackage{geometry}
usepackage{booktabs,makecell,longtable}
usepackage{lipsum}
usepackage{pdfpages}
usepackage{balance}
usepackage{lastpage}
usepackage{amsmath,bm}
usepackage{textcomp}
usepackage{subeqnarray}
usepackage{float}
usepackage{mathtools}
usepackage{cite}
usepackage[export]{adjustbox}
usepackage{etoolbox}
usepackage{enumitem}
usepackage{lmodern}
usepackage[labelfont=bf,font=sf,labelsep=space]{caption}
usepackage{mathpazo}
usepackage[nottoc,notlot,notlof]{tocbibind}
usepackage{pgfplots}
usepackage{pgfplotstable}
usepackage{hyperref}
usepackage{tikz}
usetikzlibrary{tikzmark}
pgfkeys{/pgf/number format/.cd,1000 sep={}}
newcommand{myfont}{fontfamily{cmss}selectfont}% used with mathpazo
DeclareMathOperator{Tr}{Tr}
setcounter{tocdepth}{2}
pgfplotsset{compat=1.5.1}
pgfplotsset{label style={font=Large},
tick label style={font=Large}}
pgfplotsset{error bars/.cd,
x dir=both, x explicit,
y dir=both, y explicit,
}
pgfplotsset{/pgfplots/error bars/error bar style={semithick,black}}
%pgfplotsset{/pgfplots/label shift={0pt}}
begin{document}
begin{figure}
centering
begin{tikzpicture}[trim axis left]
begin{axis}[
xmode=log,
ymode=normal,
enable tick line clipping=false,
axis line style=semithick,
width=9cm,
height=7cm,
legend image post style={mark options={scale=1}},
legend style={at={(0.95,10.9)},draw=none,
legend style={row sep=1pt},
legend style={column sep=3pt}},
legend cell align={left},
x tick style={black,semithick},
xmin=0.05,xmax=2000,
xtick={0.1,1,10,100,1000},
xtick pos=bottom,
minor x tick num=9,
xtick align=outside,
y tick style={black,semithick},
y label style=
{at={(ticklabel cs:0.5)},anchor=near ticklabel},
ylabel={{$E$} [{myfont GPa}]},
ymin=0,ymax=5,
ytick={0,1,...,5},
ytick pos=left,
ytick align=outside,
]
addplot [only marks,mark=*,mark options={scale=1.5,blue}]
table [x=x, y=y, y error=ey] {
x y ey
0.1 1.98 0.07
1 2.06 0.07
10 1.94 0.1
100 2.06 0.15
1000 2.2 0.12
};
addlegendentry{myfont machine direction}
addplot [only marks,mark=square*,mark options={scale=1.5,blue}] table [x=x, y=y, y error=ey] {
x y ey
0.1 2.24 0.18
1 2.46 0.11
10 1.92 0.07
100 2.58 0.23
1000 2.3 0.32
};
addlegendentry{myfont transverse direction}
addplot [black,dashed,semithick] table [x=x, y=y] {
x y
0.05 2.1
2000 2.1
};
end{axis}
end{tikzpicture}
begin{tikzpicture}[trim axis left]
begin{axis}[
xmode=log,
ymode=normal,
enable tick line clipping=false,
axis line style=semithick,
width=9cm,
height=7cm,
x tick style={black,semithick},
xmin=0.05,xmax=2000,
xtick={0.1,1,10,100,1000},
xtick pos=bottom,
minor x tick num=9,
xtick align=outside,
y tick style={black,semithick},
y label style=
{at={(ticklabel cs:0.5)},anchor=near ticklabel},
ylabel={{$sigma_{max}$} [{myfont MPa}]},
ymin=0,ymax=150,
ytick={0,50,...,150},
ytick pos=left,
ytick align=outside,
]
addplot [only marks,mark=*,mark options={scale=1.5,blue}]
table [x=x, y=y, y error=ey] {
x y ey
0.1 89.4 5.9
1 88.2 3.75
10 79.4 2.61
100 84.4 5.26
1000 86.2 7.19
};
addplot [only marks,mark=square*,mark options={scale=1.5,blue}] table [x=x, y=y, y error=ey] {
x y ey
0.1 101.7 12.04
1 114 6.45
10 82.1 0.6
100 103.7 8.56
1000 91.3 7.61
};
addplot [black,dashed,semithick] table [x=x, y=y] {
x y
0.05 63
2000 63
};
end{axis}
end{tikzpicture}
begin{tikzpicture}[trim axis left]
begin{axis}[
xmode=log,
ymode=normal,
enable tick line clipping=false,
axis line style=semithick,
width=9cm,
height=7cm,
x tick style={black,semithick},
x label style=
{at={(ticklabel cs:0.5)},anchor=near ticklabel},
xlabel={{$t_a$} [{myfont h}]},
xmin=0.05,xmax=2000,
xtick={0.1,1,10,100,1000},
xtick pos=bottom,
minor x tick num=9,
xtick align=outside,
y tick style={black,semithick},
y label style=
{at={(ticklabel cs:0.5)},anchor=near ticklabel},
ylabel={{$epsilon_{max}$} [{myfont -}]},
ymin=0,ymax=1.5,
ytick={0,0.5,...,1.5},
ytick pos=left,
ytick align=outside,
]
addplot [only marks,mark=*,mark options={scale=1.5,blue}]
table [x=x, y=y, y error=ey] {
x y ey
0.1 0.8 0.06
1 1 0.08
10 0.8 0.1
100 1 0.07
1000 1 0.08
};
addplot [only marks,mark=square*,mark options={scale=1.5,blue}] table [x=x, y=y, y error=ey] {
x y ey
0.1 0.8 0.1
1 0.7 0.08
10 1.2 0.04
100 0.7 0.06
1000 0.9 0.09
};
addplot [black,dashed,thick] table [x=x, y=y] {
x y
0.05 0.045
2000 0.045
};
end{axis}
end{tikzpicture}
end{figure}
end{document}
pgfplots texpad
The issue islegend style={at={(0.95,10.9)},...
, trylegend style={at={(0.95,0.9)}
instead.
– marmot
4 mins ago
add a comment |
I am using Texpad on Mac. I made a figure with 3 plots using pgfplots. It worked a few days ago but when I opened the file today, it failed to produce the pdf. It showed no error during the compiling. Does anyone know what the reason could be?
documentclass{article}
usepackage[T1]{fontenc}
usepackage[english]{babel}
usepackage[utf8]{inputenc}
usepackage[sc]{mathpazo}
usepackage{amsmath,amssymb,amsfonts,mathrsfs}
usepackage[amsmath,thmmarks]{ntheorem}
usepackage{graphicx}
usepackage{multirow}
usepackage{geometry}
usepackage{booktabs,makecell,longtable}
usepackage{lipsum}
usepackage{pdfpages}
usepackage{balance}
usepackage{lastpage}
usepackage{amsmath,bm}
usepackage{textcomp}
usepackage{subeqnarray}
usepackage{float}
usepackage{mathtools}
usepackage{cite}
usepackage[export]{adjustbox}
usepackage{etoolbox}
usepackage{enumitem}
usepackage{lmodern}
usepackage[labelfont=bf,font=sf,labelsep=space]{caption}
usepackage{mathpazo}
usepackage[nottoc,notlot,notlof]{tocbibind}
usepackage{pgfplots}
usepackage{pgfplotstable}
usepackage{hyperref}
usepackage{tikz}
usetikzlibrary{tikzmark}
pgfkeys{/pgf/number format/.cd,1000 sep={}}
newcommand{myfont}{fontfamily{cmss}selectfont}% used with mathpazo
DeclareMathOperator{Tr}{Tr}
setcounter{tocdepth}{2}
pgfplotsset{compat=1.5.1}
pgfplotsset{label style={font=Large},
tick label style={font=Large}}
pgfplotsset{error bars/.cd,
x dir=both, x explicit,
y dir=both, y explicit,
}
pgfplotsset{/pgfplots/error bars/error bar style={semithick,black}}
%pgfplotsset{/pgfplots/label shift={0pt}}
begin{document}
begin{figure}
centering
begin{tikzpicture}[trim axis left]
begin{axis}[
xmode=log,
ymode=normal,
enable tick line clipping=false,
axis line style=semithick,
width=9cm,
height=7cm,
legend image post style={mark options={scale=1}},
legend style={at={(0.95,10.9)},draw=none,
legend style={row sep=1pt},
legend style={column sep=3pt}},
legend cell align={left},
x tick style={black,semithick},
xmin=0.05,xmax=2000,
xtick={0.1,1,10,100,1000},
xtick pos=bottom,
minor x tick num=9,
xtick align=outside,
y tick style={black,semithick},
y label style=
{at={(ticklabel cs:0.5)},anchor=near ticklabel},
ylabel={{$E$} [{myfont GPa}]},
ymin=0,ymax=5,
ytick={0,1,...,5},
ytick pos=left,
ytick align=outside,
]
addplot [only marks,mark=*,mark options={scale=1.5,blue}]
table [x=x, y=y, y error=ey] {
x y ey
0.1 1.98 0.07
1 2.06 0.07
10 1.94 0.1
100 2.06 0.15
1000 2.2 0.12
};
addlegendentry{myfont machine direction}
addplot [only marks,mark=square*,mark options={scale=1.5,blue}] table [x=x, y=y, y error=ey] {
x y ey
0.1 2.24 0.18
1 2.46 0.11
10 1.92 0.07
100 2.58 0.23
1000 2.3 0.32
};
addlegendentry{myfont transverse direction}
addplot [black,dashed,semithick] table [x=x, y=y] {
x y
0.05 2.1
2000 2.1
};
end{axis}
end{tikzpicture}
begin{tikzpicture}[trim axis left]
begin{axis}[
xmode=log,
ymode=normal,
enable tick line clipping=false,
axis line style=semithick,
width=9cm,
height=7cm,
x tick style={black,semithick},
xmin=0.05,xmax=2000,
xtick={0.1,1,10,100,1000},
xtick pos=bottom,
minor x tick num=9,
xtick align=outside,
y tick style={black,semithick},
y label style=
{at={(ticklabel cs:0.5)},anchor=near ticklabel},
ylabel={{$sigma_{max}$} [{myfont MPa}]},
ymin=0,ymax=150,
ytick={0,50,...,150},
ytick pos=left,
ytick align=outside,
]
addplot [only marks,mark=*,mark options={scale=1.5,blue}]
table [x=x, y=y, y error=ey] {
x y ey
0.1 89.4 5.9
1 88.2 3.75
10 79.4 2.61
100 84.4 5.26
1000 86.2 7.19
};
addplot [only marks,mark=square*,mark options={scale=1.5,blue}] table [x=x, y=y, y error=ey] {
x y ey
0.1 101.7 12.04
1 114 6.45
10 82.1 0.6
100 103.7 8.56
1000 91.3 7.61
};
addplot [black,dashed,semithick] table [x=x, y=y] {
x y
0.05 63
2000 63
};
end{axis}
end{tikzpicture}
begin{tikzpicture}[trim axis left]
begin{axis}[
xmode=log,
ymode=normal,
enable tick line clipping=false,
axis line style=semithick,
width=9cm,
height=7cm,
x tick style={black,semithick},
x label style=
{at={(ticklabel cs:0.5)},anchor=near ticklabel},
xlabel={{$t_a$} [{myfont h}]},
xmin=0.05,xmax=2000,
xtick={0.1,1,10,100,1000},
xtick pos=bottom,
minor x tick num=9,
xtick align=outside,
y tick style={black,semithick},
y label style=
{at={(ticklabel cs:0.5)},anchor=near ticklabel},
ylabel={{$epsilon_{max}$} [{myfont -}]},
ymin=0,ymax=1.5,
ytick={0,0.5,...,1.5},
ytick pos=left,
ytick align=outside,
]
addplot [only marks,mark=*,mark options={scale=1.5,blue}]
table [x=x, y=y, y error=ey] {
x y ey
0.1 0.8 0.06
1 1 0.08
10 0.8 0.1
100 1 0.07
1000 1 0.08
};
addplot [only marks,mark=square*,mark options={scale=1.5,blue}] table [x=x, y=y, y error=ey] {
x y ey
0.1 0.8 0.1
1 0.7 0.08
10 1.2 0.04
100 0.7 0.06
1000 0.9 0.09
};
addplot [black,dashed,thick] table [x=x, y=y] {
x y
0.05 0.045
2000 0.045
};
end{axis}
end{tikzpicture}
end{figure}
end{document}
pgfplots texpad
I am using Texpad on Mac. I made a figure with 3 plots using pgfplots. It worked a few days ago but when I opened the file today, it failed to produce the pdf. It showed no error during the compiling. Does anyone know what the reason could be?
documentclass{article}
usepackage[T1]{fontenc}
usepackage[english]{babel}
usepackage[utf8]{inputenc}
usepackage[sc]{mathpazo}
usepackage{amsmath,amssymb,amsfonts,mathrsfs}
usepackage[amsmath,thmmarks]{ntheorem}
usepackage{graphicx}
usepackage{multirow}
usepackage{geometry}
usepackage{booktabs,makecell,longtable}
usepackage{lipsum}
usepackage{pdfpages}
usepackage{balance}
usepackage{lastpage}
usepackage{amsmath,bm}
usepackage{textcomp}
usepackage{subeqnarray}
usepackage{float}
usepackage{mathtools}
usepackage{cite}
usepackage[export]{adjustbox}
usepackage{etoolbox}
usepackage{enumitem}
usepackage{lmodern}
usepackage[labelfont=bf,font=sf,labelsep=space]{caption}
usepackage{mathpazo}
usepackage[nottoc,notlot,notlof]{tocbibind}
usepackage{pgfplots}
usepackage{pgfplotstable}
usepackage{hyperref}
usepackage{tikz}
usetikzlibrary{tikzmark}
pgfkeys{/pgf/number format/.cd,1000 sep={}}
newcommand{myfont}{fontfamily{cmss}selectfont}% used with mathpazo
DeclareMathOperator{Tr}{Tr}
setcounter{tocdepth}{2}
pgfplotsset{compat=1.5.1}
pgfplotsset{label style={font=Large},
tick label style={font=Large}}
pgfplotsset{error bars/.cd,
x dir=both, x explicit,
y dir=both, y explicit,
}
pgfplotsset{/pgfplots/error bars/error bar style={semithick,black}}
%pgfplotsset{/pgfplots/label shift={0pt}}
begin{document}
begin{figure}
centering
begin{tikzpicture}[trim axis left]
begin{axis}[
xmode=log,
ymode=normal,
enable tick line clipping=false,
axis line style=semithick,
width=9cm,
height=7cm,
legend image post style={mark options={scale=1}},
legend style={at={(0.95,10.9)},draw=none,
legend style={row sep=1pt},
legend style={column sep=3pt}},
legend cell align={left},
x tick style={black,semithick},
xmin=0.05,xmax=2000,
xtick={0.1,1,10,100,1000},
xtick pos=bottom,
minor x tick num=9,
xtick align=outside,
y tick style={black,semithick},
y label style=
{at={(ticklabel cs:0.5)},anchor=near ticklabel},
ylabel={{$E$} [{myfont GPa}]},
ymin=0,ymax=5,
ytick={0,1,...,5},
ytick pos=left,
ytick align=outside,
]
addplot [only marks,mark=*,mark options={scale=1.5,blue}]
table [x=x, y=y, y error=ey] {
x y ey
0.1 1.98 0.07
1 2.06 0.07
10 1.94 0.1
100 2.06 0.15
1000 2.2 0.12
};
addlegendentry{myfont machine direction}
addplot [only marks,mark=square*,mark options={scale=1.5,blue}] table [x=x, y=y, y error=ey] {
x y ey
0.1 2.24 0.18
1 2.46 0.11
10 1.92 0.07
100 2.58 0.23
1000 2.3 0.32
};
addlegendentry{myfont transverse direction}
addplot [black,dashed,semithick] table [x=x, y=y] {
x y
0.05 2.1
2000 2.1
};
end{axis}
end{tikzpicture}
begin{tikzpicture}[trim axis left]
begin{axis}[
xmode=log,
ymode=normal,
enable tick line clipping=false,
axis line style=semithick,
width=9cm,
height=7cm,
x tick style={black,semithick},
xmin=0.05,xmax=2000,
xtick={0.1,1,10,100,1000},
xtick pos=bottom,
minor x tick num=9,
xtick align=outside,
y tick style={black,semithick},
y label style=
{at={(ticklabel cs:0.5)},anchor=near ticklabel},
ylabel={{$sigma_{max}$} [{myfont MPa}]},
ymin=0,ymax=150,
ytick={0,50,...,150},
ytick pos=left,
ytick align=outside,
]
addplot [only marks,mark=*,mark options={scale=1.5,blue}]
table [x=x, y=y, y error=ey] {
x y ey
0.1 89.4 5.9
1 88.2 3.75
10 79.4 2.61
100 84.4 5.26
1000 86.2 7.19
};
addplot [only marks,mark=square*,mark options={scale=1.5,blue}] table [x=x, y=y, y error=ey] {
x y ey
0.1 101.7 12.04
1 114 6.45
10 82.1 0.6
100 103.7 8.56
1000 91.3 7.61
};
addplot [black,dashed,semithick] table [x=x, y=y] {
x y
0.05 63
2000 63
};
end{axis}
end{tikzpicture}
begin{tikzpicture}[trim axis left]
begin{axis}[
xmode=log,
ymode=normal,
enable tick line clipping=false,
axis line style=semithick,
width=9cm,
height=7cm,
x tick style={black,semithick},
x label style=
{at={(ticklabel cs:0.5)},anchor=near ticklabel},
xlabel={{$t_a$} [{myfont h}]},
xmin=0.05,xmax=2000,
xtick={0.1,1,10,100,1000},
xtick pos=bottom,
minor x tick num=9,
xtick align=outside,
y tick style={black,semithick},
y label style=
{at={(ticklabel cs:0.5)},anchor=near ticklabel},
ylabel={{$epsilon_{max}$} [{myfont -}]},
ymin=0,ymax=1.5,
ytick={0,0.5,...,1.5},
ytick pos=left,
ytick align=outside,
]
addplot [only marks,mark=*,mark options={scale=1.5,blue}]
table [x=x, y=y, y error=ey] {
x y ey
0.1 0.8 0.06
1 1 0.08
10 0.8 0.1
100 1 0.07
1000 1 0.08
};
addplot [only marks,mark=square*,mark options={scale=1.5,blue}] table [x=x, y=y, y error=ey] {
x y ey
0.1 0.8 0.1
1 0.7 0.08
10 1.2 0.04
100 0.7 0.06
1000 0.9 0.09
};
addplot [black,dashed,thick] table [x=x, y=y] {
x y
0.05 0.045
2000 0.045
};
end{axis}
end{tikzpicture}
end{figure}
end{document}
pgfplots texpad
pgfplots texpad
edited 12 mins ago
marmot
97k4112213
97k4112213
asked 12 mins ago
GagikGagik
154
154
The issue islegend style={at={(0.95,10.9)},...
, trylegend style={at={(0.95,0.9)}
instead.
– marmot
4 mins ago
add a comment |
The issue islegend style={at={(0.95,10.9)},...
, trylegend style={at={(0.95,0.9)}
instead.
– marmot
4 mins ago
The issue is
legend style={at={(0.95,10.9)},...
, try legend style={at={(0.95,0.9)}
instead.– marmot
4 mins ago
The issue is
legend style={at={(0.95,10.9)},...
, try legend style={at={(0.95,0.9)}
instead.– marmot
4 mins ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f473275%2ftexpad-shows-no-error-and-yet-does-not-compile-pdf%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f473275%2ftexpad-shows-no-error-and-yet-does-not-compile-pdf%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
The issue is
legend style={at={(0.95,10.9)},...
, trylegend style={at={(0.95,0.9)}
instead.– marmot
4 mins ago