Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39575ed commit 8cd97c1Copy full SHA for 8cd97c1
2 files changed
lib/matplotlib/backends/backend_ps.py
@@ -39,8 +39,6 @@
39
import binascii
40
import re
41
42
-if sys.platform.startswith('win'): cmd_split = '&'
43
-else: cmd_split = ';'
44
45
backend_version = 'Level II'
46
lib/matplotlib/texmanager.py
@@ -57,12 +57,8 @@
57
import matplotlib.dviread as dviread
58
59
60
-DEBUG = False
61
62
-if sys.platform.startswith('win'):
63
- cmd_split = '&'
64
-else:
65
- cmd_split = ';'
+DEBUG = False
66
67
68
@mpl.cbook.deprecated("2.1")
0 commit comments