Plotter complete revision
This MR unifies the plotter public interface. Some comments:
- User needs to specify the block, some plots allow to plot attributes from multiple blocks, such as the correlation plot
- User can select a subset of attributes from a block
- Every function only returns or produces a single figure
- By default the Plotly figure object is returned
- The user can specify the saving/output options in the plotter, or use the helper function
write_image(...)
to store the Plotly figure