2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00

added line where probabilities change

This commit is contained in:
Martin Thoma 2014-08-31 19:57:33 -04:00
parent ebfe45d170
commit 55c0eb4325
2 changed files with 2 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 95 KiB

Before After
Before After

View file

@ -63,6 +63,8 @@ b={mark=x,cyan!50!black,fill opacity=0.2}},
]
table[col sep=comma, meta=label] {data.csv};
\addplot[domain=40:90, thick, dashed, black!60!white,samples=10] {0.5*x-2.5};
\filldraw [fill=red!30!white, draw=black, thick] (axis cs:70,40) circle [radius=5pt];
\filldraw [fill=cyan!30!white, draw=black, thick] (axis cs:60,20) circle [radius=5pt];
\filldraw [fill=green!70!black, draw=black, thick] (axis cs:65,35) circle [radius=5pt] node [label={[inner sep=1pt, fill=white,text=black, fill opacity=0.75, text opacity=1]above left:$(65, 35)$}] {};