Skip to content

Commit 34d35f9

Browse files
committed
moving docs around
1 parent df97d01 commit 34d35f9

File tree

3 files changed

+3429
-68
lines changed

3 files changed

+3429
-68
lines changed

contrib_colormaps/plotting.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ def swatch(name, bounds=None, array=array, **kwargs):
2727
cmap=palette[name]))
2828
if 'matplotlib' in backends:
2929
aspect = kwargs.pop('aspect', 15)
30-
fig_size = kwargs.pop('fig_size', 350)
30+
fig_size = kwargs.pop('fig_size',350)
3131
plot.opts(opts.Image(backend='matplotlib', aspect=aspect, fig_size=fig_size,
3232
cmap=cm[name]))
33+
3334
return plot.opts(opts.Image(xaxis=None, yaxis=None), opts.Image(**kwargs))
3435

3536

0 commit comments

Comments
 (0)