Fix sketcher mode handling to prevent unintended line creation during drag operations
Major changes: - Fixed right-click handler to directly set mode to NONE instead of relying on main app signal handling - Added safety checks in left-click handler to prevent drawing when no draggable point is found in NONE mode - Enhanced mode compatibility by treating Python None as SketchMode.NONE in set_mode() method - Added comprehensive debug logging for mode changes and interaction state tracking - Resolved integration issue where persistent constraint modes were prematurely reset by main app - Ensured point dragging is only enabled in NONE mode, preventing accidental polyline creation This fixes the reported issue where deactivating the line tool would still create lines when dragging, and ensures proper mode transitions between drawing tools and selection/drag mode.
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Created with matplotlib (http://matplotlib.org/) -->
|
||||
<svg height="72pt" version="1.1" viewBox="0 0 72 72" width="72pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
*{stroke-linecap:butt;stroke-linejoin:round;}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="figure_1">
|
||||
<g id="patch_1">
|
||||
<path d="M 0 72
|
||||
L 72 72
|
||||
L 72 0
|
||||
L 0 0
|
||||
z
|
||||
" style="fill:none;opacity:0;"/>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
<path d="M 65.144375 35.006875
|
||||
C 65.144375 32.425 63.43375 30.15125 60.703125 30.15125
|
||||
L 33.991875 30.15125
|
||||
L 45.105625 19.0375
|
||||
C 46.019375 18.12375 46.550625 16.87 46.550625 15.584375
|
||||
C 46.550625 14.288125 46.019375 13.034375 45.105625 12.13125
|
||||
L 42.258125 9.315625
|
||||
C 41.344375 8.4125 40.133125 7.88125 38.8475 7.88125
|
||||
C 37.55125 7.88125 36.2975 8.4125 35.394375 9.315625
|
||||
L 10.69125 33.986875
|
||||
C 9.82 34.900625 9.28875 36.14375 9.28875 37.44
|
||||
C 9.28875 38.725625 9.82 39.979375 10.69125 40.850625
|
||||
L 35.394375 65.59625
|
||||
C 36.2975 66.4675 37.55125 66.99875 38.8475 66.99875
|
||||
C 40.133125 66.99875 41.386875 66.4675 42.258125 65.59625
|
||||
L 45.105625 62.70625
|
||||
C 46.019375 61.835 46.550625 60.58125 46.550625 59.295625
|
||||
C 46.550625 58.01 46.019375 56.75625 45.105625 55.885
|
||||
L 33.991875 44.72875
|
||||
L 60.703125 44.72875
|
||||
C 63.43375 44.72875 65.144375 42.444375 65.144375 39.8625
|
||||
z
|
||||
"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
BIN
main.app/Contents/MacOS/matplotlib/mpl-data/images/back.pdf
Normal file
BIN
main.app/Contents/MacOS/matplotlib/mpl-data/images/back.png
Normal file
|
After Width: | Height: | Size: 380 B |
46
main.app/Contents/MacOS/matplotlib/mpl-data/images/back.svg
Normal file
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Created with matplotlib (http://matplotlib.org/) -->
|
||||
<svg height="72pt" version="1.1" viewBox="0 0 72 72" width="72pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
*{stroke-linecap:butt;stroke-linejoin:round;}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="figure_1">
|
||||
<g id="patch_1">
|
||||
<path d="M 0 72
|
||||
L 72 72
|
||||
L 72 0
|
||||
L 0 0
|
||||
z
|
||||
" style="fill:none;opacity:0;"/>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
<path d="M 65.144375 35.006875
|
||||
C 65.144375 32.425 63.43375 30.15125 60.703125 30.15125
|
||||
L 33.991875 30.15125
|
||||
L 45.105625 19.0375
|
||||
C 46.019375 18.12375 46.550625 16.87 46.550625 15.584375
|
||||
C 46.550625 14.288125 46.019375 13.034375 45.105625 12.13125
|
||||
L 42.258125 9.315625
|
||||
C 41.344375 8.4125 40.133125 7.88125 38.8475 7.88125
|
||||
C 37.55125 7.88125 36.2975 8.4125 35.394375 9.315625
|
||||
L 10.69125 33.986875
|
||||
C 9.82 34.900625 9.28875 36.14375 9.28875 37.44
|
||||
C 9.28875 38.725625 9.82 39.979375 10.69125 40.850625
|
||||
L 35.394375 65.59625
|
||||
C 36.2975 66.4675 37.55125 66.99875 38.8475 66.99875
|
||||
C 40.133125 66.99875 41.386875 66.4675 42.258125 65.59625
|
||||
L 45.105625 62.70625
|
||||
C 46.019375 61.835 46.550625 60.58125 46.550625 59.295625
|
||||
C 46.550625 58.01 46.019375 56.75625 45.105625 55.885
|
||||
L 33.991875 44.72875
|
||||
L 60.703125 44.72875
|
||||
C 63.43375 44.72875 65.144375 42.444375 65.144375 39.8625
|
||||
z
|
||||
"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 620 B |
@@ -0,0 +1,68 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Created with matplotlib (http://matplotlib.org/) -->
|
||||
<svg height="72pt" version="1.1" viewBox="0 0 72 72" width="72pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
*{stroke-linecap:butt;stroke-linejoin:round;}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="figure_1">
|
||||
<g id="patch_1">
|
||||
<path d="M 0 72
|
||||
L 72 72
|
||||
L 72 0
|
||||
L 0 0
|
||||
z
|
||||
" style="fill:none;opacity:0;"/>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
<path d="M 21.4225 61.72875
|
||||
L 21.4225 47.161875
|
||||
L 50.566875 47.161875
|
||||
L 50.566875 61.72875
|
||||
z
|
||||
M 55.4225 61.72875
|
||||
L 55.4225 45.94
|
||||
C 55.4225 43.931875 53.796875 42.295625 51.78875 42.295625
|
||||
L 20.21125 42.295625
|
||||
C 18.203125 42.295625 16.566875 43.931875 16.566875 45.94
|
||||
L 16.566875 61.72875
|
||||
L 11.71125 61.72875
|
||||
L 11.71125 13.161875
|
||||
L 16.566875 13.161875
|
||||
L 16.566875 28.94
|
||||
C 16.566875 30.95875 18.203125 32.584375 20.21125 32.584375
|
||||
L 42.066875 32.584375
|
||||
C 44.085625 32.584375 45.71125 30.95875 45.71125 28.94
|
||||
L 45.71125 13.161875
|
||||
C 46.47625 13.161875 47.953125 13.7675 48.484375 14.29875
|
||||
L 59.14125 24.955625
|
||||
C 59.640625 25.455 60.28875 27.00625 60.28875 27.72875
|
||||
L 60.28875 61.72875
|
||||
z
|
||||
M 40.855625 26.5175
|
||||
C 40.855625 27.155 40.281875 27.72875 39.644375 27.72875
|
||||
L 32.355625 27.72875
|
||||
C 31.7075 27.72875 31.144375 27.155 31.144375 26.5175
|
||||
L 31.144375 14.373125
|
||||
C 31.144375 13.725 31.7075 13.161875 32.355625 13.161875
|
||||
L 39.644375 13.161875
|
||||
C 40.281875 13.161875 40.855625 13.725 40.855625 14.373125
|
||||
z
|
||||
M 65.144375 27.72875
|
||||
C 65.144375 25.720625 64.0075 22.9475 62.5625 21.5025
|
||||
L 51.9375 10.8775
|
||||
C 50.4925 9.443125 47.719375 8.295625 45.71125 8.295625
|
||||
L 10.5 8.295625
|
||||
C 8.491875 8.295625 6.855625 9.931875 6.855625 11.94
|
||||
L 6.855625 62.94
|
||||
C 6.855625 64.95875 8.491875 66.584375 10.5 66.584375
|
||||
L 61.5 66.584375
|
||||
C 63.508125 66.584375 65.144375 64.95875 65.144375 62.94
|
||||
z
|
||||
"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.0 KiB |
@@ -0,0 +1,70 @@
|
||||
%PDF-1.4
|
||||
%<25><> <20><>
|
||||
1 0 obj
|
||||
<< /Pages 2 0 R /Type /Catalog >>
|
||||
endobj
|
||||
8 0 obj
|
||||
<< /ExtGState 4 0 R /Font 3 0 R /Pattern 5 0 R
|
||||
/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading 6 0 R
|
||||
/XObject 7 0 R >>
|
||||
endobj
|
||||
10 0 obj
|
||||
<< /Annots [ ] /Contents 9 0 R
|
||||
/Group << /CS /DeviceRGB /S /Transparency /Type /Group >>
|
||||
/MediaBox [ 0 0 72 72 ] /Parent 2 0 R /Resources 8 0 R /Type /Page >>
|
||||
endobj
|
||||
9 0 obj
|
||||
<< /Filter /FlateDecode /Length 11 0 R >>
|
||||
stream
|
||||
x<EFBFBD>u<EFBFBD>Kn1D<>:<3A>N@<40><12><>2A<32><41><EFBFBD>
|
||||
|
||||
lj<EFBFBD><EFBFBD><EFBFBD>@|<7C><><EFBFBD>֧<18><>o<EFBFBD>b<EFBFBD>"<22><><EFBFBD>y<EFBFBD><79><EFBFBD><EFBFBD><EFBFBD>:<3A><><EFBFBD>w<EFBFBD><77>a<EFBFBD><61><<3C><>q<}|<7C>Ǜq<C79B>?M<>x<EFBFBD><78><EFBFBD><EFBFBD> <09>ߍ<><05>^]U<1E><><18>$>z<><7A>ȧ<EFBFBD>2<>y<EFBFBD>,Z<>N<EFBFBD><4E>4<EFBFBD><34><EFBFBD>_<13><><EFBFBD>:<3A><><EFBFBD>b;<3B>P&<26><><EFBFBD>ʮ<>)<29><>k<EFBFBD>2<EFBFBD>r#<23><><10><1D><>3y<17><><EFBFBD><1C><><EFBFBD>bc<62><63><EFBFBD>,<2C><><EFBFBD><EFBFBD><EFBFBD>ͫ+<2B>c*aT<61>1&'<27>
|
||||
Z<11><><EFBFBD><EFBFBD>-p<18><><EFBFBD>"=<3D><08>\<5C>-X<><19> <09><>az<>ݫD<DDAB><44>IT<49><54><02>b%<25><>\<5C>5Qr<51><72>Z<EFBFBD><5A><EFBFBD>uz<75>(<28>T?PT<50><54><EFBFBD>RJw<4A><1C>@<40><>f<><66><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>4<EFBFBD>J<EFBFBD><4A>l<04>W<EFBFBD>A|Z<EE8687><0E><>-A<>f<>H<11>E<EFBFBD><0E><><EFBFBD>m 6<>Lft"<22>V<EFBFBD><56>S<EFBFBD>+<2B>Ȯ<EFBFBD><C8AE><EFBFBD>\,<06>i<EFBFBD>v!<21><><EFBFBD>Rf<52>#<23>F<EFBFBD><46><03><><EFBFBD>2<>o<EFBFBD><11><>v#<23><><EFBFBD><EFBFBD>`:l<><6C><EFBFBD>%<25>N<EFBFBD>v<EFBFBD>LEڵ<45><DAB5>з]J=<3D><><EFBFBD><EFBFBD><EFBFBD>H<EFBFBD>ыa,<2C>5c`<60><>f=<3D><>i0W<30><15>`5E?<3F>u!7<>x<EFBFBD>2vk<76>t
|
||||
<EFBFBD><EFBFBD>ֱӂ<><D382>Ba1H<05><>wg<77>ս!<21>H<19><>3<EFBFBD>͘?<3F>\<1D>
|
||||
endstream
|
||||
endobj
|
||||
11 0 obj
|
||||
500
|
||||
endobj
|
||||
3 0 obj
|
||||
<< >>
|
||||
endobj
|
||||
4 0 obj
|
||||
<< /A1 << /CA 0 /Type /ExtGState /ca 0 >>
|
||||
/A2 << /CA 1 /Type /ExtGState /ca 1 >> >>
|
||||
endobj
|
||||
5 0 obj
|
||||
<< >>
|
||||
endobj
|
||||
6 0 obj
|
||||
<< >>
|
||||
endobj
|
||||
7 0 obj
|
||||
<< >>
|
||||
endobj
|
||||
2 0 obj
|
||||
<< /Count 1 /Kids [ 10 0 R ] /Type /Pages >>
|
||||
endobj
|
||||
12 0 obj
|
||||
<< /CreationDate (D:20160601123507-04'00')
|
||||
/Creator (matplotlib 1.5.2rc2.post1933.dev0+gb775a26, http://matplotlib.org)
|
||||
/Producer (matplotlib pdf backend) >>
|
||||
endobj
|
||||
xref
|
||||
0 13
|
||||
0000000000 65535 f
|
||||
0000000016 00000 n
|
||||
0000001161 00000 n
|
||||
0000000978 00000 n
|
||||
0000000999 00000 n
|
||||
0000001098 00000 n
|
||||
0000001119 00000 n
|
||||
0000001140 00000 n
|
||||
0000000065 00000 n
|
||||
0000000383 00000 n
|
||||
0000000208 00000 n
|
||||
0000000958 00000 n
|
||||
0000001221 00000 n
|
||||
trailer
|
||||
<< /Info 12 0 R /Root 1 0 R /Size 13 >>
|
||||
startxref
|
||||
BIN
main.app/Contents/MacOS/matplotlib/mpl-data/images/filesave.png
Normal file
|
After Width: | Height: | Size: 458 B |
@@ -0,0 +1,68 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Created with matplotlib (http://matplotlib.org/) -->
|
||||
<svg height="72pt" version="1.1" viewBox="0 0 72 72" width="72pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
*{stroke-linecap:butt;stroke-linejoin:round;}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="figure_1">
|
||||
<g id="patch_1">
|
||||
<path d="M 0 72
|
||||
L 72 72
|
||||
L 72 0
|
||||
L 0 0
|
||||
z
|
||||
" style="fill:none;opacity:0;"/>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
<path d="M 21.4225 61.72875
|
||||
L 21.4225 47.161875
|
||||
L 50.566875 47.161875
|
||||
L 50.566875 61.72875
|
||||
z
|
||||
M 55.4225 61.72875
|
||||
L 55.4225 45.94
|
||||
C 55.4225 43.931875 53.796875 42.295625 51.78875 42.295625
|
||||
L 20.21125 42.295625
|
||||
C 18.203125 42.295625 16.566875 43.931875 16.566875 45.94
|
||||
L 16.566875 61.72875
|
||||
L 11.71125 61.72875
|
||||
L 11.71125 13.161875
|
||||
L 16.566875 13.161875
|
||||
L 16.566875 28.94
|
||||
C 16.566875 30.95875 18.203125 32.584375 20.21125 32.584375
|
||||
L 42.066875 32.584375
|
||||
C 44.085625 32.584375 45.71125 30.95875 45.71125 28.94
|
||||
L 45.71125 13.161875
|
||||
C 46.47625 13.161875 47.953125 13.7675 48.484375 14.29875
|
||||
L 59.14125 24.955625
|
||||
C 59.640625 25.455 60.28875 27.00625 60.28875 27.72875
|
||||
L 60.28875 61.72875
|
||||
z
|
||||
M 40.855625 26.5175
|
||||
C 40.855625 27.155 40.281875 27.72875 39.644375 27.72875
|
||||
L 32.355625 27.72875
|
||||
C 31.7075 27.72875 31.144375 27.155 31.144375 26.5175
|
||||
L 31.144375 14.373125
|
||||
C 31.144375 13.725 31.7075 13.161875 32.355625 13.161875
|
||||
L 39.644375 13.161875
|
||||
C 40.281875 13.161875 40.855625 13.725 40.855625 14.373125
|
||||
z
|
||||
M 65.144375 27.72875
|
||||
C 65.144375 25.720625 64.0075 22.9475 62.5625 21.5025
|
||||
L 51.9375 10.8775
|
||||
C 50.4925 9.443125 47.719375 8.295625 45.71125 8.295625
|
||||
L 10.5 8.295625
|
||||
C 8.491875 8.295625 6.855625 9.931875 6.855625 11.94
|
||||
L 6.855625 62.94
|
||||
C 6.855625 64.95875 8.491875 66.584375 10.5 66.584375
|
||||
L 61.5 66.584375
|
||||
C 63.508125 66.584375 65.144375 64.95875 65.144375 62.94
|
||||
z
|
||||
"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 720 B |
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Created with matplotlib (http://matplotlib.org/) -->
|
||||
<svg height="72pt" version="1.1" viewBox="0 0 72 72" width="72pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
*{stroke-linecap:butt;stroke-linejoin:round;}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="figure_1">
|
||||
<g id="patch_1">
|
||||
<path d="M 0 72
|
||||
L 72 72
|
||||
L 72 0
|
||||
L 0 0
|
||||
z
|
||||
" style="fill:none;opacity:0;"/>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
<path d="M 62.71125 37.44
|
||||
C 62.71125 36.14375 62.2225 34.900625 61.30875 34.01875
|
||||
L 36.605625 9.315625
|
||||
C 35.691875 8.4125 34.438125 7.88125 33.1525 7.88125
|
||||
C 31.866875 7.88125 30.645 8.4125 29.741875 9.315625
|
||||
L 26.894375 12.163125
|
||||
C 25.980625 13.034375 25.449375 14.288125 25.449375 15.584375
|
||||
C 25.449375 16.87 25.980625 18.12375 26.894375 18.995
|
||||
L 38.008125 30.15125
|
||||
L 11.296875 30.15125
|
||||
C 8.56625 30.15125 6.855625 32.425 6.855625 35.006875
|
||||
L 6.855625 39.8625
|
||||
C 6.855625 42.444375 8.56625 44.72875 11.296875 44.72875
|
||||
L 38.008125 44.72875
|
||||
L 26.894375 55.8425
|
||||
C 25.980625 56.75625 25.449375 58.01 25.449375 59.295625
|
||||
C 25.449375 60.58125 25.980625 61.835 26.894375 62.74875
|
||||
L 29.741875 65.59625
|
||||
C 30.645 66.4675 31.866875 66.99875 33.1525 66.99875
|
||||
C 34.438125 66.99875 35.691875 66.4675 36.605625 65.59625
|
||||
L 61.30875 40.893125
|
||||
C 62.2225 39.979375 62.71125 38.725625 62.71125 37.44
|
||||
"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
BIN
main.app/Contents/MacOS/matplotlib/mpl-data/images/forward.pdf
Normal file
BIN
main.app/Contents/MacOS/matplotlib/mpl-data/images/forward.png
Normal file
|
After Width: | Height: | Size: 357 B |
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Created with matplotlib (http://matplotlib.org/) -->
|
||||
<svg height="72pt" version="1.1" viewBox="0 0 72 72" width="72pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
*{stroke-linecap:butt;stroke-linejoin:round;}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="figure_1">
|
||||
<g id="patch_1">
|
||||
<path d="M 0 72
|
||||
L 72 72
|
||||
L 72 0
|
||||
L 0 0
|
||||
z
|
||||
" style="fill:none;opacity:0;"/>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
<path d="M 62.71125 37.44
|
||||
C 62.71125 36.14375 62.2225 34.900625 61.30875 34.01875
|
||||
L 36.605625 9.315625
|
||||
C 35.691875 8.4125 34.438125 7.88125 33.1525 7.88125
|
||||
C 31.866875 7.88125 30.645 8.4125 29.741875 9.315625
|
||||
L 26.894375 12.163125
|
||||
C 25.980625 13.034375 25.449375 14.288125 25.449375 15.584375
|
||||
C 25.449375 16.87 25.980625 18.12375 26.894375 18.995
|
||||
L 38.008125 30.15125
|
||||
L 11.296875 30.15125
|
||||
C 8.56625 30.15125 6.855625 32.425 6.855625 35.006875
|
||||
L 6.855625 39.8625
|
||||
C 6.855625 42.444375 8.56625 44.72875 11.296875 44.72875
|
||||
L 38.008125 44.72875
|
||||
L 26.894375 55.8425
|
||||
C 25.980625 56.75625 25.449375 58.01 25.449375 59.295625
|
||||
C 25.449375 60.58125 25.980625 61.835 26.894375 62.74875
|
||||
L 29.741875 65.59625
|
||||
C 30.645 66.4675 31.866875 66.99875 33.1525 66.99875
|
||||
C 34.438125 66.99875 35.691875 66.4675 36.605625 65.59625
|
||||
L 61.30875 40.893125
|
||||
C 62.2225 39.979375 62.71125 38.725625 62.71125 37.44
|
||||
"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 593 B |
BIN
main.app/Contents/MacOS/matplotlib/mpl-data/images/hand.pdf
Normal file
BIN
main.app/Contents/MacOS/matplotlib/mpl-data/images/hand.png
Normal file
|
After Width: | Height: | Size: 979 B |
130
main.app/Contents/MacOS/matplotlib/mpl-data/images/hand.svg
Normal file
@@ -0,0 +1,130 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"
|
||||
[
|
||||
<!ATTLIST svg
|
||||
xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink">
|
||||
]>
|
||||
<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
|
||||
<svg
|
||||
xml:space="preserve"
|
||||
width="128pt"
|
||||
height="128pt"
|
||||
viewBox="0 0 507.946 507.946"
|
||||
id="svg49"
|
||||
sodipodi:version="0.27"
|
||||
sodipodi:docname="/mnt/windows/themes/Work/Blue-Sphere/edit_add.svg"
|
||||
sodipodi:docbase="/mnt/windows/themes/Work/Blue-Sphere/"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs
|
||||
id="defs62">
|
||||
<radialGradient
|
||||
id="radialGradient93"
|
||||
cx="218.9404"
|
||||
cy="219.7715"
|
||||
r="150.7063"
|
||||
fx="218.9404"
|
||||
fy="219.7715"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
style="stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;">
|
||||
<stop
|
||||
offset="0.000000"
|
||||
style="stop-color:#25a6ca;stop-opacity:1;"
|
||||
id="stop94" />
|
||||
<stop
|
||||
offset="1.000000"
|
||||
style="stop-color:#2ea6b9;stop-opacity:0.843137;"
|
||||
id="stop95" />
|
||||
</radialGradient>
|
||||
<radialGradient
|
||||
id="aigrd1"
|
||||
cx="218.9404"
|
||||
cy="219.7715"
|
||||
r="150.7063"
|
||||
fx="218.9404"
|
||||
fy="219.7715"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
style="stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;">
|
||||
<stop
|
||||
offset="0"
|
||||
style="stop-color:#73ffff;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
|
||||
id="stop53" />
|
||||
<stop
|
||||
offset="0.2809"
|
||||
style="stop-color:#2EA6B9;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
|
||||
id="stop54" />
|
||||
<stop
|
||||
offset="1"
|
||||
style="stop-color:#006b8b;stroke:#000000;stroke-opacity:0.986014;stroke-width:0.981612;"
|
||||
id="stop55" />
|
||||
</radialGradient>
|
||||
<linearGradient
|
||||
xlink:href="#aigrd1"
|
||||
id="linearGradient91"
|
||||
x1="-0.295723"
|
||||
y1="-0.264591"
|
||||
x2="0.622574"
|
||||
y2="0.365762"
|
||||
gradientUnits="objectBoundingBox"
|
||||
gradientTransform="matrix(0.996114,0,0,1.0039,0.496124,0.492186)"
|
||||
spreadMethod="pad" />
|
||||
<radialGradient
|
||||
xlink:href="#aigrd1"
|
||||
id="radialGradient92"
|
||||
cx="-8.09344e-05"
|
||||
cy="-7.68867e-05"
|
||||
fx="-8.09344e-05"
|
||||
fy="-7.68867e-05"
|
||||
r="0.789127"
|
||||
gradientUnits="objectBoundingBox"
|
||||
gradientTransform="matrix(1.06784,0,0,0.936469,0.342219,0.344712)"
|
||||
spreadMethod="pad" />
|
||||
<radialGradient
|
||||
xlink:href="#aigrd1"
|
||||
id="radialGradient1594"
|
||||
cx="1.37157e-25"
|
||||
cy="4.82783e-26"
|
||||
fx="1.37157e-25"
|
||||
fy="4.82783e-26"
|
||||
r="0.766358"
|
||||
gradientUnits="objectBoundingBox"
|
||||
gradientTransform="matrix(0.920679,-0.0285824,0.0336168,1.08511,0.373436,0.384854)"
|
||||
spreadMethod="pad" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base">
|
||||
<sodipodi:guide
|
||||
orientation="vertical"
|
||||
position="73.690849"
|
||||
id="sodipodi:guide127" />
|
||||
<sodipodi:guide
|
||||
orientation="vertical"
|
||||
position="101.148262"
|
||||
id="sodipodi:guide22" />
|
||||
<sodipodi:guide
|
||||
orientation="vertical"
|
||||
position="57.943218"
|
||||
id="sodipodi:guide23" />
|
||||
<sodipodi:guide
|
||||
orientation="vertical"
|
||||
position="30.889589"
|
||||
id="sodipodi:guide1593" />
|
||||
<sodipodi:guide
|
||||
orientation="horizontal"
|
||||
position="61.981071"
|
||||
id="sodipodi:guide1662" />
|
||||
</sodipodi:namedview>
|
||||
<path
|
||||
style="font-size:12;stroke:none;stroke-width:0.979268;stroke-opacity:0.986014;fill:#a4c9ee;fill-opacity:0.7;"
|
||||
d="M134.757,263.776c0,66.739,54.298,121.04,121.039,121.04c66.739,0,121.039-54.301,121.039-121.04c0-66.741-54.3-121.039-121.039-121.039c-66.741,0-121.039,54.298-121.039,121.039z"
|
||||
id="path51"
|
||||
transform="matrix(1.89511,0,0,1.91236,-231.458,-247.971)" />
|
||||
<path
|
||||
style="font-size:12;opacity:0.7;fill:url(#radialGradient1594);stroke:#1c6772;stroke-width:3.86972;stroke-opacity:0.988235;"
|
||||
d="M 246.07 280.233 L 164.809 283.331 C 151.201 283.417 145.222 268.094 145.5 257.812 C 144.854 249.607 148.852 232.142 164.429 230.994 L 244.216 229.011 L 241.953 153.421 C 241.796 138.289 257.675 128.71 267.404 129.607 C 278.285 128.656 290.708 137.925 291.688 150.233 L 293.169 229.483 L 373.02 227.669 C 386.182 226.629 395.032 239.215 395.06 249.825 C 395.088 260.706 394.781 274.802 375.372 275.169 L 295.928 277.056 L 298.139 360.561 C 298.225 371.398 285.104 379.184 276.67 378.906 C 268.465 379.552 248.69 376.94 247.542 361.363 L 246.07 280.233 z "
|
||||
id="path124"
|
||||
sodipodi:nodetypes="ccccccccccccccccc"
|
||||
transform="matrix(1.2536,0.0388772,-0.0388772,1.2536,-66.3537,-65.4059)" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.8 KiB |
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Created with matplotlib (http://matplotlib.org/) -->
|
||||
<svg height="72pt" version="1.1" viewBox="0 0 72 72" width="72pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
*{stroke-linecap:butt;stroke-linejoin:round;}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="figure_1">
|
||||
<g id="patch_1">
|
||||
<path d="M 0 72
|
||||
L 72 72
|
||||
L 72 0
|
||||
L 0 0
|
||||
z
|
||||
" style="fill:none;opacity:0;"/>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
<path d="M 43.283438 55.959375
|
||||
C 43.283438 55.12 42.603437 54.44 41.764063 54.44
|
||||
L 32.658437 54.44
|
||||
C 31.829687 54.44 31.139063 55.12 31.139063 55.959375
|
||||
L 31.139063 65.065
|
||||
C 31.139063 65.904375 31.829687 66.584375 32.658437 66.584375
|
||||
L 41.764063 66.584375
|
||||
C 42.603437 66.584375 43.283438 65.904375 43.283438 65.065
|
||||
z
|
||||
M 55.279063 33.19
|
||||
C 55.279063 24.49875 46.173438 18.0175 38.045313 18.0175
|
||||
C 30.310312 18.0175 24.540937 21.31125 20.439687 28.11125
|
||||
C 20.025312 28.79125 20.174062 29.62 20.822187 30.119375
|
||||
L 27.048437 34.858125
|
||||
C 27.345937 35.049375 27.654062 35.16625 27.994062 35.16625
|
||||
C 28.408437 35.16625 28.865313 34.9325 29.173437 34.560625
|
||||
C 31.404688 31.745 32.318438 30.841875 33.232187 30.19375
|
||||
C 34.060937 29.62 35.622812 29.08875 37.333438 29.08875
|
||||
C 40.404062 29.08875 43.177188 30.990625 43.177188 33.115625
|
||||
C 43.177188 35.54875 41.955313 36.791875 39.033438 38.12
|
||||
C 35.697187 39.639375 31.139063 43.591875 31.139063 48.181875
|
||||
L 31.139063 49.8925
|
||||
C 31.139063 50.72125 31.670313 52.0175 32.509687 52.0175
|
||||
L 41.615313 52.0175
|
||||
C 42.486563 52.0175 43.134687 51.029375 43.134687 50.19
|
||||
C 43.134687 49.095625 44.537188 46.47125 46.779063 45.185625
|
||||
C 50.380938 43.166875 55.279063 40.404375 55.279063 33.19
|
||||
z
|
||||
"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
68
main.app/Contents/MacOS/matplotlib/mpl-data/images/help.pdf
Normal file
@@ -0,0 +1,68 @@
|
||||
%PDF-1.4
|
||||
%<25><> <20><>
|
||||
1 0 obj
|
||||
<< /Pages 2 0 R /Type /Catalog >>
|
||||
endobj
|
||||
8 0 obj
|
||||
<< /ExtGState 4 0 R /Font 3 0 R /Pattern 5 0 R
|
||||
/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading 6 0 R
|
||||
/XObject 7 0 R >>
|
||||
endobj
|
||||
10 0 obj
|
||||
<< /Annots [ ] /Contents 9 0 R
|
||||
/Group << /CS /DeviceRGB /S /Transparency /Type /Group >>
|
||||
/MediaBox [ 0 0 72 72 ] /Parent 2 0 R /Resources 8 0 R /Type /Page >>
|
||||
endobj
|
||||
9 0 obj
|
||||
<< /Filter /FlateDecode /Length 11 0 R >>
|
||||
stream
|
||||
x<EFBFBD>m<EFBFBD>͎S1<0C><>y<EFBFBD><79><04><>Ώ<EFBFBD>!͞-bU<62><55><EFBFBD><EFBFBD>f$x}<7D><><EFBFBD><EFBFBD>^<5E><>*<2A><>8>><3E>y<EFBFBD><79><EFBFBD><0F><><EFBFBD>oy<6F><79><EFBFBD>g<EFBFBD><67>}<7D><>m<EFBFBD><6D>y{<7B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>2<EFBFBD><32><EFBFBD><05><>|n<>q<EFBFBD>H<EFBFBD>
|
||||
/<2F>|<7C><15><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>R*Jb\<5C>n<EFBFBD>(<28><><EFBFBD><EFBFBD><EFBFBD>5sX<73>Z<06><>;<3B>GL<47> <09><1D><><14>j;ݻ%e2<65><32>z@ <20><1E><>'<27><>\<5C>A
|
||||
<EFBFBD><EFBFBD>{;<3B>c<EFBFBD><63><EFBFBD><EFBFBD>R<EFBFBD><52>v);<3B><>C<EFBFBD>o<>(n<><6E>{<7B>G4<47>\`r<>$=<3D><><11><><EFBFBD>,(8#<23><11><><EFBFBD>JÚT<C39A><54><EFBFBD><16><03><>L<EFBFBD><4C><04>PՑ]\<5C>6<EFBFBD>d<EFBFBD>9<EFBFBD><39><EFBFBD>lD X<>x<EFBFBD>e<EFBFBD><65><EFBFBD><1D>v<76>@&Y=v<>rX:<3A>4צ<34><D7A6>TOzs<7A><73>xZE<5A>5<1A><><EFBFBD>"c<><08>3B\<5C><><EFBFBD><16>i!ru<>nzͲ<7A>]<5D>xK&<26>6<EFBFBD><36>ꠙC<><43><EFBFBD><EFBFBD>X(<28>0i/V+5<>蜣<EFBFBD><E89CA3><13>F<EFBFBD>0
|
||||
<EFBFBD><EFBFBD>-<2D><1C><<3C>U9<55>eY<07><0E>M<EFBFBD><0F>Q<EFBFBD><51><0E><>"<22>}<7D>B<07><><12>m<EFBFBD><6D><EFBFBD>p꽶Vγ<56><CEB3><EFBFBD><EFBFBD><EFBFBD>!X<><58><EFBFBD>bf9/<2F>0<EFBFBD>T"<22><>$<1E><><13>b<EFBFBD>͎b<1A><>^<5E>C<EFBFBD><43><EFBFBD>z<>*<1E>!<1A><><EFBFBD><EFBFBD>3^<5E>?}Y<10><>p<EFBFBD><70><08>WR<57>Kb<1F>\<10><><EFBFBD><EFBFBD><03>]Ԙm^<5E><>~1չ<31><D5B9><EFBFBD>9_<39><5F>=<3D><><EFBFBD>b<07>
|
||||
endstream
|
||||
endobj
|
||||
11 0 obj
|
||||
549
|
||||
endobj
|
||||
3 0 obj
|
||||
<< >>
|
||||
endobj
|
||||
4 0 obj
|
||||
<< /A1 << /CA 0 /Type /ExtGState /ca 0 >>
|
||||
/A2 << /CA 1 /Type /ExtGState /ca 1 >> >>
|
||||
endobj
|
||||
5 0 obj
|
||||
<< >>
|
||||
endobj
|
||||
6 0 obj
|
||||
<< >>
|
||||
endobj
|
||||
7 0 obj
|
||||
<< >>
|
||||
endobj
|
||||
2 0 obj
|
||||
<< /Count 1 /Kids [ 10 0 R ] /Type /Pages >>
|
||||
endobj
|
||||
12 0 obj
|
||||
<< /CreationDate (D:20170812144045-04'00')
|
||||
/Creator (matplotlib 2.0.2.post4623.dev0+gcb3aea0db, http://matplotlib.org)
|
||||
/Producer (matplotlib pdf backend 2.0.2.post4623.dev0+gcb3aea0db) >>
|
||||
endobj
|
||||
xref
|
||||
0 13
|
||||
0000000000 65535 f
|
||||
0000000016 00000 n
|
||||
0000001210 00000 n
|
||||
0000001027 00000 n
|
||||
0000001048 00000 n
|
||||
0000001147 00000 n
|
||||
0000001168 00000 n
|
||||
0000001189 00000 n
|
||||
0000000065 00000 n
|
||||
0000000383 00000 n
|
||||
0000000208 00000 n
|
||||
0000001007 00000 n
|
||||
0000001270 00000 n
|
||||
trailer
|
||||
<< /Info 12 0 R /Root 1 0 R /Size 13 >>
|
||||
BIN
main.app/Contents/MacOS/matplotlib/mpl-data/images/help.png
Normal file
|
After Width: | Height: | Size: 472 B |
52
main.app/Contents/MacOS/matplotlib/mpl-data/images/help.svg
Normal file
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Created with matplotlib (http://matplotlib.org/) -->
|
||||
<svg height="72pt" version="1.1" viewBox="0 0 72 72" width="72pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
*{stroke-linecap:butt;stroke-linejoin:round;}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="figure_1">
|
||||
<g id="patch_1">
|
||||
<path d="M 0 72
|
||||
L 72 72
|
||||
L 72 0
|
||||
L 0 0
|
||||
z
|
||||
" style="fill:none;opacity:0;"/>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
<path d="M 43.283438 55.959375
|
||||
C 43.283438 55.12 42.603437 54.44 41.764063 54.44
|
||||
L 32.658437 54.44
|
||||
C 31.829687 54.44 31.139063 55.12 31.139063 55.959375
|
||||
L 31.139063 65.065
|
||||
C 31.139063 65.904375 31.829687 66.584375 32.658437 66.584375
|
||||
L 41.764063 66.584375
|
||||
C 42.603437 66.584375 43.283438 65.904375 43.283438 65.065
|
||||
z
|
||||
M 55.279063 33.19
|
||||
C 55.279063 24.49875 46.173438 18.0175 38.045313 18.0175
|
||||
C 30.310312 18.0175 24.540937 21.31125 20.439687 28.11125
|
||||
C 20.025312 28.79125 20.174062 29.62 20.822187 30.119375
|
||||
L 27.048437 34.858125
|
||||
C 27.345937 35.049375 27.654062 35.16625 27.994062 35.16625
|
||||
C 28.408437 35.16625 28.865313 34.9325 29.173437 34.560625
|
||||
C 31.404688 31.745 32.318438 30.841875 33.232187 30.19375
|
||||
C 34.060937 29.62 35.622812 29.08875 37.333438 29.08875
|
||||
C 40.404062 29.08875 43.177188 30.990625 43.177188 33.115625
|
||||
C 43.177188 35.54875 41.955313 36.791875 39.033438 38.12
|
||||
C 35.697187 39.639375 31.139063 43.591875 31.139063 48.181875
|
||||
L 31.139063 49.8925
|
||||
C 31.139063 50.72125 31.670313 52.0175 32.509687 52.0175
|
||||
L 41.615313 52.0175
|
||||
C 42.486563 52.0175 43.134687 51.029375 43.134687 50.19
|
||||
C 43.134687 49.095625 44.537188 46.47125 46.779063 45.185625
|
||||
C 50.380938 43.166875 55.279063 40.404375 55.279063 33.19
|
||||
z
|
||||
"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 747 B |
@@ -0,0 +1,59 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Created with matplotlib (http://matplotlib.org/) -->
|
||||
<svg height="72pt" version="1.1" viewBox="0 0 72 72" width="72pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
*{stroke-linecap:butt;stroke-linejoin:round;}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="figure_1">
|
||||
<g id="patch_1">
|
||||
<path d="M 0 72
|
||||
L 72 72
|
||||
L 72 0
|
||||
L 0 0
|
||||
z
|
||||
" style="fill:none;opacity:0;"/>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
<path d="M 57.860938 45.94
|
||||
C 57.860938 45.865625 57.860938 45.79125 57.818438 45.716875
|
||||
L 35.994687 27.72875
|
||||
L 14.181562 45.716875
|
||||
C 14.181562 45.79125 14.139062 45.865625 14.139062 45.94
|
||||
L 14.139062 64.15125
|
||||
C 14.139062 65.479375 15.244062 66.584375 16.572187 66.584375
|
||||
L 31.139063 66.584375
|
||||
L 31.139063 52.0175
|
||||
L 40.860938 52.0175
|
||||
L 40.860938 66.584375
|
||||
L 55.427813 66.584375
|
||||
C 56.755938 66.584375 57.860938 65.479375 57.860938 64.15125
|
||||
z
|
||||
M 66.318438 43.32625
|
||||
C 66.732813 42.826875 66.658438 42.03 66.169688 41.615625
|
||||
L 57.860938 34.709375
|
||||
L 57.860938 19.22875
|
||||
C 57.860938 18.54875 57.329688 18.0175 56.639063 18.0175
|
||||
L 49.360938 18.0175
|
||||
C 48.670312 18.0175 48.139062 18.54875 48.139062 19.22875
|
||||
L 48.139062 26.62375
|
||||
L 38.884687 18.88875
|
||||
C 37.290937 17.560625 34.709063 17.560625 33.115313 18.88875
|
||||
L 5.830312 41.615625
|
||||
C 5.341562 42.03 5.267187 42.826875 5.681562 43.32625
|
||||
L 8.029687 46.13125
|
||||
C 8.220937 46.354375 8.529062 46.51375 8.826562 46.545625
|
||||
C 9.166562 46.588125 9.474687 46.47125 9.740312 46.28
|
||||
L 35.994687 24.3925
|
||||
L 62.259687 46.28
|
||||
C 62.482813 46.47125 62.748438 46.545625 63.056562 46.545625
|
||||
C 63.088437 46.545625 63.130938 46.545625 63.173438 46.545625
|
||||
C 63.470938 46.51375 63.779063 46.354375 63.970313 46.13125
|
||||
z
|
||||
"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
BIN
main.app/Contents/MacOS/matplotlib/mpl-data/images/home.pdf
Normal file
BIN
main.app/Contents/MacOS/matplotlib/mpl-data/images/home.png
Normal file
|
After Width: | Height: | Size: 468 B |
59
main.app/Contents/MacOS/matplotlib/mpl-data/images/home.svg
Normal file
@@ -0,0 +1,59 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Created with matplotlib (http://matplotlib.org/) -->
|
||||
<svg height="72pt" version="1.1" viewBox="0 0 72 72" width="72pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
*{stroke-linecap:butt;stroke-linejoin:round;}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="figure_1">
|
||||
<g id="patch_1">
|
||||
<path d="M 0 72
|
||||
L 72 72
|
||||
L 72 0
|
||||
L 0 0
|
||||
z
|
||||
" style="fill:none;opacity:0;"/>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
<path d="M 57.860938 45.94
|
||||
C 57.860938 45.865625 57.860938 45.79125 57.818438 45.716875
|
||||
L 35.994687 27.72875
|
||||
L 14.181562 45.716875
|
||||
C 14.181562 45.79125 14.139062 45.865625 14.139062 45.94
|
||||
L 14.139062 64.15125
|
||||
C 14.139062 65.479375 15.244062 66.584375 16.572187 66.584375
|
||||
L 31.139063 66.584375
|
||||
L 31.139063 52.0175
|
||||
L 40.860938 52.0175
|
||||
L 40.860938 66.584375
|
||||
L 55.427813 66.584375
|
||||
C 56.755938 66.584375 57.860938 65.479375 57.860938 64.15125
|
||||
z
|
||||
M 66.318438 43.32625
|
||||
C 66.732813 42.826875 66.658438 42.03 66.169688 41.615625
|
||||
L 57.860938 34.709375
|
||||
L 57.860938 19.22875
|
||||
C 57.860938 18.54875 57.329688 18.0175 56.639063 18.0175
|
||||
L 49.360938 18.0175
|
||||
C 48.670312 18.0175 48.139062 18.54875 48.139062 19.22875
|
||||
L 48.139062 26.62375
|
||||
L 38.884687 18.88875
|
||||
C 37.290937 17.560625 34.709063 17.560625 33.115313 18.88875
|
||||
L 5.830312 41.615625
|
||||
C 5.341562 42.03 5.267187 42.826875 5.681562 43.32625
|
||||
L 8.029687 46.13125
|
||||
C 8.220937 46.354375 8.529062 46.51375 8.826562 46.545625
|
||||
C 9.166562 46.588125 9.474687 46.47125 9.740312 46.28
|
||||
L 35.994687 24.3925
|
||||
L 62.259687 46.28
|
||||
C 62.482813 46.47125 62.748438 46.545625 63.056562 46.545625
|
||||
C 63.088437 46.545625 63.130938 46.545625 63.173438 46.545625
|
||||
C 63.470938 46.51375 63.779063 46.354375 63.970313 46.13125
|
||||
z
|
||||
"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 790 B |
|
After Width: | Height: | Size: 1.3 KiB |
3171
main.app/Contents/MacOS/matplotlib/mpl-data/images/matplotlib.svg
Normal file
|
After Width: | Height: | Size: 61 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
@@ -0,0 +1,73 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Created with matplotlib (http://matplotlib.org/) -->
|
||||
<svg height="72pt" version="1.1" viewBox="0 0 72 72" width="72pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
*{stroke-linecap:butt;stroke-linejoin:round;}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="figure_1">
|
||||
<g id="patch_1">
|
||||
<path d="M 0 72
|
||||
L 72 72
|
||||
L 72 0
|
||||
L 0 0
|
||||
z
|
||||
" style="fill:none;opacity:0;"/>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
<path d="M 70 37.44
|
||||
C 70 36.8025 69.734375 36.18625 69.2775 35.74
|
||||
L 59.56625 26.018125
|
||||
C 59.109375 25.56125 58.50375 25.295625 57.855625 25.295625
|
||||
C 56.5275 25.295625 55.433125 26.400625 55.433125 27.72875
|
||||
L 55.433125 32.584375
|
||||
L 40.855625 32.584375
|
||||
L 40.855625 18.0175
|
||||
L 45.71125 18.0175
|
||||
C 47.039375 18.0175 48.144375 16.9125 48.144375 15.584375
|
||||
C 48.144375 14.93625 47.87875 14.330625 47.421875 13.87375
|
||||
L 37.710625 4.1625
|
||||
C 37.25375 3.705625 36.648125 3.44 36 3.44
|
||||
C 35.351875 3.44 34.74625 3.705625 34.289375 4.1625
|
||||
L 24.578125 13.87375
|
||||
C 24.12125 14.330625 23.855625 14.93625 23.855625 15.584375
|
||||
C 23.855625 16.9125 24.960625 18.0175 26.28875 18.0175
|
||||
L 31.144375 18.0175
|
||||
L 31.144375 32.584375
|
||||
L 16.566875 32.584375
|
||||
L 16.566875 27.72875
|
||||
C 16.566875 26.400625 15.4725 25.295625 14.144375 25.295625
|
||||
C 13.49625 25.295625 12.890625 25.56125 12.43375 26.018125
|
||||
L 2.7225 35.74
|
||||
C 2.265625 36.18625 2 36.8025 2 37.44
|
||||
C 2 38.088125 2.265625 38.69375 2.7225 39.150625
|
||||
L 12.43375 48.861875
|
||||
C 12.890625 49.31875 13.49625 49.584375 14.144375 49.584375
|
||||
C 15.4725 49.584375 16.566875 48.49 16.566875 47.161875
|
||||
L 16.566875 42.295625
|
||||
L 31.144375 42.295625
|
||||
L 31.144375 56.873125
|
||||
L 26.28875 56.873125
|
||||
C 24.960625 56.873125 23.855625 57.9675 23.855625 59.295625
|
||||
C 23.855625 59.94375 24.12125 60.549375 24.578125 61.00625
|
||||
L 34.289375 70.7175
|
||||
C 34.74625 71.174375 35.351875 71.44 36 71.44
|
||||
C 36.648125 71.44 37.25375 71.174375 37.710625 70.7175
|
||||
L 47.421875 61.00625
|
||||
C 47.87875 60.549375 48.144375 59.94375 48.144375 59.295625
|
||||
C 48.144375 57.9675 47.039375 56.873125 45.71125 56.873125
|
||||
L 40.855625 56.873125
|
||||
L 40.855625 42.295625
|
||||
L 55.433125 42.295625
|
||||
L 55.433125 47.161875
|
||||
C 55.433125 48.49 56.5275 49.584375 57.855625 49.584375
|
||||
C 58.50375 49.584375 59.109375 49.31875 59.56625 48.861875
|
||||
L 69.2775 39.150625
|
||||
C 69.734375 38.69375 70 38.088125 70 37.44
|
||||
"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.5 KiB |
BIN
main.app/Contents/MacOS/matplotlib/mpl-data/images/move.pdf
Normal file
BIN
main.app/Contents/MacOS/matplotlib/mpl-data/images/move.png
Normal file
|
After Width: | Height: | Size: 481 B |
73
main.app/Contents/MacOS/matplotlib/mpl-data/images/move.svg
Normal file
@@ -0,0 +1,73 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Created with matplotlib (http://matplotlib.org/) -->
|
||||
<svg height="72pt" version="1.1" viewBox="0 0 72 72" width="72pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
*{stroke-linecap:butt;stroke-linejoin:round;}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="figure_1">
|
||||
<g id="patch_1">
|
||||
<path d="M 0 72
|
||||
L 72 72
|
||||
L 72 0
|
||||
L 0 0
|
||||
z
|
||||
" style="fill:none;opacity:0;"/>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
<path d="M 70 37.44
|
||||
C 70 36.8025 69.734375 36.18625 69.2775 35.74
|
||||
L 59.56625 26.018125
|
||||
C 59.109375 25.56125 58.50375 25.295625 57.855625 25.295625
|
||||
C 56.5275 25.295625 55.433125 26.400625 55.433125 27.72875
|
||||
L 55.433125 32.584375
|
||||
L 40.855625 32.584375
|
||||
L 40.855625 18.0175
|
||||
L 45.71125 18.0175
|
||||
C 47.039375 18.0175 48.144375 16.9125 48.144375 15.584375
|
||||
C 48.144375 14.93625 47.87875 14.330625 47.421875 13.87375
|
||||
L 37.710625 4.1625
|
||||
C 37.25375 3.705625 36.648125 3.44 36 3.44
|
||||
C 35.351875 3.44 34.74625 3.705625 34.289375 4.1625
|
||||
L 24.578125 13.87375
|
||||
C 24.12125 14.330625 23.855625 14.93625 23.855625 15.584375
|
||||
C 23.855625 16.9125 24.960625 18.0175 26.28875 18.0175
|
||||
L 31.144375 18.0175
|
||||
L 31.144375 32.584375
|
||||
L 16.566875 32.584375
|
||||
L 16.566875 27.72875
|
||||
C 16.566875 26.400625 15.4725 25.295625 14.144375 25.295625
|
||||
C 13.49625 25.295625 12.890625 25.56125 12.43375 26.018125
|
||||
L 2.7225 35.74
|
||||
C 2.265625 36.18625 2 36.8025 2 37.44
|
||||
C 2 38.088125 2.265625 38.69375 2.7225 39.150625
|
||||
L 12.43375 48.861875
|
||||
C 12.890625 49.31875 13.49625 49.584375 14.144375 49.584375
|
||||
C 15.4725 49.584375 16.566875 48.49 16.566875 47.161875
|
||||
L 16.566875 42.295625
|
||||
L 31.144375 42.295625
|
||||
L 31.144375 56.873125
|
||||
L 26.28875 56.873125
|
||||
C 24.960625 56.873125 23.855625 57.9675 23.855625 59.295625
|
||||
C 23.855625 59.94375 24.12125 60.549375 24.578125 61.00625
|
||||
L 34.289375 70.7175
|
||||
C 34.74625 71.174375 35.351875 71.44 36 71.44
|
||||
C 36.648125 71.44 37.25375 71.174375 37.710625 70.7175
|
||||
L 47.421875 61.00625
|
||||
C 47.87875 60.549375 48.144375 59.94375 48.144375 59.295625
|
||||
C 48.144375 57.9675 47.039375 56.873125 45.71125 56.873125
|
||||
L 40.855625 56.873125
|
||||
L 40.855625 42.295625
|
||||
L 55.433125 42.295625
|
||||
L 55.433125 47.161875
|
||||
C 55.433125 48.49 56.5275 49.584375 57.855625 49.584375
|
||||
C 58.50375 49.584375 59.109375 49.31875 59.56625 48.861875
|
||||
L 69.2775 39.150625
|
||||
C 69.734375 38.69375 70 38.088125 70 37.44
|
||||
"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 767 B |
|
After Width: | Height: | Size: 380 B |
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Created with matplotlib (http://matplotlib.org/) -->
|
||||
<svg height="72pt" version="1.1" viewBox="0 0 72 72" width="72pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
*{stroke-linecap:butt;stroke-linejoin:round;}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="figure_1">
|
||||
<g id="patch_1">
|
||||
<path d="M 0 72
|
||||
L 72 72
|
||||
L 72 0
|
||||
L 0 0
|
||||
z
|
||||
" style="fill:none;opacity:0;"/>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
<path d="M 74.855625 61.72875
|
||||
L 2 61.72875
|
||||
L 2 8.295625
|
||||
L -2.855625 8.295625
|
||||
L -2.855625 66.584375
|
||||
L 74.855625 66.584375
|
||||
z
|
||||
M 70 14.373125
|
||||
C 70 13.693125 69.46875 13.161875 68.78875 13.161875
|
||||
L 52.2775 13.161875
|
||||
C 51.215 13.161875 50.651875 14.4475 51.44875 15.244375
|
||||
L 56.03875 19.834375
|
||||
L 38.433125 37.44
|
||||
L 29.593125 28.6
|
||||
C 29.09375 28.11125 28.339375 28.11125 27.84 28.6
|
||||
L 5.644375 50.795625
|
||||
L 12.933125 58.084375
|
||||
L 28.71125 42.295625
|
||||
L 37.561875 51.14625
|
||||
C 38.050625 51.635 38.805 51.635 39.304375 51.14625
|
||||
L 63.3275 27.123125
|
||||
L 67.9175 31.713125
|
||||
C 68.714375 32.51 70 31.93625 70 30.87375
|
||||
z
|
||||
"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 619 B |
@@ -0,0 +1,81 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Created with matplotlib (http://matplotlib.org/) -->
|
||||
<svg height="72pt" version="1.1" viewBox="0 0 72 72" width="72pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
*{stroke-linecap:butt;stroke-linejoin:round;}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="figure_1">
|
||||
<g id="patch_1">
|
||||
<path d="M 0 72
|
||||
L 72 72
|
||||
L 72 0
|
||||
L 0 0
|
||||
z
|
||||
" style="fill:none;opacity:0;"/>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
<path d="M 20.21125 56.873125
|
||||
L 6.855625 56.873125
|
||||
L 6.855625 61.72875
|
||||
L 20.21125 61.72875
|
||||
z
|
||||
M 33.566875 52.0175
|
||||
L 23.855625 52.0175
|
||||
C 22.5275 52.0175 21.4225 53.111875 21.4225 54.44
|
||||
L 21.4225 64.161875
|
||||
C 21.4225 65.49 22.5275 66.584375 23.855625 66.584375
|
||||
L 33.566875 66.584375
|
||||
C 34.895 66.584375 36 65.49 36 64.161875
|
||||
L 36 54.44
|
||||
C 36 53.111875 34.895 52.0175 33.566875 52.0175
|
||||
M 39.644375 37.44
|
||||
L 6.855625 37.44
|
||||
L 6.855625 42.295625
|
||||
L 39.644375 42.295625
|
||||
z
|
||||
M 15.355625 18.0175
|
||||
L 6.855625 18.0175
|
||||
L 6.855625 22.873125
|
||||
L 15.355625 22.873125
|
||||
z
|
||||
M 65.144375 56.873125
|
||||
L 37.21125 56.873125
|
||||
L 37.21125 61.72875
|
||||
L 65.144375 61.72875
|
||||
z
|
||||
M 28.71125 13.161875
|
||||
L 19 13.161875
|
||||
C 17.671875 13.161875 16.566875 14.25625 16.566875 15.584375
|
||||
L 16.566875 25.295625
|
||||
C 16.566875 26.62375 17.671875 27.72875 19 27.72875
|
||||
L 28.71125 27.72875
|
||||
C 30.039375 27.72875 31.144375 26.62375 31.144375 25.295625
|
||||
L 31.144375 15.584375
|
||||
C 31.144375 14.25625 30.039375 13.161875 28.71125 13.161875
|
||||
M 53 32.584375
|
||||
L 43.28875 32.584375
|
||||
C 41.960625 32.584375 40.855625 33.689375 40.855625 35.0175
|
||||
L 40.855625 44.72875
|
||||
C 40.855625 46.056875 41.960625 47.161875 43.28875 47.161875
|
||||
L 53 47.161875
|
||||
C 54.328125 47.161875 55.4225 46.056875 55.4225 44.72875
|
||||
L 55.4225 35.0175
|
||||
C 55.4225 33.689375 54.328125 32.584375 53 32.584375
|
||||
M 65.144375 37.44
|
||||
L 56.644375 37.44
|
||||
L 56.644375 42.295625
|
||||
L 65.144375 42.295625
|
||||
z
|
||||
M 65.144375 18.0175
|
||||
L 32.355625 18.0175
|
||||
L 32.355625 22.873125
|
||||
L 65.144375 22.873125
|
||||
z
|
||||
"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
BIN
main.app/Contents/MacOS/matplotlib/mpl-data/images/subplots.pdf
Normal file
BIN
main.app/Contents/MacOS/matplotlib/mpl-data/images/subplots.png
Normal file
|
After Width: | Height: | Size: 445 B |
@@ -0,0 +1,81 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Created with matplotlib (http://matplotlib.org/) -->
|
||||
<svg height="72pt" version="1.1" viewBox="0 0 72 72" width="72pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
*{stroke-linecap:butt;stroke-linejoin:round;}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="figure_1">
|
||||
<g id="patch_1">
|
||||
<path d="M 0 72
|
||||
L 72 72
|
||||
L 72 0
|
||||
L 0 0
|
||||
z
|
||||
" style="fill:none;opacity:0;"/>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
<path d="M 20.21125 56.873125
|
||||
L 6.855625 56.873125
|
||||
L 6.855625 61.72875
|
||||
L 20.21125 61.72875
|
||||
z
|
||||
M 33.566875 52.0175
|
||||
L 23.855625 52.0175
|
||||
C 22.5275 52.0175 21.4225 53.111875 21.4225 54.44
|
||||
L 21.4225 64.161875
|
||||
C 21.4225 65.49 22.5275 66.584375 23.855625 66.584375
|
||||
L 33.566875 66.584375
|
||||
C 34.895 66.584375 36 65.49 36 64.161875
|
||||
L 36 54.44
|
||||
C 36 53.111875 34.895 52.0175 33.566875 52.0175
|
||||
M 39.644375 37.44
|
||||
L 6.855625 37.44
|
||||
L 6.855625 42.295625
|
||||
L 39.644375 42.295625
|
||||
z
|
||||
M 15.355625 18.0175
|
||||
L 6.855625 18.0175
|
||||
L 6.855625 22.873125
|
||||
L 15.355625 22.873125
|
||||
z
|
||||
M 65.144375 56.873125
|
||||
L 37.21125 56.873125
|
||||
L 37.21125 61.72875
|
||||
L 65.144375 61.72875
|
||||
z
|
||||
M 28.71125 13.161875
|
||||
L 19 13.161875
|
||||
C 17.671875 13.161875 16.566875 14.25625 16.566875 15.584375
|
||||
L 16.566875 25.295625
|
||||
C 16.566875 26.62375 17.671875 27.72875 19 27.72875
|
||||
L 28.71125 27.72875
|
||||
C 30.039375 27.72875 31.144375 26.62375 31.144375 25.295625
|
||||
L 31.144375 15.584375
|
||||
C 31.144375 14.25625 30.039375 13.161875 28.71125 13.161875
|
||||
M 53 32.584375
|
||||
L 43.28875 32.584375
|
||||
C 41.960625 32.584375 40.855625 33.689375 40.855625 35.0175
|
||||
L 40.855625 44.72875
|
||||
C 40.855625 46.056875 41.960625 47.161875 43.28875 47.161875
|
||||
L 53 47.161875
|
||||
C 54.328125 47.161875 55.4225 46.056875 55.4225 44.72875
|
||||
L 55.4225 35.0175
|
||||
C 55.4225 33.689375 54.328125 32.584375 53 32.584375
|
||||
M 65.144375 37.44
|
||||
L 56.644375 37.44
|
||||
L 56.644375 42.295625
|
||||
L 65.144375 42.295625
|
||||
z
|
||||
M 65.144375 18.0175
|
||||
L 32.355625 18.0175
|
||||
L 32.355625 22.873125
|
||||
L 65.144375 22.873125
|
||||
z
|
||||
"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 662 B |
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Created with matplotlib (http://matplotlib.org/) -->
|
||||
<svg height="72pt" version="1.1" viewBox="0 0 72 72" width="72pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
*{stroke-linecap:butt;stroke-linejoin:round;}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="figure_1">
|
||||
<g id="patch_1">
|
||||
<path d="M 0 72
|
||||
L 72 72
|
||||
L 72 0
|
||||
L 0 0
|
||||
z
|
||||
" style="fill:none;opacity:0;"/>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
<path d="M 48.139062 32.589687
|
||||
C 48.139062 41.960938 40.510312 49.589687 31.139063 49.589687
|
||||
C 21.767812 49.589687 14.139062 41.960938 14.139062 32.589687
|
||||
C 14.139062 23.218437 21.767812 15.589687 31.139063 15.589687
|
||||
C 40.510312 15.589687 48.139062 23.218437 48.139062 32.589687
|
||||
M 67.572187 64.156562
|
||||
C 67.572187 62.870937 67.040937 61.617188 66.169688 60.745937
|
||||
L 53.154062 47.730312
|
||||
C 56.224688 43.289062 57.860938 37.976562 57.860938 32.589687
|
||||
C 57.860938 17.820937 45.907813 5.867812 31.139063 5.867812
|
||||
C 16.380937 5.867812 4.427812 17.820937 4.427812 32.589687
|
||||
C 4.427812 47.347812 16.380937 59.300937 31.139063 59.300937
|
||||
C 36.525937 59.300937 41.838437 57.664687 46.279687 54.594062
|
||||
L 59.295313 67.577812
|
||||
C 60.166562 68.480937 61.420313 69.012187 62.716563 69.012187
|
||||
C 65.372813 69.012187 67.572187 66.812812 67.572187 64.156562
|
||||
"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
@@ -0,0 +1,68 @@
|
||||
%PDF-1.4
|
||||
%<25><> <20><>
|
||||
1 0 obj
|
||||
<< /Pages 2 0 R /Type /Catalog >>
|
||||
endobj
|
||||
8 0 obj
|
||||
<< /ExtGState 4 0 R /Font 3 0 R /Pattern 5 0 R
|
||||
/ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] /Shading 6 0 R
|
||||
/XObject 7 0 R >>
|
||||
endobj
|
||||
10 0 obj
|
||||
<< /Annots [ ] /Contents 9 0 R
|
||||
/Group << /CS /DeviceRGB /S /Transparency /Type /Group >>
|
||||
/MediaBox [ 0 0 72 72 ] /Parent 2 0 R /Resources 8 0 R /Type /Page >>
|
||||
endobj
|
||||
9 0 obj
|
||||
<< /Filter /FlateDecode /Length 11 0 R >>
|
||||
stream
|
||||
x<EFBFBD>mRKn1<0C><>><3E>b},<2C><>W$i<><69>n<02><>/m<><6D>H<>ؠ$<24><>,鍞<>Hz}O9<4F><39><EFBFBD><EFBFBD>$<24><>ӷ<EFBFBD>??<3F><><EFBFBD>x<EFBFBD><0C>U<>q<07>;<3B>y<EFBFBD> <20>
|
||||
]<0C><>,<2C>q'<27><><EFBFBD><EFBFBD>[M<>٥Gk <20><><EFBFBD><EFBFBD>7<EFBFBD><37><s<15>U<1F>&+<2B><><1D><>5p<35>T<><54><EFBFBD>/X<><58><1B><><EFBFBD><17><>X<EFBFBD><58><EFBFBD><EFBFBD><0E>.7<EFBFBD><EFBFBD>ٌ<EFBFBD><EFBFBD>}PT.<2E>s`<60>܊61c<><63>Ŧs@<40><11>$<24><>O<EFBFBD><08>*%,<2C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>2{pV<70>#~'xS<78><53><EFBFBD>p<EFBFBD><70> T SҜ<53><D29C><EFBFBD><05><><EFBFBD>h<EFBFBD><68><EFBFBD><EFBFBD>Na4<16>}<7D><><EFBFBD>'<27>1<EFBFBD>7<EFBFBD><37><EFBFBD><EFBFBD>Qg<51>Y|!|@W<>D3<11>ٓN<D993>k<EFBFBD><6B>[xcYp<59>:loԅ<6F><D485><EFBFBD><EFBFBD>vs<76><73><EFBFBD>p<1A><>X!]FMw<4D>^Ǡa¦<61><C2A6>"<22>Ē<04>Z<EFBFBD><5A><EFBFBD>z<EFBFBD><7A>WA@Nf<4E><66><EFBFBD><EFBFBD><EFBFBD>V<EFBFBD><56><EFBFBD>;]<0F>O<1E>A<EFBFBD>B<EFBFBD>h<><68>
|
||||
endstream
|
||||
endobj
|
||||
11 0 obj
|
||||
375
|
||||
endobj
|
||||
3 0 obj
|
||||
<< >>
|
||||
endobj
|
||||
4 0 obj
|
||||
<< /A1 << /CA 0 /Type /ExtGState /ca 0 >>
|
||||
/A2 << /CA 1 /Type /ExtGState /ca 1 >> >>
|
||||
endobj
|
||||
5 0 obj
|
||||
<< >>
|
||||
endobj
|
||||
6 0 obj
|
||||
<< >>
|
||||
endobj
|
||||
7 0 obj
|
||||
<< >>
|
||||
endobj
|
||||
2 0 obj
|
||||
<< /Count 1 /Kids [ 10 0 R ] /Type /Pages >>
|
||||
endobj
|
||||
12 0 obj
|
||||
<< /CreationDate (D:20160601123507-04'00')
|
||||
/Creator (matplotlib 1.5.2rc2.post1933.dev0+gb775a26, http://matplotlib.org)
|
||||
/Producer (matplotlib pdf backend) >>
|
||||
endobj
|
||||
xref
|
||||
0 13
|
||||
0000000000 65535 f
|
||||
0000000016 00000 n
|
||||
0000001036 00000 n
|
||||
0000000853 00000 n
|
||||
0000000874 00000 n
|
||||
0000000973 00000 n
|
||||
0000000994 00000 n
|
||||
0000001015 00000 n
|
||||
0000000065 00000 n
|
||||
0000000383 00000 n
|
||||
0000000208 00000 n
|
||||
0000000833 00000 n
|
||||
0000001096 00000 n
|
||||
trailer
|
||||
<< /Info 12 0 R /Root 1 0 R /Size 13 >>
|
||||
startxref
|
||||
1270
|
||||
|
After Width: | Height: | Size: 530 B |
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Created with matplotlib (http://matplotlib.org/) -->
|
||||
<svg height="72pt" version="1.1" viewBox="0 0 72 72" width="72pt" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
*{stroke-linecap:butt;stroke-linejoin:round;}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="figure_1">
|
||||
<g id="patch_1">
|
||||
<path d="M 0 72
|
||||
L 72 72
|
||||
L 72 0
|
||||
L 0 0
|
||||
z
|
||||
" style="fill:none;opacity:0;"/>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
<path d="M 48.139062 32.589687
|
||||
C 48.139062 41.960938 40.510312 49.589687 31.139063 49.589687
|
||||
C 21.767812 49.589687 14.139062 41.960938 14.139062 32.589687
|
||||
C 14.139062 23.218437 21.767812 15.589687 31.139063 15.589687
|
||||
C 40.510312 15.589687 48.139062 23.218437 48.139062 32.589687
|
||||
M 67.572187 64.156562
|
||||
C 67.572187 62.870937 67.040937 61.617188 66.169688 60.745937
|
||||
L 53.154062 47.730312
|
||||
C 56.224688 43.289062 57.860938 37.976562 57.860938 32.589687
|
||||
C 57.860938 17.820937 45.907813 5.867812 31.139063 5.867812
|
||||
C 16.380937 5.867812 4.427812 17.820937 4.427812 32.589687
|
||||
C 4.427812 47.347812 16.380937 59.300937 31.139063 59.300937
|
||||
C 36.525937 59.300937 41.838437 57.664687 46.279687 54.594062
|
||||
L 59.295313 67.577812
|
||||
C 60.166562 68.480937 61.420313 69.012187 62.716563 69.012187
|
||||
C 65.372813 69.012187 67.572187 66.812812 67.572187 64.156562
|
||||
"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1016 B |