Update matplotlibrc filtering for GUI backends

This commit is contained in:
Adam J. Stewart
2016-08-03 12:35:09 -05:00
parent a388871083
commit 8a0824df09
2 changed files with 10 additions and 10 deletions

View File

@@ -133,6 +133,8 @@ def install(self, spec, prefix):
# TODO: Once better testing support is integrated, add the following tests
# https://wiki.python.org/moin/TkInter
#
# Note: Only works if ForwardX11Trusted is enabled, i.e. `ssh -Y`
#
# if '+tk' in spec:
# env['TK_LIBRARY'] = join_path(spec['tk'].prefix.lib,
# 'tk{0}'.format(spec['tk'].version.up_to(2)))