File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Original file line number Diff line number Diff line change
1
+ 2008-05-21 Fix a "local variable unreferenced" bug in plotfile - MM
2
+
1
3
2008-05-19 Fix crash when Windows can not access the registry to
2
4
determine font path [Bug 1966974, thanks Patrik Simons] - MGD
3
5
Original file line number Diff line number Diff line change 38
38
39
39
def switch_backend (newbackend ):
40
40
"""
41
- Swtich the default backend to newbackend. This feature is
41
+ Switch the default backend to newbackend. This feature is
42
42
EXPERIMENTAL, and is only expected to work switching to an image
43
43
backend. Eg, if you have a bunch of PS scripts that you want to
44
44
run from an interactive ipython session, you may want to switch to
@@ -1225,7 +1225,7 @@ def getname_val(identifier):
1225
1225
xname , x = getname_val (cols [0 ])
1226
1226
1227
1227
if len (cols )== 1 :
1228
- ax1 = fig .add_subplot (N ,1 ,i )
1228
+ ax1 = fig .add_subplot (1 ,1 ,1 )
1229
1229
funcname = plotfuncs .get (cols [0 ], 'plot' )
1230
1230
func = getattr (ax1 , funcname )
1231
1231
func (x , ** kwargs )
You can’t perform that action at this time.
0 commit comments