Skip to content

Commit 6035e94

Browse files
committed
fix legend
1 parent 4ad1955 commit 6035e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/examples/py_double_ml_cvar.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@
674674
"ax.grid()\n",
675675
"\n",
676676
"ax.plot(df['Quantile'],df['DML CVaR'], color='violet', label='Estimated CVaR')\n",
677-
"ax.plot(df['Quantile'],df['CVaR'], color='green', label='True QTE')\n",
677+
"ax.plot(df['Quantile'],df['CVaR'], color='green', label='True CVaR')\n",
678678
"ax.fill_between(df['Quantile'], df['DML CVaR pointwise lower'], df['DML CVaR pointwise upper'], color='violet', alpha=.3, label='Pointwise Confidence Interval')\n",
679679
"ax.fill_between(df['Quantile'], df['DML CVaR joint lower'], df['DML CVaR joint upper'], color='violet', alpha=.2, label='Joint Confidence Interval')\n",
680680
"\n",

0 commit comments

Comments
 (0)