mirror of
https://gitee.com/openharmony/third_party_rust_itoa
synced 2024-11-26 23:00:39 +00:00
Adjust chart margins and background for dark themes
This commit is contained in:
parent
0788e27004
commit
bfd3ee6f24
@ -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}
|
||||
|
BIN
performance.png
BIN
performance.png
Binary file not shown.
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 82 KiB |
Loading…
Reference in New Issue
Block a user