Skip to content

Commit f749666

Browse files
committed
remove summer fellowship ad
1 parent 2f76aa1 commit f749666

File tree

4,046 files changed

+7924
-31350
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,046 files changed

+7924
-31350
lines changed

2.2.2/_downloads/gallery_jupyter.zip

0 Bytes
Binary file not shown.

2.2.2/_downloads/gallery_python.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

2.2.2/_downloads/tutorials_python.zip

0 Bytes
Binary file not shown.
31 Bytes
Loading

2.2.2/_sources/gallery/animation/animation_demo.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Note that calling `time.sleep` instead of `~.pyplot.pause` would *not* work.
4343
# Note that using time.sleep does *not* work here!
4444
plt.pause(0.1)
4545
46-
**Total running time of the script:** ( 0 minutes 6.858 seconds)
46+
**Total running time of the script:** ( 0 minutes 6.787 seconds)
4747

4848

4949

2.2.2/_sources/gallery/misc/ftface_props.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ load_char
4949
Glyph names : False
5050
External stream : False
5151
['__class__', '__delattr__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__gt__', '__hash__', '__init__', '__init_subclass__', '__le__', '__lt__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', 'ascender', 'bbox', 'clear', 'descender', 'draw_glyph_to_bitmap', 'draw_glyphs_to_bitmap', 'face_flags', 'family_name', 'fname', 'get_bitmap_offset', 'get_char_index', 'get_charmap', 'get_descent', 'get_glyph_name', 'get_image', 'get_kerning', 'get_name_index', 'get_num_glyphs', 'get_path', 'get_ps_font_info', 'get_sfnt', 'get_sfnt_table', 'get_width_height', 'get_xys', 'height', 'load_char', 'load_glyph', 'max_advance_height', 'max_advance_width', 'num_charmaps', 'num_faces', 'num_fixed_sizes', 'num_glyphs', 'postscript_name', 'scalable', 'select_charmap', 'set_charmap', 'set_size', 'set_text', 'style_flags', 'style_name', 'underline_position', 'underline_thickness', 'units_per_EM']
52-
<built-in method get_kerning of matplotlib.ft2font.FT2Font object at 0x7f7b52f85510>
52+
<built-in method get_kerning of matplotlib.ft2font.FT2Font object at 0x7f630e6a4c60>
5353

5454

5555

2.2.2/_sources/gallery/mplot3d/rotate_axes3d.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ See wire3d_animation_demo for another simple example of animating a 3D plot.
4040
plt.draw()
4141
plt.pause(.001)
4242
43-
**Total running time of the script:** ( 0 minutes 13.705 seconds)
43+
**Total running time of the script:** ( 0 minutes 13.688 seconds)
4444

4545

4646

2.2.2/_sources/gallery/mplot3d/wire3d_animation.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A very simple 'animation' of a 3D plot. See also rotate_axes3d_demo.
2020

2121
Out::
2222

23-
Average FPS: 24.880413
23+
Average FPS: 24.890421
2424

2525

2626

@@ -73,7 +73,7 @@ A very simple 'animation' of a 3D plot. See also rotate_axes3d_demo.
7373
7474
print('Average FPS: %f' % (100 / (time.time() - tstart)))
7575
76-
**Total running time of the script:** ( 0 minutes 4.027 seconds)
76+
**Total running time of the script:** ( 0 minutes 4.025 seconds)
7777

7878

7979

2.2.2/_sources/gallery/showcase/mandelbrot.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ take a few seconds on most modern laptops.
9090
9191
plt.show()
9292
93-
**Total running time of the script:** ( 0 minutes 3.857 seconds)
93+
**Total running time of the script:** ( 0 minutes 3.600 seconds)
9494

9595

9696

0 commit comments

Comments
 (0)