Is your feature request related to a problem? Please describe.
pvlib is great and thanks to all the great contributions that exist. I don't necessarily see this as a problem, but rather an enhancement to have a plotting wrapper library based on plotly/ bokeh that makes it easy to prepare high quality plots instead of using matlplotlib. I am happy to take a first pass.
Describe the solution you'd like
Ideal solution would include good wrappers for generally used plotting functions like scatter plot, bar chart, line chart etc. with options to customize to allow the user to customize as needed, but also cut down up-front work in preparing the figure.
Describe alternatives you've considered
This is just an enhancement, so I have not considered any alternatives, open to suggestions/ feedback.