Adjust chart margins and background for dark themes

This commit is contained in:
David Tolnay 2021-12-12 00:22:28 -08:00
parent 0788e27004
commit bfd3ee6f24
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,7 @@
\definecolor{std}{HTML}{949494}
\definecolor{bg}{HTML}{CFCFCF}
\begin{document}
\pagecolor{white}
\begin{tikzpicture}
\edef\entries{
"$0${\enspace}as{\enspace}i16",
@ -75,5 +76,8 @@
(4, 24)
};
\end{axis}
\pgfresetboundingbox\path
(current axis.south west) -- ++(-0.37in,-0.09in)
rectangle (current axis.north east) -- ++(0.05in,0.05in);
\end{tikzpicture}
\end{document}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 82 KiB