Skip to content

Commit

Permalink
example feat. ref_std_line
Browse files Browse the repository at this point in the history
  • Loading branch information
coxipi committed Jun 14, 2024
1 parent 537cc03 commit eaad3ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/notebooks/figanos_docs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1059,8 +1059,7 @@
"# Here, the type of marker is used to distinguish between locations, and the color \n",
"# distinguishes between variables. If those parameters are not specified, then each \n",
"# pair (location, multivar) has simply its own color.\n",
"# NB: Negatives correlations are not plotted\n",
"fg.taylordiagram(out, markers_key=\"location\", colors_key=\"multivar\")\n"
"fg.taylordiagram(out, markers_key=\"location\", colors_key=\"multivar\", ref_std_line = True)\n"
]
},
{
Expand Down

0 comments on commit eaad3ce

Please sign in to comment.