import matplotlib.pyplot as plt import numpy as np # data x=["IEEE", "Elsevier", "Others"] y=[7, 6, 2] import seabor