Azure / Azure-TDSP-Utilities

Utilities and scripts developed as part of Microsoft's Team Data Science Process for productive data science
Creative Commons Attribution 4.0 International
373 stars 275 forks source link

Enhancement: Separate Plotting #27

Closed Pelonza closed 6 years ago

Pelonza commented 7 years ago

We run into an issue recently where we wanted to increase the font size on some of the plots, specifically the pie plots.

I am not sure I see the extra value in nesting and hiding the combined plot call. I would suggest just pulling the plot calls directly into the notebook. this would more easily facilitate a user pulling the notebook code chunk out and reproducing/modifying the plot.

Another thing to consider would be a move to bokeh for the visualizations to allow more interaction and adjustment of the plots before exporting them.

xibingaomsft commented 6 years ago

Thanks for the suggestions. We will put those in our backlogs and also feel free to send pull request with your features and bug fixes.