|
1 |
| -% This file was created by tikzplotlib v0.8.0. |
| 1 | +% This file was created by tikzplotlib v0.8.1. |
2 | 2 | \begin{tikzpicture}
|
3 | 3 |
|
4 | 4 | \definecolor{color0}{rgb}{0.75,0.75,0}
|
| 5 | +\definecolor{color1}{rgb}{0,0.75,0.75} |
5 | 6 |
|
6 | 7 | \begin{axis}[
|
7 |
| -axis background/.style={fill=white!89.80392156862746!black}, |
8 |
| -axis line style={white}, |
9 | 8 | legend cell align={left},
|
10 |
| -legend style={at={(0.03,0.97)}, anchor=north west, draw=white!80.0!black, fill=white!89.80392156862746!black}, |
| 9 | +legend style={at={(0.03,0.97)}, anchor=north west, draw=white!80.0!black}, |
11 | 10 | tick align=outside,
|
12 | 11 | tick pos=left,
|
13 |
| -x grid style={white}, |
14 |
| -xmajorgrids, |
| 12 | +x grid style={white!69.01960784313725!black}, |
15 | 13 | xmin=-0.2, xmax=4.2,
|
16 |
| -xtick style={color=white!33.33333333333333!black}, |
17 |
| -y grid style={white}, |
18 |
| -ymajorgrids, |
19 |
| -ymin=0.85, ymax=4.15, |
20 |
| -ytick style={color=white!33.33333333333333!black} |
| 14 | +xtick style={color=black}, |
| 15 | +y grid style={white!69.01960784313725!black}, |
| 16 | +ymin=0.8, ymax=5.2, |
| 17 | +ytick style={color=black} |
21 | 18 | ]
|
22 | 19 | \addplot [semithick, red, const plot mark right]
|
23 | 20 | table {%
|
|
55 | 52 | 4 2
|
56 | 53 | };
|
57 | 54 | \addlegendentry{mid}
|
| 55 | +\addplot [semithick, color1, mark=*, mark size=3, mark options={solid}, only marks] |
| 56 | +table {% |
| 57 | +0 2 |
| 58 | +1 3 |
| 59 | +2 2 |
| 60 | +3 5 |
| 61 | +4 3 |
| 62 | +}; |
| 63 | +\addlegendentry{default} |
58 | 64 | \end{axis}
|
59 | 65 |
|
60 | 66 | \end{tikzpicture}
|
0 commit comments