Skip to content

Commit 30a7ee4

Browse files
committed
Installed TkAgg support for matplotlib and set backend to TkAgg in matplotlibrc of the Visualizer to enable animations.
1 parent 727ef61 commit 30a7ee4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Visualizer/matplotlibrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# The default backend; one of GTK GTKAgg GTKCairo GTK3Agg GTK3Cairo
2+
# CocoaAgg MacOSX Qt4Agg Qt5Agg TkAgg WX WXAgg Agg Cairo GDK PS PDF SVG
3+
backend : TkAgg

deploy.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ pip3 install --user --upgrade filterpy # this upgrades numpy / scipy stack
5454
sudo apt-get install libgsl0-dev
5555
#sudo apt-get install libgsl0ldbl
5656

57+
sudo apt-get install tcl-dev tk-dev python-tk python3-tk
58+
5759
pip3 install --user 2to3
5860

5961
#sudo pip install git+https://github.com/ajmendez/PyMix.git

0 commit comments

Comments
 (0)