This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Last login: Mon Jun 30 15:50:02 on ttys005 | |
Gabimac:Projeto-Classificacao chs$ python -m cProfile -s time classificacao3D.py | |
Executando banda = 100% para 3 dimensões: | |
Banda Sakoe-Chiba: 0 \% | |
Acertos: 669 Erros: 135 | |
Porcentagem total de acurácia: 83.2089552239 % | |
Arquivos gerados: matriz_de_confusao_3D_0.png e matriz_de_porcentagens_3D_0.png | |
128649793 function calls (128640702 primitive calls) in 5999.299 seconds | |
Ordered by: internal time | |
ncalls tottime percall cumtime percall filename:lineno(function) | |
318384 5890.338 0.019 5940.016 0.019 classificacao3D.py:90(calcula_DTW3) | |
1 38.808 38.808 5998.041 5998.041 classificacao3D.py:142(main) | |
18860658 23.965 0.000 23.965 0.000 {range} | |
18224413 16.100 0.000 16.100 0.000 {max} | |
71467825 13.110 0.000 13.110 0.000 {method 'append' of 'list' objects} | |
1202 7.395 0.006 7.395 0.006 {method 'readline' of 'file' objects} | |
17905480 6.169 0.000 6.169 0.000 {min} | |
318536 0.388 0.000 0.388 0.000 {round} | |
993999/993700 0.262 0.000 0.262 0.000 {len} | |
2 0.193 0.096 0.193 0.096 {built-in method write_png} | |
1 0.067 0.067 0.067 0.067 mathtext.py:19(<module>) | |
1068 0.058 0.000 0.058 0.000 {method 'set_text' of 'FT2Font' objects} | |
1 0.057 0.057 0.058 0.058 __init__.py:4(<module>) | |
1 0.056 0.056 0.107 0.107 font_manager.py:21(<module>) | |
1 0.054 0.054 0.077 0.077 urllib.py:23(<module>) | |
2 0.051 0.026 0.077 0.039 backend_macosx.py:363(__init__) | |
1 0.048 0.048 0.065 0.065 subprocess.py:14(<module>) | |
12130 0.044 0.000 0.044 0.000 {numpy.core.multiarray.array} | |
810/299 0.042 0.000 0.043 0.000 sre_parse.py:140(getwidth) | |
1 0.041 0.041 0.046 0.046 {cPickle.load} | |
5010 0.040 0.000 0.040 0.000 {method 'reduce' of 'numpy.ufunc' objects} | |
10 0.035 0.004 0.386 0.039 __init__.py:1(<module>) | |
1 0.034 0.034 0.101 0.101 _axes.py:1(<module>) | |
12167 0.032 0.000 0.056 0.000 weakref.py:47(__init__) | |
23709 0.032 0.000 0.032 0.000 __init__.py:822(__getitem__) | |
424 0.032 0.000 0.197 0.000 text.py:287(_get_layout) | |
12165 0.030 0.000 0.085 0.000 transforms.py:85(__init__) | |
1796 0.030 0.000 0.030 0.000 {method 'split' of 'str' objects} | |
3162 0.028 0.000 0.073 0.000 path.py:199(_update_values) | |
356 0.026 0.000 0.027 0.000 {built-in method draw_text_image} | |
409 0.026 0.000 0.032 0.000 artist.py:918(get_valid_values) | |
2 0.025 0.013 0.026 0.013 backend_macosx.py:391(_init_toolbar) | |
1 0.025 0.025 0.280 0.280 __init__.py:99(<module>) | |
4080/2630 0.022 0.000 0.039 0.000 transforms.py:137(_invalidate_internal) | |
206 0.022 0.000 0.036 0.000 sre_compile.py:207(_optimize_charset) | |
1 0.021 0.021 0.022 0.022 __init__.py:88(<module>) | |
303/76 0.021 0.000 0.050 0.001 sre_parse.py:379(_parse) | |
12167 0.021 0.000 0.023 0.000 UserDict.py:4(__init__) | |
5162 0.020 0.000 0.020 0.000 {numpy.core._dotblas.dot} | |
36404 0.019 0.000 0.019 0.000 {isinstance} | |
2580 0.019 0.000 0.194 0.000 markers.py:180(_recache) | |
1 0.019 0.019 0.144 0.144 _subplots.py:1(<module>) | |
1464 0.018 0.000 0.021 0.000 artist.py:79(__init__) | |
552 0.017 0.000 0.240 0.000 lines.py:137(__init__) | |
1 0.016 0.016 0.067 0.067 contour.py:4(<module>) | |
3162 0.016 0.000 0.103 0.000 path.py:103(__init__) | |
384 0.016 0.000 0.284 0.001 text.py:524(draw) | |
286 0.016 0.000 0.034 0.000 {__import__} | |
1721 0.014 0.000 0.018 0.000 twodim_base.py:175(eye) | |
9783 0.014 0.000 0.085 0.000 transforms.py:1549(__init__) | |
164 0.014 0.000 0.016 0.000 {method 'sub' of '_sre.SRE_Pattern' objects} | |
1 0.014 0.014 0.017 0.017 subprocess.py:389(<module>) | |
1 0.013 0.013 0.652 0.652 pyplot.py:17(<module>) | |
1 0.013 0.013 0.014 0.014 socket.py:45(<module>) | |
2 0.013 0.006 0.013 0.006 {built-in method resize} | |
1 0.012 0.012 0.013 0.013 backend_macosx.py:1(<module>) | |
524 0.012 0.000 0.015 0.000 inspect.py:743(getargs) | |
1 0.012 0.012 5999.301 5999.301 classificacao3D.py:11(<module>) | |
1 0.012 0.012 0.064 0.064 __init__.py:15(<module>) | |
1068 0.012 0.000 0.039 0.000 backend_agg.py:257(_get_agg_font) | |
23461 0.012 0.000 0.012 0.000 {getattr} | |
356 0.012 0.000 0.084 0.000 backend_agg.py:172(draw_text) | |
5424 0.012 0.000 0.083 0.000 transforms.py:1695(__init__) | |
1721 0.012 0.000 0.030 0.000 numeric.py:2053(identity) | |
356 0.011 0.000 0.011 0.000 {method 'draw_glyphs_to_bitmap' of 'FT2Font' objects} | |
2004/1062 0.011 0.000 0.038 0.000 transforms.py:2237(get_affine) | |
5115 0.011 0.000 0.015 0.000 cbook.py:665(iterable) | |
1 0.010 0.010 0.012 0.012 polynomial.py:55(<module>) | |
2 0.010 0.005 0.089 0.045 backend_macosx.py:249(new_figure_manager_given_figure) | |
4835 0.009 0.000 0.013 0.000 cbook.py:674(is_string_like) | |
728 0.009 0.000 0.021 0.000 transforms.py:1794(rotate) | |
2786 0.009 0.000 0.034 0.000 transforms.py:161(set_children) | |
1 0.009 0.009 0.315 0.315 __init__.py:106(<module>) | |
1 0.009 0.009 0.029 0.029 numeric.py:1(<module>) | |
586/67 0.009 0.000 0.058 0.001 sre_compile.py:32(_compile) | |
1 0.009 0.009 0.233 0.233 backend_bases.py:28(<module>) | |
1 0.009 0.009 0.011 0.011 heapq.py:31(<module>) | |
4686 0.009 0.000 0.023 0.000 weakref.py:79(__setitem__) | |
11 0.009 0.001 0.011 0.001 collections.py:237(namedtuple) | |
2 0.008 0.004 0.013 0.006 __init__.py:3(<module>) | |
1 0.008 0.008 0.162 0.162 figure.py:12(<module>) | |
800 0.008 0.000 0.038 0.000 font_manager.py:654(__init__) | |
3485 0.008 0.000 0.009 0.000 sre_parse.py:182(__next) | |
6219 0.008 0.000 0.013 0.000 six.py:482(iteritems) | |
4686 0.008 0.000 0.008 0.000 weakref.py:228(__init__) | |
2358/2340 0.008 0.000 0.018 0.000 units.py:125(get_converter) | |
1290 0.008 0.000 0.117 0.000 markers.py:227(set_marker) | |
524 0.007 0.000 0.008 0.000 <string>:8(__new__) | |
1 0.007 0.007 0.010 0.010 _datasource.py:33(<module>) | |
11 0.007 0.001 0.040 0.004 artist.py:946(_get_setters_and_targets) | |
1494 0.007 0.000 0.016 0.000 font_manager.py:700(__hash__) | |
1 0.007 0.007 0.009 0.009 chebyshev.py:87(<module>) | |
1 0.007 0.007 0.034 0.034 widgets.py:10(<module>) | |
1 0.007 0.007 0.012 0.012 cbook.py:7(<module>) | |
6909 0.007 0.000 0.026 0.000 numeric.py:392(asarray) | |
1 0.007 0.007 0.009 0.009 hermite.py:59(<module>) | |
300 0.007 0.000 0.027 0.000 lines.py:418(recache) | |
1 0.007 0.007 0.007 0.007 rrule.py:6(<module>) | |
1 0.007 0.007 0.008 0.008 io.py:34(<module>) | |
1 0.007 0.007 0.023 0.023 dates.py:111(<module>) | |
372 0.007 0.000 0.071 0.000 patches.py:609(_update_patch_transform) | |
1 0.007 0.007 0.181 0.181 textpath.py:3(<module>) | |
1 0.007 0.007 0.026 0.026 npyio.py:1(<module>) | |
1612 0.007 0.000 0.011 0.000 colors.py:337(to_rgba) | |
1106 0.006 0.000 0.037 0.000 transforms.py:1856(scale) | |
1 0.006 0.006 0.008 0.008 case.py:1(<module>) | |
116 0.006 0.000 0.062 0.001 lines.py:510(draw) | |
712 0.006 0.000 0.083 0.000 backend_agg.py:200(get_text_width_height_descent) | |
288 0.006 0.000 0.007 0.000 {built-in method point_in_path} | |
1 0.006 0.006 0.017 0.017 collections.py:1(<module>) | |
676 0.006 0.000 0.011 0.000 font_manager.py:845(set_weight) | |
1 0.006 0.006 0.266 0.266 collections.py:10(<module>) | |
116 0.006 0.000 0.007 0.000 {built-in method draw_markers} | |
938 0.006 0.000 0.018 0.000 transforms.py:770(__init__) | |
2799 0.006 0.000 0.006 0.000 {numpy.core.multiarray.zeros} | |
1 0.006 0.006 0.008 0.008 hermite_e.py:59(<module>) | |
684 0.006 0.000 0.036 0.000 text.py:160(__init__) | |
184/152 0.006 0.000 0.369 0.002 axis.py:67(__init__) | |
14466 0.006 0.000 0.006 0.000 {iter} | |
5509 0.006 0.000 0.006 0.000 {method 'startswith' of 'str' objects} | |
1 0.006 0.006 0.007 0.007 legendre.py:83(<module>) | |
2614 0.006 0.000 0.006 0.000 {numpy.core.multiarray.empty} | |
1 0.006 0.006 0.007 0.007 laguerre.py:59(<module>) | |
1459 0.006 0.000 0.006 0.000 {ord} | |
4510 0.006 0.000 0.007 0.000 weakref.py:146(itervalues) | |
2562 0.006 0.000 0.007 0.000 font_manager.py:779(get_size_in_points) | |
3062 0.005 0.000 0.008 0.000 six.py:478(itervalues) | |
2653 0.005 0.000 0.005 0.000 {method 'copy' of 'numpy.ndarray' objects} | |
4730 0.005 0.000 0.015 0.000 artist.py:227(pchanged) | |
3176 0.005 0.000 0.033 0.000 _methods.py:35(_all) | |
1 0.005 0.005 0.107 0.107 artist.py:1(<module>) | |
1 0.005 0.005 0.444 0.444 colorbar.py:20(<module>) | |
1380 0.005 0.000 0.013 0.000 artist.py:734(update) | |
11 0.005 0.000 0.013 0.001 artist.py:890(get_aliases) | |
1164 0.005 0.000 0.027 0.000 transforms.py:2138(__init__) | |
1 0.005 0.005 0.005 0.005 backend_agg.py:21(<module>) | |
2630 0.005 0.000 0.043 0.000 transforms.py:126(invalidate) | |
1 0.005 0.005 0.017 0.017 httplib.py:67(<module>) | |
4649 0.005 0.000 0.005 0.000 {method 'startswith' of 'unicode' objects} | |
2 0.005 0.002 0.030 0.015 __init__.py:45(<module>) | |
402 0.005 0.000 0.005 0.000 {method 'search' of '_sre.SRE_Pattern' objects} | |
1 0.005 0.005 0.093 0.093 inspect.py:25(<module>) | |
1 0.005 0.005 0.027 0.027 ticker.py:123(<module>) | |
1 0.005 0.005 0.026 0.026 urllib2.py:76(<module>) | |
1 0.005 0.005 0.007 0.007 tempfile.py:18(<module>) | |
1032 0.004 0.000 0.060 0.000 transforms.py:1326(transform_point) | |
1 0.004 0.004 0.012 0.012 mimetools.py:1(<module>) | |
676 0.004 0.000 0.005 0.000 font_manager.py:863(set_stretch) | |
1266 0.004 0.000 0.004 0.000 {method 'replace' of 'str' objects} | |
2 0.004 0.002 0.033 0.017 __init__.py:7(<module>) | |
4686 0.004 0.000 0.007 0.000 weakref.py:223(__new__) | |
358 0.004 0.000 0.004 0.000 cbook.py:1282(__setitem__) | |
6189 0.004 0.000 0.004 0.000 {built-in method __new__ of type object at 0x109f8b178} | |
2352 0.004 0.000 0.006 0.000 sre_parse.py:130(__getitem__) | |
1 0.004 0.004 0.004 0.004 utils.py:4(<module>) | |
1724 0.004 0.000 0.044 0.000 transforms.py:2313(composite_transform_factory) | |
329 0.004 0.000 0.004 0.000 copy_reg.py:46(_reconstructor) | |
1 0.004 0.004 0.005 0.005 runner.py:1(<module>) | |
1682 0.004 0.000 0.039 0.000 transforms.py:1622(frozen) | |
1 0.004 0.004 0.004 0.004 linalg.py:10(<module>) | |
16 0.004 0.000 0.004 0.000 {built-in method draw_path} | |
1 0.004 0.004 0.008 0.008 parser.py:7(<module>) | |
5797 0.004 0.000 0.007 0.000 core.py:5710(isMaskedArray) | |
49 0.004 0.000 0.014 0.000 sre_compile.py:258(_mk_bitmap) | |
1772 0.004 0.000 0.004 0.000 {built-in method affine_transform} | |
1 0.004 0.004 0.006 0.006 legend.py:23(<module>) | |
2332 0.004 0.000 0.022 0.000 axis.py:1430(convert_units) | |
1 0.004 0.004 0.062 0.062 ctypeslib.py:51(<module>) | |
3176 0.003 0.000 0.036 0.000 {method 'all' of 'numpy.ndarray' objects} | |
580/290 0.003 0.000 0.049 0.000 transforms.py:2159(frozen) | |
744 0.003 0.000 0.014 0.000 transforms.py:1841(translate) | |
288 0.003 0.000 0.030 0.000 text.py:1430(_get_xy) | |
898/2 0.003 0.000 0.653 0.327 artist.py:57(draw_wrapper) | |
1 0.003 0.003 0.022 0.022 decimal.py:116(<module>) | |
1 0.003 0.003 0.005 0.005 transforms.py:30(<module>) | |
3724 0.003 0.000 0.003 0.000 weakref.py:48(remove) | |
1 0.003 0.003 0.007 0.007 __init__.py:38(<module>) | |
2494 0.003 0.000 0.017 0.000 artist.py:155(convert_xunits) | |
1 0.003 0.003 0.005 0.005 result.py:1(<module>) | |
66 0.003 0.000 0.003 0.000 cm.py:34(revcmap) | |
1 0.003 0.003 0.008 0.008 index_tricks.py:1(<module>) | |
712 0.003 0.000 0.003 0.000 {method 'round' of 'numpy.generic' objects} | |
1068 0.003 0.000 0.004 0.000 backend_agg.py:53(get_hinting_flag) | |
1 0.003 0.003 0.003 0.003 base64.py:3(<module>) | |
2934 0.003 0.000 0.011 0.000 sre_parse.py:201(get) | |
1766 0.003 0.000 0.009 0.000 transforms.py:1650(transform_affine) | |
2494 0.003 0.000 0.013 0.000 artist.py:165(convert_yunits) | |
752 0.003 0.000 0.021 0.000 transforms.py:827(from_extents) | |
1 0.003 0.003 0.006 0.006 _base.py:1(<module>) | |
25 0.003 0.000 0.003 0.000 {dir} | |
130 0.003 0.000 0.003 0.000 pyparsing.py:688(__init__) | |
768/608 0.003 0.000 0.072 0.000 spines.py:396(get_spine_transform) | |
796 0.003 0.000 0.016 0.000 text.py:668(get_position) | |
1068 0.003 0.000 0.003 0.000 {method 'set_size' of 'FT2Font' objects} | |
1042 0.003 0.000 0.044 0.000 transforms.py:2213(transform_affine) | |
2 0.003 0.001 0.003 0.001 {built-in method RendererAgg} | |
2 0.003 0.001 1.502 0.751 classificacao3D.py:38(plota_matriz) | |
4 0.003 0.001 0.006 0.002 __init__.py:922(_rc_params_in_file) | |
1 0.003 0.003 0.012 0.012 rcsetup.py:15(<module>) | |
676 0.003 0.000 0.003 0.000 font_manager.py:881(set_size) | |
1581 0.003 0.000 0.003 0.000 {hasattr} | |
3694/2194 0.002 0.000 0.018 0.000 {hash} | |
524 0.002 0.000 0.026 0.000 inspect.py:803(getargspec) | |
552 0.002 0.000 0.004 0.000 lines.py:779(set_linestyle) | |
552 0.002 0.000 0.002 0.000 cbook.py:728(is_numlike) | |
1 0.002 0.002 0.007 0.007 mlab.py:173(<module>) | |
1042 0.002 0.000 0.004 0.000 transforms.py:2217(transform_non_affine) | |
1 0.002 0.002 0.002 0.002 csv.py:4(<module>) | |
1 0.002 0.002 0.010 0.010 cm.py:6(<module>) | |
1 0.002 0.002 0.002 0.002 shutil.py:5(<module>) | |
288 0.002 0.000 0.031 0.000 text.py:1855(_update_position_xytext) | |
1 0.002 0.002 0.003 0.003 random.py:40(<module>) | |
1 0.002 0.002 0.004 0.004 afm.py:34(<module>) | |
1364 0.002 0.000 0.002 0.000 {method 'reshape' of 'numpy.ndarray' objects} | |
712 0.002 0.000 0.007 0.000 text.py:970(is_math_text) | |
128 0.002 0.000 0.003 0.000 cbook.py:1386(popall) | |
322 0.002 0.000 0.004 0.000 transforms.py:400(_get_bounds) | |
1 0.002 0.002 0.002 0.002 triangulation.py:1(<module>) | |
2630/2236 0.002 0.000 0.003 0.000 transforms.py:2198(_get_is_affine) | |
712 0.002 0.000 0.002 0.000 text.py:46(get_rotation) | |
4854 0.002 0.000 0.002 0.000 {method 'lower' of 'unicode' objects} | |
1586 0.002 0.000 0.008 0.000 artist.py:242(set_transform) | |
1 0.002 0.002 0.002 0.002 hashlib.py:55(<module>) | |
288 0.002 0.000 0.442 0.002 text.py:1988(draw) | |
207/67 0.002 0.000 0.050 0.001 sre_parse.py:301(_parse_sub) | |
1 0.002 0.002 0.052 0.052 pyparsing.py:59(<module>) | |
1586/1582 0.002 0.000 0.008 0.000 transforms.py:2407(get_matrix) | |
1 0.002 0.002 0.002 0.002 gzip.py:4(<module>) | |
276 0.002 0.000 0.005 0.000 function_base.py:3092(add_newdoc) | |
11 0.002 0.000 0.075 0.007 artist.py:1025(pprint_setters) | |
1 0.002 0.002 0.081 0.081 tokenize.py:23(<module>) | |
1210 0.002 0.000 0.011 0.000 backend_bases.py:975(set_foreground) | |
1 0.002 0.002 0.004 0.004 pickle.py:25(<module>) | |
424 0.002 0.000 0.017 0.000 text.py:674(get_prop_tup) | |
1 0.002 0.002 0.002 0.002 bisect.py:1(<module>) | |
2 0.002 0.001 0.003 0.002 function_base.py:1(<module>) | |
1 0.002 0.002 0.006 0.006 Image.py:27(<module>) | |
1068 0.002 0.000 0.002 0.000 {method 'clear' of 'FT2Font' objects} | |
576 0.002 0.000 0.003 0.000 text.py:1445(_get_xy_transform) | |
288 0.002 0.000 0.058 0.000 path.py:464(contains_point) | |
580 0.002 0.000 0.011 0.000 transforms.py:2261(__init__) | |
5078 0.002 0.000 0.002 0.000 transforms.py:1740(get_matrix) | |
1290 0.002 0.000 0.094 0.000 markers.py:204(set_fillstyle) | |
1 0.002 0.002 0.002 0.002 dis.py:1(<module>) | |
712 0.002 0.000 0.003 0.000 cbook.py:2126(is_math_text) | |
1459 0.002 0.000 0.005 0.000 artist.py:980(is_alias) | |
314 0.002 0.000 0.002 0.000 {numpy.core.multiarray.concatenate} | |
3062 0.002 0.000 0.002 0.000 {method 'itervalues' of 'dict' objects} | |
288 0.002 0.000 0.030 0.000 _axes.py:597(annotate) | |
676 0.002 0.000 0.004 0.000 font_manager.py:808(set_family) | |
1 0.002 0.002 0.002 0.002 loader.py:1(<module>) | |
1 0.002 0.002 0.008 0.008 pyplot.py:2078(_setup_pyplot_info_docstrings) | |
6219 0.002 0.000 0.002 0.000 {method 'iteritems' of 'dict' objects} | |
1 0.002 0.002 0.002 0.002 tzwin.py:2(<module>) | |
372 0.002 0.000 0.010 0.000 transforms.py:2487(__init__) | |
288 0.002 0.000 0.121 0.000 patches.py:152(contains_point) | |
310 0.002 0.000 0.003 0.000 artist.py:787(update_from) | |
1 0.002 0.002 0.012 0.012 patches.py:3(<module>) | |
712 0.002 0.000 0.002 0.000 {method 'get_width_height' of 'FT2Font' objects} | |
1 0.002 0.002 0.009 0.009 format.py:136(<module>) | |
5277 0.002 0.000 0.002 0.000 {method 'get' of 'dict' objects} | |
1028 0.002 0.000 0.002 0.000 text.py:960(set_text) | |
280 0.002 0.000 0.018 0.000 markers.py:683(_set_tickright) | |
1 0.002 0.002 0.002 0.002 _pylab_helpers.py:3(<module>) | |
280 0.002 0.000 0.016 0.000 markers.py:677(_set_tickleft) | |
610 0.002 0.000 0.002 0.000 backend_bases.py:755(__init__) | |
288 0.002 0.000 0.002 0.000 arrayprint.py:343(array2string) | |
626/374 0.002 0.000 0.011 0.000 transforms.py:2167(_invalidate_internal) | |
2 0.002 0.001 0.002 0.001 ticker.py:1203(scale_range) | |
64/48 0.002 0.000 0.273 0.006 axis.py:725(cla) | |
666 0.002 0.000 0.002 0.000 string.py:158(convert) | |
186 0.002 0.000 0.036 0.000 lines.py:983(update_from) | |
580 0.002 0.000 0.004 0.000 transforms.py:2302(get_matrix) | |
1042 0.002 0.000 0.050 0.000 transforms.py:1270(transform) | |
2061 0.002 0.000 0.003 0.000 sre_parse.py:195(match) | |
1363 0.002 0.000 0.002 0.000 colors.py:268(to_rgb) | |
552 0.002 0.000 0.004 0.000 lines.py:494(set_transform) | |
134 0.002 0.000 0.002 0.000 sre_compile.py:474(isstring) | |
330 0.002 0.000 0.002 0.000 {method 'flatten' of 'numpy.ndarray' objects} | |
1688 0.001 0.000 0.001 0.000 __init__.py:326(ge) | |
738 0.001 0.000 0.101 0.000 markers.py:146(__init__) | |
2 0.001 0.001 0.002 0.001 {built-in method draw_image} | |
1 0.001 0.001 0.004 0.004 tz.py:6(<module>) | |
378 0.001 0.000 0.009 0.000 transforms.py:2391(__init__) | |
190 0.001 0.000 0.160 0.001 re.py:226(_compile) | |
1590 0.001 0.000 0.006 0.000 artist.py:533(set_figure) | |
384 0.001 0.000 0.082 0.000 patches.py:185(get_transform) | |
1144 0.001 0.000 0.032 0.000 transforms.py:1128(__add__) | |
1 0.001 0.001 0.001 0.001 legend_handler.py:26(<module>) | |
1216 0.001 0.000 0.002 0.000 artist.py:253(get_transform) | |
100 0.001 0.000 0.044 0.000 axis.py:559(_get_gridline) | |
728 0.001 0.000 0.023 0.000 transforms.py:1811(rotate_deg) | |
206 0.001 0.000 0.038 0.000 sre_compile.py:178(_compile_charset) | |
98 0.001 0.000 0.001 0.000 docstring.py:44(__call__) | |
1766 0.001 0.000 0.010 0.000 transforms.py:1570(transform) | |
409 0.001 0.000 0.001 0.000 {method 'mro' of 'type' objects} | |
212 0.001 0.000 0.015 0.000 markers.py:691(_set_tickup) | |
68 0.001 0.000 0.062 0.001 text.py:705(get_window_extent) | |
1 0.001 0.001 0.088 0.088 type_check.py:3(<module>) | |
552 0.001 0.000 0.003 0.000 lines.py:401(set_data) | |
1 0.001 0.001 0.147 0.147 add_newdocs.py:10(<module>) | |
212 0.001 0.000 0.013 0.000 markers.py:697(_set_tickdown) | |
1688 0.001 0.000 0.003 0.000 __init__.py:294(report) | |
1 0.001 0.001 0.002 0.002 arrayprint.py:5(<module>) | |
902 0.001 0.000 0.008 0.000 _methods.py:19(_amin) | |
84 0.001 0.000 0.039 0.000 axis.py:420(_get_gridline) | |
483 0.001 0.000 0.001 0.000 {method 'match' of '_sre.SRE_Pattern' objects} | |
164 0.001 0.000 0.001 0.000 ticker.py:1275(set_params) | |
68 0.001 0.000 0.003 0.000 transforms.py:684(translated) | |
1068 0.001 0.000 0.001 0.000 {method 'get_descent' of 'FT2Font' objects} | |
5175 0.001 0.000 0.001 0.000 {id} | |
916/420 0.001 0.000 0.033 0.000 _base.py:624(get_yaxis_transform) | |
144 0.001 0.000 0.002 0.000 axis.py:575(update_position) | |
288 0.001 0.000 0.022 0.000 text.py:1670(__init__) | |
898 0.001 0.000 0.002 0.000 artist.py:48(after) | |
898 0.001 0.000 0.002 0.000 artist.py:41(before) | |
1424 0.001 0.000 0.001 0.000 {method 'count' of 'unicode' objects} | |
1 0.001 0.001 0.008 0.008 lines.py:4(<module>) | |
485 0.001 0.000 0.001 0.000 urlparse.py:315(<genexpr>) | |
100 0.001 0.000 0.020 0.000 axis.py:497(_get_text1) | |
372 0.001 0.000 0.024 0.000 transforms.py:1831(rotate_deg_around) | |
732 0.001 0.000 0.022 0.000 transforms.py:817(from_bounds) | |
2 0.001 0.001 0.010 0.005 figure.py:260(__init__) | |
485 0.001 0.000 0.001 0.000 urllib.py:1199(<genexpr>) | |
84 0.001 0.000 0.017 0.000 axis.py:372(_get_text2) | |
772/340 0.001 0.000 0.040 0.000 _base.py:547(get_xaxis_transform) | |
1 0.001 0.001 0.004 0.004 core.py:21(<module>) | |
1 0.001 0.001 0.001 0.001 signals.py:1(<module>) | |
1 0.001 0.001 0.001 0.001 ImagePalette.py:19(<module>) | |
907 0.001 0.000 0.006 0.000 _methods.py:15(_amax) | |
65 0.001 0.000 0.001 0.000 {method '__reduce_ex__' of 'object' objects} | |
1 0.001 0.001 0.002 0.002 axis.py:3(<module>) | |
1 0.001 0.001 0.002 0.002 classificacao3D.py:16(matriz_porcentagem) | |
183 0.001 0.000 0.009 0.000 cbook.py:1111(dedent) | |
12/6 0.001 0.000 0.003 0.000 gridspec.py:79(get_grid_positions) | |
67 0.001 0.000 0.045 0.001 sre_compile.py:361(_compile_info) | |
84 0.001 0.000 0.022 0.000 axis.py:354(_get_text1) | |
100/92 0.001 0.000 0.063 0.001 axis.py:528(_get_tick1line) | |
2 0.001 0.001 0.102 0.051 pyplot.py:321(figure) | |
768 0.001 0.000 0.001 0.000 lines.py:893(set_xdata) | |
100/92 0.001 0.000 0.060 0.001 axis.py:544(_get_tick2line) | |
676 0.001 0.000 0.002 0.000 font_manager.py:823(set_style) | |
84/76 0.001 0.000 0.062 0.001 axis.py:389(_get_tick1line) | |
100 0.001 0.000 0.018 0.000 axis.py:513(_get_text2) | |
920 0.001 0.000 0.005 0.000 axis.py:272(_set_artist_props) | |
6 0.001 0.000 0.003 0.001 patches.py:1660(_pprint_styles) | |
608 0.001 0.000 0.001 0.000 artist.py:652(_set_gc_clip) | |
4 0.001 0.000 0.001 0.000 {posix.open} | |
1182 0.001 0.000 0.001 0.000 {method 'replace' of 'unicode' objects} | |
82 0.001 0.000 0.026 0.000 artist.py:552(set_clip_path) | |
717 0.001 0.000 0.004 0.000 fromnumeric.py:2613(round_) | |
4 0.001 0.000 0.649 0.162 _base.py:1957(draw) | |
67 0.001 0.000 0.052 0.001 sre_parse.py:663(parse) | |
382 0.001 0.000 0.001 0.000 {method 'join' of 'unicode' objects} | |
1 0.001 0.001 0.007 0.007 polynomial.py:4(<module>) | |
878 0.001 0.000 0.001 0.000 sre_parse.py:138(append) | |
108 0.001 0.000 0.001 0.000 axis.py:436(update_position) | |
3 0.001 0.000 0.001 0.000 {method 'sort' of 'numpy.ndarray' objects} | |
552 0.001 0.000 0.001 0.000 lines.py:1136(set_dash_capstyle) | |
1 0.001 0.001 0.002 0.002 six.py:1(<module>) | |
676 0.001 0.000 0.001 0.000 font_manager.py:835(set_variant) | |
586 0.001 0.000 0.001 0.000 sre_parse.py:90(__init__) | |
84/76 0.001 0.000 0.057 0.001 axis.py:404(_get_tick2line) | |
68 0.001 0.000 0.097 0.001 axis.py:232(draw) | |
1 0.001 0.001 0.002 0.002 sysconfig.py:10(<module>) | |
1 0.001 0.001 0.001 0.001 errors.py:9(<module>) | |
1 0.001 0.001 0.002 0.002 _mathtext_data.py:3(<module>) | |
2 0.001 0.000 0.002 0.001 backend_macosx.py:298(__init__) | |
1 0.001 0.001 0.001 0.001 __init__.py:10(<module>) | |
102/2 0.001 0.000 0.003 0.001 pyparsing.py:838(_parseNoCache) | |
1121 0.001 0.000 0.001 0.000 sre_parse.py:126(__len__) | |
231 0.001 0.000 0.001 0.000 sre_compile.py:354(_simple) | |
644 0.001 0.000 0.001 0.000 {method 'ravel' of 'numpy.ndarray' objects} | |
124 0.001 0.000 0.003 0.000 text.py:275(update_from) | |
1502 0.001 0.000 0.001 0.000 font_manager.py:713(get_family) | |
546 0.001 0.000 0.001 0.000 font_manager.py:1027(get_default_size) | |
1341 0.001 0.000 0.001 0.000 _mathtext_data.py:1770(<genexpr>) | |
1737 0.001 0.000 0.001 0.000 {chr} | |
67 0.001 0.000 0.158 0.002 sre_compile.py:495(compile) | |
82 0.001 0.000 0.001 0.000 ticker.py:372(__init__) | |
571 0.001 0.000 0.001 0.000 {method 'update' of 'dict' objects} | |
606 0.001 0.000 0.005 0.000 backend_bases.py:907(set_alpha) | |
2 0.001 0.000 0.001 0.000 {built-in method draw_quad_mesh} | |
288 0.001 0.000 0.122 0.000 text.py:1587(_check_xy) | |
100 0.001 0.000 0.007 0.000 _base.py:649(get_yaxis_text1_transform) | |
116 0.001 0.000 0.009 0.000 transforms.py:2538(_revalidate) | |
608 0.001 0.000 0.002 0.000 backend_bases.py:685(new_gc) | |
804 0.001 0.000 0.001 0.000 lines.py:902(set_ydata) | |
100/84 0.001 0.000 0.191 0.002 axis.py:1948(_get_tick) | |
288 0.001 0.000 0.025 0.000 text.py:243(_get_xy_display) | |
1596 0.001 0.000 0.001 0.000 markers.py:265(_set_nothing) | |
116 0.001 0.000 0.001 0.000 lines.py:653(get_markeredgecolor) | |
142 0.001 0.000 0.001 0.000 colors.py:502(__init__) | |
684 0.001 0.000 0.001 0.000 text.py:764(set_color) | |
8 0.001 0.000 0.004 0.001 transforms.py:713(union) | |
64/48 0.001 0.000 0.267 0.006 axis.py:760(reset_ticks) | |
6 0.001 0.000 0.001 0.000 patches.py:1623(_pprint_table) | |
1 0.001 0.001 0.006 0.006 main.py:1(<module>) | |
1 0.001 0.001 0.001 0.001 fromnumeric.py:3(<module>) | |
1369 0.001 0.000 0.001 0.000 {method 'group' of '_sre.SRE_Match' objects} | |
1 0.001 0.001 0.002 0.002 pyplot.py:1764(get_plot_commands) | |
552 0.001 0.000 0.051 0.000 lines.py:334(set_fillstyle) | |
439 0.001 0.000 0.001 0.000 {method 'split' of 'unicode' objects} | |
714 0.001 0.000 0.007 0.000 {method 'min' of 'numpy.ndarray' objects} | |
1 0.001 0.001 0.002 0.002 numerictypes.py:82(<module>) | |
800/608 0.001 0.000 0.069 0.000 spines.py:142(_ensure_position_is_set) | |
552 0.001 0.000 0.001 0.000 lines.py:1102(set_dash_joinstyle) | |
552 0.001 0.000 0.001 0.000 lines.py:1149(set_solid_capstyle) | |
1 0.001 0.001 0.001 0.001 scale.py:1(<module>) | |
10 0.001 0.000 0.002 0.000 colors.py:753(from_list) | |
1 0.001 0.001 0.001 0.001 offsetbox.py:15(<module>) | |
1 0.001 0.001 0.002 0.002 colors.py:48(<module>) | |
60 0.001 0.000 0.001 0.000 core.py:2749(_update_from) | |
1290 0.001 0.000 0.001 0.000 transforms.py:1529(_get_is_affine) | |
65 0.001 0.000 0.002 0.000 copy.py:306(_reconstruct) | |
1502 0.001 0.000 0.001 0.000 font_manager.py:731(get_style) | |
552 0.001 0.000 0.062 0.000 lines.py:828(set_marker) | |
409 0.001 0.000 0.001 0.000 artist.py:990(aliased_name) | |
712 0.001 0.000 0.003 0.000 text.py:254(get_rotation) | |
308 0.001 0.000 0.002 0.000 _base.py:772(_set_artist_props) | |
8 0.001 0.000 0.007 0.001 axis.py:949(_update_ticks) | |
4 0.001 0.000 0.323 0.081 figure.py:861(add_subplot) | |
288 0.001 0.000 0.002 0.000 numeric.py:1609(array_str) | |
84 0.001 0.000 0.006 0.000 _base.py:572(get_xaxis_text1_transform) | |
62 0.001 0.000 0.040 0.001 axis.py:1247(_copy_tick_props) | |
723 0.001 0.000 0.001 0.000 inspect.py:142(isfunction) | |
2807 0.001 0.000 0.001 0.000 {callable} | |
1439 0.001 0.000 0.001 0.000 {method 'strip' of 'unicode' objects} | |
1 0.001 0.001 0.001 0.001 quiver.py:15(<module>) | |
288 0.001 0.000 0.122 0.000 _base.py:3185(contains_point) | |
719 0.001 0.000 0.006 0.000 {method 'max' of 'numpy.ndarray' objects} | |
1 0.001 0.001 0.001 0.001 defmatrix.py:1(<module>) | |
1 0.001 0.001 0.001 0.001 socket.py:179(_socketobject) | |
1 0.001 0.001 0.001 0.001 patches.py:2923(ArrowStyle) | |
16 0.001 0.000 0.011 0.001 patches.py:434(draw) | |
1502 0.001 0.000 0.001 0.000 font_manager.py:741(get_variant) | |
552 0.001 0.000 0.001 0.000 lines.py:1113(set_solid_joinstyle) | |
3 0.001 0.000 0.002 0.001 colors.py:429(makeMappingArray) | |
100 0.001 0.000 0.007 0.000 _base.py:675(get_yaxis_text2_transform) | |
10 0.001 0.000 0.001 0.000 UserDict.py:18(__getitem__) | |
26 0.001 0.000 0.003 0.000 patches.py:67(__init__) | |
184 0.001 0.000 0.017 0.000 lines.py:725(get_path) | |
552 0.001 0.000 0.001 0.000 lines.py:853(set_markeredgewidth) | |
23 0.001 0.000 0.001 0.000 colors.py:234(hex2color) | |
288 0.001 0.000 0.030 0.000 text.py:1582(_get_position_xy) | |
142 0.001 0.000 0.001 0.000 colors.py:679(__init__) | |
136 0.001 0.000 0.001 0.000 transforms.py:2625(interval_contains) | |
30 0.001 0.000 0.001 0.000 {posix.stat} | |
1502 0.001 0.000 0.001 0.000 font_manager.py:761(get_stretch) | |
398 0.001 0.000 0.002 0.000 artist.py:777(set_zorder) | |
1796 0.001 0.000 0.001 0.000 artist.py:679(get_agg_filter) | |
524 0.000 0.000 0.001 0.000 inspect.py:67(ismethod) | |
2944 0.000 0.000 0.000 0.000 transforms.py:1596(get_affine) | |
914 0.000 0.000 0.001 0.000 transforms.py:2465(get_matrix) | |
82 0.000 0.000 0.002 0.000 ticker.py:1235(__init__) | |
8 0.000 0.000 0.063 0.008 axis.py:1043(_get_tick_bboxes) | |
142 0.000 0.000 0.004 0.000 cm.py:64(_generate_cmap) | |
116 0.000 0.000 0.003 0.000 transforms.py:2524(__init__) | |
84 0.000 0.000 0.007 0.000 _base.py:598(get_xaxis_text2_transform) | |
2 0.000 0.000 0.001 0.000 pyplot.py:461(get_fignums) | |
1796 0.000 0.000 0.000 0.000 artist.py:662(get_rasterized) | |
124 0.000 0.000 0.005 0.000 transforms.py:1361(transform_path_non_affine) | |
288 0.000 0.000 0.001 0.000 text.py:1419(__init__) | |
4 0.000 0.000 0.200 0.050 _base.py:816(cla) | |
4 0.000 0.000 0.319 0.080 _base.py:328(__init__) | |
1502 0.000 0.000 0.000 0.000 font_manager.py:750(get_weight) | |
232 0.000 0.000 0.002 0.000 lines.py:1013(_get_rgba_face) | |
10 0.000 0.000 0.002 0.000 abc.py:86(__new__) | |
92 0.000 0.000 0.003 0.000 transforms.py:1047(__init__) | |
3 0.000 0.000 0.000 0.000 __init__.py:78(CFUNCTYPE) | |
1 0.000 0.000 0.001 0.001 patches.py:1749(BoxStyle) | |
1 0.000 0.000 0.004 0.004 urlparse.py:29(<module>) | |
116 0.000 0.000 0.007 0.000 backend_agg.py:115(draw_markers) | |
1 0.000 0.000 0.005 0.005 _internal.py:6(<module>) | |
285 0.000 0.000 0.000 0.000 {method 'strip' of 'str' objects} | |
1 0.000 0.000 0.001 0.001 image.py:5(<module>) | |
258 0.000 0.000 0.001 0.000 pyplot.py:2089(pad) | |
232 0.000 0.000 0.001 0.000 lines.py:668(_get_markerfacecolor) | |
244 0.000 0.000 0.000 0.000 pyparsing.py:1392(__getattr__) | |
232 0.000 0.000 0.001 0.000 backend_agg.py:283(points_to_pixels) | |
84/68 0.000 0.000 0.179 0.003 axis.py:1646(_get_tick) | |
1 0.000 0.000 0.001 0.001 threading.py:1(<module>) | |
14 0.000 0.000 0.000 0.000 pyparsing.py:96(<lambda>) | |
6 0.000 0.000 0.000 0.000 {method 'close' of 'file' objects} | |
9 0.000 0.000 0.000 0.000 {open} | |
524 0.000 0.000 0.001 0.000 inspect.py:209(iscode) | |
2 0.000 0.000 0.003 0.002 backend_agg.py:85(__init__) | |
1 0.000 0.000 0.001 0.001 polar.py:1(<module>) | |
32 0.000 0.000 0.069 0.002 spines.py:349(set_position) | |
71 0.000 0.000 0.004 0.000 copy.py:66(copy) | |
173 0.000 0.000 0.009 0.000 docstring.py:94(dedent) | |
288 0.000 0.000 0.001 0.000 text.py:1840(set_figure) | |
18 0.000 0.000 0.002 0.000 cbook.py:182(deprecate) | |
1 0.000 0.000 0.000 0.000 fftpack.py:32(<module>) | |
26 0.000 0.000 0.001 0.000 core.py:2624(__new__) | |
1496 0.000 0.000 0.000 0.000 font_manager.py:788(get_file) | |
1 0.000 0.000 0.001 0.001 calendar.py:6(<module>) | |
22 0.000 0.000 0.146 0.007 axis.py:1283(get_major_ticks) | |
13 0.000 0.000 0.001 0.000 function_base.py:9(linspace) | |
31 0.000 0.000 0.000 0.000 _inspect.py:61(getargs) | |
540 0.000 0.000 0.001 0.000 transforms.py:1553(__array__) | |
94 0.000 0.000 0.007 0.000 docstring.py:113(dedent_interpd) | |
116 0.000 0.000 0.003 0.000 lines.py:472(_transform_path) | |
268/260 0.000 0.000 0.002 0.000 transforms.py:2027(get_affine) | |
372 0.000 0.000 0.072 0.000 patches.py:625(get_patch_transform) | |
240 0.000 0.000 0.001 0.000 transforms.py:1996(transform_non_affine) | |
12 0.000 0.000 0.001 0.000 linalg.py:455(inv) | |
80 0.000 0.000 0.002 0.000 ticker.py:1675(__init__) | |
1 0.000 0.000 0.000 0.000 {built-in method utcfromtimestamp} | |
1026 0.000 0.000 0.000 0.000 artist.py:613(get_visible) | |
4 0.000 0.000 0.003 0.001 colors.py:528(__call__) | |
76 0.000 0.000 0.001 0.000 axis.py:897(iter_ticks) | |
94 0.000 0.000 0.003 0.000 transforms.py:801(unit) | |
552 0.000 0.000 0.000 0.000 lines.py:343(set_markevery) | |
43 0.000 0.000 0.000 0.000 _weakrefset.py:36(__init__) | |
144 0.000 0.000 0.000 0.000 sre_parse.py:257(_escape) | |
918 0.000 0.000 0.001 0.000 transforms.py:2097(get_matrix) | |
686 0.000 0.000 0.000 0.000 text.py:258(set_rotation_mode) | |
24 0.000 0.000 0.001 0.000 cbook.py:488(connect) | |
100 0.000 0.000 0.000 0.000 axis.py:481(apply_tickdir) | |
3 0.000 0.000 0.000 0.000 numeric.py:346(extend_all) | |
321 0.000 0.000 0.000 0.000 {setattr} | |
1 0.000 0.000 0.020 0.020 text.py:3(<module>) | |
552 0.000 0.000 0.000 0.000 lines.py:874(set_markerfacecoloralt) | |
588 0.000 0.000 0.000 0.000 transforms.py:999(get_points) | |
1232 0.000 0.000 0.000 0.000 text.py:690(get_text) | |
552 0.000 0.000 0.000 0.000 lines.py:863(set_markerfacecolor) | |
6 0.000 0.000 0.001 0.000 axis.py:1523(set_ticklabels) | |
116 0.000 0.000 0.001 0.000 lines.py:1021(_get_rgba_ln_color) | |
23 0.000 0.000 0.000 0.000 artist.py:33(allow_rasterization) | |
1048 0.000 0.000 0.000 0.000 path.py:207(vertices) | |
1 0.000 0.000 0.000 0.000 transforms.py:247(BboxBase) | |
423 0.000 0.000 0.000 0.000 collections.py:277(<genexpr>) | |
552 0.000 0.000 0.000 0.000 lines.py:843(set_markeredgecolor) | |
51 0.000 0.000 0.000 0.000 abc.py:89(<genexpr>) | |
50 0.000 0.000 0.001 0.000 patches.py:260(set_edgecolor) | |
67 0.000 0.000 0.103 0.002 sre_compile.py:480(_code) | |
64 0.000 0.000 0.000 0.000 axis.py:1440(set_units) | |
31 0.000 0.000 0.001 0.000 _inspect.py:159(formatargspec) | |
292 0.000 0.000 0.002 0.000 patches.py:603(get_path) | |
88 0.000 0.000 0.000 0.000 axis.py:1495(set_major_locator) | |
8 0.000 0.000 0.172 0.021 axis.py:1095(draw) | |
82/80 0.000 0.000 0.000 0.000 pyparsing.py:271(__init__) | |
1 0.000 0.000 0.000 0.000 streamplot.py:4(<module>) | |
105 0.000 0.000 0.000 0.000 {method 'pop' of 'dict' objects} | |
67 0.000 0.000 0.000 0.000 {_sre.compile} | |
35 0.000 0.000 0.001 0.000 pyparsing.py:2579(__init__) | |
46 0.000 0.000 0.000 0.000 {sum} | |
1 0.000 0.000 0.000 0.000 dviread.py:20(<module>) | |
492 0.000 0.000 0.000 0.000 backend_bases.py:825(get_clip_path) | |
24 0.000 0.000 0.001 0.000 pyparsing.py:1462(__init__) | |
116 0.000 0.000 0.000 0.000 markers.py:195(__nonzero__) | |
1 0.000 0.000 0.001 0.001 geo.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 opcode.py:5(<module>) | |
16 0.000 0.000 0.007 0.000 spines.py:43(__init__) | |
132 0.000 0.000 0.000 0.000 artist.py:436(get_snap) | |
68 0.000 0.000 0.000 0.000 six.py:474(iterkeys) | |
310 0.000 0.000 0.000 0.000 {method 'extend' of 'list' objects} | |
84 0.000 0.000 0.000 0.000 axis.py:339(apply_tickdir) | |
1 0.000 0.000 0.000 0.000 rfc822.py:71(<module>) | |
92 0.000 0.000 0.000 0.000 cbook.py:468(__init__) | |
1 0.000 0.000 0.000 0.000 _iotools.py:3(<module>) | |
19 0.000 0.000 0.000 0.000 {zip} | |
476 0.000 0.000 0.000 0.000 axis.py:694(get_scale) | |
356 0.000 0.000 0.000 0.000 backend_agg.py:253(get_canvas_width_height) | |
146 0.000 0.000 0.001 0.000 inspect.py:472(getmodule) | |
4 0.000 0.000 0.001 0.000 axis.py:1653(_get_label) | |
32 0.000 0.000 0.000 0.000 posixpath.py:60(join) | |
8 0.000 0.000 0.000 0.000 {built-in method update_path_extents} | |
17/13 0.000 0.000 0.001 0.000 abc.py:148(__subclasscheck__) | |
676 0.000 0.000 0.000 0.000 font_manager.py:896(set_file) | |
32 0.000 0.000 0.001 0.000 spines.py:275(_calc_offset_transform) | |
1 0.000 0.000 0.002 0.002 difflib.py:29(<module>) | |
1 0.000 0.000 0.001 0.001 numerictypes.py:304(_add_aliases) | |
61/58 0.000 0.000 0.001 0.000 pyparsing.py:98(_ustr) | |
188 0.000 0.000 0.001 0.000 artist.py:695(set_alpha) | |
1 0.000 0.000 0.000 0.000 unicode_escape.py:8(<module>) | |
54 0.000 0.000 0.002 0.000 transforms.py:1067(get_points) | |
48 0.000 0.000 0.001 0.000 core.py:2774(__array_finalize__) | |
288 0.000 0.000 0.000 0.000 text.py:1964(update_bbox_position_size) | |
193 0.000 0.000 0.000 0.000 {method 'format' of 'str' objects} | |
8 0.000 0.000 0.002 0.000 colors.py:907(__call__) | |
86 0.000 0.000 0.000 0.000 axis.py:1475(set_major_formatter) | |
608 0.000 0.000 0.000 0.000 backend_bases.py:949(set_clip_path) | |
1 0.000 0.000 0.000 0.000 legend.py:106(Legend) | |
81 0.000 0.000 0.002 0.000 colors.py:218(is_color_like) | |
6 0.000 0.000 0.001 0.000 gridspec.py:256(get_subplot_params) | |
16 0.000 0.000 0.024 0.001 pyparsing.py:1727(__init__) | |
26 0.000 0.000 0.000 0.000 numerictypes.py:232(bitname) | |
188 0.000 0.000 0.002 0.000 fromnumeric.py:2131(amin) | |
8 0.000 0.000 0.000 0.000 axis.py:280(_apply_params) | |
42 0.000 0.000 0.000 0.000 {method 'sort' of 'list' objects} | |
273 0.000 0.000 0.000 0.000 {numpy.lib._compiled_base.add_docstring} | |
68 0.000 0.000 0.001 0.000 axis.py:1463(set_label_text) | |
65 0.000 0.000 0.004 0.000 pyparsing.py:711(copy) | |
1118 0.000 0.000 0.000 0.000 sre_compile.py:24(_identityfunction) | |
552 0.000 0.000 0.000 0.000 lines.py:771(set_linewidth) | |
492 0.000 0.000 0.000 0.000 backend_bases.py:1072(get_hatch_path) | |
552 0.000 0.000 0.000 0.000 lines.py:758(set_drawstyle) | |
12 0.000 0.000 0.000 0.000 posixpath.py:312(normpath) | |
55 0.000 0.000 0.002 0.000 __init__.py:802(__setitem__) | |
1 0.000 0.000 0.000 0.000 defmatrix.py:206(matrix) | |
1 0.000 0.000 0.001 0.001 patches.py:2441(ConnectionStyle) | |
1 0.000 0.000 0.000 0.000 <string>:7(HermiteE) | |
11 0.000 0.000 0.089 0.008 artist.py:1311(kwdoc) | |
552 0.000 0.000 0.000 0.000 lines.py:742(set_antialiased) | |
4 0.000 0.000 0.000 0.000 {posix.unlink} | |
2 0.000 0.000 0.002 0.001 ticker.py:1304(bin_boundaries) | |
2 0.000 0.000 0.099 0.050 backend_macosx.py:240(new_figure_manager) | |
2 0.000 0.000 0.003 0.002 image.py:145(_get_unsampled_image) | |
1 0.000 0.000 0.001 0.001 font_manager.py:1169(findfont) | |
552 0.000 0.000 0.000 0.000 lines.py:750(set_color) | |
4 0.000 0.000 0.322 0.081 _subplots.py:20(__init__) | |
27 0.000 0.000 0.000 0.000 core.py:822(__init__) | |
82 0.000 0.000 0.000 0.000 ticker.py:395(set_useOffset) | |
4 0.000 0.000 0.007 0.002 __init__.py:989(rc_params_from_file) | |
53 0.000 0.000 0.003 0.000 pyplot.py:2392(<lambda>) | |
288 0.000 0.000 0.000 0.000 text.py:1832(anncoords) | |
34 0.000 0.000 0.002 0.000 pyparsing.py:2312(__init__) | |
124 0.000 0.000 0.001 0.000 font_manager.py:920(copy) | |
144 0.000 0.000 0.001 0.000 transforms.py:1981(_get_is_affine) | |
116 0.000 0.000 0.010 0.000 transforms.py:2549(get_transformed_points_and_affine) | |
1 0.000 0.000 0.000 0.000 container.py:1(<module>) | |
552 0.000 0.000 0.000 0.000 lines.py:885(set_markersize) | |
1 0.000 0.000 0.000 0.000 polyutils.py:33(<module>) | |
1 0.000 0.000 0.003 0.003 version.py:27(<module>) | |
76 0.000 0.000 0.001 0.000 patches.py:275(set_facecolor) | |
8 0.000 0.000 0.147 0.018 axis.py:1563(set_ticks) | |
108 0.000 0.000 0.000 0.000 {method 'join' of 'str' objects} | |
70 0.000 0.000 0.000 0.000 transforms.py:372(_get_intervaly) | |
1 0.000 0.000 0.000 0.000 text.py:1418(_AnnotationBase) | |
58 0.000 0.000 0.002 0.000 rcsetup.py:219(validate_color) | |
48 0.000 0.000 0.001 0.000 transforms.py:1678(inverted) | |
71 0.000 0.000 0.004 0.000 cm.py:51(_reverse_cmap_spec) | |
16/3 0.000 0.000 0.000 0.000 pyparsing.py:2253(streamline) | |
5 0.000 0.000 0.000 0.000 textpath.py:36(__init__) | |
4 0.000 0.000 0.001 0.000 core.py:914(__call__) | |
1 0.000 0.000 0.001 0.001 triinterpolate.py:3(<module>) | |
24 0.000 0.000 0.000 0.000 functools.py:17(update_wrapper) | |
2 0.000 0.000 0.653 0.327 figure.py:976(draw) | |
292 0.000 0.000 0.002 0.000 path.py:595(unit_rectangle) | |
2 0.000 0.000 0.017 0.008 image.py:572(make_image) | |
1 0.000 0.000 0.000 0.000 blocking_input.py:23(<module>) | |
1 0.000 0.000 0.000 0.000 <string>:7(Legendre) | |
188 0.000 0.000 0.001 0.000 fromnumeric.py:2047(amax) | |
1 0.000 0.000 0.000 0.000 <string>:7(Hermite) | |
40 0.000 0.000 0.001 0.000 transforms.py:1941(__init__) | |
668 0.000 0.000 0.000 0.000 path.py:221(codes) | |
1 0.000 0.000 0.000 0.000 defchararray.py:1668(chararray) | |
6 0.000 0.000 0.002 0.000 patches.py:580(__init__) | |
20/8 0.000 0.000 0.002 0.000 pyparsing.py:2446(parseImpl) | |
1 0.000 0.000 0.001 0.001 extras.py:10(<module>) | |
50 0.000 0.000 0.000 0.000 transforms.py:365(_get_intervalx) | |
16 0.000 0.000 0.000 0.000 rcsetup.py:42(__init__) | |
24 0.000 0.000 0.001 0.000 transforms.py:2054(__init__) | |
90 0.000 0.000 0.000 0.000 sre_parse.py:72(opengroup) | |
8 0.000 0.000 0.040 0.005 axis.py:625(__init__) | |
4 0.000 0.000 0.001 0.000 backend_bases.py:1644(__init__) | |
2 0.000 0.000 0.000 0.000 function_base.py:3126(meshgrid) | |
4 0.000 0.000 0.003 0.001 _base.py:1127(apply_aspect) | |
458 0.000 0.000 0.000 0.000 figure.py:395(_get_dpi) | |
488 0.000 0.000 0.000 0.000 artist.py:523(get_path_effects) | |
156 0.000 0.000 0.000 0.000 cbook.py:522(process) | |
36 0.000 0.000 0.000 0.000 shape_base.py:60(atleast_2d) | |
1 0.000 0.000 0.000 0.000 axis.py:611(Axis) | |
3 0.000 0.000 0.000 0.000 decimal.py:3776(__init__) | |
68 0.000 0.000 0.000 0.000 six.py:139(__init__) | |
6 0.000 0.000 0.012 0.002 figure.py:398(_set_dpi) | |
1 0.000 0.000 0.000 0.000 gridspec.py:15(<module>) | |
100 0.000 0.000 0.008 0.000 axis.py:475(_get_text1_transform) | |
78 0.000 0.000 0.004 0.000 docstring.py:128(<lambda>) | |
1 0.000 0.000 0.000 0.000 _cm.py:6(<module>) | |
19 0.000 0.000 0.000 0.000 nosetester.py:181(__init__) | |
79 0.000 0.000 0.000 0.000 sre_parse.py:225(_class_escape) | |
64 0.000 0.000 0.002 0.000 transforms.py:2114(blended_transform_factory) | |
231 0.000 0.000 0.000 0.000 sre_parse.py:134(__setitem__) | |
2 0.000 0.000 0.003 0.001 _axes.py:4861(pcolormesh) | |
1 0.000 0.000 0.016 0.016 table.py:21(<module>) | |
117 0.000 0.000 0.001 0.000 re.py:134(match) | |
248 0.000 0.000 0.000 0.000 backend_bases.py:998(set_joinstyle) | |
16 0.000 0.000 0.000 0.000 transforms.py:1495(_set) | |
1 0.000 0.000 0.012 0.012 pyparsing.py:3402(_makeTags) | |
80 0.000 0.000 0.000 0.000 axis.py:1505(set_minor_locator) | |
74 0.000 0.000 0.000 0.000 _inspect.py:152(strseq) | |
23 0.000 0.000 0.001 0.000 core.py:6002(getdoc) | |
100 0.000 0.000 0.007 0.000 axis.py:478(_get_text2_transform) | |
1 0.000 0.000 0.000 0.000 collections.py:1371(EllipseCollection) | |
334 0.000 0.000 0.000 0.000 ticker.py:166(set_axis) | |
144 0.000 0.000 0.001 0.000 axis.py:892(_set_artist_props) | |
116 0.000 0.000 0.003 0.000 lines.py:485(_get_transformed_path) | |
68 0.000 0.000 0.001 0.000 sre_parse.py:178(__init__) | |
1 0.000 0.000 0.000 0.000 suite.py:1(<module>) | |
544 0.000 0.000 0.000 0.000 path.py:259(should_simplify) | |
1 0.000 0.000 0.000 0.000 records.py:36(<module>) | |
1 0.000 0.000 0.000 0.000 cbook.py:558(Timeout) | |
24 0.000 0.000 0.000 0.000 cbook.py:356(__init__) | |
1 0.000 0.000 0.004 0.004 _axes.py:50(Axes) | |
17 0.000 0.000 0.000 0.000 pyparsing.py:1777(__str__) | |
22 0.000 0.000 0.000 0.000 posixpath.py:118(dirname) | |
1 0.000 0.000 0.000 0.000 relativedelta.py:6(<module>) | |
356 0.000 0.000 0.000 0.000 {method 'get_image' of 'FT2Font' objects} | |
136 0.000 0.000 0.000 0.000 transforms.py:2498(get_matrix) | |
14 0.000 0.000 0.001 0.000 figure.py:188(update) | |
12/6 0.000 0.000 0.003 0.000 gridspec.py:416(get_position) | |
2 0.000 0.000 0.019 0.009 image.py:347(draw) | |
86 0.000 0.000 0.000 0.000 {repr} | |
356 0.000 0.000 0.000 0.000 text.py:271(get_rotation_mode) | |
33 0.000 0.000 0.000 0.000 {method 'astype' of 'numpy.ndarray' objects} | |
84 0.000 0.000 0.007 0.000 axis.py:333(_get_text1_transform) | |
544 0.000 0.000 0.000 0.000 path.py:240(simplify_threshold) | |
492 0.000 0.000 0.000 0.000 backend_bases.py:1080(get_sketch_params) | |
572 0.000 0.000 0.000 0.000 backend_bases.py:213(open_group) | |
20 0.000 0.000 0.000 0.000 {numpy.core.multiarray.copyto} | |
1 0.000 0.000 0.000 0.000 ImageColor.py:20(<module>) | |
1 0.000 0.000 0.001 0.001 utils.py:1(<module>) | |
16 0.000 0.000 0.008 0.001 spines.py:444(linear_spine) | |
40 0.000 0.000 0.001 0.000 _inspect.py:120(getargspec) | |
4 0.000 0.000 0.001 0.000 _base.py:507(_set_lim_and_transforms) | |
1 0.000 0.000 0.000 0.000 defchararray.py:17(<module>) | |
7 0.000 0.000 0.018 0.003 pyparsing.py:1600(__init__) | |
149 0.000 0.000 0.000 0.000 {_sre.getlower} | |
418 0.000 0.000 0.000 0.000 markers.py:224(get_marker) | |
10/2 0.000 0.000 0.003 0.001 pyparsing.py:2323(parseImpl) | |
492 0.000 0.000 0.000 0.000 backend_bases.py:894(get_snap) | |
6/4 0.000 0.000 0.001 0.000 gridspec.py:344(get_subplot_params) | |
2 0.000 0.000 0.001 0.001 colorbar.py:807(_locate) | |
2 0.000 0.000 0.873 0.436 backend_bases.py:2044(print_figure) | |
41 0.000 0.000 0.002 0.000 pyparsing.py:2201(__init__) | |
16 0.000 0.000 0.001 0.000 scale.py:69(set_default_locators_and_formatters) | |
116 0.000 0.000 0.002 0.000 markers.py:253(get_transform) | |
16 0.000 0.000 0.004 0.000 backend_agg.py:132(draw_path) | |
60 0.000 0.000 0.000 0.000 pyparsing.py:819(preParse) | |
32/16 0.000 0.000 0.002 0.000 transforms.py:2245(inverted) | |
1 0.000 0.000 0.000 0.000 mathtext.py:2043(Parser) | |
34 0.000 0.000 0.002 0.000 pyparsing.py:1107(__add__) | |
492 0.000 0.000 0.000 0.000 artist.py:422(get_gid) | |
40 0.000 0.000 0.001 0.000 core.py:109(get_object_signature) | |
248 0.000 0.000 0.000 0.000 backend_bases.py:934(set_capstyle) | |
10 0.000 0.000 0.001 0.000 posixpath.py:249(expanduser) | |
2 0.000 0.000 0.000 0.000 collections.py:84(__init__) | |
8 0.000 0.000 0.001 0.000 colors.py:875(process_value) | |
12 0.000 0.000 0.001 0.000 transforms.py:1565(__eq__) | |
572 0.000 0.000 0.000 0.000 backend_bases.py:221(close_group) | |
12 0.000 0.000 0.000 0.000 ctypeslib.py:303(prep_simple) | |
2 0.000 0.000 0.005 0.002 colorbar.py:552(_ticker) | |
30 0.000 0.000 0.000 0.000 numerictypes.py:450(_add_array_type) | |
356 0.000 0.000 0.000 0.000 text.py:589(get_color) | |
1 0.000 0.000 0.000 0.000 _endian.py:4(<module>) | |
2 0.000 0.000 0.051 0.026 colorbar.py:409(_config_axes) | |
53 0.000 0.000 0.000 0.000 pyplot.py:2387(_autogen_docstring) | |
18 0.000 0.000 0.000 0.000 core.py:902(__init__) | |
18 0.000 0.000 0.000 0.000 cbook.py:52(_generate_deprecation_message) | |
152 0.000 0.000 0.000 0.000 {method 'find' of 'unicode' objects} | |
14 0.000 0.000 0.000 0.000 numeric.py:2354(seterr) | |
20 0.000 0.000 0.000 0.000 ticker.py:583(pprint_val) | |
2 0.000 0.000 0.026 0.013 backend_bases.py:2663(__init__) | |
54 0.000 0.000 0.001 0.000 pyparsing.py:1426(__init__) | |
372 0.000 0.000 0.000 0.000 backend_bases.py:1035(set_url) | |
80 0.000 0.000 0.000 0.000 axis.py:1485(set_minor_formatter) | |
1 0.000 0.000 0.000 0.000 backend_agg.py:65(RendererAgg) | |
2 0.000 0.000 0.000 0.000 colorbar.py:456(_outline) | |
4 0.000 0.000 0.000 0.000 version.py:268(parse) | |
1 0.000 0.000 0.000 0.000 re.py:248(_compile_repl) | |
116 0.000 0.000 0.000 0.000 lines.py:1174(is_dashed) | |
1 0.000 0.000 0.000 0.000 _base.py:317(_AxesBase) | |
44 0.000 0.000 0.000 0.000 axis.py:601(get_view_interval) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2663(NotAny) | |
2 0.000 0.000 0.003 0.002 _axes.py:4392(imshow) | |
82 0.000 0.000 0.000 0.000 pyparsing.py:262(__new__) | |
1 0.000 0.000 0.000 0.000 bezier.py:3(<module>) | |
3 0.000 0.000 0.000 0.000 __init__.py:493(PYFUNCTYPE) | |
7 0.000 0.000 0.000 0.000 parser.py:222(_convert) | |
54 0.000 0.000 0.001 0.000 docstring.py:88(__call__) | |
67 0.000 0.000 0.000 0.000 sre_parse.py:67(__init__) | |
84 0.000 0.000 0.007 0.000 axis.py:336(_get_text2_transform) | |
14 0.000 0.000 0.000 0.000 __init__.py:147(_check_size) | |
9 0.000 0.000 0.000 0.000 scale.py:488(get_scale_names) | |
2 0.000 0.000 0.146 0.073 colorbar.py:1092(make_axes_gridspec) | |
4/2 0.000 0.000 0.002 0.001 colorbar.py:596(_process_values) | |
11 0.000 0.000 0.013 0.001 artist.py:872(__init__) | |
1 0.000 0.000 0.000 0.000 scimath.py:17(<module>) | |
8 0.000 0.000 0.000 0.000 transforms.py:879(update_from_path) | |
55 0.000 0.000 0.001 0.000 {all} | |
288 0.000 0.000 0.000 0.000 text.py:1563(set_annotation_clip) | |
97 0.000 0.000 0.000 0.000 {method 'pop' of 'list' objects} | |
1 0.000 0.000 0.000 0.000 getlimits.py:3(<module>) | |
8 0.000 0.000 0.000 0.000 _base.py:1073(set_anchor) | |
1 0.000 0.000 0.000 0.000 numerictypes.py:288(_add_types) | |
193 0.000 0.000 0.000 0.000 {method 'end' of '_sre.SRE_Match' objects} | |
69 0.000 0.000 0.158 0.002 re.py:188(compile) | |
84 0.000 0.000 0.000 0.000 figure.py:227(_update_this) | |
4 0.000 0.000 0.000 0.000 backend_bases.py:208(__init__) | |
7 0.000 0.000 0.000 0.000 {sorted} | |
1 0.000 0.000 0.001 0.001 markers.py:76(<module>) | |
14 0.000 0.000 0.001 0.000 core.py:6960(asarray) | |
2 0.000 0.000 0.001 0.000 core.py:3705(__mul__) | |
20 0.000 0.000 0.000 0.000 pyparsing.py:1761(parseImpl) | |
9 0.000 0.000 0.000 0.000 mathtext.py:2956(__init__) | |
3 0.000 0.000 0.000 0.000 genericpath.py:26(isfile) | |
6 0.000 0.000 0.000 0.000 pyparsing.py:3318(<lambda>) | |
608 0.000 0.000 0.000 0.000 backend_bases.py:794(restore) | |
8 0.000 0.000 0.000 0.000 __init__.py:908(_open_file_or_url) | |
1 0.000 0.000 0.000 0.000 ssl.py:56(<module>) | |
1 0.000 0.000 0.000 0.000 core.py:2572(MaskedArray) | |
2 0.000 0.000 0.873 0.437 figure.py:1347(savefig) | |
4 0.000 0.000 0.000 0.000 transforms.py:539(anchored) | |
90 0.000 0.000 0.000 0.000 sre_parse.py:83(closegroup) | |
21 0.000 0.000 0.000 0.000 numerictypes.py:219(_evalname) | |
146 0.000 0.000 0.000 0.000 inspect.py:51(ismodule) | |
1 0.000 0.000 0.000 0.000 contextlib.py:1(<module>) | |
18 0.000 0.000 0.000 0.000 sre_parse.py:216(isname) | |
25 0.000 0.000 0.077 0.003 {map} | |
109 0.000 0.000 0.000 0.000 six.py:82(__init__) | |
7 0.000 0.000 0.000 0.000 font_manager.py:1050(score_family) | |
2 0.000 0.000 0.003 0.001 collections.py:1722(draw) | |
1 0.000 0.000 0.000 0.000 _import_tools.py:1(<module>) | |
4 0.000 0.000 0.000 0.000 figure.py:942(clf) | |
116 0.000 0.000 0.000 0.000 lines.py:328(get_fillstyle) | |
1 0.000 0.000 0.000 0.000 docstring.py:1(<module>) | |
10 0.000 0.000 0.000 0.000 transforms.py:2580(nonsingular) | |
79 0.000 0.000 0.000 0.000 docstring.py:102(do_copy) | |
32 0.000 0.000 0.000 0.000 transforms.py:1626(_get_is_separable) | |
13/9 0.000 0.000 0.002 0.000 __init__.py:315(wrapper) | |
2 0.000 0.000 0.001 0.001 colors.py:935(inverse) | |
23 0.000 0.000 0.001 0.000 {method 'view' of 'numpy.ndarray' objects} | |
360 0.000 0.000 0.000 0.000 artist.py:606(get_alpha) | |
9 0.000 0.000 0.000 0.000 pyparsing.py:1699(__str__) | |
288 0.000 0.000 0.000 0.000 {method 'item' of 'numpy.ndarray' objects} | |
1 0.000 0.000 0.000 0.000 __init__.py:788(RcParams) | |
248 0.000 0.000 0.000 0.000 backend_bases.py:1047(set_snap) | |
1 0.000 0.000 0.000 0.000 case.py:132(TestCase) | |
15/9 0.000 0.000 0.002 0.000 pyparsing.py:2295(copy) | |
116 0.000 0.000 0.000 0.000 transforms.py:2576(get_affine) | |
1 0.000 0.000 0.001 0.001 markers.py:95(MarkerStyle) | |
1 0.000 0.000 0.006 0.006 fontconfig_pattern.py:74(__init__) | |
4 0.000 0.000 0.001 0.000 _base.py:2457(set_xlim) | |
8 0.000 0.000 0.000 0.000 spines.py:185(_adjust_location) | |
15 0.000 0.000 0.000 0.000 {numpy.core.multiarray.arange} | |
316 0.000 0.000 0.000 0.000 artist.py:174(set_axes) | |
20 0.000 0.000 0.000 0.000 pyparsing.py:1654(parseImpl) | |
32 0.000 0.000 0.021 0.001 axis.py:175(set_clip_path) | |
356 0.000 0.000 0.000 0.000 backend_bases.py:664(flipy) | |
128/108 0.000 0.000 0.001 0.000 {issubclass} | |
33 0.000 0.000 0.000 0.000 _weakrefset.py:58(__iter__) | |
10 0.000 0.000 0.000 0.000 _base.py:995(set_aspect) | |
6 0.000 0.000 0.000 0.000 core.py:2445(__call__) | |
18 0.000 0.000 0.001 0.000 textwrap.py:366(dedent) | |
41 0.000 0.000 0.000 0.000 six.py:95(__init__) | |
8 0.000 0.000 0.004 0.000 transforms.py:1017(set) | |
4 0.000 0.000 0.000 0.000 transforms.py:583(shrunk_to_aspect) | |
4 0.000 0.000 0.003 0.001 __init__.py:560(_get_config_or_cache_dir) | |
2 0.000 0.000 0.850 0.425 backend_agg.py:512(print_png) | |
1 0.000 0.000 0.000 0.000 nosetester.py:6(<module>) | |
4 0.000 0.000 0.000 0.000 tempfile.py:134(next) | |
1 0.000 0.000 0.001 0.001 path.py:13(<module>) | |
16 0.000 0.000 0.001 0.000 axis.py:704(_set_scale) | |
78 0.000 0.000 0.000 0.000 numeric.py:462(asanyarray) | |
201 0.000 0.000 0.000 0.000 __init__.py:797(<genexpr>) | |
29 0.000 0.000 0.000 0.000 pyparsing.py:1351(__str__) | |
2 0.000 0.000 0.000 0.000 {_ctypes.POINTER} | |
24 0.000 0.000 0.000 0.000 axis.py:463(get_view_interval) | |
4 0.000 0.000 0.004 0.001 cm.py:207(to_rgba) | |
1 0.000 0.000 0.000 0.000 unicode_escape.py:36(getregentry) | |
2 0.000 0.000 0.000 0.000 ticker.py:554(_set_format) | |
5 0.000 0.000 0.000 0.000 _subplots.py:149(subplot_class_factory) | |
20 0.000 0.000 0.000 0.000 core.py:539(filled) | |
47 0.000 0.000 0.000 0.000 docstring.py:48(update) | |
124 0.000 0.000 0.000 0.000 text.py:919(set_x) | |
8/4 0.000 0.000 0.002 0.000 pyparsing.py:2222(leaveWhitespace) | |
2 0.000 0.000 0.000 0.000 image.py:69(__init__) | |
4 0.000 0.000 0.002 0.000 _base.py:489(set_figure) | |
302 0.000 0.000 0.000 0.000 markers.py:201(get_fillstyle) | |
480 0.000 0.000 0.000 0.000 {globals} | |
2 0.000 0.000 0.001 0.000 backend_macosx.py:42(__init__) | |
1 0.000 0.000 0.000 0.000 trifinder.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 trirefine.py:3(<module>) | |
1 0.000 0.000 0.000 0.000 token.py:3(<module>) | |
126 0.000 0.000 0.000 0.000 {method 'ljust' of 'unicode' objects} | |
6 0.000 0.000 0.000 0.000 cm.py:173(__init__) | |
2 0.000 0.000 0.000 0.000 {posix.urandom} | |
20 0.000 0.000 0.000 0.000 {method 'take' of 'numpy.ndarray' objects} | |
8 0.000 0.000 0.001 0.000 transforms.py:379(_get_width) | |
4 0.000 0.000 0.000 0.000 colorbar.py:725(_uniform_y) | |
12 0.000 0.000 0.000 0.000 shape_base.py:179(vstack) | |
65 0.000 0.000 0.000 0.000 copy_reg.py:92(__newobj__) | |
119 0.000 0.000 0.000 0.000 opcode.py:27(def_op) | |
24 0.000 0.000 0.000 0.000 random.py:272(choice) | |
4 0.000 0.000 0.108 0.027 _base.py:479(_init_axis) | |
1 0.000 0.000 0.001 0.001 util.py:1(<module>) | |
137 0.000 0.000 0.000 0.000 {method 'setdefault' of 'dict' objects} | |
2 0.000 0.000 0.000 0.000 cbook.py:1485(safe_masked_invalid) | |
1 0.000 0.000 0.000 0.000 lines.py:76(Line2D) | |
250 0.000 0.000 0.000 0.000 backend_bases.py:1007(set_linewidth) | |
368 0.000 0.000 0.000 0.000 {method 'isalnum' of 'str' objects} | |
1 0.000 0.000 0.000 0.000 spines.py:1(<module>) | |
90 0.000 0.000 0.000 0.000 {method 'items' of 'dict' objects} | |
6 0.000 0.000 0.003 0.001 _subplots.py:98(update_params) | |
28 0.000 0.000 0.000 0.000 fromnumeric.py:1280(ravel) | |
308 0.000 0.000 0.000 0.000 artist.py:235(is_transform_set) | |
1 0.000 0.000 0.003 0.003 texmanager.py:35(<module>) | |
2 0.000 0.000 0.001 0.000 collections.py:1624(__init__) | |
14 0.000 0.000 0.000 0.000 ticker.py:1012(tick_values) | |
8 0.000 0.000 0.024 0.003 axis.py:858(set_clip_path) | |
1 0.000 0.000 0.000 0.000 memmap.py:1(<module>) | |
2 0.000 0.000 0.000 0.000 figure.py:69(__init__) | |
1 0.000 0.000 0.000 0.000 image.py:37(_AxesImageBase) | |
1 0.000 0.000 0.000 0.000 numerictypes.py:345(_add_integer_aliases) | |
1 0.000 0.000 0.000 0.000 units.py:44(<module>) | |
2 0.000 0.000 0.657 0.329 backend_agg.py:450(draw) | |
275 0.000 0.000 0.000 0.000 {method 'add' of 'set' objects} | |
8 0.000 0.000 0.003 0.000 axis.py:1687(_get_pixel_distance_along_axis) | |
12 0.000 0.000 0.000 0.000 pyparsing.py:409(__iadd__) | |
12 0.000 0.000 0.000 0.000 linalg.py:139(_commonType) | |
1 0.000 0.000 0.000 0.000 os.py:35(_get_exports_list) | |
1 0.000 0.000 0.000 0.000 six.py:539(exec_) | |
4 0.000 0.000 0.002 0.000 tempfile.py:226(_mkstemp_inner) | |
42 0.000 0.000 0.000 0.000 patches.py:370(set_capstyle) | |
1 0.000 0.000 0.000 0.000 numerictypes.py:787(_construct_lookups) | |
1 0.000 0.000 0.000 0.000 geo.py:251(AitoffAxes) | |
4 0.000 0.000 0.001 0.000 axis.py:1735(_update_label_position) | |
4 0.000 0.000 0.001 0.000 axis.py:1955(_get_label) | |
13 0.000 0.000 0.000 0.000 pyparsing.py:766(setParseAction) | |
288 0.000 0.000 0.000 0.000 text.py:1575(get_annotation_clip) | |
1 0.000 0.000 0.000 0.000 <string>:2(<module>) | |
14 0.000 0.000 0.001 0.000 colors.py:954(autoscale_None) | |
4 0.000 0.000 0.000 0.000 __init__.py:70(process_projection_requirements) | |
1 0.000 0.000 0.000 0.000 triinterpolate.py:610(_ReducedHCT_Element) | |
16 0.000 0.000 0.000 0.000 scale.py:494(scale_factory) | |
2 0.000 0.000 0.000 0.000 core.py:5080(min) | |
2 0.000 0.000 0.203 0.102 figure.py:1458(colorbar) | |
1 0.000 0.000 0.000 0.000 geo.py:330(HammerAxes) | |
4 0.000 0.000 0.001 0.000 axis.py:1976(_get_offset_text) | |
90 0.000 0.000 0.000 0.000 {method 'remove' of 'list' objects} | |
1 0.000 0.000 0.006 0.006 core.py:1(<module>) | |
7 0.000 0.000 0.000 0.000 font_manager.py:1127(score_weight) | |
20 0.000 0.000 0.000 0.000 cbook.py:1277(__init__) | |
326 0.000 0.000 0.000 0.000 artist.py:617(get_animated) | |
2 0.000 0.000 0.000 0.000 core.py:2204(masked_invalid) | |
2 0.000 0.000 0.000 0.000 backend_macosx.py:187(__init__) | |
72 0.000 0.000 0.000 0.000 pyparsing.py:1307(setWhitespaceChars) | |
1 0.000 0.000 0.005 0.005 __init__.py:71(search_function) | |
1 0.000 0.000 0.001 0.001 numbers.py:6(<module>) | |
1 0.000 0.000 0.000 0.000 sre_parse.py:691(parse_template) | |
13 0.000 0.000 0.000 0.000 genericpath.py:15(exists) | |
4 0.000 0.000 0.002 0.001 __init__.py:212(_is_writable_dir) | |
8 0.000 0.000 0.000 0.000 pyplot.py:449(gcf) | |
12 0.000 0.000 0.001 0.000 core.py:5802(array) | |
12 0.000 0.000 0.000 0.000 pyparsing.py:3312(<lambda>) | |
2 0.000 0.000 0.000 0.000 transforms.py:964(_set_p1) | |
2 0.000 0.000 0.057 0.028 colorbar.py:259(__init__) | |
24 0.000 0.000 0.000 0.000 {method 'accumulate' of 'numpy.ufunc' objects} | |
1 0.000 0.000 0.000 0.000 geo.py:410(MollweideAxes) | |
14 0.000 0.000 0.000 0.000 transforms.py:969(_set_intervalx) | |
1 0.000 0.000 0.003 0.003 texmanager.py:89(TexManager) | |
6 0.000 0.000 0.000 0.000 cbook.py:1353(bubble) | |
1 0.000 0.000 0.000 0.000 rrule.py:828(rruleset) | |
2 0.000 0.000 0.000 0.000 shape_base.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 __init__.py:49(normalize_encoding) | |
32 0.000 0.000 0.000 0.000 core.py:3307(_get_data) | |
1 0.000 0.000 0.000 0.000 arrayterator.py:9(<module>) | |
1 0.000 0.000 0.000 0.000 path.py:31(Path) | |
8 0.000 0.000 0.002 0.000 axis.py:1991(_get_pixel_distance_along_axis) | |
1 0.000 0.000 0.000 0.000 scale.py:521(get_scale_docs) | |
68 0.000 0.000 0.000 0.000 {method 'iterkeys' of 'dict' objects} | |
8 0.000 0.000 0.000 0.000 _base.py:2451(get_xlim) | |
7 0.000 0.000 0.000 0.000 font_manager.py:1109(score_stretch) | |
1 0.000 0.000 0.000 0.000 decimal.py:506(Decimal) | |
4 0.000 0.000 0.002 0.000 warnings.py:45(filterwarnings) | |
2 0.000 0.000 0.012 0.006 backend_bases.py:118(get_registered_canvas_class) | |
8 0.000 0.000 0.000 0.000 {fcntl.fcntl} | |
2 0.000 0.000 0.057 0.028 colorbar.py:856(__init__) | |
132 0.000 0.000 0.000 0.000 backend_bases.py:923(set_antialiased) | |
24 0.000 0.000 0.000 0.000 functools.py:39(wraps) | |
112 0.000 0.000 0.000 0.000 rcsetup.py:47(func) | |
25 0.000 0.000 0.000 0.000 weakref.py:243(__init__) | |
1 0.000 0.000 0.000 0.000 stride_tricks.py:7(<module>) | |
18 0.000 0.000 0.000 0.000 {method 'findall' of '_sre.SRE_Pattern' objects} | |
13 0.000 0.000 0.000 0.000 {numpy.core.multiarray.result_type} | |
12 0.000 0.000 0.000 0.000 copy_reg.py:95(_slotnames) | |
1 0.000 0.000 0.000 0.000 geo.py:510(LambertAxes) | |
1 0.000 0.000 0.000 0.000 tritools.py:3(<module>) | |
68 0.000 0.000 0.000 0.000 ticker.py:267(__call__) | |
4 0.000 0.000 0.008 0.002 _base.py:796(_gen_axes_spines) | |
4 0.000 0.000 0.002 0.000 axis.py:2033(_update_label_position) | |
4 0.000 0.000 0.000 0.000 numerictypes.py:780(__getitem__) | |
1 0.000 0.000 0.000 0.000 machar.py:7(<module>) | |
4 0.000 0.000 0.000 0.000 _methods.py:49(_mean) | |
6 0.000 0.000 0.000 0.000 copy.py:123(_copy_inst) | |
13 0.000 0.000 0.001 0.000 abc.py:105(register) | |
68 0.000 0.000 0.000 0.000 axis.py:255(set_label1) | |
2 0.000 0.000 0.000 0.000 image.py:533(__init__) | |
2 0.000 0.000 0.000 0.000 ticker.py:507(_set_offset) | |
22 0.000 0.000 0.000 0.000 ticker.py:416(fix_minus) | |
10 0.000 0.000 0.000 0.000 cm.py:134(get_cmap) | |
14 0.000 0.000 0.001 0.000 backend_bases.py:2252(mpl_connect) | |
160 0.000 0.000 0.000 0.000 text.py:927(set_y) | |
4 0.000 0.000 0.000 0.000 backend_bases.py:1998(get_width_height) | |
1 0.000 0.000 0.000 0.000 __init__.py:349(__init__) | |
1 0.000 0.000 0.000 0.000 numerictypes.py:458(_set_array_types) | |
1 0.000 0.000 0.000 0.000 figure.py:237(Figure) | |
4 0.000 0.000 0.000 0.000 patches.py:875(set_xy) | |
4 0.000 0.000 0.001 0.000 axis.py:1672(_get_offset_text) | |
1 0.000 0.000 0.000 0.000 {posix.listdir} | |
6 0.000 0.000 0.010 0.002 transforms.py:1786(clear) | |
6 0.000 0.000 0.009 0.002 string.py:148(substitute) | |
8 0.000 0.000 0.000 0.000 figure.py:158(__init__) | |
1 0.000 0.000 0.000 0.000 geo.py:23(GeoAxes) | |
14 0.000 0.000 0.000 0.000 numeric.py:2450(geterr) | |
2 0.000 0.000 0.048 0.024 colorbar.py:365(update_ticks) | |
8 0.000 0.000 0.004 0.000 _base.py:701(_update_transScale) | |
2 0.000 0.000 0.057 0.029 colorbar.py:1267(colorbar_factory) | |
1 0.000 0.000 0.000 0.000 collections.py:33(Collection) | |
8 0.000 0.000 0.000 0.000 _base.py:2698(get_ylim) | |
72 0.000 0.000 0.000 0.000 numerictypes.py:130(english_lower) | |
1 0.000 0.000 0.001 0.001 pyparsing.py:3200(oneOf) | |
68 0.000 0.000 0.000 0.000 axis.py:264(set_label2) | |
1 0.000 0.000 0.000 0.000 parser.py:297(parser) | |
8 0.000 0.000 0.000 0.000 gridspec.py:135(__getitem__) | |
12 0.000 0.000 0.000 0.000 axis.py:1330(grid) | |
2 0.000 0.000 0.054 0.027 pyplot.py:1588(yticks) | |
13 0.000 0.000 0.000 0.000 pyparsing.py:652(_trim_arity) | |
39 0.000 0.000 0.000 0.000 sre_compile.py:51(fixup) | |
30 0.000 0.000 0.000 0.000 _weakrefset.py:81(add) | |
21 0.000 0.000 0.000 0.000 _methods.py:31(_any) | |
2 0.000 0.000 0.000 0.000 {method 'ptp' of 'numpy.ndarray' objects} | |
2 0.000 0.000 0.001 0.000 axis.py:772(set_tick_params) | |
4 0.000 0.000 0.001 0.000 ticker.py:496(set_locs) | |
116 0.000 0.000 0.000 0.000 lines.py:364(get_markevery) | |
106 0.000 0.000 0.000 0.000 {unichr} | |
4 0.000 0.000 0.000 0.000 numerictypes.py:610(obj2sctype) | |
2 0.000 0.000 0.000 0.000 threading.py:120(acquire) | |
55 0.000 0.000 0.000 0.000 collections.py:294(<genexpr>) | |
4 0.000 0.000 0.000 0.000 figure.py:106(add) | |
2 0.000 0.000 0.000 0.000 gridspec.py:194(__init__) | |
7 0.000 0.000 0.000 0.000 pyparsing.py:2785(__init__) | |
1 0.000 0.000 0.001 0.001 path.py:992(_define_deprecated_functions) | |
14 0.000 0.000 0.000 0.000 genericpath.py:38(isdir) | |
1 0.000 0.000 0.002 0.002 colors.py:732(_init) | |
3 0.000 0.000 0.001 0.000 rcsetup.py:252(validate_colorlist) | |
6 0.000 0.000 0.000 0.000 pyparsing.py:3192(_escapeRegexRangeChars) | |
2 0.000 0.000 0.051 0.026 pyplot.py:1547(xticks) | |
106 0.000 0.000 0.000 0.000 sre_parse.py:210(isident) | |
4 0.000 0.000 0.000 0.000 {posix.fdopen} | |
6 0.000 0.000 0.000 0.000 gridspec.py:37(__init__) | |
2 0.000 0.000 0.000 0.000 figure.py:640(set_size_inches) | |
2 0.000 0.000 0.002 0.001 ticker.py:1333(tick_values) | |
2 0.000 0.000 0.001 0.000 image.py:414(set_data) | |
6 0.000 0.000 0.000 0.000 _base.py:2133(grid) | |
1 0.000 0.000 0.000 0.000 FixTk.py:1(<module>) | |
1 0.000 0.000 0.007 0.007 fontconfig_pattern.py:7(<module>) | |
4 0.000 0.000 0.004 0.001 backend_agg.py:465(get_renderer) | |
4 0.000 0.000 0.000 0.000 _base.py:2704(set_ylim) | |
6 0.000 0.000 0.000 0.000 decimal.py:515(__new__) | |
12 0.000 0.000 0.000 0.000 linalg.py:106(_makearray) | |
1 0.000 0.000 0.000 0.000 __init__.py:265(_reset_cache) | |
181 0.000 0.000 0.000 0.000 {method 'start' of '_sre.SRE_Match' objects} | |
26 0.000 0.000 0.000 0.000 patches.py:352(set_fill) | |
6 0.000 0.000 0.001 0.000 _base.py:1617(update_datalim) | |
17 0.000 0.000 0.001 0.000 pyparsing.py:2959(__init__) | |
78 0.000 0.000 0.000 0.000 docstring.py:121(copy_dedent) | |
54 0.000 0.000 0.000 0.000 {method 'ljust' of 'str' objects} | |
12 0.000 0.000 0.000 0.000 transforms.py:276(frozen) | |
8 0.000 0.000 0.000 0.000 _base.py:152(set_color_cycle) | |
1 0.000 0.000 0.046 0.046 font_manager.py:946(pickle_load) | |
9 0.000 0.000 0.001 0.000 __init__.py:487(_get_home) | |
14 0.000 0.000 0.000 0.000 cbook.py:1328(push) | |
11 0.000 0.000 0.000 0.000 __init__.py:1270(is_interactive) | |
6 0.000 0.000 0.000 0.000 core.py:1052(__init__) | |
23 0.000 0.000 0.001 0.000 core.py:5997(__init__) | |
14 0.000 0.000 0.000 0.000 {locals} | |
54 0.000 0.000 0.000 0.000 docstring.py:84(__init__) | |
2 0.000 0.000 0.000 0.000 colorbar.py:787(_mesh) | |
31 0.000 0.000 0.000 0.000 {sys._getframe} | |
116 0.000 0.000 0.000 0.000 markers.py:221(get_capstyle) | |
79 0.000 0.000 0.000 0.000 docstring.py:100(copy) | |
17 0.000 0.000 0.000 0.000 _weakrefset.py:26(__exit__) | |
8 0.000 0.000 0.000 0.000 figure.py:81(get) | |
1 0.000 0.000 0.000 0.000 fontconfig_pattern.py:174(generate_fontconfig_pattern) | |
2 0.000 0.000 0.000 0.000 collections.py:570(get_edgecolor) | |
2 0.000 0.000 0.000 0.000 {method 'draw' of '_macosx.FigureCanvas' objects} | |
11/4 0.000 0.000 0.000 0.000 pyparsing.py:2619(streamline) | |
40 0.000 0.000 0.000 0.000 _inspect.py:15(ismethod) | |
2 0.000 0.000 0.000 0.000 figure.py:1199(_set_artist_props) | |
4 0.000 0.000 0.000 0.000 figure.py:769(fixlist) | |
8 0.000 0.000 0.000 0.000 core.py:611(getdata) | |
8 0.000 0.000 0.000 0.000 transforms.py:974(_set_intervaly) | |
1 0.000 0.000 0.000 0.000 <string>:1(<module>) | |
6 0.000 0.000 0.000 0.000 six.py:85(__get__) | |
1 0.000 0.000 0.000 0.000 parser.py:753(_result) | |
8 0.000 0.000 0.000 0.000 transforms.py:1460(__init__) | |
2 0.000 0.000 0.000 0.000 backend_bases.py:2529(__init__) | |
4 0.000 0.000 0.000 0.000 {posix.access} | |
116 0.000 0.000 0.000 0.000 markers.py:218(get_joinstyle) | |
8 0.000 0.000 0.001 0.000 transforms.py:915(update_from_data_xy) | |
37 0.000 0.000 0.000 0.000 abc.py:15(abstractmethod) | |
43 0.000 0.000 0.000 0.000 _inspect.py:163(<lambda>) | |
16/2 0.000 0.000 0.002 0.001 pyparsing.py:2594(parseImpl) | |
24 0.000 0.000 0.000 0.000 weakref.py:293(__contains__) | |
4 0.000 0.000 0.000 0.000 {method 'split' of '_sre.SRE_Pattern' objects} | |
1 0.000 0.000 0.000 0.000 pickle.py:827(Unpickler) | |
4 0.000 0.000 0.001 0.000 axis.py:1762(_update_offset_text_position) | |
113 0.000 0.000 0.000 0.000 {method 'translate' of 'str' objects} | |
16 0.000 0.000 0.000 0.000 backend_bases.py:1013(set_linestyle) | |
2 0.000 0.000 0.000 0.000 {built-in method frombyte} | |
6 0.000 0.000 0.001 0.000 cm.py:328(autoscale_None) | |
2 0.000 0.000 0.003 0.001 colorbar.py:483(_add_solids) | |
4 0.000 0.000 0.000 0.000 core.py:225(_recursive_extremum_fill_value) | |
1 0.000 0.000 0.000 0.000 threading.py:105(__init__) | |
16 0.000 0.000 0.000 0.000 text.py:910(set_position) | |
8 0.000 0.000 0.000 0.000 ticker.py:1003(__init__) | |
1 0.000 0.000 0.000 0.000 backend_bases.py:1599(FigureCanvasBase) | |
1 0.000 0.000 0.000 0.000 threading.py:100(RLock) | |
50 0.000 0.000 0.000 0.000 pyparsing.py:1357(streamline) | |
1 0.000 0.000 0.000 0.000 twodim_base.py:3(<module>) | |
116 0.000 0.000 0.000 0.000 markers.py:256(get_alt_path) | |
10 0.000 0.000 0.000 0.000 _pylab_helpers.py:116(get_active) | |
12 0.000 0.000 0.000 0.000 core.py:3400(filled) | |
1 0.000 0.000 0.000 0.000 mathtext.py:667(BakomaFonts) | |
12 0.000 0.000 0.000 0.000 patches.py:199(get_patch_transform) | |
6 0.000 0.000 0.000 0.000 _base.py:1654(_process_unit_info) | |
16 0.000 0.000 0.133 0.008 spines.py:159(cla) | |
6 0.000 0.000 0.004 0.001 _base.py:719(set_position) | |
2 0.000 0.000 0.002 0.001 pyparsing.py:2740(parseImpl) | |
1 0.000 0.000 0.000 0.000 calendar.py:47(_localized_month) | |
4 0.000 0.000 0.000 0.000 __init__.py:54(get_projection_class) | |
12 0.000 0.000 0.000 0.000 pyparsing.py:1429(setName) | |
4 0.000 0.000 0.000 0.000 transforms.py:2453(__init__) | |
2 0.000 0.000 0.000 0.000 _pylab_helpers.py:125(set_active) | |
4 0.000 0.000 0.000 0.000 contextlib.py:21(__exit__) | |
10 0.000 0.000 0.000 0.000 posixpath.py:341(abspath) | |
2 0.000 0.000 0.000 0.000 random.py:100(seed) | |
1 0.000 0.000 0.000 0.000 numerictypes.py:435(_construct_char_code_lookup) | |
1 0.000 0.000 0.000 0.000 {posix.getcwd} | |
4 0.000 0.000 0.000 0.000 transforms.py:809(null) | |
2 0.000 0.000 0.000 0.000 backend_agg.py:121(_update_methods) | |
17 0.000 0.000 0.000 0.000 pyparsing.py:721(setName) | |
4 0.000 0.000 0.000 0.000 {filter} | |
5 0.000 0.000 0.000 0.000 threading.py:57(__init__) | |
8 0.000 0.000 0.000 0.000 cbook.py:1726(get_siblings) | |
9 0.000 0.000 0.000 0.000 extras.py:245(getdoc) | |
6 0.000 0.000 0.000 0.000 six.py:124(__init__) | |
4 0.000 0.000 0.003 0.001 pyparsing.py:2979(__init__) | |
116 0.000 0.000 0.000 0.000 markers.py:262(get_snap_threshold) | |
26 0.000 0.000 0.000 0.000 patches.py:402(set_hatch) | |
1 0.000 0.000 0.000 0.000 parser.py:751(_tzparser) | |
4 0.000 0.000 0.000 0.000 core.py:114(iter_style_files) | |
18 0.000 0.000 0.000 0.000 {_struct.calcsize} | |
17 0.000 0.000 0.000 0.000 {method 'any' of 'numpy.ndarray' objects} | |
5 0.000 0.000 0.000 0.000 {method 'searchsorted' of 'numpy.ndarray' objects} | |
24 0.000 0.000 0.000 0.000 weakref.py:261(__setitem__) | |
1 0.000 0.000 0.000 0.000 artist.py:70(Artist) | |
16 0.000 0.000 0.066 0.004 spines.py:148(register_axis) | |
2 0.000 0.000 0.000 0.000 axis.py:799(_translate_tick_kw) | |
6 0.000 0.000 0.000 0.000 cbook.py:1298(__init__) | |
20 0.000 0.000 0.000 0.000 ticker.py:423(__call__) | |
22 0.000 0.000 0.000 0.000 pyparsing.py:304(__getitem__) | |
22 0.000 0.000 0.000 0.000 {method 'rfind' of 'str' objects} | |
46 0.000 0.000 0.000 0.000 patches.py:324(set_linewidth) | |
1 0.000 0.000 0.000 0.000 calendar.py:126(Calendar) | |
2 0.000 0.000 0.000 0.000 __init__.py:115(compare_versions) | |
2 0.000 0.000 0.003 0.002 pyparsing.py:3320(srange) | |
8 0.000 0.000 0.000 0.000 core.py:7219(getdoc) | |
4 0.000 0.000 0.002 0.000 tempfile.py:464(TemporaryFile) | |
1 0.000 0.000 0.000 0.000 text.py:149(Text) | |
4 0.000 0.000 0.001 0.000 _base.py:1425(add_artist) | |
1 0.000 0.000 0.000 0.000 tricontour.py:1(<module>) | |
7 0.000 0.000 0.000 0.000 pyparsing.py:2435(__init__) | |
1 0.000 0.000 0.000 0.000 transforms.py:765(Bbox) | |
8 0.000 0.000 0.003 0.000 transforms.py:1513(set) | |
2 0.000 0.000 0.000 0.000 core.py:5955(min) | |
2 0.000 0.000 0.000 0.000 utils.py:68(__call__) | |
1 0.000 0.000 0.000 0.000 stackplot.py:8(<module>) | |
2 0.000 0.000 0.000 0.000 threading.py:185(__init__) | |
1 0.000 0.000 0.000 0.000 numerictypes.py:386(_set_up_aliases) | |
1 0.000 0.000 0.000 0.000 _methods.py:5(<module>) | |
132 0.000 0.000 0.000 0.000 artist.py:469(get_sketch_params) | |
31 0.000 0.000 0.000 0.000 {method 'rstrip' of 'str' objects} | |
27 0.000 0.000 0.000 0.000 decimal.py:3803(<genexpr>) | |
2 0.000 0.000 0.001 0.000 _base.py:1438(add_collection) | |
2 0.000 0.000 0.000 0.000 utils.py:112(deprecate) | |
116 0.000 0.000 0.000 0.000 markers.py:250(get_path) | |
12 0.000 0.000 0.000 0.000 cm.py:355(changed) | |
12 0.000 0.000 0.000 0.000 core.py:1244(getmask) | |
15 0.000 0.000 0.000 0.000 {numpy.core.umath.seterrobj} | |
116 0.000 0.000 0.000 0.000 markers.py:198(is_filled) | |
6 0.000 0.000 0.000 0.000 hashlib.py:94(__get_openssl_constructor) | |
4 0.000 0.000 0.000 0.000 _base.py:1099(get_data_ratio) | |
12 0.000 0.000 0.000 0.000 linalg.py:101(get_linalg_error_extobj) | |
18 0.000 0.000 0.000 0.000 {divmod} | |
12 0.000 0.000 0.000 0.000 pyparsing.py:657(wrapper) | |
68 0.000 0.000 0.000 0.000 axis.py:228(get_loc) | |
1 0.000 0.000 0.000 0.000 font_manager.py:794(get_fontconfig_pattern) | |
4 0.000 0.000 0.000 0.000 rcsetup.py:75(validate_bool) | |
27 0.000 0.000 0.000 0.000 decimal.py:3810(<genexpr>) | |
12 0.000 0.000 0.000 0.000 axis.py:2168(get_view_interval) | |
1 0.000 0.000 0.002 0.002 __init__.py:704(matplotlib_fname) | |
4 0.000 0.000 0.000 0.000 _methods.py:39(_count_reduce_items) | |
8 0.000 0.000 0.000 0.000 axis.py:1865(get_view_interval) | |
2 0.000 0.000 0.000 0.000 core.py:2941(astype) | |
4 0.000 0.000 0.000 0.000 {method 'write' of 'file' objects} | |
5 0.000 0.000 0.000 0.000 {method 'round' of 'numpy.ndarray' objects} | |
24 0.000 0.000 0.000 0.000 cbook.py:1348(clear) | |
17 0.000 0.000 0.000 0.000 _weakrefset.py:20(__enter__) | |
5 0.000 0.000 0.000 0.000 re.py:204(escape) | |
8/4 0.000 0.000 0.003 0.001 pyparsing.py:2600(leaveWhitespace) | |
1 0.000 0.000 0.000 0.000 _iotools.py:466(StringConverter) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2300(And) | |
4 0.000 0.000 0.000 0.000 transforms.py:393(_get_size) | |
2 0.000 0.000 0.056 0.028 colorbar.py:337(draw_all) | |
2 0.000 0.000 0.000 0.000 _axes.py:4533(_pcolorargs) | |
8 0.000 0.000 0.000 0.000 colors.py:378(to_rgba_array) | |
10 0.000 0.000 0.000 0.000 UserDict.py:58(get) | |
2 0.000 0.000 0.000 0.000 core.py:236(minimum_fill_value) | |
12 0.000 0.000 0.000 0.000 linalg.py:198(_assertRankAtLeast2) | |
4 0.000 0.000 0.000 0.000 shape_base.py:8(atleast_1d) | |
40 0.000 0.000 0.000 0.000 numerictypes.py:157(english_upper) | |
4 0.000 0.000 0.000 0.000 axis.py:2061(_update_offset_text_position) | |
2 0.000 0.000 0.000 0.000 {function seed at 0x10aa07758} | |
12 0.000 0.000 0.000 0.000 pyparsing.py:1481(parseImpl) | |
2 0.000 0.000 0.000 0.000 image.py:461(set_interpolation) | |
12 0.000 0.000 0.000 0.000 fromnumeric.py:1841(all) | |
1 0.000 0.000 0.000 0.000 threading.py:763(__init__) | |
1 0.000 0.000 0.013 0.013 __init__.py:18(pylab_setup) | |
1 0.000 0.000 0.000 0.000 linalg.py:76(_determine_error_states) | |
4 0.000 0.000 0.000 0.000 ticker.py:169(create_dummy_axis) | |
7 0.000 0.000 0.000 0.000 {method 'clip' of 'numpy.ndarray' objects} | |
21 0.000 0.000 0.000 0.000 _weakrefset.py:68(__contains__) | |
4 0.000 0.000 0.001 0.000 _base.py:2882(set_yticklabels) | |
40 0.000 0.000 0.000 0.000 _inspect.py:26(isfunction) | |
7 0.000 0.000 0.000 0.000 pyparsing.py:1218(__or__) | |
1 0.000 0.000 0.000 0.000 __future__.py:48(<module>) | |
1 0.000 0.000 0.000 0.000 arraypad.py:5(<module>) | |
8 0.000 0.000 0.000 0.000 axis.py:1371(update_units) | |
64 0.000 0.000 0.000 0.000 axis.py:1393(_update_axisinfo) | |
2 0.000 0.000 0.000 0.000 backend_macosx.py:304(resize) | |
1 0.000 0.000 0.000 0.000 Image.py:444(Image) | |
1 0.000 0.000 0.000 0.000 tz.py:99(tzlocal) | |
26 0.000 0.000 0.000 0.000 {method 'keys' of 'dict' objects} | |
4 0.000 0.000 0.000 0.000 backend_bases.py:3135(update) | |
2 0.000 0.000 0.000 0.000 ticker.py:528(_set_orderOfMagnitude) | |
2 0.000 0.000 0.001 0.000 image.py:647(set_extent) | |
5 0.000 0.000 0.000 0.000 numeric.py:2735(__init__) | |
4 0.000 0.000 0.000 0.000 figure.py:756(_make_key) | |
1 0.000 0.000 0.000 0.000 threading.py:423(Thread) | |
2 0.000 0.000 0.012 0.006 backend_bases.py:2022(_get_output_canvas) | |
12 0.000 0.000 0.000 0.000 linalg.py:209(_assertNdSquareness) | |
6 0.000 0.000 0.000 0.000 artist.py:759(set_label) | |
27 0.000 0.000 0.000 0.000 {method 'endswith' of 'unicode' objects} | |
2 0.000 0.000 0.001 0.000 colorbar.py:350(config_axis) | |
6 0.000 0.000 0.000 0.000 pyparsing.py:2033(__init__) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:670(ParserElement) | |
8 0.000 0.000 0.000 0.000 _base.py:139(__init__) | |
10 0.000 0.000 0.000 0.000 figure.py:73(as_list) | |
2 0.000 0.000 0.000 0.000 getlimits.py:244(__init__) | |
8 0.000 0.000 0.003 0.000 spines.py:270(draw) | |
1 0.000 0.000 0.000 0.000 gzip.py:36(GzipFile) | |
2 0.000 0.000 0.001 0.001 collections.py:645(update_scalarmappable) | |
8 0.000 0.000 0.000 0.000 core.py:7214(__init__) | |
2 0.000 0.000 0.000 0.000 _pylab_helpers.py:38(get_fig_manager) | |
46 0.000 0.000 0.000 0.000 transforms.py:1896(get_matrix) | |
4 0.000 0.000 0.000 0.000 axis.py:2172(set_view_interval) | |
4 0.000 0.000 0.000 0.000 pyparsing.py:313(__setitem__) | |
14 0.000 0.000 0.000 0.000 artist.py:543(set_clip_box) | |
55 0.000 0.000 0.000 0.000 {method '__contains__' of 'frozenset' objects} | |
1 0.000 0.000 0.000 0.000 polar.py:216(PolarAxes) | |
9 0.000 0.000 0.000 0.000 core.py:2434(getdoc) | |
22 0.000 0.000 0.000 0.000 UserDict.py:70(__contains__) | |
1 0.000 0.000 0.000 0.000 <string>:7(Laguerre) | |
2 0.000 0.000 0.000 0.000 collections.py:462(set_linestyle) | |
1 0.000 0.000 0.000 0.000 <string>:7(Chebyshev) | |
4 0.000 0.000 0.000 0.000 tempfile.py:47(_set_cloexec) | |
1 0.000 0.000 0.000 0.000 timeit.py:53(<module>) | |
6 0.000 0.000 0.000 0.000 figure.py:91(_entry_from_axes) | |
22 0.000 0.000 0.000 0.000 figure.py:134(current_key_axes) | |
3 0.000 0.000 0.000 0.000 __init__.py:1258(get_backend) | |
1 0.000 0.000 0.000 0.000 numbers.py:34(Complex) | |
1 0.000 0.000 0.000 0.000 transforms.py:1882(IdentityTransform) | |
7 0.000 0.000 0.001 0.000 pyparsing.py:729(setResultsName) | |
1 0.000 0.000 0.000 0.000 pprint.py:35(<module>) | |
1 0.000 0.000 0.000 0.000 decimal.py:3757(Context) | |
16 0.000 0.000 0.000 0.000 cbook.py:1658(clean) | |
2 0.000 0.000 0.000 0.000 {method 'copy' of 'dict' objects} | |
8 0.000 0.000 0.000 0.000 fromnumeric.py:1761(any) | |
22 0.000 0.000 0.000 0.000 weakref.py:245(remove) | |
2 0.000 0.000 0.000 0.000 {_csv.register_dialect} | |
52 0.000 0.000 0.000 0.000 version.py:273(<lambda>) | |
16 0.000 0.000 0.000 0.000 fromnumeric.py:51(take) | |
1 0.000 0.000 0.000 0.000 <string>:7(Polynomial) | |
2 0.000 0.000 0.000 0.000 colors.py:665(is_gray) | |
2 0.000 0.000 0.002 0.001 ticker.py:1329(__call__) | |
13 0.000 0.000 0.000 0.000 {method 'setter' of 'property' objects} | |
1 0.000 0.000 0.000 0.000 parser.py:207(__init__) | |
4 0.000 0.000 0.000 0.000 {method 'view' of 'numpy.generic' objects} | |
5 0.000 0.000 0.000 0.000 numeric.py:2739(__enter__) | |
28 0.000 0.000 0.000 0.000 patches.py:246(set_antialiased) | |
8 0.000 0.000 0.000 0.000 axis.py:713(limit_range_for_scale) | |
1 0.000 0.000 0.012 0.012 __init__.py:20(import_module) | |
1 0.000 0.000 0.000 0.000 random.py:72(Random) | |
33 0.000 0.000 0.000 0.000 cm.py:28(_reverser) | |
4 0.000 0.000 0.000 0.000 legend_handler.py:164(__init__) | |
18 0.000 0.000 0.000 0.000 cbook.py:136(deprecated) | |
1 0.000 0.000 0.000 0.000 backend_bases.py:742(GraphicsContextBase) | |
14 0.000 0.000 0.000 0.000 ticker.py:1009(__call__) | |
4 0.000 0.000 0.000 0.000 tempfile.py:123(rng) | |
1 0.000 0.000 0.000 0.000 polytemplate.py:11(<module>) | |
1 0.000 0.000 0.000 0.000 colorbar.py:218(ColorbarBase) | |
8 0.000 0.000 0.000 0.000 gridspec.py:387(__init__) | |
4 0.000 0.000 0.000 0.000 pyplot.py:797(gca) | |
4 0.000 0.000 0.000 0.000 gridspec.py:323(__init__) | |
6 0.000 0.000 0.000 0.000 figure.py:99(bubble) | |
31 0.000 0.000 0.000 0.000 _inspect.py:39(iscode) | |
4 0.000 0.000 0.000 0.000 widgets.py:36(__init__) | |
2 0.000 0.000 0.000 0.000 axis.py:1869(set_view_interval) | |
19 0.000 0.000 0.000 0.000 tokenize.py:44(group) | |
8 0.000 0.000 0.000 0.000 transforms.py:407(_get_extents) | |
16 0.000 0.000 0.000 0.000 cbook.py:2194(_putmask) | |
12 0.000 0.000 0.000 0.000 {method 'groupdict' of '_sre.SRE_Match' objects} | |
6 0.000 0.000 0.000 0.000 six.py:74(_import_module) | |
4 0.000 0.000 0.000 0.000 colorbar.py:442(_set_label) | |
1 0.000 0.000 0.000 0.000 nanfunctions.py:16(<module>) | |
1 0.000 0.000 0.000 0.000 textpath.py:415(TextPath) | |
4 0.000 0.000 0.000 0.000 numeric.py:136(ones) | |
14 0.000 0.000 0.000 0.000 numerictypes.py:184(english_capitalize) | |
1 0.000 0.000 0.000 0.000 backend_bases.py:1128(TimerBase) | |
1 0.000 0.000 0.000 0.000 collections.py:25(OrderedDict) | |
1 0.000 0.000 0.000 0.000 image.py:529(AxesImage) | |
14 0.000 0.000 0.000 0.000 stat.py:40(S_ISDIR) | |
12 0.000 0.000 0.000 0.000 {method 'get' of 'dictproxy' objects} | |
1 0.000 0.000 0.000 0.000 helper.py:4(<module>) | |
8 0.000 0.000 0.000 0.000 axis.py:1306(get_minor_ticks) | |
1 0.000 0.000 0.000 0.000 tripcolor.py:1(<module>) | |
8 0.000 0.000 0.000 0.000 axis.py:804(_bool) | |
10 0.000 0.000 0.000 0.000 legend_handler.py:60(__init__) | |
7 0.000 0.000 0.000 0.000 legend_handler.py:134(__init__) | |
2 0.000 0.000 0.000 0.000 collections.py:612(set_alpha) | |
1 0.000 0.000 0.000 0.000 quiver.py:388(Quiver) | |
2 0.000 0.000 0.000 0.000 collections.py:442(set_linewidth) | |
1 0.000 0.000 0.000 0.000 table.py:149(Table) | |
4 0.000 0.000 0.000 0.000 __init__.py:25(get_projection_class) | |
4 0.000 0.000 0.001 0.000 patches.py:839(__init__) | |
2 0.000 0.000 0.000 0.000 ticker.py:916(raise_if_exceeds) | |
3 0.000 0.000 0.000 0.000 function_base.py:1591(__init__) | |
16 0.000 0.000 0.000 0.000 scale.py:79(get_transform) | |
4 0.000 0.000 0.000 0.000 colors.py:855(__init__) | |
1 0.000 0.000 0.000 0.000 tempfile.py:493(SpooledTemporaryFile) | |
1 0.000 0.000 0.000 0.000 _inspect.py:7(<module>) | |
6 0.000 0.000 0.000 0.000 gridspec.py:72(set_height_ratios) | |
14 0.000 0.000 0.000 0.000 figure.py:147(__call__) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1010(StandardPsFonts) | |
4 0.000 0.000 0.000 0.000 figure.py:710(set_facecolor) | |
26 0.000 0.000 0.000 0.000 patches.py:386(set_joinstyle) | |
3 0.000 0.000 0.000 0.000 index_tricks.py:231(__init__) | |
3 0.000 0.000 0.000 0.000 contextlib.py:54(contextmanager) | |
4 0.000 0.000 0.000 0.000 _base.py:3132(set_cursor_props) | |
8 0.000 0.000 0.000 0.000 transforms.py:2227(transform_path_non_affine) | |
1 0.000 0.000 0.001 0.001 glob.py:1(<module>) | |
8 0.000 0.000 0.000 0.000 figure.py:1204(gca) | |
9 0.000 0.000 0.000 0.000 core.py:2428(__init__) | |
18 0.000 0.000 0.000 0.000 pyparsing.py:352(__bool__) | |
1 0.000 0.000 0.000 0.000 transforms.py:2128(CompositeGenericTransform) | |
9 0.000 0.000 0.000 0.000 extras.py:241(__init__) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:944(enablePackrat) | |
2 0.000 0.000 0.003 0.001 pyparsing.py:965(parseString) | |
2 0.000 0.000 0.873 0.437 pyplot.py:568(savefig) | |
9 0.000 0.000 0.000 0.000 {method 'acquire' of 'thread.lock' objects} | |
4 0.000 0.000 0.000 0.000 {method 'copy' of 'numpy.generic' objects} | |
1 0.000 0.000 0.000 0.000 StringIO.py:30(<module>) | |
1 0.000 0.000 0.000 0.000 legend_handler.py:498(HandlerStem) | |
1 0.000 0.000 0.000 0.000 backend_bases.py:188(RendererBase) | |
2 0.000 0.000 0.000 0.000 cm.py:283(set_clim) | |
1 0.000 0.000 0.000 0.000 financial.py:10(<module>) | |
16 0.000 0.000 0.000 0.000 axis.py:691(get_transform) | |
1 0.000 0.000 0.000 0.000 _internal.py:196(_getintp_ctype) | |
2 0.000 0.000 0.000 0.000 text.py:781(set_horizontalalignment) | |
1 0.000 0.000 0.000 0.000 <string>:1(SplitResult) | |
1 0.000 0.000 0.000 0.000 colors.py:650(_set_extremes) | |
1 0.000 0.000 0.000 0.000 spines.py:21(Spine) | |
1 0.000 0.000 0.000 0.000 pickle.py:171(Pickler) | |
4 0.000 0.000 0.000 0.000 core.py:1690(_check_mask_axis) | |
1 0.000 0.000 0.000 0.000 threading.py:435(__init__) | |
12 0.000 0.000 0.000 0.000 linalg.py:124(_realType) | |
4 0.000 0.000 0.000 0.000 _axes.py:186(set_ylabel) | |
1 0.000 0.000 0.000 0.000 <string>:1(Attribute) | |
1 0.000 0.000 0.000 0.000 <string>:1(ParseResult) | |
4 0.000 0.000 0.000 0.000 image.py:133(changed) | |
2 0.000 0.000 0.000 0.000 axis.py:2018(set_label_position) | |
8 0.000 0.000 0.000 0.000 spines.py:132(get_patch_transform) | |
6 0.000 0.000 0.000 0.000 _base.py:2549(get_xscale) | |
6 0.000 0.000 0.000 0.000 figure.py:1248(sca) | |
1 0.000 0.000 0.000 0.000 cbook.py:1032(RingBuffer) | |
1 0.000 0.000 0.000 0.000 patches.py:53(Patch) | |
1 0.000 0.000 0.000 0.000 <string>:1(Match) | |
17 0.000 0.000 0.000 0.000 _weakrefset.py:16(__init__) | |
6 0.000 0.000 0.000 0.000 pyparsing.py:1389(getException) | |
7 0.000 0.000 0.000 0.000 fromnumeric.py:1563(clip) | |
10 0.000 0.000 0.000 0.000 core.py:2441(__get__) | |
1 0.000 0.000 0.000 0.000 arraysetops.py:26(<module>) | |
4 0.000 0.000 0.000 0.000 core.py:585(get_masked_subclass) | |
8 0.000 0.000 0.000 0.000 _subplots.py:90(get_subplotspec) | |
8 0.000 0.000 0.000 0.000 backend_macosx.py:226(draw_if_interactive) | |
1 0.000 0.000 0.000 0.000 backend_bases.py:2600(NavigationToolbar2) | |
1 0.000 0.000 0.000 0.000 {posix.uname} | |
8 0.000 0.000 0.000 0.000 {thread.allocate_lock} | |
17 0.000 0.000 0.000 0.000 _weakrefset.py:52(_commit_removals) | |
1 0.000 0.000 0.000 0.000 offsetbox.py:1231(AnnotationBbox) | |
4 0.000 0.000 0.000 0.000 fromnumeric.py:2631(mean) | |
2 0.000 0.000 0.000 0.000 collections.py:540(set_facecolor) | |
4 0.000 0.000 0.000 0.000 contextlib.py:82(helper) | |
7 0.000 0.000 0.000 0.000 font_manager.py:1081(score_style) | |
1 0.000 0.000 0.001 0.001 font_manager.py:1372(findfont) | |
1 0.000 0.000 0.000 0.000 tight_bbox.py:3(<module>) | |
1 0.000 0.000 0.000 0.000 py3k.py:4(<module>) | |
19 0.000 0.000 0.000 0.000 {method 'endswith' of 'str' objects} | |
1 0.000 0.000 0.000 0.000 socket.py:235(_fileobject) | |
59 0.000 0.000 0.000 0.000 {abs} | |
1 0.000 0.000 0.000 0.000 triplot.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 <string>:1(Mismatch) | |
13 0.000 0.000 0.000 0.000 {method 'lstrip' of 'str' objects} | |
1 0.000 0.000 0.000 0.000 quiver.py:224(QuiverKey) | |
1 0.000 0.000 0.000 0.000 <string>:1(Traceback) | |
1 0.000 0.000 0.000 0.000 numbers.py:295(Integral) | |
1 0.000 0.000 0.000 0.000 re.py:268(_subx) | |
4 0.000 0.000 0.000 0.000 patches.py:860(get_path) | |
1 0.000 0.000 0.000 0.000 numbers.py:169(Real) | |
1 0.000 0.000 0.000 0.000 rrule.py:908(_rrulestr) | |
2 0.000 0.000 0.000 0.000 __init__.py:532(_get_xdg_config_dir) | |
3 0.000 0.000 0.000 0.000 warnings.py:339(__enter__) | |
2 0.000 0.000 0.000 0.000 threading.py:140(release) | |
1 0.000 0.000 0.000 0.000 httplib.py:669(HTTPConnection) | |
5 0.000 0.000 0.000 0.000 numeric.py:2744(__exit__) | |
8 0.000 0.000 0.000 0.000 transforms.py:1318(get_matrix) | |
10 0.000 0.000 0.000 0.000 {math.log10} | |
2 0.000 0.000 0.000 0.000 core.py:5179(max) | |
1 0.000 0.000 0.000 0.000 <string>:1(Arguments) | |
1 0.000 0.000 0.004 0.004 core.py:124(read_style_directory) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3097(delimitedList) | |
1 0.000 0.000 0.000 0.000 subprocess.py:618(Popen) | |
4 0.000 0.000 0.000 0.000 fromnumeric.py:492(transpose) | |
2 0.000 0.000 0.000 0.000 figure.py:410(set_tight_layout) | |
1 0.000 0.000 0.000 0.000 legend_handler.py:44(HandlerBase) | |
1 0.000 0.000 0.000 0.000 rfc822.py:85(Message) | |
1 0.000 0.000 0.000 0.000 bezier.py:153(BezierSegment) | |
4 0.000 0.000 0.000 0.000 _base.py:780(_gen_axes_patch) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:255(ParseResults) | |
1 0.000 0.000 0.000 0.000 patches.py:2483(_Base) | |
1 0.000 0.000 0.000 0.000 <string>:1(DecimalTuple) | |
10 0.000 0.000 0.000 0.000 pyparsing.py:1708(charsAsStr) | |
1 0.000 0.000 0.000 0.000 cm.py:166(ScalarMappable) | |
1 0.000 0.000 0.000 0.000 __init__.py:240(Verbose) | |
1 0.000 0.000 0.000 0.000 axis.py:27(Tick) | |
2 0.000 0.000 0.000 0.000 __init__.py:546(_get_xdg_cache_dir) | |
30 0.000 0.000 0.000 0.000 {numpy.core.umath.geterrobj} | |
4 0.000 0.000 0.000 0.000 six.py:157(_resolve) | |
1 0.000 0.000 0.000 0.000 text.py:1658(Annotation) | |
4 0.000 0.000 0.000 0.000 transforms.py:347(_get_ymax) | |
1 0.000 0.000 0.000 0.000 decorators.py:15(<module>) | |
1 0.000 0.000 0.000 0.000 info.py:176(<module>) | |
1 0.000 0.000 0.000 0.000 dviread.py:43(Dvi) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2474(__str__) | |
1 0.000 0.000 0.000 0.000 <string>:1(ArgSpec) | |
1 0.000 0.000 0.000 0.000 transforms.py:1542(AffineBase) | |
2 0.000 0.000 0.000 0.000 getlimits.py:269(max) | |
1 0.000 0.000 0.001 0.001 mlab.py:2047(FIFOBuffer) | |
4 0.000 0.000 0.000 0.000 transforms.py:337(_get_ymin) | |
1 0.000 0.000 0.000 0.000 atexit.py:6(<module>) | |
4 0.000 0.000 0.000 0.000 tempfile.py:212(_get_candidate_names) | |
2 0.000 0.000 0.026 0.013 backend_macosx.py:388(__init__) | |
6 0.000 0.000 0.000 0.000 gridspec.py:465(__eq__) | |
1 0.000 0.000 0.000 0.000 ticker.py:361(ScalarFormatter) | |
40 0.000 0.000 0.000 0.000 gridspec.py:50(get_geometry) | |
3 0.000 0.000 0.000 0.000 warnings.py:318(__init__) | |
1 0.000 0.000 0.000 0.000 <string>:1(ModuleInfo) | |
2 0.000 0.000 0.000 0.000 mlab.py:3086(__init__) | |
3 0.000 0.000 0.001 0.000 fromnumeric.py:683(sort) | |
2 0.000 0.000 0.000 0.000 core.py:3693(__radd__) | |
1 0.000 0.000 0.000 0.000 <string>:1(ArgInfo) | |
1 0.000 0.000 0.000 0.000 patches.py:2226(FancyBboxPatch) | |
6 0.000 0.000 0.000 0.000 figure.py:390(_get_axes) | |
1 0.000 0.000 0.000 0.000 keyword.py:11(<module>) | |
12 0.000 0.000 0.000 0.000 axis.py:1427(have_units) | |
1 0.000 0.000 0.001 0.001 dates.py:382(DateFormatter) | |
11 0.000 0.000 0.000 0.000 opcode.py:31(name_op) | |
2 0.000 0.000 0.000 0.000 pyplot.py:545(draw) | |
4 0.000 0.000 0.000 0.000 __init__.py:305(wrap) | |
50 0.000 0.000 0.000 0.000 {_ctypes.sizeof} | |
1 0.000 0.000 0.000 0.000 backend_macosx.py:33(RendererMac) | |
16 0.000 0.000 0.000 0.000 backend_bases.py:957(set_dashes) | |
6 0.000 0.000 0.000 0.000 cbook.py:772(_string_to_bool) | |
1 0.000 0.000 0.000 0.000 _pylab_helpers.py:17(Gcf) | |
1 0.000 0.000 0.000 0.000 runner.py:28(TextTestResult) | |
6 0.000 0.000 0.000 0.000 pyparsing.py:2701(__init__) | |
1 0.000 0.000 0.000 0.000 backend_macosx.py:275(FigureCanvasMac) | |
1 0.000 0.000 0.000 0.000 pyplot.py:70(_backend_selection) | |
4 0.000 0.000 0.000 0.000 transforms.py:325(_get_p1) | |
4 0.000 0.000 0.000 0.000 docstring.py:39(__init__) | |
1 0.000 0.000 0.000 0.000 patches.py:979(Arrow) | |
1 0.000 0.000 0.000 0.000 image.py:681(NonUniformImage) | |
12 0.000 0.000 0.000 0.000 cbook.py:1655(__contains__) | |
1 0.000 0.000 0.000 0.000 triangulation.py:11(Triangulation) | |
6 0.000 0.000 0.000 0.000 gridspec.py:476(__hash__) | |
2 0.000 0.000 0.000 0.000 pyplot.py:475(get_current_fig_manager) | |
1 0.000 0.000 0.000 0.000 axis.py:1923(YAxis) | |
24 0.000 0.000 0.000 0.000 linalg.py:111(isComplexType) | |
26 0.000 0.000 0.000 0.000 patches.py:338(set_linestyle) | |
2 0.000 0.000 0.000 0.000 collections.py:577(set_edgecolor) | |
4 0.000 0.000 0.000 0.000 figure.py:675(get_size_inches) | |
2 0.000 0.000 0.000 0.000 pyparsing.py:2790(parseImpl) | |
1 0.000 0.000 0.000 0.000 contour.py:752(ContourSet) | |
1 0.000 0.000 0.000 0.000 quiver.py:829(Barbs) | |
1 0.000 0.000 0.000 0.000 backend_bases.py:2517(FigureManagerBase) | |
1 0.000 0.000 0.000 0.000 ticker.py:743(LogFormatterMathtext) | |
55 0.000 0.000 0.000 0.000 {method 'isdigit' of 'str' objects} | |
1 0.000 0.000 0.000 0.000 legend_handler.py:562(HandlerTuple) | |
1 0.000 0.000 0.000 0.000 calendar.py:66(_localized_day) | |
1 0.000 0.000 0.000 0.000 cbook.py:1291(Stack) | |
10 0.000 0.000 0.000 0.000 posixpath.py:51(isabs) | |
1 0.000 0.000 0.000 0.000 codecs.py:77(__new__) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:1722(Regex) | |
2 0.000 0.000 0.000 0.000 {method 'title' of 'str' objects} | |
4 0.000 0.000 0.000 0.000 contextlib.py:15(__enter__) | |
8 0.000 0.000 0.000 0.000 ticker.py:1038(__call__) | |
1 0.000 0.000 0.000 0.000 _iotools.py:246(NameValidator) | |
2 0.000 0.000 0.000 0.000 figure.py:1343(add_axobserver) | |
4 0.000 0.000 0.000 0.000 core.py:92(doc_note) | |
1 0.000 0.000 0.000 0.000 result.py:26(TestResult) | |
2 0.000 0.000 0.000 0.000 {binascii.hexlify} | |
1 0.000 0.000 0.000 0.000 ufunclike.py:5(<module>) | |
12 0.000 0.000 0.000 0.000 {method '__array_prepare__' of 'numpy.ndarray' objects} | |
2 0.000 0.000 0.000 0.000 artist.py:148(have_units) | |
8 0.000 0.000 0.001 0.000 transforms.py:280(__array__) | |
1 0.000 0.000 0.000 0.000 patches.py:720(RegularPolygon) | |
4 0.000 0.000 0.000 0.000 {method 'any' of 'numpy.generic' objects} | |
1 0.000 0.000 0.000 0.000 font_manager.py:955(FontManager) | |
1 0.000 0.000 0.000 0.000 mathtext.py:393(Fonts) | |
1 0.000 0.000 0.000 0.000 urllib.py:115(URLopener) | |
1 0.000 0.000 0.000 0.000 font_manager.py:595(FontProperties) | |
1 0.000 0.000 0.000 0.000 image.py:1048(BboxImage) | |
1 0.000 0.000 0.000 0.000 patches.py:3759(FancyArrowPatch) | |
3 0.000 0.000 0.000 0.000 result.py:14(failfast) | |
4 0.000 0.000 0.000 0.000 transforms.py:1960(__eq__) | |
8 0.000 0.000 0.000 0.000 mathtext.py:1704(__init__) | |
4 0.000 0.000 0.000 0.000 fromnumeric.py:2494(size) | |
6 0.000 0.000 0.000 0.000 pyparsing.py:158(__init__) | |
1 0.000 0.000 0.000 0.000 figure.py:54(AxesStack) | |
2 0.000 0.000 0.000 0.000 pyparsing.py:2669(__init__) | |
1 0.000 0.000 0.000 0.000 npyio.py:131(NpzFile) | |
1 0.000 0.000 0.000 0.000 offsetbox.py:614(TextArea) | |
1 0.000 0.000 0.000 0.000 __init__.py:632(_get_data_path) | |
1 0.000 0.000 0.000 0.000 _cm.py:58(cubehelix) | |
2 0.000 0.000 0.000 0.000 pyplot.py:537(clf) | |
1 0.000 0.000 0.000 0.000 colors.py:1037(SymLogNorm) | |
3 0.000 0.000 0.000 0.000 warnings.py:355(__exit__) | |
1 0.000 0.000 0.000 0.000 collections.py:1523(TriMesh) | |
6 0.000 0.000 0.000 0.000 transforms.py:297(_get_y0) | |
1 0.000 0.000 0.000 0.000 sysconfig.py:45(_python_build) | |
2 0.000 0.000 0.000 0.000 image.py:497(set_filternorm) | |
6 0.000 0.000 0.000 0.000 {delattr} | |
1 0.000 0.000 0.000 0.000 collections.py:1101(EventCollection) | |
2 0.000 0.000 0.000 0.000 collections.py:349(set_urls) | |
1 0.000 0.000 0.000 0.000 numpytest.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 transforms.py:1928(BlendedGenericTransform) | |
1 0.000 0.000 0.001 0.001 artist.py:866(ArtistInspector) | |
1 0.000 0.000 0.000 0.000 loader.py:38(TestLoader) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2577(ParseElementEnhance) | |
2 0.000 0.000 0.002 0.001 __init__.py:595(_get_configdir) | |
1 0.000 0.000 0.000 0.000 StringIO.py:42(StringIO) | |
8 0.000 0.000 0.000 0.000 transforms.py:386(_get_height) | |
14 0.000 0.000 0.000 0.000 ticker.py:207(set_locs) | |
1 0.000 0.000 0.000 0.000 tritools.py:13(TriAnalyzer) | |
1 0.000 0.000 0.000 0.000 _datasource.py:49(_FileOpeners) | |
4 0.000 0.000 0.001 0.000 re.py:144(sub) | |
1 0.000 0.000 0.000 0.000 utils.py:968(SafeEval) | |
5 0.000 0.000 0.000 0.000 fromnumeric.py:952(searchsorted) | |
2 0.000 0.000 0.001 0.000 axis.py:2101(set_ticks_position) | |
4 0.000 0.000 0.000 0.000 axis.py:1890(get_minpos) | |
1 0.000 0.000 0.000 0.000 _internal.py:224(_ctypes) | |
2 0.000 0.000 0.000 0.000 {method 'set_dpi' of '_macosx.GraphicsContext' objects} | |
12 0.000 0.000 0.000 0.000 {method 'lower' of 'str' objects} | |
1 0.000 0.000 0.000 0.000 rrule.py:86(rrulebase) | |
13 0.000 0.000 0.000 0.000 pyparsing.py:1299(leaveWhitespace) | |
1 0.000 0.000 0.000 0.000 csv.py:73(DictReader) | |
3 0.000 0.000 0.000 0.000 legend_handler.py:293(__init__) | |
1 0.000 0.000 0.000 0.000 image.py:933(FigureImage) | |
1 0.000 0.000 0.000 0.000 _datasource.py:150(DataSource) | |
1 0.000 0.000 0.000 0.000 table.py:39(Cell) | |
1 0.000 0.000 0.000 0.000 mathtext.py:106(MathtextBackend) | |
1 0.000 0.000 0.000 0.000 patches.py:570(Rectangle) | |
1 0.000 0.000 0.000 0.000 scale.py:185(InvertedNaturalLogTransform) | |
4 0.000 0.000 0.000 0.000 figure.py:150(__contains__) | |
1 0.000 0.000 0.000 0.000 mathtext.py:549(TruetypeFonts) | |
3 0.000 0.000 0.000 0.000 posixpath.py:110(basename) | |
1 0.000 0.000 0.000 0.000 blocking_input.py:296(BlockingContourLabeler) | |
1 0.000 0.000 0.000 0.000 rcsetup.py:336(validate_ps_distiller) | |
1 0.000 0.000 0.000 0.000 info.py:147(<module>) | |
2 0.000 0.000 0.051 0.025 _base.py:2580(set_xticks) | |
1 0.000 0.000 0.000 0.000 text.py:1010(TextWithDash) | |
1 0.000 0.000 0.000 0.000 transforms.py:1601(Affine2DBase) | |
1 0.000 0.000 0.000 0.000 parser.py:172(parserinfo) | |
2 0.000 0.000 0.000 0.000 pyparsing.py:2088(__init__) | |
1 0.000 0.000 0.000 0.000 transforms.py:1085(Transform) | |
1 0.000 0.000 0.000 0.000 urllib2.py:307(OpenerDirector) | |
1 0.000 0.000 0.000 0.000 httplib.py:325(HTTPResponse) | |
1 0.000 0.000 0.000 0.000 polar.py:85(PolarAffine) | |
1 0.000 0.000 0.000 0.000 info.py:84(<module>) | |
4 0.000 0.000 0.000 0.000 ticker.py:142(__init__) | |
1 0.000 0.000 0.000 0.000 tz.py:658(_tzicalvtz) | |
1 0.000 0.000 0.000 0.000 __init__.py:31(get_projection_names) | |
24 0.000 0.000 0.000 0.000 {method 'random' of '_random.Random' objects} | |
4 0.000 0.000 0.000 0.000 axis.py:2193(get_minpos) | |
1 0.000 0.000 0.000 0.000 suite.py:16(BaseTestSuite) | |
6 0.000 0.000 0.000 0.000 {method 'insert' of 'list' objects} | |
1 0.000 0.000 0.000 0.000 main.py:63(TestProgram) | |
1 0.000 0.000 0.000 0.000 urllib2.py:925(AbstractDigestAuthHandler) | |
1 0.000 0.000 0.000 0.000 transforms.py:2254(CompositeAffine2D) | |
1 0.000 0.000 0.000 0.000 threading.py:370(__init__) | |
16 0.000 0.000 0.000 0.000 pyparsing.py:248(__getitem__) | |
4 0.000 0.000 0.000 0.000 image.py:667(get_extent) | |
1 0.000 0.000 0.000 0.000 urlparse.py:68(ResultMixin) | |
1 0.000 0.000 0.000 0.000 ticker.py:1166(MultipleLocator) | |
1 0.000 0.000 0.000 0.000 triinterpolate.py:297(CubicTriInterpolator) | |
1 0.000 0.000 0.000 0.000 widgets.py:1246(RectangleSelector) | |
1 0.000 0.000 0.000 0.000 fontconfig_pattern.py:39(FontconfigPatternParser) | |
1 0.000 0.000 0.000 0.000 transforms.py:1444(TransformWrapper) | |
1 0.000 0.000 0.000 0.000 ImageMode.py:17(<module>) | |
1 0.000 0.000 0.000 0.000 urllib.py:609(FancyURLopener) | |
1 0.000 0.000 0.000 0.000 ssl.py:100(SSLSocket) | |
2 0.000 0.000 0.000 0.000 backend_bases.py:1768(draw_event) | |
1 0.000 0.000 0.000 0.000 mathtext.py:2935(MathTextParser) | |
1 0.000 0.000 0.000 0.000 polynomial.py:930(poly1d) | |
1 0.000 0.000 0.000 0.000 csv.py:26(Dialect) | |
1 0.000 0.000 0.000 0.000 transforms.py:1690(Affine2D) | |
4 0.000 0.000 0.000 0.000 ticker.py:147(get_view_interval) | |
15 0.000 0.000 0.000 0.000 stat.py:24(S_IFMT) | |
2 0.000 0.000 0.000 0.000 collections.py:358(set_hatch) | |
3 0.000 0.000 0.000 0.000 fromnumeric.py:1727(sometrue) | |
1 0.000 0.000 0.000 0.000 dates.py:1038(MonthLocator) | |
1 0.000 0.000 0.000 0.000 contour.py:56(ContourLabeler) | |
1 0.000 0.000 0.000 0.000 gridspec.py:31(GridSpecBase) | |
2 0.000 0.000 0.000 0.000 _base.py:2629(set_xticklabels) | |
1 0.000 0.000 0.000 0.000 info.py:83(<module>) | |
46 0.000 0.000 0.000 0.000 pyparsing.py:834(postParse) | |
3 0.000 0.000 0.000 0.000 pyparsing.py:3008(__init__) | |
10 0.000 0.000 0.000 0.000 transforms.py:2182(__eq__) | |
1 0.000 0.000 0.000 0.000 afm.py:339(AFM) | |
1 0.000 0.000 0.000 0.000 legend_handler.py:502(__init__) | |
1 0.000 0.000 0.000 0.000 urllib.py:850(ftpwrapper) | |
1 0.000 0.000 0.000 0.000 offsetbox.py:143(OffsetBox) | |
1 0.000 0.000 0.000 0.000 unicode_escape.py:13(Codec) | |
1 0.000 0.000 0.000 0.000 collections.py:356(Counter) | |
1 0.000 0.000 0.000 0.000 {math.exp} | |
1 0.000 0.000 0.000 0.000 tempfile.py:107(_RandomNameSequence) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1445(Hlist) | |
6 0.000 0.000 0.000 0.000 tz.py:29(tzname_in_python2) | |
2 0.000 0.000 0.000 0.000 {numpy.core.multiarray.set_string_function} | |
4 0.000 0.000 0.000 0.000 transforms.py:290(_get_x0) | |
2 0.000 0.000 0.000 0.000 {method 'astype' of 'numpy.generic' objects} | |
1 0.000 0.000 0.000 0.000 dviread.py:501(Vf) | |
1 0.000 0.000 0.000 0.000 axis.py:468(YTick) | |
2 0.000 0.000 0.000 0.000 shape_base.py:230(hstack) | |
1 0.000 0.000 0.000 0.000 offsetbox.py:1469(DraggableBase) | |
1 0.000 0.000 0.000 0.000 rrule.py:633(_iterinfo) | |
1 0.000 0.000 0.000 0.000 textpath.py:28(TextToPath) | |
6 0.000 0.000 0.000 0.000 ticker.py:259(__init__) | |
1 0.000 0.000 0.000 0.000 pickle.py:82(_Stop) | |
1 0.000 0.000 0.000 0.000 mathtext.py:887(StixFonts) | |
1 0.000 0.000 0.000 0.000 geo.py:302(InvertedAitoffTransform) | |
4 0.000 0.000 0.000 0.000 _base.py:712(get_position) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1879(Ship) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2897(__lshift__) | |
1 0.000 0.000 0.000 0.000 backend_macosx.py:179(GraphicsContextMac) | |
1 0.000 0.000 0.000 0.000 getlimits.py:194(iinfo) | |
6 0.000 0.000 0.000 0.000 pyparsing.py:356(keys) | |
1 0.000 0.000 0.000 0.000 transforms.py:1041(TransformedBbox) | |
1 0.000 0.000 0.000 0.000 cbook.py:951(Null) | |
1 0.000 0.000 0.000 0.000 urllib2.py:193(Request) | |
1 0.000 0.000 0.000 0.000 core.py:5766(MaskedConstant) | |
3 0.000 0.000 0.000 0.000 rcsetup.py:101(validate_float) | |
1 0.000 0.000 0.000 0.000 info.py:34(<module>) | |
1 0.000 0.000 0.000 0.000 {time.localtime} | |
1 0.000 0.000 0.002 0.002 version.py:63(StrictVersion) | |
1 0.000 0.000 0.000 0.000 geo.py:568(InvertedLambertTransform) | |
1 0.000 0.000 0.000 0.000 legend_handler.py:289(HandlerRegularPolyCollection) | |
1 0.000 0.000 0.000 0.000 ticker.py:1224(MaxNLocator) | |
1 0.000 0.000 0.000 0.000 threading.py:103(_RLock) | |
4 0.000 0.000 0.000 0.000 figure.py:702(set_edgecolor) | |
2 0.000 0.000 0.000 0.000 __init__.py:671(_get_data_path_cached) | |
1 0.000 0.000 0.000 0.000 legend_handler.py:566(__init__) | |
1 0.000 0.000 0.000 0.000 core.py:2469(MaskedIterator) | |
10 0.000 0.000 0.000 0.000 pyparsing.py:3218(<lambda>) | |
2 0.000 0.000 0.000 0.000 backend_bases.py:2239(switch_backends) | |
2 0.000 0.000 0.000 0.000 rcsetup.py:283(validate_fontsize) | |
1 0.000 0.000 0.000 0.000 tz.py:721(tzical) | |
1 0.000 0.000 0.000 0.000 fnmatch.py:11(<module>) | |
1 0.000 0.000 0.000 0.000 mathtext.py:780(UnicodeFonts) | |
6 0.000 0.000 0.000 0.000 opcode.py:35(jrel_op) | |
1 0.000 0.000 0.000 0.000 transforms.py:57(TransformNode) | |
1 0.000 0.000 0.000 0.000 streamplot.py:260(Grid) | |
1 0.000 0.000 0.000 0.000 contour.py:1390(QuadContourSet) | |
1 0.000 0.000 0.000 0.000 image.py:806(PcolorImage) | |
1 0.000 0.000 0.000 0.000 records.py:286(recarray) | |
1 0.000 0.000 0.000 0.000 geo.py:254(AitoffTransform) | |
7 0.000 0.000 0.000 0.000 relativedelta.py:19(__init__) | |
1 0.000 0.000 0.000 0.000 core.py:5569(mvoid) | |
2 0.000 0.000 0.000 0.000 {built-in method buffer_rgba} | |
1 0.000 0.000 0.000 0.000 triinterpolate.py:1247(_Sparse_Matrix_coo) | |
1 0.000 0.000 0.000 0.000 arrayterator.py:21(Arrayterator) | |
2 0.000 0.000 0.000 0.000 figure.py:682(get_facecolor) | |
1 0.000 0.000 0.000 0.000 patches.py:1355(Arc) | |
1 0.000 0.000 0.000 0.000 gridspec.py:382(SubplotSpec) | |
1 0.000 0.000 0.000 0.000 tz.py:45(tzutc) | |
1 0.000 0.000 0.000 0.000 stat.py:49(S_ISREG) | |
6 0.000 0.000 0.000 0.000 ticker.py:274(get_offset) | |
4 0.000 0.000 0.000 0.000 colorbar.py:323(_extend_lower) | |
1 0.000 0.000 0.000 0.000 transforms.py:2044(BlendedAffine2D) | |
1 0.000 0.000 0.000 0.000 collections.py:1593(QuadMesh) | |
17 0.000 0.000 0.000 0.000 {method '__subclasses__' of 'type' objects} | |
4 0.000 0.000 0.000 0.000 version.py:263(__init__) | |
1 0.000 0.000 0.000 0.000 transforms.py:2446(BboxTransformFrom) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2064(__init__) | |
1 0.000 0.000 0.000 0.000 tricontour.py:12(TriContourSet) | |
7 0.000 0.000 0.000 0.000 rrule.py:57(__init__) | |
2 0.000 0.000 0.000 0.000 _base.py:1057(set_adjustable) | |
1 0.000 0.000 0.000 0.000 random.py:801(SystemRandom) | |
1 0.000 0.000 0.000 0.000 patches.py:4087(ConnectionPatch) | |
1 0.000 0.000 0.000 0.000 extras.py:1431(__init__) | |
1 0.000 0.000 0.000 0.000 threading.py:384(set) | |
6 0.000 0.000 0.000 0.000 figure.py:537(set_canvas) | |
1 0.000 0.000 0.000 0.000 mathtext.py:2348(State) | |
1 0.000 0.000 0.000 0.000 transforms.py:2383(BboxTransformTo) | |
1 0.000 0.000 0.000 0.000 ctypeslib.py:150(_ndptr) | |
6 0.000 0.000 0.000 0.000 _base.py:2797(get_yscale) | |
1 0.000 0.000 0.000 0.000 geo.py:375(InvertedHammerTransform) | |
2 0.000 0.000 0.000 0.000 cm.py:345(check_update) | |
1 0.000 0.000 0.000 0.000 dates.py:606(DateLocator) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:1493(Keyword) | |
9 0.000 0.000 0.000 0.000 rcsetup.py:448(__init__) | |
1 0.000 0.000 0.000 0.000 patches.py:1316(Circle) | |
1 0.000 0.000 0.000 0.000 threading.py:276(notify) | |
1 0.000 0.000 0.000 0.000 index_tricks.py:85(nd_grid) | |
4 0.000 0.000 0.000 0.000 _base.py:2411(get_xbound) | |
1 0.000 0.000 0.000 0.000 axis.py:1623(XAxis) | |
2 0.000 0.000 0.000 0.000 {method 'toordinal' of 'datetime.date' objects} | |
1 0.000 0.000 0.000 0.000 collections.py:855(RegularPolyCollection) | |
1 0.000 0.000 0.000 0.000 scale.py:366(InvertedSymmetricalLogTransform) | |
1 0.000 0.000 0.000 0.000 warnings.py:74(simplefilter) | |
2 0.000 0.000 0.000 0.000 collections.py:150(_get_bool) | |
4 0.000 0.000 0.000 0.000 __init__.py:897(is_url) | |
1 0.000 0.000 0.000 0.000 trifinder.py:28(TrapezoidMapTriFinder) | |
1 0.000 0.000 0.000 0.000 patches.py:504(Shadow) | |
2 0.000 0.000 0.053 0.027 _base.py:2828(set_yticks) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2113(__init__) | |
2 0.000 0.000 0.000 0.000 colorbar.py:448(set_label) | |
2 0.000 0.000 0.000 0.000 _base.py:1885(autoscale_view) | |
1 0.000 0.000 0.004 0.004 __init__.py:878(rc_params) | |
1 0.000 0.000 0.000 0.000 blocking_input.py:34(BlockingInput) | |
3 0.000 0.000 0.000 0.000 legend_handler.py:181(__init__) | |
2 0.000 0.000 0.000 0.000 image.py:632(_check_unsampled_image) | |
6 0.000 0.000 0.000 0.000 transforms.py:1657(transform_point) | |
8 0.000 0.000 0.000 0.000 {method 'release' of 'thread.lock' objects} | |
2 0.000 0.000 0.000 0.000 pyparsing.py:1278(__invert__) | |
1 0.000 0.000 0.000 0.000 core.py:729(_DomainCheckInterval) | |
2 0.000 0.000 0.000 0.000 colorbar.py:666(_find_range) | |
1 0.000 0.000 0.000 0.000 function_base.py:1478(vectorize) | |
1 0.000 0.000 0.000 0.000 _subplots.py:13(SubplotBase) | |
2 0.000 0.000 0.000 0.000 random.py:91(__init__) | |
1 0.000 0.000 0.000 0.000 cbook.py:536(Scheduler) | |
1 0.000 0.000 0.000 0.000 ticker.py:1743(OldAutoLocator) | |
1 0.000 0.000 0.000 0.000 __init__.py:264(__init__) | |
1 0.000 0.000 0.000 0.000 core.py:5772(__new__) | |
1 0.000 0.000 0.000 0.000 cbook.py:578(Idle) | |
1 0.000 0.000 0.000 0.000 urllib.py:109(ContentTooShortError) | |
1 0.000 0.000 0.000 0.000 numeric.py:2673(errstate) | |
2 0.000 0.000 0.001 0.001 __init__.py:620(_get_cachedir) | |
1 0.000 0.000 0.000 0.000 core.py:2250(_MaskedPrintOption) | |
1 0.000 0.000 0.000 0.000 patches.py:832(Polygon) | |
1 0.000 0.000 0.000 0.000 patches.py:1787(_Base) | |
1 0.000 0.000 0.000 0.000 streamplot.py:301(StreamMask) | |
1 0.000 0.000 0.000 0.000 scale.py:131(InvertedLog10Transform) | |
1 0.000 0.000 0.000 0.000 index_tricks.py:510(ndindex) | |
2 0.000 0.000 0.000 0.000 pyparsing.py:393(__getattr__) | |
1 0.000 0.000 0.000 0.000 tz.py:69(tzoffset) | |
6 0.000 0.000 0.000 0.000 _base.py:2993(set_navigate) | |
4 0.000 0.000 0.000 0.000 _base.py:3007(set_navigate_mode) | |
1 0.000 0.000 0.000 0.000 difflib.py:46(SequenceMatcher) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:1975(White) | |
1 0.000 0.000 0.000 0.000 core.py:99(iter_user_libraries) | |
1 0.000 0.000 0.000 0.000 __init__.py:17(register) | |
1 0.000 0.000 0.000 0.000 numbers.py:270(Rational) | |
4 0.000 0.000 0.000 0.000 {method 'transpose' of 'numpy.ndarray' objects} | |
12 0.000 0.000 0.000 0.000 core.py:3188(_get_mask) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2430(MatchFirst) | |
1 0.000 0.000 0.000 0.000 urllib2.py:149(HTTPError) | |
4 0.000 0.000 0.000 0.000 cbook.py:608(__init__) | |
1 0.000 0.000 0.000 0.000 tempfile.py:364(_TemporaryFileWrapper) | |
1 0.000 0.000 0.000 0.000 widgets.py:1028(SpanSelector) | |
1 0.000 0.000 0.000 0.000 rcsetup.py:41(ValidateInStrings) | |
1 0.000 0.000 0.000 0.000 backend_bases.py:2594(Cursors) | |
2 0.000 0.000 0.000 0.000 core.py:3274(shrink_mask) | |
1 0.000 0.000 0.000 0.000 scale.py:240(LogScale) | |
2 0.000 0.000 0.000 0.000 version.py:292(__cmp__) | |
1 0.000 0.000 0.000 0.000 suite.py:78(TestSuite) | |
7 0.000 0.000 0.000 0.000 __future__.py:75(__init__) | |
2 0.000 0.000 0.000 0.000 threading.py:180(Condition) | |
1 0.000 0.000 0.000 0.000 rfc822.py:770(AddressList) | |
1 0.000 0.000 0.000 0.000 offsetbox.py:872(AnchoredOffsetbox) | |
1 0.000 0.000 0.000 0.000 tz.py:208(tzfile) | |
1 0.000 0.000 0.000 0.000 httplib.py:1253(LineTooLong) | |
2 0.000 0.000 0.000 0.000 numeric.py:1645(set_string_function) | |
1 0.000 0.000 0.000 0.000 patches.py:1249(Ellipse) | |
1 0.000 0.000 0.000 0.000 font_manager.py:352(FontEntry) | |
1 0.000 0.000 0.000 0.000 patches.py:896(Wedge) | |
4 0.000 0.000 0.000 0.000 backend_bases.py:101(register_backend) | |
1 0.000 0.000 0.000 0.000 collections.py:732(PathCollection) | |
1 0.000 0.000 0.000 0.000 polar.py:26(PolarTransform) | |
1 0.000 0.000 0.000 0.000 __config__.py:3(<module>) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:1437(__init__) | |
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha1} | |
4 0.000 0.000 0.000 0.000 _base.py:2660(get_ybound) | |
1 0.000 0.000 0.000 0.000 threading.py:366(_Event) | |
1 0.000 0.000 0.000 0.000 contour.py:41(ClabelText) | |
1 0.000 0.000 0.001 0.001 version.py:228(LooseVersion) | |
3 0.000 0.000 0.000 0.000 {method 'rfind' of 'unicode' objects} | |
1 0.000 0.000 0.000 0.000 copy_reg.py:14(pickle) | |
2 0.000 0.000 0.000 0.000 pyparsing.py:2130(__init__) | |
1 0.000 0.000 0.000 0.000 tz.py:493(tzrange) | |
4 0.000 0.000 0.000 0.000 ticker.py:465(get_offset) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2780(Optional) | |
6 0.000 0.000 0.000 0.000 _base.py:962(hold) | |
2 0.000 0.000 0.000 0.000 backend_bases.py:1323(__init__) | |
1 0.000 0.000 0.000 0.000 _base.py:127(_process_plot_var_args) | |
2 0.000 0.000 0.000 0.000 legend_handler.py:219(__init__) | |
2 0.000 0.000 0.000 0.000 {built-in method reset_matrix} | |
2 0.000 0.000 0.000 0.000 colorbar.py:331(_patch_ax) | |
4 0.000 0.000 0.000 0.000 ticker.py:150(set_view_interval) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:1435(Empty) | |
1 0.000 0.000 0.000 0.000 rcsetup.py:196(validate_nseq_int) | |
1 0.000 0.000 0.004 0.004 core.py:92(load_base_library) | |
1 0.000 0.000 0.000 0.000 dates.py:655(RRuleLocator) | |
6 0.000 0.000 0.000 0.000 gridspec.py:66(set_width_ratios) | |
1 0.000 0.000 0.000 0.000 nosetester.py:129(NoseTester) | |
1 0.000 0.000 0.000 0.000 pyplot.py:1841(colormaps) | |
1 0.000 0.000 0.000 0.000 rcsetup.py:145(validate_backend) | |
8 0.000 0.000 0.000 0.000 {math.floor} | |
1 0.000 0.000 0.000 0.000 six.py:368(Module_six_moves_urllib) | |
16 0.000 0.000 0.000 0.000 scale.py:66(__init__) | |
1 0.000 0.000 0.000 0.000 core.py:156(reload_library) | |
4 0.000 0.000 0.000 0.000 figure.py:759(fixitems) | |
1 0.000 0.000 0.000 0.000 ticker.py:791(EngFormatter) | |
1 0.000 0.000 0.000 0.000 utils.py:1382(WarningMessage) | |
1 0.000 0.000 0.000 0.000 scale.py:158(InvertedLog2Transform) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2062(LineStart) | |
1 0.000 0.000 0.001 0.001 urllib2.py:823(AbstractBasicAuthHandler) | |
1 0.000 0.000 0.000 0.000 patches.py:1117(YAArrow) | |
1 0.000 0.000 0.000 0.000 patches.py:2964(_Base) | |
1 0.000 0.000 0.000 0.000 gridspec.py:187(GridSpec) | |
1 0.000 0.000 0.000 0.000 geo.py:513(LambertTransform) | |
3 0.000 0.000 0.000 0.000 __init__.py:494(CFunctionType) | |
1 0.000 0.000 0.000 0.000 relativedelta.py:46(relativedelta) | |
1 0.000 0.000 0.000 0.000 collections.py:756(PolyCollection) | |
1 0.000 0.000 0.000 0.000 collections.py:808(BrokenBarHCollection) | |
1 0.000 0.000 0.000 0.000 geo.py:333(HammerTransform) | |
1 0.000 0.000 0.000 0.000 difflib.py:1672(HtmlDiff) | |
4 0.000 0.000 0.000 0.000 transforms.py:991(_get_minposx) | |
6 0.000 0.000 0.000 0.000 core.py:769(__init__) | |
1 0.000 0.000 0.000 0.000 patches.py:3457(BracketB) | |
2 0.000 0.000 0.000 0.000 pyparsing.py:354(__iter__) | |
2 0.000 0.000 0.000 0.000 transforms.py:1491(frozen) | |
1 0.000 0.000 0.000 0.000 offsetbox.py:1094(AnchoredText) | |
1 0.000 0.000 0.000 0.000 legend_handler.py:390(__init__) | |
2 0.000 0.000 0.000 0.000 __init__.py:268(set_level) | |
3 0.000 0.000 0.000 0.000 core.py:38(is_style_file) | |
2 0.000 0.000 0.000 0.000 fromnumeric.py:1745(alltrue) | |
2 0.000 0.000 0.000 0.000 {numpy.core.multiarray.can_cast} | |
1 0.000 0.000 0.000 0.000 httplib.py:1240(CannotSendHeader) | |
4 0.000 0.000 0.000 0.000 six.py:69(_add_doc) | |
4 0.000 0.000 0.000 0.000 {math.log} | |
1 0.000 0.000 0.000 0.000 parser.py:43(_timelex) | |
1 0.000 0.000 0.000 0.000 _iotools.py:155(LineSplitter) | |
4 0.000 0.000 0.000 0.000 _base.py:766(get_axes_locator) | |
1 0.000 0.000 0.000 0.000 _datasource.py:499(Repository) | |
1 0.000 0.000 0.000 0.000 index_tricks.py:434(__init__) | |
1 0.000 0.000 0.000 0.000 arrayprint.py:638(IntegerFormat) | |
1 0.000 0.000 0.000 0.000 case.py:1014(FunctionTestCase) | |
1 0.000 0.000 0.000 0.000 blocking_input.py:123(BlockingMouseInput) | |
1 0.000 0.000 0.000 0.000 triinterpolate.py:241(LinearTriInterpolator) | |
1 0.000 0.000 0.000 0.000 {numpy.core.multiarray.set_typeDict} | |
2 0.000 0.000 0.000 0.000 utils.py:63(__init__) | |
1 0.000 0.000 0.000 0.000 widgets.py:234(Slider) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2199(ParseExpression) | |
4 0.000 0.000 0.000 0.000 ticker.py:176(set_data_interval) | |
1 0.000 0.000 0.000 0.000 _import_tools.py:8(PackageLoader) | |
1 0.000 0.000 0.000 0.000 decimal.py:322(Overflow) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2879(Forward) | |
1 0.000 0.000 0.000 0.000 geo.py:413(MollweideTransform) | |
1 0.000 0.000 0.000 0.000 mathtext.py:160(MathtextBackendAgg) | |
1 0.000 0.000 0.000 0.000 calendar.py:255(TextCalendar) | |
6 0.000 0.000 0.000 0.000 artist.py:526(get_figure) | |
1 0.000 0.000 0.000 0.000 legend.py:53(DraggableLegend) | |
1 0.000 0.000 0.000 0.000 ticker.py:878(Locator) | |
4 0.000 0.000 0.000 0.000 ticker.py:173(set_view_interval) | |
1 0.000 0.000 0.000 0.000 container.py:9(Container) | |
2 0.000 0.000 0.000 0.000 transforms.py:304(_get_x1) | |
2 0.000 0.000 0.000 0.000 cbook.py:1650(__init__) | |
1 0.000 0.000 0.000 0.000 httplib.py:1044(HTTP) | |
2 0.000 0.000 0.000 0.000 collections.py:512(set_antialiased) | |
2 0.000 0.000 0.000 0.000 six.py:104(_resolve) | |
2 0.000 0.000 0.000 0.000 {built-in method set_interpolation} | |
1 0.000 0.000 0.000 0.000 backend_agg.py:432(FigureCanvasAgg) | |
2 0.000 0.000 0.000 0.000 image.py:123(set_alpha) | |
1 0.000 0.000 0.000 0.000 {posix.sysconf} | |
1 0.000 0.000 0.000 0.000 polar.py:119(InvertedPolarTransform) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1700(GlueSpec) | |
2 0.000 0.000 0.000 0.000 pyparsing.py:939(resetCache) | |
1 0.000 0.000 0.000 0.000 cbook.py:1495(MemoryMonitor) | |
1 0.000 0.000 0.000 0.000 collections.py:923(LineCollection) | |
1 0.000 0.000 0.000 0.000 __init__.py:332(CDLL) | |
1 0.000 0.000 0.000 0.000 timeit.py:105(Timer) | |
1 0.000 0.000 0.000 0.000 patches.py:1693(_Style) | |
4 0.000 0.000 0.000 0.000 contextlib.py:12(__init__) | |
1 0.000 0.000 0.000 0.000 index_tricks.py:456(__init__) | |
1 0.000 0.000 0.000 0.000 numeric.py:2750(_setdef) | |
1 0.000 0.000 0.000 0.000 units.py:121(__init__) | |
4 0.000 0.000 0.000 0.000 figure.py:742(set_frameon) | |
1 0.000 0.000 0.000 0.000 threading.py:183(_Condition) | |
1 0.000 0.000 0.000 0.000 colors.py:849(Normalize) | |
1 0.000 0.000 0.000 0.000 calendar.py:132(__init__) | |
1 0.000 0.000 0.000 0.000 ticker.py:1126(Base) | |
1 0.000 0.000 0.000 0.000 units.py:75(ConversionInterface) | |
6 0.000 0.000 0.000 0.000 backend_bases.py:943(set_clip_rectangle) | |
17 0.000 0.000 0.000 0.000 {method 'remove' of 'set' objects} | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3020(__init__) | |
6 0.000 0.000 0.000 0.000 opcode.py:39(jabs_op) | |
6 0.000 0.000 0.000 0.000 {thread.get_ident} | |
1 0.000 0.000 0.000 0.000 index_tricks.py:213(AxisConcatenator) | |
1 0.000 0.000 0.000 0.000 axis.py:326(XTick) | |
4 0.000 0.000 0.000 0.000 artist.py:771(get_zorder) | |
2 0.000 0.000 0.000 0.000 {built-in method get_size} | |
2 0.000 0.000 0.000 0.000 core.py:5964(max) | |
1 0.000 0.000 0.000 0.000 colors.py:672(LinearSegmentedColormap) | |
1 0.000 0.000 0.000 0.000 backend_macosx.py:386(NavigationToolbar2Mac) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1556(Vlist) | |
2 0.000 0.000 0.000 0.000 cm.py:266(set_array) | |
2 0.000 0.000 0.000 0.000 fromnumeric.py:2002(ptp) | |
4 0.000 0.000 0.000 0.000 pyparsing.py:246(__init__) | |
1 0.000 0.000 0.000 0.000 cbook.py:650(__init__) | |
1 0.000 0.000 0.000 0.000 ticker.py:184(Formatter) | |
1 0.000 0.000 0.000 0.000 _datasource.py:72(__init__) | |
2 0.000 0.000 0.000 0.000 {built-in method set_bg} | |
1 0.000 0.000 0.000 0.000 rfc822.py:496(AddrlistClass) | |
1 0.000 0.000 0.000 0.000 geo.py:474(InvertedMollweideTransform) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1204(Node) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1277(Char) | |
7 0.000 0.000 0.000 0.000 font_manager.py:1098(score_variant) | |
1 0.000 0.000 0.000 0.000 cbook.py:1614(Grouper) | |
2 0.000 0.000 0.000 0.000 text.py:947(set_verticalalignment) | |
1 0.000 0.000 0.000 0.000 threading.py:303(_Semaphore) | |
1 0.000 0.000 0.000 0.000 relativedelta.py:16(weekday) | |
1 0.000 0.000 0.000 0.000 calendar.py:372(HTMLCalendar) | |
1 0.000 0.000 0.000 0.000 random.py:651(WichmannHill) | |
2 0.000 0.000 0.000 0.000 pyparsing.py:2804(__str__) | |
2 0.000 0.000 0.000 0.000 cm.py:311(set_norm) | |
1 0.000 0.000 0.000 0.000 backend_bases.py:1463(MouseEvent) | |
1 0.000 0.000 0.000 0.000 streamplot.py:200(DomainMap) | |
4 0.000 0.000 0.000 0.000 _base.py:757(set_axes_locator) | |
1 0.000 0.000 0.000 0.000 pprint.py:81(PrettyPrinter) | |
2 0.000 0.000 0.000 0.000 {built-in method flipud_in} | |
1 0.000 0.000 0.000 0.000 csv.py:162(Sniffer) | |
1 0.000 0.000 0.000 0.000 docstring.py:11(Substitution) | |
6 0.000 0.000 0.000 0.000 axis.py:1267(get_major_locator) | |
2 0.000 0.000 0.000 0.000 _base.py:2110(set_frame_on) | |
1 0.000 0.000 0.000 0.000 rrule.py:54(weekday) | |
2 0.000 0.000 0.000 0.000 backend_macosx.py:51(set_width_height) | |
17 0.000 0.000 0.000 0.000 {method '__subclasshook__' of 'object' objects} | |
4 0.000 0.000 0.000 0.000 backend_bases.py:1665(is_saving) | |
1 0.000 0.000 0.000 0.000 offsetbox.py:1129(OffsetImage) | |
1 0.000 0.000 0.000 0.000 threading.py:363(Event) | |
8 0.000 0.000 0.000 0.000 {math.fabs} | |
1 0.000 0.000 0.000 0.000 widgets.py:548(RadioButtons) | |
1 0.000 0.000 0.000 0.000 widgets.py:113(Button) | |
1 0.000 0.000 0.000 0.000 mlab.py:1655(PCA) | |
1 0.000 0.000 0.000 0.000 ticker.py:622(LogFormatter) | |
1 0.000 0.000 0.001 0.001 pyparsing.py:2285(setResultsName) | |
1 0.000 0.000 0.000 0.000 __init__.py:279(set_fileo) | |
2 0.000 0.000 0.000 0.000 image.py:513(set_filterrad) | |
1 0.000 0.000 0.000 0.000 difflib.py:766(Differ) | |
1 0.000 0.000 0.000 0.000 core.py:5945(__init__) | |
1 0.000 0.000 0.000 0.000 widgets.py:914(MultiCursor) | |
1 0.000 0.000 0.000 0.000 dates.py:775(AutoDateLocator) | |
1 0.000 0.000 0.000 0.000 ticker.py:141(_DummyAxis) | |
1 0.000 0.000 0.000 0.000 widgets.py:674(SubplotTool) | |
1 0.000 0.000 0.000 0.000 mathtext.py:365(MathtextBackendCairo) | |
4 0.000 0.000 0.000 0.000 ticker.py:159(set_data_interval) | |
1 0.000 0.000 0.000 0.000 httplib.py:1261(LineAndFileWrapper) | |
1 0.000 0.000 0.000 0.000 widgets.py:26(LockDraw) | |
1 0.000 0.000 0.000 0.000 ticker.py:1396(LogLocator) | |
1 0.000 0.000 0.000 0.000 trirefine.py:50(UniformTriRefiner) | |
1 0.000 0.000 0.000 0.000 csv.py:57(excel) | |
12 0.000 0.000 0.000 0.000 gridspec.py:403(get_gridspec) | |
1 0.000 0.000 0.000 0.000 colors.py:246(ColorConverter) | |
1 0.000 0.000 0.000 0.000 colorbar.py:844(Colorbar) | |
1 0.000 0.000 0.000 0.000 runner.py:119(TextTestRunner) | |
1 0.000 0.000 0.000 0.000 rcsetup.py:54(__call__) | |
1 0.000 0.000 0.000 0.000 tz.py:169(_ttinfo) | |
1 0.000 0.000 0.000 0.000 text.py:1377(OffsetFrom) | |
1 0.000 0.000 0.000 0.000 colors.py:490(Colormap) | |
1 0.000 0.000 0.000 0.000 dates.py:1155(MicrosecondLocator) | |
2 0.000 0.000 0.000 0.000 {built-in method apply_translation} | |
1 0.000 0.000 0.000 0.000 parser.py:299(__init__) | |
1 0.000 0.000 0.000 0.000 urllib2.py:1413(CacheFTPHandler) | |
8 0.000 0.000 0.000 0.000 font_manager.py:771(get_size) | |
1 0.000 0.000 0.000 0.000 collections.py:909(StarPolygonCollection) | |
1 0.000 0.000 0.000 0.000 {_ctypes.dlopen} | |
1 0.000 0.000 0.000 0.000 offsetbox.py:518(DrawingArea) | |
1 0.000 0.000 0.000 0.000 urlparse.py:113(SplitResult) | |
1 0.000 0.000 0.000 0.000 transforms.py:2482(ScaledTranslation) | |
1 0.000 0.000 0.000 0.000 arrayprint.py:532(FloatFormat) | |
1 0.000 0.000 0.000 0.000 httplib.py:218(HTTPMessage) | |
2 0.000 0.000 0.000 0.000 collections.py:135(_get_value) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2699(ZeroOrMore) | |
1 0.000 0.000 0.000 0.000 utils.py:52(_Deprecate) | |
1 0.000 0.000 0.000 0.000 polar.py:183(RadialLocator) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1667(Glue) | |
1 0.000 0.000 0.000 0.000 __init__.py:1150(rc_context) | |
1 0.000 0.000 0.000 0.000 urllib2.py:749(HTTPPasswordMgr) | |
1 0.000 0.000 0.000 0.000 offsetbox.py:437(PaddedBox) | |
2 0.000 0.000 0.000 0.000 tokenize.py:46(maybe) | |
2 0.000 0.000 0.000 0.000 artist.py:408(get_url) | |
4 0.000 0.000 0.000 0.000 colorbar.py:327(_extend_upper) | |
1 0.000 0.000 0.000 0.000 cbook.py:891(Xlator) | |
1 0.000 0.000 0.000 0.000 font_manager.py:710(__str__) | |
1 0.000 0.000 0.000 0.000 ImagePalette.py:25(ImagePalette) | |
1 0.000 0.000 0.000 0.000 patches.py:2818(Bar) | |
8 0.000 0.000 0.000 0.000 ticker.py:1041(tick_values) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1237(Box) | |
1 0.000 0.000 0.000 0.000 dviread.py:420(DviFont) | |
3 0.000 0.000 0.000 0.000 __init__.py:104(CFunctionType) | |
1 0.000 0.000 0.012 0.012 pyparsing.py:3431(makeHTMLTags) | |
2 0.000 0.000 0.000 0.000 image.py:116(get_size) | |
1 0.000 0.000 0.000 0.000 collections.py:916(AsteriskPolygonCollection) | |
1 0.000 0.000 0.000 0.000 widgets.py:823(Cursor) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1781(Kern) | |
4 0.000 0.000 0.000 0.000 _base.py:992(get_aspect) | |
2 0.000 0.000 0.000 0.000 {built-in method apply_scaling} | |
1 0.000 0.000 0.000 0.000 patches.py:804(PathPatch) | |
1 0.000 0.000 0.000 0.000 getlimits.py:24(finfo) | |
2 0.000 0.000 0.000 0.000 collections.py:169(get_offset_transform) | |
4 0.000 0.000 0.000 0.000 {posix.getpid} | |
4 0.000 0.000 0.000 0.000 colors.py:961(scaled) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3049(Suppress) | |
1 0.000 0.000 0.000 0.000 {_ctypes.set_conversion_mode} | |
4 0.000 0.000 0.000 0.000 sre_parse.py:205(tell) | |
1 0.000 0.000 0.000 0.000 ticker.py:163(TickHelper) | |
1 0.000 0.000 0.000 0.000 subprocess.py:402(CalledProcessError) | |
1 0.000 0.000 0.000 0.000 widgets.py:72(AxesWidget) | |
3 0.000 0.000 0.000 0.000 {method 'groups' of '_sre.SRE_Match' objects} | |
1 0.000 0.000 0.000 0.000 patches.py:1221(CirclePolygon) | |
1 0.000 0.000 0.000 0.000 signals.py:9(_InterruptHandler) | |
1 0.000 0.000 0.000 0.000 string.py:131(__init__) | |
1 0.000 0.000 0.000 0.000 urllib2.py:1095(AbstractHTTPHandler) | |
1 0.000 0.000 0.000 0.000 npyio.py:85(BagObj) | |
1 0.000 0.000 0.000 0.000 backend_macosx.py:27(Show) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:1574(CaselessKeyword) | |
1 0.000 0.000 0.000 0.000 ticker.py:1053(LinearLocator) | |
1 0.000 0.000 0.000 0.000 core.py:5876(_extrema_operation) | |
1 0.000 0.000 0.000 0.000 dviread.py:663(PsfontsMap) | |
2 0.000 0.000 0.000 0.000 __init__.py:429(__init__) | |
2 0.000 0.000 0.000 0.000 patches.py:256(set_aa) | |
1 0.000 0.000 0.000 0.000 legend_handler.py:215(HandlerPatch) | |
4 0.000 0.000 0.000 0.000 _base.py:1070(get_anchor) | |
1 0.000 0.000 0.000 0.000 urllib2.py:1204(HTTPHandler) | |
1 0.000 0.000 0.000 0.000 machar.py:17(MachAr) | |
3 0.000 0.000 0.000 0.000 core.py:737(__init__) | |
1 0.000 0.000 0.000 0.000 patches.py:2191(Roundtooth) | |
1 0.000 0.000 0.000 0.000 patches.py:3321(_Bracket) | |
1 0.000 0.000 0.000 0.000 scale.py:199(LogTransform) | |
1 0.000 0.000 0.000 0.000 core.py:5933(__init__) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2489(Each) | |
1 0.000 0.000 0.000 0.000 offsetbox.py:768(AuxTransformBox) | |
1 0.000 0.000 0.000 0.000 cbook.py:602(silent_list) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:1789(QuotedString) | |
1 0.000 0.000 0.000 0.000 csv.py:123(DictWriter) | |
1 0.000 0.000 0.000 0.000 triinterpolate.py:19(TriInterpolator) | |
1 0.000 0.000 0.000 0.000 triinterpolate.py:1028(_DOF_estimator) | |
1 0.000 0.000 0.000 0.000 socket.py:167(_closedsocket) | |
1 0.000 0.000 0.000 0.000 tokenize.py:45(any) | |
1 0.000 0.000 0.000 0.000 core.py:2399(_arraymethod) | |
7 0.000 0.000 0.000 0.000 case.py:605(_deprecate) | |
1 0.000 0.000 0.000 0.000 cbook.py:430(CallbackRegistry) | |
1 0.000 0.000 0.000 0.000 extras.py:1501(__init__) | |
1 0.000 0.000 0.000 0.000 mathtext.py:240(MathtextBackendPs) | |
1 0.000 0.000 0.000 0.000 io.py:78(IOBase) | |
5 0.000 0.000 0.000 0.000 threading.py:62(_note) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:154(ParseBaseException) | |
1 0.000 0.000 0.000 0.000 suite.py:252(_ErrorHolder) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1384(List) | |
2 0.000 0.000 0.000 0.000 utils.py:47(_set_function_name) | |
1 0.000 0.000 0.000 0.000 collections.py:1353(CircleCollection) | |
1 0.000 0.000 0.000 0.000 records.py:85(format_parser) | |
2 0.000 0.000 0.000 0.000 image.py:483(set_resample) | |
1 0.000 0.000 0.000 0.000 threading.py:225(_is_owned) | |
1 0.000 0.000 0.000 0.000 figure.py:154(SubplotParams) | |
1 0.000 0.000 0.000 0.000 six.py:93(MovedModule) | |
1 0.000 0.000 0.000 0.000 mathtext.py:337(MathtextBackendPath) | |
1 0.000 0.000 0.000 0.000 cbook.py:343(_BoundMethodProxy) | |
1 0.000 0.000 0.000 0.000 case.py:97(_AssertRaisesContext) | |
1 0.000 0.000 0.000 0.000 tempfile.py:119(__init__) | |
1 0.000 0.000 0.000 0.000 urllib.py:999(addinfourl) | |
1 0.000 0.000 0.000 0.000 dates.py:156(_UTC) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:1282(__call__) | |
1 0.000 0.000 0.000 0.000 rrule.py:830(_genitem) | |
4 0.000 0.000 0.000 0.000 artist.py:629(get_clip_path) | |
1 0.000 0.000 0.000 0.000 widgets.py:1528(LassoSelector) | |
1 0.000 0.000 0.000 0.000 memmap.py:23(memmap) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2369(Or) | |
2 0.000 0.000 0.000 0.000 colorbar.py:675(_central_N) | |
1 0.000 0.000 0.000 0.000 transforms.py:2340(BboxTransform) | |
2 0.000 0.000 0.000 0.000 cm.py:301(set_cmap) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2894(__init__) | |
2 0.000 0.000 0.000 0.000 {cmp} | |
1 0.000 0.000 0.000 0.000 patches.py:2584(Arc3) | |
1 0.000 0.000 0.000 0.000 mathtext.py:308(MathtextBackendSvg) | |
1 0.000 0.000 0.000 0.000 backend_bases.py:1358(LocationEvent) | |
1 0.000 0.000 0.000 0.000 patches.py:1020(FancyArrow) | |
1 0.000 0.000 0.000 0.000 cbook.py:843(Sorter) | |
7 0.000 0.000 0.000 0.000 font_manager.py:1145(score_size) | |
1 0.000 0.000 0.000 0.000 core.py:883(_MaskedBinaryOperation) | |
1 0.000 0.000 0.000 0.000 urllib2.py:529(HTTPRedirectHandler) | |
1 0.000 0.000 0.000 0.000 dates.py:1317(DateConverter) | |
2 0.000 0.000 0.000 0.000 patches.py:217(get_edgecolor) | |
8 0.000 0.000 0.000 0.000 scale.py:48(limit_range_for_scale) | |
2 0.000 0.000 0.000 0.000 core.py:299(maximum_fill_value) | |
1 0.000 0.000 0.000 0.000 mimetools.py:20(Message) | |
1 0.000 0.000 0.000 0.000 rrule.py:232(rrule) | |
1 0.000 0.000 0.000 0.000 patches.py:3058(_Curve) | |
1 0.000 0.000 0.000 0.000 ticker.py:257(FixedFormatter) | |
1 0.000 0.000 0.000 0.000 transforms.py:2422(BboxTransformToMaxOnly) | |
4 0.000 0.000 0.000 0.000 transforms.py:995(_get_minposy) | |
1 0.000 0.000 0.000 0.000 core.py:128(MAError) | |
3 0.000 0.000 0.000 0.000 _inspect.py:161(<lambda>) | |
1 0.000 0.000 0.000 0.000 _import_tools.py:336(PackageLoaderDebug) | |
2 0.000 0.000 0.000 0.000 {numpy.core.multiarray.may_share_memory} | |
1 0.000 0.000 0.000 0.000 case.py:33(_ExpectedFailure) | |
1 0.000 0.000 0.000 0.000 dviread.py:794(Encoding) | |
2 0.000 0.000 0.000 0.000 _base.py:958(ishold) | |
1 0.000 0.000 0.000 0.000 backend_bases.py:1562(KeyEvent) | |
1 0.000 0.000 0.000 0.000 core.py:1032(_DomainedBinaryOperation) | |
1 0.000 0.000 0.000 0.000 legend_handler.py:177(HandlerLine2D) | |
1 0.000 0.000 0.000 0.000 streamplot.py:190(StreamplotSet) | |
1 0.000 0.000 0.000 0.000 legend_handler.py:133(HandlerNpoints) | |
1 0.000 0.000 0.000 0.000 mlab.py:3137(FormatDate) | |
1 0.000 0.000 0.000 0.000 ticker.py:1521(SymmetricalLogLocator) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2039(GoToColumn) | |
1 0.000 0.000 0.000 0.000 offsetbox.py:278(PackerBase) | |
1 0.000 0.000 0.000 0.000 dates.py:982(YearLocator) | |
1 0.000 0.000 0.000 0.000 urllib2.py:706(ProxyHandler) | |
1 0.000 0.000 0.000 0.000 index_tricks.py:439(CClass) | |
1 0.000 0.000 0.000 0.000 extras.py:224(_fromnxfunction) | |
1 0.000 0.000 0.000 0.000 urllib2.py:883(HTTPBasicAuthHandler) | |
1 0.000 0.000 0.000 0.000 dates.py:1079(DayLocator) | |
1 0.000 0.000 0.000 0.000 urllib2.py:1219(HTTPCookieProcessor) | |
1 0.000 0.000 0.000 0.000 gridspec.py:318(GridSpecFromSubplotSpec) | |
2 0.000 0.000 0.000 0.000 {method 'expandtabs' of 'str' objects} | |
1 0.000 0.000 0.000 0.000 numerictypes.py:772(_typedict) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2814(SkipTo) | |
1 0.000 0.000 0.000 0.000 patches.py:3513(Simple) | |
2 0.000 0.000 0.000 0.000 ticker.py:277(set_offset_string) | |
1 0.000 0.000 0.000 0.000 dates.py:1117(MinuteLocator) | |
2 0.000 0.000 0.000 0.000 calendar.py:71(__init__) | |
1 0.000 0.000 0.000 0.000 pickle.py:58(PickleError) | |
1 0.000 0.000 0.000 0.000 urllib2.py:1212(HTTPSHandler) | |
1 0.000 0.000 0.000 0.000 parser.py:154(_resultbase) | |
1 0.000 0.000 0.000 0.000 core.py:782(_DomainGreater) | |
1 0.000 0.000 0.000 0.000 widgets.py:64(Widget) | |
1 0.000 0.000 0.000 0.000 cbook.py:332(toint) | |
1 0.000 0.000 0.000 0.000 urllib2.py:1301(FileHandler) | |
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_md5} | |
1 0.000 0.000 0.000 0.000 colors.py:1391(LightSource) | |
1 0.000 0.000 0.000 0.000 dates.py:247(strpdate2num) | |
1 0.000 0.000 0.000 0.000 scale.py:18(ScaleBase) | |
1 0.000 0.000 0.000 0.000 scale.py:104(LogTransformBase) | |
1 0.000 0.000 0.000 0.000 httplib.py:1165(HTTPS) | |
1 0.000 0.000 0.000 0.000 __init__.py:10(ProjectionRegistry) | |
1 0.000 0.000 0.000 0.000 __init__.py:113(get_projection_names) | |
1 0.000 0.000 0.000 0.000 urllib2.py:489(BaseHandler) | |
1 0.000 0.000 0.000 0.000 urllib2.py:1065(HTTPDigestAuthHandler) | |
1 0.000 0.000 0.000 0.000 arrayprint.py:743(TimedeltaFormat) | |
1 0.000 0.000 0.000 0.000 backend_bases.py:1281(Event) | |
1 0.000 0.000 0.000 0.000 contextlib.py:9(GeneratorContextManager) | |
1 0.000 0.000 0.000 0.000 threading.py:530(_set_ident) | |
1 0.000 0.000 0.000 0.000 collections.py:1460(PatchCollection) | |
1 0.000 0.000 0.000 0.000 legend_handler.py:386(HandlerErrorbar) | |
1 0.000 0.000 0.000 0.000 httplib.py:1140(HTTPSConnection) | |
2 0.000 0.000 0.000 0.000 image.py:450(get_interpolation) | |
1 0.000 0.000 0.000 0.000 backend_bases.py:132(ShowBase) | |
2 0.000 0.000 0.000 0.000 figure.py:678(get_edgecolor) | |
2 0.000 0.000 0.000 0.000 _subplots.py:94(set_subplotspec) | |
4 0.000 0.000 0.000 0.000 pyparsing.py:3051(postParse) | |
3 0.000 0.000 0.000 0.000 core.py:784(__init__) | |
1 0.000 0.000 0.000 0.000 records.py:216(record) | |
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha224} | |
1 0.000 0.000 0.000 0.000 dates.py:469(IndexDateFormatter) | |
1 0.000 0.000 0.000 0.000 scale.py:59(LinearScale) | |
1 0.000 0.000 0.000 0.000 index_tricks.py:340(RClass) | |
1 0.000 0.000 0.000 0.000 runner.py:12(_WritelnDecorator) | |
1 0.000 0.000 0.000 0.000 core.py:5987(_frommethod) | |
1 0.000 0.000 0.000 0.000 core.py:805(_MaskedUnaryOperation) | |
1 0.000 0.000 0.000 0.000 threading.py:294(notifyAll) | |
1 0.000 0.000 0.000 0.000 patches.py:2082(Sawtooth) | |
2 0.000 0.000 0.000 0.000 index_tricks.py:145(__init__) | |
1 0.000 0.000 0.000 0.000 rcsetup.py:173(validate_nseq_float) | |
1 0.000 0.000 0.000 0.000 scale.py:398(SymmetricalLogScale) | |
1 0.000 0.000 0.000 0.000 linalg.py:43(LinAlgError) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1355(Accent) | |
1 0.000 0.000 0.000 0.000 cbook.py:983(mkdirs) | |
1 0.000 0.000 0.000 0.000 units.py:54(AxisInfo) | |
2 0.000 0.000 0.000 0.000 warnings.py:14(warnpy3k) | |
1 0.000 0.000 0.000 0.000 Image.py:407(_E) | |
1 0.000 0.000 0.000 0.000 index_tricks.py:584(IndexExpression) | |
1 0.000 0.000 0.000 0.000 cbook.py:1038(__Full) | |
1 0.000 0.000 0.000 0.000 copy_reg.py:27(constructor) | |
1 0.000 0.000 0.000 0.000 _internal.py:217(_missing_ctypes) | |
6 0.000 0.000 0.000 0.000 pyparsing.py:3012(postParse) | |
1 0.000 0.000 0.000 0.000 colorbar.py:1192(ColorbarPatch) | |
3 0.000 0.000 0.000 0.000 _cm.py:97(get_color_function) | |
1 0.000 0.000 0.000 0.000 mathtext.py:280(MathtextBackendPdf) | |
1 0.000 0.000 0.000 0.000 _endian.py:26(_swapped_meta) | |
1 0.000 0.000 0.000 0.000 unicode_escape.py:24(IncrementalDecoder) | |
2 0.000 0.000 0.000 0.000 figure.py:698(get_frameon) | |
1 0.000 0.000 0.000 0.000 widgets.py:416(CheckButtons) | |
1 0.000 0.000 0.000 0.000 calendar.py:21(IllegalMonthError) | |
1 0.000 0.000 0.000 0.000 patches.py:3703(Wedge) | |
1 0.000 0.000 0.000 0.000 trirefine.py:14(TriRefiner) | |
1 0.000 0.000 0.000 0.000 utils.py:1414(WarningManager) | |
2 0.000 0.000 0.000 0.000 collections.py:566(get_facecolor) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2638(__str__) | |
1 0.000 0.000 0.000 0.000 dates.py:1098(HourLocator) | |
1 0.000 0.000 0.000 0.000 patches.py:3197(CurveA) | |
1 0.000 0.000 0.000 0.000 ticker.py:970(IndexLocator) | |
1 0.000 0.000 0.000 0.000 lines.py:1179(VertexSelector) | |
1 0.000 0.000 0.000 0.000 patches.py:1881(Circle) | |
1 0.000 0.000 0.000 0.000 offsetbox.py:1607(DraggableAnnotation) | |
1 0.000 0.000 0.000 0.000 calendar.py:496(LocaleTextCalendar) | |
1 0.000 0.000 0.000 0.000 urllib.py:989(addinfo) | |
2 0.000 0.000 0.000 0.000 core.py:796(__init__) | |
1 0.000 0.000 0.000 0.000 patches.py:3400(BracketAB) | |
1 0.000 0.000 0.000 0.000 version.py:3(<module>) | |
1 0.000 0.000 0.000 0.000 cbook.py:306(todate) | |
1 0.000 0.000 0.000 0.000 threading.py:55(_Verbose) | |
1 0.000 0.000 0.000 0.000 triinterpolate.py:1105(_DOF_estimator_geom) | |
1 0.000 0.000 0.000 0.000 __init__.py:428(LibraryLoader) | |
1 0.000 0.000 0.000 0.000 collections.py:708(_CollectionWithSizes) | |
1 0.000 0.000 0.000 0.000 urllib2.py:136(URLError) | |
1 0.000 0.000 0.000 0.000 urllib.py:945(addbase) | |
1 0.000 0.000 0.000 0.000 tz.py:573(tzstr) | |
1 0.000 0.000 0.000 0.000 mathtext.py:554(CachedFont) | |
1 0.000 0.000 0.000 0.000 __init__.py:159(py_object) | |
1 0.000 0.000 0.000 0.000 calendar.py:531(LocaleHTMLCalendar) | |
1 0.000 0.000 0.000 0.000 legend_handler.py:256(HandlerLineCollection) | |
1 0.000 0.000 0.000 0.000 rcsetup.py:444(ValidateInterval) | |
1 0.000 0.000 0.000 0.000 backend_bases.py:1312(DrawEvent) | |
1 0.000 0.000 0.000 0.000 dates.py:496(AutoDateFormatter) | |
1 0.000 0.000 0.000 0.000 scale.py:172(NaturalLogTransform) | |
1 0.000 0.000 0.000 0.000 threading.py:732(_Timer) | |
2 0.000 0.000 0.000 0.000 backend_agg.py:310(option_image_nocomposite) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1630(Rule) | |
6 0.000 0.000 0.000 0.000 backend_bases.py:3171(set_history_buttons) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1810(SubSuperCluster) | |
1 0.000 0.000 0.000 0.000 colors.py:1151(BoundaryNorm) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1263(Vbox) | |
1 0.000 0.000 0.000 0.000 ticker.py:318(OldScalarFormatter) | |
1 0.000 0.000 0.000 0.000 ticker.py:281(FuncFormatter) | |
1 0.000 0.000 0.000 0.000 patches.py:2621(Angle3) | |
1 0.000 0.000 0.000 0.000 ticker.py:1033(NullLocator) | |
2 0.000 0.000 0.000 0.000 collections.py:637(get_linewidths) | |
1 0.000 0.000 0.000 0.000 widgets.py:1624(Lasso) | |
1 0.000 0.000 0.000 0.000 threading.py:801(_DummyThread) | |
1 0.000 0.000 0.000 0.000 Image.py:34(_imaging_not_installed) | |
1 0.000 0.000 0.000 0.000 index_tricks.py:461(ndenumerate) | |
1 0.000 0.000 0.000 0.000 six.py:137(MovedAttribute) | |
1 0.000 0.000 0.000 0.000 urlparse.py:121(ParseResult) | |
1 0.000 0.000 0.000 0.000 cbook.py:320(tofloat) | |
1 0.000 0.000 0.000 0.000 urllib2.py:1353(FTPHandler) | |
1 0.000 0.000 0.000 0.000 cbook.py:268(converter) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2738(OneOrMore) | |
1 0.000 0.000 0.000 0.000 cbook.py:292(todatetime) | |
1 0.000 0.000 0.000 0.000 numbers.py:13(Number) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1824(AutoHeightChar) | |
1 0.000 0.000 0.000 0.000 six.py:122(_LazyModule) | |
1 0.000 0.000 0.000 0.000 httplib.py:1246(BadStatusLine) | |
1 0.000 0.000 0.000 0.000 patches.py:2723(Arc) | |
1 0.000 0.000 0.000 0.000 cbook.py:1271(maxdict) | |
1 0.000 0.000 0.000 0.000 scale.py:145(Log2Transform) | |
1 0.000 0.000 0.000 0.000 scale.py:223(InvertedLogTransform) | |
1 0.000 0.000 0.000 0.000 inspect.py:632(BlockFinder) | |
1 0.000 0.000 0.000 0.000 geo.py:27(ThetaFormatter) | |
1 0.000 0.000 0.000 0.000 offsetbox.py:1579(DraggableOffsetBox) | |
1 0.000 0.000 0.000 0.000 core.py:106(update_user_library) | |
1 0.000 0.000 0.000 0.000 six.py:55(X) | |
1 0.000 0.000 0.000 0.000 arrayprint.py:715(DatetimeFormat) | |
1 0.000 0.000 0.000 0.000 ticker.py:1679(AutoMinorLocator) | |
2 0.000 0.000 0.000 0.000 collections.py:419(set_offset_position) | |
1 0.000 0.000 0.000 0.000 ticker.py:249(NullFormatter) | |
1 0.000 0.000 0.000 0.000 patches.py:3237(CurveAB) | |
1 0.000 0.000 0.000 0.000 backend_macosx.py:359(FigureManagerMac) | |
4 0.000 0.000 0.000 0.000 {method 'clear' of 'dict' objects} | |
1 0.000 0.000 0.000 0.000 ticker.py:992(FixedLocator) | |
1 0.000 0.000 0.000 0.000 __init__.py:243(c_char_p) | |
1 0.000 0.000 0.000 0.000 dates.py:1057(WeekdayLocator) | |
1 0.000 0.000 0.000 0.000 decimal.py:3742(_ContextManager) | |
1 0.000 0.000 0.000 0.000 scale.py:333(SymmetricalLogTransform) | |
1 0.000 0.000 0.000 0.000 __future__.py:74(_Feature) | |
1 0.000 0.000 0.000 0.000 cbook.py:2142(_NestedClassGetter) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:1444(NoMatch) | |
2 0.000 0.000 0.000 0.000 backend_bases.py:1298(__init__) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:1588(Word) | |
1 0.000 0.000 0.000 0.000 version.py:32(Version) | |
1 0.000 0.000 0.000 0.000 core.py:7202(_convert2ma) | |
1 0.000 0.000 0.000 0.000 transforms.py:2511(TransformedPath) | |
1 0.000 0.000 0.000 0.000 patches.py:3479(BarAB) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:1424(Token) | |
1 0.000 0.000 0.000 0.000 __init__.py:388(PyDLL) | |
1 0.000 0.000 0.000 0.000 patches.py:1963(Round) | |
1 0.000 0.000 0.000 0.000 triinterpolate.py:1189(_DOF_estimator_min_E) | |
1 0.000 0.000 0.000 0.000 mlab.py:3063(FormatString) | |
1 0.000 0.000 0.000 0.000 colors.py:966(LogNorm) | |
1 0.000 0.000 0.000 0.000 blocking_input.py:349(BlockingKeyMouseInput) | |
1 0.000 0.000 0.000 0.000 tokenize.py:178(Untokenizer) | |
1 0.000 0.000 0.000 0.000 __init__.py:9(<module>) | |
1 0.000 0.000 0.000 0.000 contextlib.py:132(closing) | |
1 0.000 0.000 0.000 0.000 _subplots.py:171(_PicklableSubplotClassConstructor) | |
1 0.000 0.000 0.000 0.000 httplib.py:1220(IncompleteRead) | |
2 0.000 0.000 0.000 0.000 {built-in method set_resample} | |
1 0.000 0.000 0.000 0.000 arrayprint.py:688(LongComplexFormat) | |
1 0.000 0.000 0.000 0.000 urllib2.py:1237(UnknownHandler) | |
1 0.000 0.000 0.000 0.000 stride_tricks.py:14(DummyArray) | |
1 0.000 0.000 0.000 0.000 docstring.py:65(Appender) | |
1 0.000 0.000 0.000 0.000 ticker.py:229(IndexFormatter) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:1460(Literal) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:237(RecursiveGrammarException) | |
1 0.000 0.000 0.000 0.000 axis.py:606(Ticker) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1647(Hrule) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2111(StringStart) | |
1 0.000 0.000 0.000 0.000 core.py:5775(__array_finalize__) | |
1 0.000 0.000 0.000 0.000 urllib.py:974(addclosehook) | |
1 0.000 0.000 0.000 0.000 dates.py:589(rrulewrapper) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1740(Fill) | |
1 0.000 0.000 0.000 0.000 errors.py:63(DistutilsTemplateError) | |
1 0.000 0.000 0.000 0.000 decimal.py:5412(_WorkRep) | |
1 0.000 0.000 0.000 0.000 case.py:24(SkipTest) | |
1 0.000 0.000 0.000 0.000 six.py:352(Module_six_moves_urllib_robotparser) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2649(FollowedBy) | |
1 0.000 0.000 0.000 0.000 ticker.py:293(FormatStrFormatter) | |
1 0.000 0.000 0.000 0.000 scale.py:118(Log10Transform) | |
1 0.000 0.000 0.000 0.000 core.py:751(_DomainTan) | |
1 0.000 0.000 0.000 0.000 __init__.py:291(c_wchar_p) | |
1 0.000 0.000 0.000 0.000 unicode_escape.py:20(IncrementalEncoder) | |
1 0.000 0.000 0.000 0.000 decimal.py:5666(_Log10Memoize) | |
1 0.000 0.000 0.000 0.000 decimal.py:161(DecimalException) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:211(ParseFatalException) | |
1 0.000 0.000 0.000 0.000 httplib.py:1209(UnknownProtocol) | |
1 0.000 0.000 0.000 0.000 calendar.py:484(TimeEncoding) | |
2 0.000 0.000 0.000 0.000 axis.py:1275(get_major_formatter) | |
2 0.000 0.000 0.000 0.000 artist.py:414(set_url) | |
1 0.000 0.000 0.000 0.000 triinterpolate.py:1096(_DOF_estimator_user) | |
1 0.000 0.000 0.000 0.000 urllib2.py:1083(ProxyDigestAuthHandler) | |
1 0.000 0.000 0.000 0.000 mlab.py:3132(FormatMillions) | |
1 0.000 0.000 0.000 0.000 cbook.py:1005(__init__) | |
1 0.000 0.000 0.000 0.000 threading.py:770(_set_daemon) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2974(Combine) | |
1 0.000 0.000 0.000 0.000 calendar.py:138(setfirstweekday) | |
1 0.000 0.000 0.000 0.000 errors.py:29(DistutilsArgError) | |
1 0.000 0.000 0.000 0.000 six.py:56(__len__) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2772(_NullToken) | |
1 0.000 0.000 0.000 0.000 __init__.py:260(c_bool) | |
1 0.000 0.000 0.000 0.000 threading.py:761(_MainThread) | |
1 0.000 0.000 0.000 0.000 {math.sqrt} | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2086(LineEnd) | |
1 0.000 0.000 0.000 0.000 ticker.py:1674(AutoLocator) | |
1 0.000 0.000 0.000 0.000 dates.py:1136(SecondLocator) | |
1 0.000 0.000 0.000 0.000 __init__.py:201(c_double) | |
1 0.000 0.000 0.000 0.000 __init__.py:14(__init__) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1760(SsGlue) | |
1 0.000 0.000 0.000 0.000 decimal.py:311(Subnormal) | |
1 0.000 0.000 0.000 0.000 patches.py:2027(Round4) | |
1 0.000 0.000 0.000 0.000 ticker.py:711(LogFormatterExponent) | |
1 0.000 0.000 0.000 0.000 __init__.py:197(c_float) | |
1 0.000 0.000 0.000 0.000 colors.py:1219(NoNorm) | |
1 0.000 0.000 0.000 0.000 {method 'rstrip' of 'unicode' objects} | |
1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects} | |
1 0.000 0.000 0.000 0.000 httplib.py:1217(UnimplementedFileMode) | |
1 0.000 0.000 0.000 0.000 patches.py:2496(SimpleEvent) | |
1 0.000 0.000 0.000 0.000 Image.py:1722(ImageTransformHandler) | |
1 0.000 0.000 0.000 0.000 core.py:131(MaskError) | |
1 0.000 0.000 0.000 0.000 mlab.py:3114(FormatBool) | |
1 0.000 0.000 0.000 0.000 decimal.py:251(DivisionImpossible) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1201(MathTextWarning) | |
1 0.000 0.000 0.000 0.000 patches.py:2660(Angle) | |
1 0.000 0.000 0.000 0.000 tz.py:648(_tzicalvtzcomp) | |
1 0.000 0.000 0.000 0.000 patches.py:3278(CurveFilledB) | |
1 0.000 0.000 0.000 0.000 decimal.py:5670(__init__) | |
1 0.000 0.000 0.000 0.000 __init__.py:226(c_ubyte) | |
1 0.000 0.000 0.000 0.000 ticker.py:305(StrMethodFormatter) | |
1 0.000 0.000 0.000 0.000 six.py:456(Iterator) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2173(WordEnd) | |
1 0.000 0.000 0.000 0.000 patches.py:3186(Curve) | |
1 0.000 0.000 0.000 0.000 polynomial.py:21(RankWarning) | |
1 0.000 0.000 0.000 0.000 httplib.py:1234(ImproperConnectionState) | |
1 0.000 0.000 0.000 0.000 errors.py:87(UnknownFileError) | |
1 0.000 0.000 0.000 0.000 backend_bases.py:1521(PickEvent) | |
1 0.000 0.000 0.000 0.000 arrayprint.py:699(ComplexFormat) | |
1 0.000 0.000 0.000 0.000 httplib.py:1243(ResponseNotReady) | |
1 0.000 0.000 0.000 0.000 __init__.py:233(c_byte) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1756(NegFilll) | |
2 0.000 0.000 0.000 0.000 pyparsing.py:412(<lambda>) | |
1 0.000 0.000 0.000 0.000 Image.py:1683(_ImageCrop) | |
1 0.000 0.000 0.000 0.000 utils.py:1597(IgnoreException) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3015(Dict) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:1905(CharsNotIn) | |
1 0.000 0.000 0.000 0.000 httplib.py:1198(HTTPException) | |
1 0.000 0.000 0.000 0.000 errors.py:50(DistutilsPlatformError) | |
1 0.000 0.000 0.000 0.000 patches.py:1904(LArrow) | |
1 0.000 0.000 0.000 0.000 _inspect.py:162(<lambda>) | |
1 0.000 0.000 0.000 0.000 decimal.py:196(InvalidOperation) | |
1 0.000 0.000 0.000 0.000 arrayprint.py:658(LongFloatFormat) | |
1 0.000 0.000 0.000 0.000 six.py:163(_MovedItems) | |
1 0.000 0.000 0.000 0.000 __init__.py:168(c_short) | |
1 0.000 0.000 0.000 0.000 offsetbox.py:372(HPacker) | |
1 0.000 0.000 0.000 0.000 __init__.py:193(c_uint) | |
1 0.000 0.000 0.000 0.000 core.py:5943(_maximum_operation) | |
1 0.000 0.000 0.000 0.000 six.py:285(Module_six_moves_urllib_request) | |
1 0.000 0.000 0.000 0.000 container.py:113(ErrorbarContainer) | |
1 0.000 0.000 0.000 0.000 polyutils.py:56(PolyDomainError) | |
1 0.000 0.000 0.000 0.000 mlab.py:3085(FormatFloat) | |
1 0.000 0.000 0.000 0.000 parser.py:758(_attr) | |
1 0.000 0.000 0.000 0.000 errors.py:55(DistutilsExecError) | |
1 0.000 0.000 0.000 0.000 extras.py:1485(mr_class) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2128(StringEnd) | |
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha384} | |
1 0.000 0.000 0.000 0.000 extras.py:1419(MAxisConcatenator) | |
1 0.000 0.000 0.000 0.000 legend_handler.py:163(HandlerNpointsYoffsets) | |
8 0.000 0.000 0.000 0.000 spines.py:139(get_path) | |
1 0.000 0.000 0.000 0.000 sre_parse.py:698(literal) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1748(NegFil) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:144(_Constants) | |
1 0.000 0.000 0.000 0.000 suite.py:299(_DebugResult) | |
1 0.000 0.000 0.000 0.000 unicode_escape.py:31(StreamReader) | |
1 0.000 0.000 0.000 0.000 sre_parse.py:85(checkgroup) | |
1 0.000 0.000 0.000 0.000 {method 'index' of 'list' objects} | |
1 0.000 0.000 0.000 0.000 pyparsing.py:1553(CaselessLiteral) | |
1 0.000 0.000 0.000 0.000 polyutils.py:48(RankWarning) | |
1 0.000 0.000 0.000 0.000 units.py:117(Registry) | |
1 0.000 0.000 0.000 0.000 io.py:81(RawIOBase) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2953(_ForwardNoRecurse) | |
1 0.000 0.000 0.000 0.000 six.py:333(Module_six_moves_urllib_response) | |
1 0.000 0.000 0.000 0.000 patches.py:1851(Square) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1744(Filll) | |
1 0.000 0.000 0.000 0.000 patches.py:1943(RArrow) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2957(TokenConverter) | |
1 0.000 0.000 0.000 0.000 threading.py:351(_BoundedSemaphore) | |
1 0.000 0.000 0.000 0.000 errors.py:66(DistutilsByteCompileError) | |
1 0.000 0.000 0.000 0.000 shutil.py:34(SpecialFileError) | |
1 0.000 0.000 0.000 0.000 colors.py:785(ListedColormap) | |
1 0.000 0.000 0.000 0.000 errors.py:79(LibError) | |
1 0.000 0.000 0.000 0.000 __init__.py:172(c_ushort) | |
1 0.000 0.000 0.000 0.000 _iotools.py:452(ConversionWarning) | |
1 0.000 0.000 0.000 0.000 decimal.py:299(Rounded) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3058(OnlyOnce) | |
1 0.000 0.000 0.000 0.000 urllib2.py:895(ProxyBasicAuthHandler) | |
1 0.000 0.000 0.000 0.000 patches.py:3257(CurveFilledA) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2151(WordStart) | |
1 0.000 0.000 0.000 0.000 parser.py:351(_result) | |
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha256} | |
1 0.000 0.000 0.000 0.000 six.py:238(Module_six_moves_urllib_parse) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1773(VCentered) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2032(_PositionToken) | |
1 0.000 0.000 0.000 0.000 _iotools.py:445(ConverterLockError) | |
1 0.000 0.000 0.000 0.000 offsetbox.py:308(VPacker) | |
1 0.000 0.000 0.000 0.000 dviread.py:607(Tfm) | |
1 0.000 0.000 0.000 0.000 backend_bases.py:1304(IdleEvent) | |
1 0.000 0.000 0.000 0.000 mlab.py:3153(FormatDatetime) | |
1 0.000 0.000 0.000 0.000 errors.py:83(LinkError) | |
1 0.000 0.000 0.000 0.000 cbook.py:1004(GetRealpathAndStat) | |
1 0.000 0.000 0.000 0.000 numeric.py:2669(_unspecified) | |
1 0.000 0.000 0.000 0.000 mathtext.py:234(MathtextBackendBitmap) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:216(ParseSyntaxException) | |
4 0.000 0.000 0.000 0.000 patches.py:224(get_facecolor) | |
2 0.000 0.000 0.000 0.000 mlab.py:3075(__init__) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1853(AutoWidthChar) | |
1 0.000 0.000 0.000 0.000 errors.py:76(CompileError) | |
1 0.000 0.000 0.000 0.000 patches.py:3299(CurveFilledAB) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1736(Fil) | |
2 0.000 0.000 0.000 0.000 artist.py:753(get_label) | |
1 0.000 0.000 0.000 0.000 core.py:5931(_minimum_operation) | |
1 0.000 0.000 0.000 0.000 case.py:44(_UnexpectedSuccess) | |
1 0.000 0.000 0.000 0.000 __init__.py:238(c_char) | |
1 0.000 0.000 0.000 0.000 core.py:767(_DomainSafeDivide) | |
1 0.000 0.000 0.000 0.000 _endian.py:49(BigEndianStructure) | |
1 0.000 0.000 0.000 0.000 __init__.py:180(c_ulong) | |
1 0.000 0.000 0.000 0.000 decimal.py:235(DivisionByZero) | |
1 0.000 0.000 0.000 0.000 errors.py:13(DistutilsError) | |
1 0.000 0.000 0.000 0.000 shutil.py:31(Error) | |
1 0.000 0.000 0.000 0.000 patches.py:3601(Fancy) | |
2 0.000 0.000 0.000 0.000 sre_parse.py:213(isdigit) | |
1 0.000 0.000 0.000 0.000 urllib2.py:813(HTTPPasswordMgrWithDefaultRealm) | |
1 0.000 0.000 0.000 0.000 mlab.py:3127(FormatThousands) | |
1 0.000 0.000 0.000 0.000 mlab.py:3046(FormatObj) | |
1 0.000 0.000 0.000 0.000 cbook.py:637(Bunch) | |
10 0.000 0.000 0.000 0.000 pyparsing.py:3217(<lambda>) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2963(Upcase) | |
1 0.000 0.000 0.000 0.000 backend_bases.py:2513(NonGuiException) | |
1 0.000 0.000 0.000 0.000 httplib.py:1237(CannotSendRequest) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1003(StixSansFonts) | |
1 0.000 0.000 0.000 0.000 atexit.py:37(register) | |
1 0.000 0.000 0.000 0.000 decimal.py:262(DivisionUndefined) | |
1 0.000 0.000 0.000 0.000 __init__.py:294(c_wchar) | |
2 0.000 0.000 0.000 0.000 figure.py:404(get_tight_layout) | |
2 0.000 0.000 0.000 0.000 index_tricks.py:627(__init__) | |
1 0.000 0.000 0.000 0.000 io.py:87(TextIOBase) | |
1 0.000 0.000 0.000 0.000 errors.py:59(DistutilsInternalError) | |
1 0.000 0.000 0.000 0.000 calendar.py:28(IllegalWeekdayError) | |
1 0.000 0.000 0.000 0.000 tokenize.py:147(StopTokenizing) | |
1 0.000 0.000 0.000 0.000 container.py:105(BarContainer) | |
1 0.000 0.000 0.000 0.000 polyutils.py:69(PolyBase) | |
1 0.000 0.000 0.000 0.000 rcsetup.py:174(__init__) | |
1 0.000 0.000 0.000 0.000 mlab.py:3123(FormatPercent) | |
1 0.000 0.000 0.000 0.000 patches.py:3217(CurveB) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1752(NegFill) | |
1 0.000 0.000 0.000 0.000 backend_bases.py:1328(ResizeEvent) | |
1 0.000 0.000 0.000 0.000 legend_handler.py:374(HandlerCircleCollection) | |
1 0.000 0.000 0.000 0.000 pickle.py:1261(_EmptyClass) | |
1 0.000 0.000 0.000 0.000 decimal.py:285(InvalidContext) | |
1 0.000 0.000 0.000 0.000 cbook.py:36(MatplotlibDeprecationWarning) | |
2 0.000 0.000 0.000 0.000 backend_bases.py:482(get_image_magnification) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:3006(Group) | |
1 0.000 0.000 0.000 0.000 io.py:84(BufferedIOBase) | |
1 0.000 0.000 0.000 0.000 cbook.py:2162(_InstanceMethodPickler) | |
1 0.000 0.000 0.000 0.000 backend_macosx.py:258(TimerMac) | |
1 0.000 0.000 0.000 0.000 __init__.py:112(ModuleDeprecationWarning) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1270(Hbox) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1764(HCentered) | |
1 0.000 0.000 0.000 0.000 unicode_escape.py:28(StreamWriter) | |
1 0.000 0.000 0.000 0.000 ImageMode.py:22(ModeDescriptor) | |
1 0.000 0.000 0.000 0.000 urllib2.py:525(HTTPDefaultErrorHandler) | |
1 0.000 0.000 0.000 0.000 trifinder.py:10(TriFinder) | |
1 0.000 0.000 0.000 0.000 csv.py:67(excel_tab) | |
1 0.000 0.000 0.000 0.000 six.py:267(Module_six_moves_urllib_error) | |
1 0.000 0.000 0.000 0.000 backend_bases.py:1347(CloseEvent) | |
1 0.000 0.000 0.000 0.000 streamplot.py:350(InvalidIndexError) | |
1 0.000 0.000 0.000 0.000 six.py:80(_LazyDescr) | |
1 0.000 0.000 0.000 0.000 bezier.py:17(NonIntersectingPathException) | |
1 0.000 0.000 0.000 0.000 errors.py:26(DistutilsGetoptError) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:245(_ParseResultsWithOffset) | |
1 0.000 0.000 0.000 0.000 urllib2.py:508(HTTPErrorProcessor) | |
1 0.000 0.000 0.000 0.000 legend_handler.py:361(HandlerPathCollection) | |
1 0.000 0.000 0.000 0.000 pickle.py:62(PicklingError) | |
1 0.000 0.000 0.000 0.000 core.py:2255(__init__) | |
1 0.000 0.000 0.000 0.000 patches.py:3435(BracketA) | |
1 0.000 0.000 0.000 0.000 core.py:757(__init__) | |
1 0.000 0.000 0.000 0.000 __init__.py:359(_FuncPtr) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:2306(_ErrorStop) | |
1 0.000 0.000 0.000 0.000 numeric.py:49(ComplexWarning) | |
1 0.000 0.000 0.000 0.000 cbook.py:286(tostr) | |
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha512} | |
1 0.000 0.000 0.000 0.000 polar.py:165(ThetaFormatter) | |
1 0.000 0.000 0.000 0.000 __init__.py:176(c_long) | |
1 0.000 0.000 0.000 0.000 mlab.py:3103(FormatInt) | |
1 0.000 0.000 0.000 0.000 mathtext.py:1658(Vrule) | |
1 0.000 0.000 0.000 0.000 decimal.py:225(ConversionSyntax) | |
1 0.000 0.000 0.000 0.000 mlab.py:3074(FormatFormatStr) | |
1 0.000 0.000 0.000 0.000 errors.py:16(DistutilsModuleError) | |
1 0.000 0.000 0.000 0.000 core.py:794(_DomainGreaterEqual) | |
1 0.000 0.000 0.000 0.000 Image.py:1718(ImagePointHandler) | |
1 0.000 0.000 0.000 0.000 _iotools.py:438(ConverterError) | |
2 0.000 0.000 0.000 0.000 collections.py:306(set_pickradius) | |
1 0.000 0.000 0.000 0.000 __init__.py:255(c_void_p) | |
1 0.000 0.000 0.000 0.000 __init__.py:205(c_longdouble) | |
1 0.000 0.000 0.000 0.000 errors.py:38(DistutilsOptionError) | |
1 0.000 0.000 0.000 0.000 pyparsing.py:202(ParseException) | |
1 0.000 0.000 0.000 0.000 errors.py:33(DistutilsFileError) | |
1 0.000 0.000 0.000 0.000 tokenize.py:145(TokenError) | |
1 0.000 0.000 0.000 0.000 decimal.py:360(Underflow) | |
1 0.000 0.000 0.000 0.000 httplib.py:1206(InvalidURL) | |
1 0.000 0.000 0.000 0.000 __init__.py:189(c_int) | |
1 0.000 0.000 0.000 0.000 httplib.py:1214(UnknownTransferEncoding) | |
1 0.000 0.000 0.000 0.000 shutil.py:38(ExecError) | |
1 0.000 0.000 0.000 0.000 polyutils.py:52(PolyError) | |
1 0.000 0.000 0.000 0.000 decimal.py:184(Clamped) | |
1 0.000 0.000 0.000 0.000 __init__.py:410(checkdep_ps_distiller) | |
1 0.000 0.000 0.000 0.000 rcsetup.py:197(__init__) | |
1 0.000 0.000 0.000 0.000 inspect.py:630(EndOfBlock) | |
1 0.000 0.000 0.000 0.000 __init__.py:446(checkdep_usetex) | |
1 0.000 0.000 0.000 0.000 errors.py:46(DistutilsSetupError) | |
1 0.000 0.000 0.000 0.000 streamplot.py:354(TerminateTrajectory) | |
1 0.000 0.000 0.000 0.000 decimal.py:273(Inexact) | |
1 0.000 0.000 0.000 0.000 httplib.py:1203(NotConnected) | |
1 0.000 0.000 0.000 0.000 errors.py:73(PreprocessError) | |
1 0.000 0.000 0.000 0.000 pickle.py:69(UnpicklingError) | |
2 0.000 0.000 0.000 0.000 calendar.py:52(__init__) | |
4 0.000 0.000 0.000 0.000 posixpath.py:43(normcase) | |
1 0.000 0.000 0.000 0.000 errors.py:20(DistutilsClassError) | |
1 0.000 0.000 0.000 0.000 errors.py:70(CCompilerError) | |
1 0.000 0.000 0.000 0.000 container.py:122(StemContainer) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment