set textwidth=79  
set shiftwidth=4  
set tabstop=4     
set expandtab     
set softtabstop=4 
set shiftround    
set autoindent    
---

autocmd BufWritePost *.py call Flake8()
---

set statusline+=%#warningmsg#
set statusline+=%{SyntasticStatuslineFlag()}
set statusline+=%*
let g:syntastic_auto_loc_list=1
let g:syntastic_loc_list_height=5
---

import matplotlib
matplotlib.use("Qt4Aqq")

import matplotlib.pyplot as plt
---

export VIRTUALENVWRAPPER_PYTHON=/usr/local/bin/python3
---
source /usr/local/bin/virtualenvwrapper.sh
---



