Learn practical skills, build real-world projects, and advance your career

matplotlib-and-seaborn

Use the "Run" button to execute the code.

!pip install jovian --upgrade --quiet
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="matplotlib-and-seaborn")
[jovian] Updating notebook "aiferxfr/matplotlib-and-seaborn" on https://jovian.ai [jovian] Committed successfully! https://jovian.ai/aiferxfr/matplotlib-and-seaborn
import matplotlib.pyplot as plt
import seaborn as sns
%matplotlib inline