Skip to content

Commit

Permalink
Merge pull request #1203 from ioam/linestyle_alias
Browse files Browse the repository at this point in the history
Dropped 'ls' as matplotlib 'linestyle' alias
  • Loading branch information
jlstevens committed Mar 13, 2017
2 parents 26d2072 + 6db62e1 commit bb4aae5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions holoviews/plotting/mpl/__init__.py
Expand Up @@ -81,9 +81,9 @@ def get_color_cycle():

style_aliases = {'edgecolor': ['ec', 'ecolor'], 'facecolor': ['fc'],
'linewidth': ['lw'], 'edgecolors': ['ec', 'edgecolor'],
'linestyle': ['ls'], 'size': ['s'], 'color': ['c'],
'markeredgecolor': ['mec'], 'markeredgewidth': ['mew'],
'markerfacecolor': ['mfc'], 'markersize': ['ms']}
'size': ['s'], 'color': ['c'], 'markeredgecolor': ['mec'],
'markeredgewidth': ['mew'], 'markerfacecolor': ['mfc'],
'markersize': ['ms']}

Store.renderers['matplotlib'] = MPLRenderer.instance()

Expand Down

0 comments on commit bb4aae5

Please sign in to comment.