mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
added more random data;added parameters to multivariate-random.py
This commit is contained in:
parent
80bfd7b9ca
commit
67feb2890d
3 changed files with 6044 additions and 4032 deletions
|
@ -5,7 +5,7 @@
|
|||
\usepackage{pgfplots}
|
||||
\pgfplotsset{compat=1.10}
|
||||
\usepackage{tikz}
|
||||
\usetikzlibrary{arrows,positioning}
|
||||
\usetikzlibrary{arrows, positioning}
|
||||
\usepackage{helvet}
|
||||
\usepackage[eulergreek]{sansmath}
|
||||
|
||||
|
@ -48,7 +48,7 @@
|
|||
y label style={at={(axis description cs:-0.05,0.5)},
|
||||
anchor=south,
|
||||
rotate=90,
|
||||
font=\boldmath\sansmath\sffamily\Large},
|
||||
font=\boldmath\sansmath\sffamily\Large}
|
||||
]
|
||||
\addplot[
|
||||
scatter,
|
||||
|
@ -65,9 +65,9 @@ scatter,
|
|||
only marks,
|
||||
point meta=explicit symbolic,
|
||||
scatter/classes={
|
||||
b={mark=*,mark size=3pt,red!30!white,draw=black},%
|
||||
c={mark=*,mark size=3pt,cyan!30!white,draw=black},%
|
||||
a={mark=*,mark size=3pt,green!70!black,draw=black}},
|
||||
b={mark=*,mark size=4pt,red!30!white,draw=black},%
|
||||
c={mark=*,mark size=4pt,cyan!30!white,draw=black},%
|
||||
a={mark=*,mark size=4pt,green!70!black,draw=black,pin=135:{\color{black}$(65, 35)$},label={(65, 35)}] {}}},
|
||||
]
|
||||
table[meta=label] {
|
||||
x y label
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue