mirror of
https://github.com/13hannes11/bachelor_thesis.git
synced 2024-09-04 01:11:00 +02:00
change plot for preference type to be black and white
This commit is contained in:
@@ -113,9 +113,9 @@ For the forest use case, the idea is that there are multiple types of user profi
|
|||||||
},
|
},
|
||||||
xtick={0,0.25, 0.5, 0.75,1},
|
xtick={0,0.25, 0.5, 0.75,1},
|
||||||
hide y axis]
|
hide y axis]
|
||||||
\addplot [draw=red][very thick] {gauss(0.25,0.1)} node[text=red][above,pos=0.5] {negative};
|
\addplot [draw=black, style={dashdotdotted}][very thick] {gauss(0.25,0.1)} node[text=black][above,pos=0.5] {negative};
|
||||||
\addplot [draw=blue][very thick] {gauss(0.5,0.05)} node[text=blue][above,pos=0.48] {neutral};
|
\addplot [draw=black, style={solid}][very thick] {gauss(0.5,0.05)} node[text=black][above,pos=0.48] {neutral};
|
||||||
\addplot [draw=green!60!black][very thick] {gauss(0.75,0.1)} node[text=green!60!black][above,pos=0.5] {positive};
|
\addplot [draw=black, style={dotted}][very thick] {gauss(0.75,0.1)} node[text=black][above,pos=0.5] {positive};
|
||||||
\end{axis}
|
\end{axis}
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
\caption{Distribution of preferences for a user type.}
|
\caption{Distribution of preferences for a user type.}
|
||||||
|
|||||||
Reference in New Issue
Block a user