DEV Community

Discussion on: Visualizing the patterns of missing value occurrence with Python

Collapse
 
ra312 profile image
Rauan Akylzhanov

You still need to call plt.show(), right ?

Collapse
 
balaranga33 profile image
balaranga33

Actually no, if you used this magic function in jupyter notebook "%matplotlib inline" then you don't need to call plt.show()