Skip to content

Commit

Permalink
update bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
gidden committed Mar 19, 2019
1 parent d25b765 commit cc74d35
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions doc/source/tutorials/legends.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyam/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# default legend kwargs for putting legends outside of plots
OUTSIDE_LEGEND = {
'right': dict(loc='center left', bbox_to_anchor=(1.0, 0.5)),
'bottom': dict(loc='lower center', bbox_to_anchor=(0.5, -0.5), ncol=3),
'bottom': dict(loc='upper center', bbox_to_anchor=(0.5, -0.2), ncol=3),
}


Expand Down
Binary file modified tests/expected_figs/test_line_plot_bottom_legend.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cc74d35

Please sign in to comment.