
from pref_voting.profiles import Profile
            
prof = Profile([[1, 2, 0, 3], [1, 3, 0, 2], [3, 1, 0, 2], [0, 3, 1, 2]], [1, 1, 1, 1])

prof.display_margin_graph()
