-
matplotlib will crash when using tex's autosizing arrow brackets in plots. note that autosizing parentheses and rectangular brackets work fine. see example below.
import pylab
x = range(-5,5)
# works
pylab.subplot( 2 , 1 , 1 )
pylab.plot( x , x )
pylab.xlabel( '$\left[x\\right]$' )
pylab.show()
# crashes
pylab.subplot( 2 , 1 , 2 )
pylab.plot( x , x )
pylab.xlabel(...
2008-12-04 18:07:47 UTC in matplotlib
-
the examples in the gallery on the matplotlib web page all use fill_between(), which no longer exists.
the documentation included with matplotlib now uses a combination of poly_between() and fill(). you can probably just copy and paste.
2008-12-04 17:27:42 UTC in matplotlib
-
zero1979 registered the dbrief project.
2006-01-20 16:12:47 UTC in dbrief
-
zero1979 registered the silverflux project.
2005-11-16 15:30:14 UTC in silverflux
-
zero1979 registered the game-manager project.
2005-06-17 17:22:01 UTC in game-manager