Skip to content

Commit e4f067d

Browse files
committed
update readme code
1 parent e0e698d commit e4f067d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,21 @@ tikzplotlib.save("test.tex")
5959
\definecolor{color1}{rgb}{0.203921568627451,0.541176470588235,0.741176470588235}
6060
6161
\begin{axis}[
62-
axis background/.style={fill=white!89.80392156862746!black},
62+
axis background/.style={fill=white!89.8039215686275!black},
6363
axis line style={white},
6464
tick align=outside,
6565
tick pos=left,
66-
title={Simple plot $\frac{\alpha}{2}$},
66+
title={Simple plot \(\displaystyle \frac{\alpha}{2}\)},
6767
x grid style={white},
6868
xlabel={time (s)},
6969
xmajorgrids,
7070
xmin=-0.095, xmax=1.995,
71+
xtick style={color=white!33.3333333333333!black},
7172
y grid style={white},
7273
ylabel={Voltage (mV)},
7374
ymajorgrids,
74-
ymin=-1.1, ymax=1.1
75+
ymin=-1.1, ymax=1.1,
76+
ytick style={color=white!33.3333333333333!black}
7577
]
7678
\addplot [line width=1.64pt, color0, mark=*, mark size=3, mark options={solid}]
7779
table {%

0 commit comments

Comments
 (0)