hvplot: Creating border around plot

73 views Asked by At

I want to create a plot using hvplot that has a border around all four sides, like the default style of matplotlib when I'm using Jupyter notebook. Example:enter image description here

However, using hvplot, whether I use extension("bokeh") or extension("matplotlib"), the plots come out with no border:

enter image description here

I tried opts(border = 1), but this doesn't have the desired effect.

Is there a way for hvplot to output a plot with a border around all four sides like matplotlib?

0

There are 0 answers