From 632f0f38f7e36ef4c9901b30848128b3f8bda7af Mon Sep 17 00:00:00 2001 From: Venkat Malladi <Venkat.Malladi@utsouthwestern.edu> Date: Tue, 7 Mar 2017 11:28:53 -0600 Subject: [PATCH] Update barplot. --- intervene_test/Histone_barplot.png | Bin 13483 -> 13483 bytes intervene_test/update_barplot.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/intervene_test/Histone_barplot.png b/intervene_test/Histone_barplot.png index f2ec4fc013faa211edc3d427b1cec2e747a8ebbf..922372a1b974abe446db2db6ad66b7e7740e6c9c 100644 GIT binary patch delta 70 zcmZ3TxjJ*haTzHdMgazf14g-@)C3p~Y!~*uUgUYPe64f>_qojvWpbHWmVcZ4eshq5 atB43g-0q!`AL?2dfWXt$&t;ucLK6Vdq#F<b delta 68 zcmZ3TxjJ*haTyVx*?ZUo7(Tppx$IsU^riL+=Zz-g$&8HaHh0P%WnyWMjP~9fq~Izd YBHpumr<C!BKMX+N>FVdQ&MBb@0QP7bD*ylh diff --git a/intervene_test/update_barplot.py b/intervene_test/update_barplot.py index ac9b0b5..ccc7674 100644 --- a/intervene_test/update_barplot.py +++ b/intervene_test/update_barplot.py @@ -9,7 +9,7 @@ pts = np.array([ 179, 49, 189, 55720, 907, 12592, 153356]) df = pd.DataFrame([ - 610, 257, 360, 55566, 3781, 12510, 153327]) + 610, 256, 358, 55566, 3765, 12510, 153327]) ind = np.arange(N) # the x locations for the groups width = 0.35 # the width of the bars -- GitLab