mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
Remove trailing spaces
The commands find . -type f -name '*.md' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ and find . -type f -name '*.tex' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ were used to do so.
This commit is contained in:
parent
c578b25d2f
commit
7740f0147f
538 changed files with 3496 additions and 3496 deletions
|
@ -20,8 +20,8 @@
|
|||
height=9cm,
|
||||
bar width=7pt,
|
||||
symbolic x coords={
|
||||
$x_1$,$x_2$,$x_3$,$x_4$,$x_5$,$x_6$, $x_7$, $x_8$,
|
||||
$x_9$, $x_{10}$, $x_{11}$, $x_{12}$, $x_{13}$,
|
||||
$x_1$,$x_2$,$x_3$,$x_4$,$x_5$,$x_6$, $x_7$, $x_8$,
|
||||
$x_9$, $x_{10}$, $x_{11}$, $x_{12}$, $x_{13}$,
|
||||
$x_{14}$, $x_{15}$
|
||||
},
|
||||
xtick=data,
|
||||
|
@ -31,10 +31,10 @@
|
|||
%nodes near coords align={vertical},
|
||||
]
|
||||
\addplot[red, fill=red!15, shift={(-\shift,0)}] coordinates {
|
||||
($x_1$,96000) ($x_2$,126000) ($x_3$,115000)
|
||||
($x_1$,96000) ($x_2$,126000) ($x_3$,115000)
|
||||
($x_4$,125000) ($x_5$,123000) ($x_6$, 123000)
|
||||
($x_7$, 112000) ($x_8$, 111000) ($x_9$, 110000)
|
||||
($x_{10}$, 110000) ($x_{11}$, 120000)
|
||||
($x_{10}$, 110000) ($x_{11}$, 120000)
|
||||
($x_{12}$, 98000) ($x_{13}$, 130000)
|
||||
($x_{14}$, 87000) ($x_{15}$, 97000)};
|
||||
\end{axis}
|
||||
|
@ -48,8 +48,8 @@
|
|||
height=9cm,
|
||||
bar width=7pt,
|
||||
symbolic x coords={
|
||||
$x_1$,$x_2$,$x_3$,$x_4$,$x_5$,$x_6$, $x_7$, $x_8$,
|
||||
$x_9$, $x_{10}$, $x_{11}$, $x_{12}$, $x_{13}$,
|
||||
$x_1$,$x_2$,$x_3$,$x_4$,$x_5$,$x_6$, $x_7$, $x_8$,
|
||||
$x_9$, $x_{10}$, $x_{11}$, $x_{12}$, $x_{13}$,
|
||||
$x_{14}$, $x_{15}$
|
||||
},
|
||||
xtick=data,
|
||||
|
@ -58,7 +58,7 @@
|
|||
axis y line*=right,
|
||||
axis x line=none,
|
||||
]
|
||||
\addplot +[shift={(\shift,0)}] coordinates {($x_1$,27)
|
||||
\addplot +[shift={(\shift,0)}] coordinates {($x_1$,27)
|
||||
($x_2$,21) ($x_3$,27) ($x_4$,15) ($x_5$,19)
|
||||
($x_6$, 46) ($x_7$, 47) ($x_8$, 32) ($x_9$, 14)
|
||||
($x_{10}$, 20) ($x_{11}$, 50) ($x_{12}$, 19)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue