File size: 35,437 Bytes
33949c6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
[
    {
        "question": "In matplotlib, is matplotlib.matplotlib.Artist._default_contains() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.Artist._default_contains() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.Artist.set_contains() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.Artist.set_contains() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.Artist.get_contains() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.Artist.get_contains() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.Artist.set_picker() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.Artist.set_picker() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.axes.Axes.stem() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.axes.Axes.stem() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.axes.Axes.pie() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.axes.Axes.pie() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.axes.Axes.boxplot() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.axes.Axes.boxplot() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.axes.Axes.scatter() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.axes.Axes.scatter() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.axes.Axes.hexbin() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.axes.Axes.hexbin() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.axes.Axes.imshow() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.axes.Axes.imshow() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.axes.Axes.pcolor() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.axes.Axes.pcolor() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.axes.Axes.pcolormesh() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.axes.Axes.pcolormesh() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.axes.Axes.pcolorfast() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.axes.Axes.pcolorfast() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.axes._AxesBase.get_data_ratio_log() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.axes._AxesBase.get_data_ratio_log() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.axes._AxesBase.update_datalim_bounds() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.axes._AxesBase.update_datalim_bounds() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.axes.SubplotBase.get_geometry() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.axes.SubplotBase.get_geometry() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.axes.SubplotBase.change_geometry() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.axes.SubplotBase.change_geometry() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.axes.SubplotBase.figbox() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.axes.SubplotBase.figbox() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.axes.SubplotBase.numRows() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.axes.SubplotBase.numRows() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.axes.SubplotBase.numCols() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.axes.SubplotBase.numCols() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.axes.SubplotBase.update_params() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.axes.SubplotBase.update_params() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.axes.SubplotBase.rowNum() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.axes.SubplotBase.rowNum() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.axes.SubplotBase.colNum() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.axes.SubplotBase.colNum() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.axes.SubplotBase.is_first_row() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.axes.SubplotBase.is_first_row() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.axes.SubplotBase.is_last_row() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.axes.SubplotBase.is_last_row() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.axes.SubplotBase.is_first_col() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.axes.SubplotBase.is_first_col() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.axes.SubplotBase.is_last_col() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.axes.SubplotBase.is_last_col() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.Axis.cla() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.Axis.cla() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.Axis.set_smart_bounds() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.Axis.set_smart_bounds() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.Axis.get_smart_bounds() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.Axis.get_smart_bounds() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.Axis.pan() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.Axis.pan() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.Axis.zoom() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.Axis.zoom() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.backends.RendererAgg.get_content_extents() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.backends.RendererAgg.get_content_extents() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.backends.RendererAgg.tostring_rgba_minimized() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.backends.RendererAgg.tostring_rgba_minimized() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.backends.FigureCanvasAgg.print_jpg() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.backends.FigureCanvasAgg.print_jpg() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.backends.FigureCanvasGTK3._renderer_init() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.backends.FigureCanvasGTK3._renderer_init() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.backends.PdfFile.used_characters() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.backends.PdfFile.used_characters() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.backends.RendererPdf.mathtext_parser() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.backends.RendererPdf.mathtext_parser() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.backends.RendererPdf.track_characters() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.backends.RendererPdf.track_characters() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.backends.RendererPdf.merge_used_characters() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.backends.RendererPdf.merge_used_characters() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.backends.LatexManager.latex_stdin_utf8() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.backends.LatexManager.latex_stdin_utf8() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.backends.TmpDirCleaner.remaining_tmpdirs() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.backends.TmpDirCleaner.remaining_tmpdirs() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.backends.TmpDirCleaner.add() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.backends.TmpDirCleaner.add() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.backends.TmpDirCleaner.cleanup_remaining_tmpdirs() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.backends.TmpDirCleaner.cleanup_remaining_tmpdirs() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.backends.RendererPS.track_characters() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.backends.RendererPS.track_characters() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.backends.RendererPS.merge_used_characters() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.backends.RendererPS.merge_used_characters() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.backends.NavigationToolbar2QT.parent() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.backends.NavigationToolbar2QT.parent() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.backends.NavigationToolbar2QT.basedir() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.backends.NavigationToolbar2QT.basedir() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.backends.RendererSVG.mathtext_parser() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.backends.RendererSVG.mathtext_parser() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.backends.DEBUG_MSG() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.backends.DEBUG_MSG() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.backends.RendererWx.get_gc() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.backends.RendererWx.get_gc() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.backends.NavigationToolbar2Wx.get_canvas() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.backends.NavigationToolbar2Wx.get_canvas() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.RendererBase.draw_path_collection() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.RendererBase.draw_path_collection() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.TimerBase.remove_callback() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.TimerBase.remove_callback() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.FigureCanvasBase.get_window_title() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.FigureCanvasBase.get_window_title() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.FigureCanvasBase.set_window_title() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.FigureCanvasBase.set_window_title() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.NavigationToolbar2._init_toolbar() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.NavigationToolbar2._init_toolbar() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.NavigationToolbar2.press() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.NavigationToolbar2.press() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.NavigationToolbar2.release() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.NavigationToolbar2.release() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.NavigationToolbar2.draw() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.NavigationToolbar2.draw() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.ToolViewsPositions.refresh_locators() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.ToolViewsPositions.refresh_locators() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.make_path_regular() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.make_path_regular() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.concatenate_paths() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.concatenate_paths() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.cbook.MatplotlibDeprecationWarning deprecated?",
        "answer": "Yes, matplotlib.matplotlib.cbook.MatplotlibDeprecationWarning is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.cbook._deprecate_privatize_attribute deprecated?",
        "answer": "Yes, matplotlib.matplotlib.cbook._deprecate_privatize_attribute is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.cbook.warn_deprecated() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.cbook.warn_deprecated() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.cbook.deprecated() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.cbook.deprecated() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.cbook._rename_parameter() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.cbook._rename_parameter() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.cbook._delete_parameter() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.cbook._delete_parameter() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.cbook._make_keyword_only() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.cbook._make_keyword_only() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.cbook._deprecate_method_override() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.cbook._deprecate_method_override() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.cbook.local_over_kwdict() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.cbook.local_over_kwdict() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.cbook.get_realpath_and_stat() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.cbook.get_realpath_and_stat() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.cbook.boxplot_stats() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.cbook.boxplot_stats() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.cbook.normalize_kwargs() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.cbook.normalize_kwargs() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib._DeprecatedCmapDictWrapper deprecated?",
        "answer": "Yes, matplotlib.matplotlib._DeprecatedCmapDictWrapper is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.register_cmap() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.register_cmap() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.ScalarMappable.add_checker() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.ScalarMappable.add_checker() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.ScalarMappable.check_update() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.ScalarMappable.check_update() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.Collection deprecated?",
        "answer": "Yes, matplotlib.matplotlib.Collection is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.Collection.set_offset_position() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.Collection.set_offset_position() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.Collection.get_offset_position() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.Collection.get_offset_position() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.colorbar_factory() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.colorbar_factory() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.ColorbarBase.config_axis() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.ColorbarBase.config_axis() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.Colorbar.on_mappable_changed() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.Colorbar.on_mappable_changed() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.Colorbar.update_bruteforce() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.Colorbar.update_bruteforce() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.mx2num() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.mx2num() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.DateFormatter.illegal_s() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.DateFormatter.illegal_s() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.Substitution.from_params() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.Substitution.from_params() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.FigureBase.add_axes() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.FigureBase.add_axes() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.FigureBase.add_subplot() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.FigureBase.add_subplot() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.Figure.savefig() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.Figure.savefig() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.Figure.tight_layout() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.Figure.tight_layout() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.SubplotSpec.get_rows_columns() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.SubplotSpec.get_rows_columns() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.ship() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.ship() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.MathTextParser.to_mask() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.MathTextParser.to_mask() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.MathTextParser.to_rgba() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.MathTextParser.to_rgba() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.MathTextParser.to_png() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.MathTextParser.to_png() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.MathTextParser.get_depth() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.MathTextParser.get_depth() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.TextArea.set_minimumdescent() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.TextArea.set_minimumdescent() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.TextArea.get_minimumdescent() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.TextArea.get_minimumdescent() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.DraggableBase.on_motion_blit() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.DraggableBase.on_motion_blit() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.DraggableBase.artist_picker() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.DraggableBase.artist_picker() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.Shadow deprecated?",
        "answer": "Yes, matplotlib.matplotlib.Shadow is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.BoxStyle.transmute() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.BoxStyle.transmute() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.FancyArrowPatch deprecated?",
        "answer": "Yes, matplotlib.matplotlib.FancyArrowPatch is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.FancyArrowPatch.set_dpi_cor() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.FancyArrowPatch.set_dpi_cor() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.FancyArrowPatch.get_dpi_cor() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.FancyArrowPatch.get_dpi_cor() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.projections.ThetaLocator.pan() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.projections.ThetaLocator.pan() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.projections.ThetaLocator.zoom() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.projections.ThetaLocator.zoom() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.projections.ThetaAxis.cla() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.projections.ThetaAxis.cla() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.projections.RadialLocator.pan() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.projections.RadialLocator.pan() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.projections.RadialLocator.zoom() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.projections.RadialLocator.zoom() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.projections.RadialLocator.refresh() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.projections.RadialLocator.refresh() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.projections.RadialAxis.cla() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.projections.RadialAxis.cla() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.projections.PolarAxes.set_ylim() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.projections.PolarAxes.set_ylim() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.axes() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.axes() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.subplot() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.subplot() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.QuiverKey.quiverkey_doc() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.QuiverKey.quiverkey_doc() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.Quiver.ax() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.Quiver.ax() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.validate_bool_maybe_none() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.validate_bool_maybe_none() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib._make_nseq_validator() deprecated?",
        "answer": "Yes, matplotlib.matplotlib._make_nseq_validator() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.validate_nseq_float() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.validate_nseq_float() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.validate_nseq_int() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.validate_nseq_int() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib._validate_mathtext_fallback_to_cm() deprecated?",
        "answer": "Yes, matplotlib.matplotlib._validate_mathtext_fallback_to_cm() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.validate_hinting() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.validate_hinting() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.validate_movie_writer() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.validate_movie_writer() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.validate_webagg_address() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.validate_webagg_address() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.LogScale.LogTransform() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.LogScale.LogTransform() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.LogScale.InvertedLogTransform() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.LogScale.InvertedLogTransform() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.SymmetricalLogScale.SymmetricalLogTransform() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.SymmetricalLogScale.SymmetricalLogTransform() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.SymmetricalLogScale.InvertedSymmetricalLogTransform() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.SymmetricalLogScale.InvertedSymmetricalLogTransform() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.Spine.set_smart_bounds() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.Spine.set_smart_bounds() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.Spine.get_smart_bounds() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.Spine.get_smart_bounds() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.Spine.cla() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.Spine.cla() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.testing.make_external_conversion_command() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.testing.make_external_conversion_command() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.TexManager.make_tex_preview() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.TexManager.make_tex_preview() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.TexManager.make_dvi_preview() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.TexManager.make_dvi_preview() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib deprecated?",
        "answer": "Yes, matplotlib.matplotlib is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.Annotation deprecated?",
        "answer": "Yes, matplotlib.matplotlib.Annotation is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.Locator.pan() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.Locator.pan() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.Locator.zoom() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.Locator.zoom() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.Locator.refresh() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.Locator.refresh() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.Bbox deprecated?",
        "answer": "Yes, matplotlib.matplotlib.Bbox is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.BboxBase.inverse_transformed() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.BboxBase.inverse_transformed() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.SubplotTool.funcleft() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.SubplotTool.funcleft() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.SubplotTool.funcright() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.SubplotTool.funcright() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.SubplotTool.funcbottom() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.SubplotTool.funcbottom() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.SubplotTool.functop() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.SubplotTool.functop() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.SubplotTool.funcwspace() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.SubplotTool.funcwspace() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.SubplotTool.funchspace() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.SubplotTool.funchspace() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.Fonts.destroy() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.Fonts.destroy() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.matplotlib.TruetypeFonts.destroy() deprecated?",
        "answer": "Yes, matplotlib.matplotlib.TruetypeFonts.destroy() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.mpl_toolkits.axes_grid1.SubplotDivider.figbox() deprecated?",
        "answer": "Yes, matplotlib.mpl_toolkits.axes_grid1.SubplotDivider.figbox() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.mpl_toolkits.axes_grid1.SubplotDivider.update_params() deprecated?",
        "answer": "Yes, matplotlib.mpl_toolkits.axes_grid1.SubplotDivider.update_params() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.mpl_toolkits.axes_grid1.SubplotDivider.get_geometry() deprecated?",
        "answer": "Yes, matplotlib.mpl_toolkits.axes_grid1.SubplotDivider.get_geometry() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.mpl_toolkits.axes_grid1.SubplotDivider.change_geometry() deprecated?",
        "answer": "Yes, matplotlib.mpl_toolkits.axes_grid1.SubplotDivider.change_geometry() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.mpl_toolkits.axes_grid1 deprecated?",
        "answer": "Yes, matplotlib.mpl_toolkits.axes_grid1 is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.mpl_toolkits.axes_grid1.Grid deprecated?",
        "answer": "Yes, matplotlib.mpl_toolkits.axes_grid1.Grid is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.mpl_toolkits.axes_grid1.ImageGrid deprecated?",
        "answer": "Yes, matplotlib.mpl_toolkits.axes_grid1.ImageGrid is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.mpl_toolkits.axes_grid1 deprecated?",
        "answer": "Yes, matplotlib.mpl_toolkits.axes_grid1 is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.mpl_toolkits.axes_grid1.RGBAxes deprecated?",
        "answer": "Yes, matplotlib.mpl_toolkits.axes_grid1.RGBAxes is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.mpl_toolkits.axes_grid1.RGBAxes.add_RGB_to_figure() deprecated?",
        "answer": "Yes, matplotlib.mpl_toolkits.axes_grid1.RGBAxes.add_RGB_to_figure() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.mpl_toolkits.axes_grid1.parasite_axes_auxtrans_class_factory() deprecated?",
        "answer": "Yes, matplotlib.mpl_toolkits.axes_grid1.parasite_axes_auxtrans_class_factory() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.mpl_toolkits.axes_grid1.ParasiteAxesBase.update_viewlim() deprecated?",
        "answer": "Yes, matplotlib.mpl_toolkits.axes_grid1.ParasiteAxesBase.update_viewlim() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.mpl_toolkits.axes_grid1.ParasiteAxesAuxTransBase.update_viewlim() deprecated?",
        "answer": "Yes, matplotlib.mpl_toolkits.axes_grid1.ParasiteAxesAuxTransBase.update_viewlim() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.mpl_toolkits.axisartist.AxisArtist.dpi_transform() deprecated?",
        "answer": "Yes, matplotlib.mpl_toolkits.axisartist.AxisArtist.dpi_transform() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.mpl_toolkits.axisartist.MaxNLocator.set_factor() deprecated?",
        "answer": "Yes, matplotlib.mpl_toolkits.axisartist.MaxNLocator.set_factor() is deprecated."
    },
    {
        "question": "In matplotlib, is matplotlib.mpl_toolkits.axisartist.FixedLocator.set_factor() deprecated?",
        "answer": "Yes, matplotlib.mpl_toolkits.axisartist.FixedLocator.set_factor() is deprecated."
    }
]