File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,7 +134,8 @@ def __init__(self):
134134 self .font_info [font .lower ()])
135135 break
136136 else :
137- warnings .warn ('No LaTeX-compatible font found for the %s font family in rcParams. Using default.' % ff )
137+ mpl .verbose .report ('No LaTeX-compatible font found for \
138+ the %s font family in rcParams. Using default.' % ff , 'helpful' )
138139 setattr (self , font_family_attr , font_family )
139140 fontconfig .append (getattr (self , font_family_attr )[0 ])
140141 self ._fontconfig = '' .join (fontconfig )
Original file line number Diff line number Diff line change 88 wget http://peak.telecommunity.com/dist/ez_setup.py
99 sudo python ez_setup.py
1010
11- sudo easy_install -f http://code.enthought.com/enstaller/eggs/source/unstable/ "enthought.etsconfig <3.0a" "enthought.util <3.0a" "enthought.debug <3.0a"
11+ sudo easy_install -f http://code.enthought.com/enstaller/eggs/source/unstable/ \
12+ "enthought.etsconfig <3.0a" "enthought.util <3.0a" "enthought.debug <3.0a"
1213
1314 svn co https://svn.enthought.com/svn/enthought/branches/enthought.traits_2.0 enthought_traits
1415
Original file line number Diff line number Diff line change @@ -1528,6 +1528,8 @@ RendererAgg::draw_lines(const Py::Tuple& args) {
15281528 GCAgg gc = GCAgg (args[0 ], dpi, snapto);
15291529
15301530 set_clipbox_rasterizer (gc.cliprect );
1531+ // path_t transpath(path, xytrans);
1532+ _process_alpha_mask (gc);
15311533
15321534 Transformation* mpltransform = static_cast <Transformation*>(args[3 ].ptr ());
15331535
You can’t perform that action at this time.
0 commit comments