Skip to content

Commit

Permalink
Fix warning in ref_val example of plot_posterior (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril authored and ahartikainen committed Sep 29, 2019
1 parent d58fd61 commit a2ec64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arviz/plots/posteriorplot.py
Expand Up @@ -142,7 +142,7 @@ def plot_posterior(
:context: close-figs
>>> az.plot_posterior(data, ref_val= {"theta": [{"school": "Deerfield", "ref_val": 4},
{"school": "Choate", "ref_val": 3}]})
... {"school": "Choate", "ref_val": 3}]})
Show reference values using a list
Expand Down

0 comments on commit a2ec64d

Please sign in to comment.