Skip to content
Snippets Groups Projects
Commit 91bef1ce authored by fadwael.khaddar_ird.fr's avatar fadwael.khaddar_ird.fr
Browse files

VennDiagram

parent c3c81c1b
No related branches found
No related tags found
No related merge requests found
####-------- Intersection of bed files --------####
# Autor: Fadwa EL KHADDAR
# Lab : DIADE - IRD
# University : Montpellier - France
import os
import subprocess
......@@ -90,6 +94,5 @@ root.title("Venn Diagram")
canvas = FigureCanvasTkAgg(fig, master=root)
canvas.draw()
canvas.get_tk_widget().pack()
canvas.get_tk_widget().pack(side=tk.TOP, fill=tk.BOTH, expand=1)
root.mainloop()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment