I am trying to import seaborn into python (using 2.7) using the following code:
import matplotlib.pyplot as plt import seaborn as sns import pandas as pd imp
You can try using Seaborn. It works for both 2.7 as well as 3.6. You can install it by running:
pip install seaborn