Commit f3938be
File tree
Expand file treeCollapse file tree
13 files changed
+90
-113
lines changedFilter options
- examples/lines_bars_and_markers
- lib/matplotlib
- axes
- src
- tutorials/colors
Expand file treeCollapse file tree
13 files changed
+90
-113
lines changedexamples/lines_bars_and_markers/scatter_custom_symbol.py
Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/scatter_custom_symbol.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - |
39 |
| - |
| 38 | + |
| 39 | + |
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
| ||
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
48 |
| - |
| 48 | + |
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
|
lib/matplotlib/axes/_base.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2495 | 2495 |
|
2496 | 2496 |
|
2497 | 2497 |
|
2498 |
| - |
| 2498 | + |
2499 | 2499 |
|
2500 | 2500 |
|
2501 | 2501 |
|
|
+16-16Lines changed: 16 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1110 | 1110 |
|
1111 | 1111 |
|
1112 | 1112 |
|
1113 |
| - |
1114 |
| - |
| 1113 | + |
| 1114 | + |
1115 | 1115 |
|
1116 | 1116 |
|
1117 | 1117 |
|
| ||
2370 | 2370 |
|
2371 | 2371 |
|
2372 | 2372 |
|
2373 |
| - |
2374 |
| - |
| 2373 | + |
| 2374 | + |
2375 | 2375 |
|
2376 | 2376 |
|
2377 | 2377 |
|
| ||
2404 | 2404 |
|
2405 | 2405 |
|
2406 | 2406 |
|
2407 |
| - |
| 2407 | + |
2408 | 2408 |
|
2409 | 2409 |
|
2410 | 2410 |
|
| ||
2445 | 2445 |
|
2446 | 2446 |
|
2447 | 2447 |
|
2448 |
| - |
2449 |
| - |
| 2448 | + |
| 2449 | + |
2450 | 2450 |
|
2451 | 2451 |
|
2452 | 2452 |
|
| ||
2512 | 2512 |
|
2513 | 2513 |
|
2514 | 2514 |
|
2515 |
| - |
| 2515 | + |
2516 | 2516 |
|
2517 |
| - |
| 2517 | + |
2518 | 2518 |
|
2519 | 2519 |
|
2520 | 2520 |
|
| ||
2531 | 2531 |
|
2532 | 2532 |
|
2533 | 2533 |
|
2534 |
| - |
| 2534 | + |
2535 | 2535 |
|
2536 | 2536 |
|
2537 | 2537 |
|
| ||
2574 | 2574 |
|
2575 | 2575 |
|
2576 | 2576 |
|
2577 |
| - |
| 2577 | + |
2578 | 2578 |
|
2579 |
| - |
| 2579 | + |
2580 | 2580 |
|
2581 | 2581 |
|
2582 | 2582 |
|
2583 | 2583 |
|
2584 |
| - |
| 2584 | + |
2585 | 2585 |
|
2586 | 2586 |
|
2587 | 2587 |
|
| ||
2592 | 2592 |
|
2593 | 2593 |
|
2594 | 2594 |
|
2595 |
| - |
| 2595 | + |
2596 | 2596 |
|
2597 |
| - |
| 2597 | + |
2598 | 2598 |
|
2599 | 2599 |
|
2600 | 2600 |
|
2601 | 2601 |
|
2602 |
| - |
| 2602 | + |
2603 | 2603 |
|
2604 | 2604 |
|
2605 | 2605 |
|
|
+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1031 | 1031 |
|
1032 | 1032 |
|
1033 | 1033 |
|
1034 |
| - |
1035 |
| - |
1036 |
| - |
| 1034 | + |
1037 | 1035 |
|
1038 | 1036 |
|
1039 | 1037 |
|
|
+8-6Lines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1081 | 1081 |
|
1082 | 1082 |
|
1083 | 1083 |
|
1084 |
| - |
1085 |
| - |
1086 |
| - |
1087 |
| - |
| 1084 | + |
| 1085 | + |
| 1086 | + |
1088 | 1087 |
|
1089 |
| - |
| 1088 | + |
| 1089 | + |
| 1090 | + |
1090 | 1091 |
|
1091 |
| - |
| 1092 | + |
| 1093 | + |
1092 | 1094 |
|
1093 | 1095 |
|
1094 | 1096 |
|
|
+3-5Lines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
| 31 | + |
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
| ||
210 | 210 |
|
211 | 211 |
|
212 | 212 |
|
213 |
| - |
214 |
| - |
215 |
| - |
| 213 | + |
216 | 214 |
|
217 | 215 |
|
218 | 216 |
|
| ||
684 | 682 |
|
685 | 683 |
|
686 | 684 |
|
687 |
| - |
| 685 | + |
688 | 686 |
|
689 | 687 |
|
690 | 688 |
|
|
lib/matplotlib/streamplot.py
Copy file name to clipboardExpand all lines: lib/matplotlib/streamplot.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
| 60 | + |
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
|
lib/matplotlib/transforms.py
Copy file name to clipboardExpand all lines: lib/matplotlib/transforms.py+10-10Lines changed: 10 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
584 | 584 |
|
585 | 585 |
|
586 | 586 |
|
587 |
| - |
| 587 | + |
588 | 588 |
|
589 | 589 |
|
590 | 590 |
|
| ||
769 | 769 |
|
770 | 770 |
|
771 | 771 |
|
772 |
| - |
| 772 | + |
773 | 773 |
|
774 | 774 |
|
775 | 775 |
|
| ||
1485 | 1485 |
|
1486 | 1486 |
|
1487 | 1487 |
|
1488 |
| - |
| 1488 | + |
1489 | 1489 |
|
1490 | 1490 |
|
1491 | 1491 |
|
1492 | 1492 |
|
1493 | 1493 |
|
1494 |
| - |
| 1494 | + |
1495 | 1495 |
|
1496 | 1496 |
|
1497 | 1497 |
|
| ||
1511 | 1511 |
|
1512 | 1512 |
|
1513 | 1513 |
|
1514 |
| - |
1515 |
| - |
| 1514 | + |
| 1515 | + |
1516 | 1516 |
|
1517 | 1517 |
|
1518 | 1518 |
|
| ||
1530 | 1530 |
|
1531 | 1531 |
|
1532 | 1532 |
|
1533 |
| - |
| 1533 | + |
1534 | 1534 |
|
1535 | 1535 |
|
1536 | 1536 |
|
1537 | 1537 |
|
1538 | 1538 |
|
1539 |
| - |
| 1539 | + |
1540 | 1540 |
|
1541 | 1541 |
|
1542 | 1542 |
|
| ||
1555 | 1555 |
|
1556 | 1556 |
|
1557 | 1557 |
|
1558 |
| - |
| 1558 | + |
1559 | 1559 |
|
1560 | 1560 |
|
1561 | 1561 |
|
1562 | 1562 |
|
1563 | 1563 |
|
1564 |
| - |
| 1564 | + |
1565 | 1565 |
|
1566 | 1566 |
|
1567 | 1567 |
|
|
src/_backend_agg_wrapper.cpp
Copy file name to clipboardExpand all lines: src/_backend_agg_wrapper.cpp+8-14Lines changed: 8 additions & 14 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
459 | 459 |
|
460 | 460 |
|
461 | 461 |
|
462 |
| - |
| 462 | + |
| 463 | + |
463 | 464 |
|
464 | 465 |
|
465 | 466 |
|
466 | 467 |
|
467 | 468 |
|
468 | 469 |
|
469 |
| - |
| 470 | + |
| 471 | + |
470 | 472 |
|
471 | 473 |
|
472 | 474 |
|
| ||
497 | 499 |
|
498 | 500 |
|
499 | 501 |
|
500 |
| - |
501 |
| - |
502 |
| - |
503 |
| - |
504 |
| - |
| 502 | + |
505 | 503 |
|
506 | 504 |
|
507 |
| - |
508 |
| - |
509 |
| - |
510 |
| - |
511 |
| - |
| 505 | + |
512 | 506 |
|
513 | 507 |
|
514 |
| - |
515 | 508 |
|
516 | 509 |
|
517 |
| - |
| 510 | + |
| 511 | + |
518 | 512 |
|
519 | 513 |
|
520 | 514 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
394 | 394 |
|
395 | 395 |
|
396 | 396 |
|
397 |
| - |
| 397 | + |
398 | 398 |
|
399 | 399 |
|
400 | 400 |
|
|
+29Lines changed: 29 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
62 | 62 |
|
63 | 63 |
|
64 | 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 | + |
65 | 94 |
|
0 commit comments