Skip to content

Commit

Permalink
Switched Palette for Cycle in matplotlib's bar_economic.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Jun 25, 2017
1 parent f955684 commit 600ca04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demos/matplotlib/bars_economic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"metadata": {},
"outputs": [],
"source": [
"%%opts Bars [category_index=2 stack_index=1 group_index=0 xrotation=90 color_by=['stack']] (color=Palette('tab20'))\n",
"%%opts Bars [category_index=2 stack_index=1 group_index=0 xrotation=90 color_by=['stack']] (color=Cycle('tab20'))\n",
"%%opts Bars [legend_position='right' legend_cols=2]\n",
"macro.to.bars([ 'Year', 'Country'], 'Trade', [])"
]
Expand Down

0 comments on commit 600ca04

Please sign in to comment.