snotskie / EpistemicNetworkAnalysis.jl

Native implementation of Epistemic Network Analysis written in the Julia programming language. Based on rENA 0.2.0.1.
https://snotskie.github.io/EpistemicNetworkAnalysis.jl/
GNU General Public License v3.0
6 stars 2 forks source link

plot_extras! should show means too #67

Open snotskie opened 2 months ago

snotskie commented 2 months ago

https://github.com/snotskie/EpistemicNetworkAnalysis.jl/blob/225f95371b387f2ae1dc1e302fb11a8f1ac336bc/src/linearplotting.jl#L998C9-L999C21

https://github.com/snotskie/EpistemicNetworkAnalysis.jl/blob/225f95371b387f2ae1dc1e302fb11a8f1ac336bc/src/linearplotting.jl#L1022C9-L1023C21

After the decorations for trajectories and spectories have been added, before pushing the plot to ps, a call to plot_extras! is missing, similar to what's done in the lines below

https://github.com/snotskie/EpistemicNetworkAnalysis.jl/blob/225f95371b387f2ae1dc1e302fb11a8f1ac336bc/src/linearplotting.jl#L901C9-L904C21

snotskie commented 2 months ago

staged in https://github.com/snotskie/EpistemicNetworkAnalysis.jl/commit/eb98232564ffe6e9d21e9c9225dce9ce75e521d3