Skip to content

Commit

Permalink
Fixed yrotation and zrotation for mpl overlay plots.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceball committed Nov 17, 2017
1 parent ba13f7f commit 6b2922e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/plotting/mpl/element.py
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ class OverlayPlot(LegendPlot, GenericOverlayPlot):
_propagate_options = ['aspect', 'fig_size', 'xaxis', 'yaxis', 'zaxis',
'labelled', 'bgcolor', 'fontsize', 'invert_axes',
'show_frame', 'show_grid', 'logx', 'logy', 'logz',
'xticks', 'yticks', 'zticks', 'xrotation', 'yrotation'
'xticks', 'yticks', 'zticks', 'xrotation', 'yrotation',
'zrotation', 'invert_xaxis', 'invert_yaxis',
'invert_zaxis', 'title_format']

Expand Down

0 comments on commit 6b2922e

Please sign in to comment.