0

How can I change pandas-profiling's plot size and font size (correlations: heatmap, missing values plots and heatmap) in Jupiter Notebook?

import pandas as pd
from ydata_profiling import ProfileReport

profile_test = ProfileReport(test, title="Profiling Report", interactions=None)
profile_test.to_widgets()

The correlation plot has a lot of information in it and is currently too small

enter image description here

enter image description here

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129

0 Answers0