Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 353b05b

Browse files
authored
DOC moved legend to upper center (#24847)
1 parent aee7f59 commit 353b05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/applications/plot_model_complexity_influence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def plot_influence(conf, mse_values, prediction_times, complexities):
266266
ax2.tick_params(axis="y", colors=line2.get_color())
267267

268268
plt.legend(
269-
(line1, line2), ("prediction error", "prediction latency"), loc="upper right"
269+
(line1, line2), ("prediction error", "prediction latency"), loc="upper center"
270270
)
271271

272272
plt.title(

0 commit comments

Comments
 (0)