You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to make the class have its private members public. This way I can extend the plot class for additional functionality. It would also be great to refactor the show to use a show(String html, File outputFile) that saves the HTML to a file, so that it can be reused for other page set-ups.