Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. import matplotlib
  2. import glob
  3.  
  4.  
  5. **matplotlib.use('TKAgg')**
  6.  
  7.  
  8. import matplotlib.image as mpimg
  9.  
  10. import matplotlib.pyplot as plt
  11. import matplotlib.patches as patches
  12. import matplotlib.ticker as ticker
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement