Skip to content

Commit

Permalink
Merge pull request #71 from petered/more_schtuff
Browse files Browse the repository at this point in the history
removed inline backend setting
  • Loading branch information
petered committed Aug 12, 2015
2 parents 8c21aab + 1124977 commit d4ad2c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plotting/matplotlib_backend.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import matplotlib
matplotlib.use('TkAgg') # Makes windows pop up!
from abc import ABCMeta, abstractmethod
from general.should_be_builtins import bad_value
from plotting.data_conversion import put_data_in_grid, RecordBuffer, scale_data_to_8_bit, data_to_image
Expand Down

0 comments on commit d4ad2c8

Please sign in to comment.