Given the following statement: import matplotlib.pyplot as plt 'plt' in the above statement is .............. name.
import matplotlib.pyplot as plt
'plt'
Given the following code for histogram:
df.plot(kind='hist', edgecolor="Green", linewidth=2, linestyle='-', fill=False, hatch='o')
What is the role of fill=False?
fill=False