home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Mathematics / Notebooks / PartialDifferentials / bessel.ma next >
Text File  |  1992-08-04  |  969KB  |  40,640 lines

  1. (*^
  2.  
  3. ::[magnification = 125; currentKernel; 
  4.     fontset = title, inactive, noPageBreakBelow, nohscroll, preserveAspect, groupLikeTitle, center, M7, bold, L1, e8,  24, "Times"; ;
  5.     fontset = subtitle, inactive, noPageBreakBelow, nohscroll, preserveAspect, groupLikeTitle, center, M7, bold, L1, e6,  18, "Times"; ;
  6.     fontset = subsubtitle, inactive, noPageBreakBelow, nohscroll, preserveAspect, groupLikeTitle, center, M7, italic, L1, e6,  14, "Times"; ;
  7.     fontset = section, inactive, noPageBreakBelow, nohscroll, preserveAspect, groupLikeSection, grayBox, M22, bold, L1, a20,  18, "Times"; ;
  8.     fontset = subsection, inactive, noPageBreakBelow, nohscroll, preserveAspect, groupLikeSection, blackBox, M19, bold, L1, a15,  14, "Times"; ;
  9.     fontset = subsubsection, inactive, noPageBreakBelow, nohscroll, preserveAspect, groupLikeSection, whiteBox, M18, bold, L1, a12,  12, "Times"; ;
  10.     fontset = text, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1,  12;
  11.     fontset = smalltext, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1,  10, "Times"; ;
  12.     fontset = input, noPageBreakBelow, nowordwrap, preserveAspect, groupLikeInput, M42, N23, bold, L1,  12, "Courier"; ;
  13.     fontset = output, output, inactive, noPageBreakBelow, nowordwrap, preserveAspect, groupLikeOutput, M42, N23, L-5,  12, "Courier"; ;
  14.     fontset = message, inactive, noPageBreakBelow, nowordwrap, preserveAspect, groupLikeOutput, M42, N23, L1,  12, "Courier"; ;
  15.     fontset = print, inactive, noPageBreakBelow, nowordwrap, preserveAspect, groupLikeOutput, M42, N23, L1,  12, "Courier"; ;
  16.     fontset = info, inactive, noPageBreakBelow, nowordwrap, preserveAspect, groupLikeOutput, M42, N23, L1,  12, "Courier"; ;
  17.     fontset = postscript, PostScript, formatAsPostScript, output, inactive, noPageBreakBelow, nowordwrap, preserveAspect, groupLikeGraphics, M7, l34, w282, h287, L1,  12, "Courier"; ;
  18.     fontset = name, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, italic, L1,  10, "Times"; ;
  19.     fontset = header, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1,  12;
  20.     fontset = Left Header, nohscroll, cellOutline,  12;
  21.     fontset = footer, inactive, nohscroll, noKeepOnOnePage, preserveAspect, center, M7, L1,  12;
  22.     fontset = Left Footer, cellOutline, blackBox,  12;
  23.     fontset = help, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1,  10, "Times"; ;
  24.     fontset = clipboard, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1,  12;
  25.     fontset = completions, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1,  12, "Courier"; ;
  26.     fontset = special1, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1,  12;
  27.     fontset = special2, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1,  12;
  28.     fontset = special3, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1,  12;
  29.     fontset = special4, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1,  12;
  30.     fontset = special5, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1,  12;
  31.     next21StandardFontEncoding; ]
  32. :[font = title; inactive; preserveAspect; ]
  33. Bessel Functions
  34. :[font = section; inactive; Cclosed; preserveAspect; startGroup; ]
  35. Graphing Bessel Functions
  36. :[font = text; inactive; preserveAspect; ]
  37.  
  38. The Bessel function  is represented in Mathematica by  BesselJ[n,x].
  39. To obtain the first few terms in the power series expansion for at the origin
  40. we can use, for example,
  41. ;[s]
  42. 5:0,0;40,1;51,2;56,3;69,4;173,-1;
  43. 5:1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Courier,0,12,0,0,0;1,11,8,Times,0,12,0,0,0;
  44. :[font = input; preserveAspect; startGroup; ]
  45. Series[BesselJ[0,x],{x,0,7}]
  46. :[font = output; output; inactive; preserveAspect; endGroup; ]
  47. SeriesData[x, 0, {1, 0, -1/4, 0, 1/64, 0, 
  48.    -1/2304, 0, 1/147456}, 0, 9, 1]
  49. ;[o]
  50.      2    4     6       8
  51.     x    x     x       x          9
  52. 1 - -- + -- - ---- + ------ + O[x]
  53.     4    64   2304   147456
  54. :[font = text; inactive; pageBreakBelow; preserveAspect; ]
  55. Bessel functions can be plotted in the same way as trigonometric functions
  56. and Legendre polynomials. In particular,  Options[Plot] lists all of the
  57. options associated with  Plot together with their default values.  Changing
  58. the default value of 25 of the option PlotPoints is useful for getting
  59. accurate graphs;  for a complicated function such as BesselJ[5,x]
  60. the number 25 should be increased to 40.  Thus, for example,  J5(x)
  61. is nicely plotted with the Mathematica command
  62. ;[s]
  63. 18:0,0;117,1;131,2;173,3;177,4;262,5;272,6;348,7;360,8;423,9;424,10;425,11;426,12;427,13;428,14;429,15;456,16;467,17;476,-1;
  64. 18:1,11,8,Times,0,12,0,0,0;1,10,8,Courier,0,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Courier,0,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Courier,0,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Courier,0,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,10,8,Times,66,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Courier,1,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,0,12,0,0,0;
  65. :[font = input; preserveAspect; startGroup; ]
  66. Plot[BesselJ[5,x],{x,-50,50},PlotPoints->40];
  67. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 34; pictureWidth = 282; pictureHeight = 174; endGroup; ]
  68. %!
  69. %%Creator: Mathematica
  70. %%AspectRatio: 0.61803 
  71. MathPictureStart
  72. /Courier findfont 10  scalefont  setfont
  73. % Scaling calculations
  74. 0.5 0.009524 0.309017 0.786712 [
  75. [(-40)] 0.11905 0.30902 0 2 Msboxa
  76. [(-20)] 0.30952 0.30902 0 2 Msboxa
  77. [(20)] 0.69048 0.30902 0 2 Msboxa
  78. [(40)] 0.88095 0.30902 0 2 Msboxa
  79. [(-0.3)] 0.4875 0.073 1 0 Msboxa
  80. [(-0.2)] 0.4875 0.15167 1 0 Msboxa
  81. [(-0.1)] 0.4875 0.23035 1 0 Msboxa
  82. [(0.1)] 0.4875 0.38769 1 0 Msboxa
  83. [(0.2)] 0.4875 0.46636 1 0 Msboxa
  84. [(0.3)] 0.4875 0.54503 1 0 Msboxa
  85. [ -0.001 -0.001 0 0 ]
  86. [ 1.001 0.61903 0 0 ]
  87. ] MathScale
  88. % Start of Graphics
  89. 1 setlinecap
  90. 1 setlinejoin
  91. newpath
  92. %%Object: Graphics
  93. [ ] 0 setdash
  94. 0 setgray
  95. gsave
  96. gsave
  97. 0.002 setlinewidth
  98. 0.11905 0.30902 moveto
  99. 0.11905 0.31527 lineto
  100. stroke
  101. grestore
  102. [(-40)] 0.11905 0.30902 0 2 Mshowa
  103. gsave
  104. 0.002 setlinewidth
  105. 0.30952 0.30902 moveto
  106. 0.30952 0.31527 lineto
  107. stroke
  108. grestore
  109. [(-20)] 0.30952 0.30902 0 2 Mshowa
  110. gsave
  111. 0.002 setlinewidth
  112. 0.69048 0.30902 moveto
  113. 0.69048 0.31527 lineto
  114. stroke
  115. grestore
  116. [(20)] 0.69048 0.30902 0 2 Mshowa
  117. gsave
  118. 0.002 setlinewidth
  119. 0.88095 0.30902 moveto
  120. 0.88095 0.31527 lineto
  121. stroke
  122. grestore
  123. [(40)] 0.88095 0.30902 0 2 Mshowa
  124. gsave
  125. 0.001 setlinewidth
  126. 0.15714 0.30902 moveto
  127. 0.15714 0.31277 lineto
  128. stroke
  129. grestore
  130. gsave
  131. 0.001 setlinewidth
  132. 0.19524 0.30902 moveto
  133. 0.19524 0.31277 lineto
  134. stroke
  135. grestore
  136. gsave
  137. 0.001 setlinewidth
  138. 0.23333 0.30902 moveto
  139. 0.23333 0.31277 lineto
  140. stroke
  141. grestore
  142. gsave
  143. 0.001 setlinewidth
  144. 0.27143 0.30902 moveto
  145. 0.27143 0.31277 lineto
  146. stroke
  147. grestore
  148. gsave
  149. 0.001 setlinewidth
  150. 0.34762 0.30902 moveto
  151. 0.34762 0.31277 lineto
  152. stroke
  153. grestore
  154. gsave
  155. 0.001 setlinewidth
  156. 0.38571 0.30902 moveto
  157. 0.38571 0.31277 lineto
  158. stroke
  159. grestore
  160. gsave
  161. 0.001 setlinewidth
  162. 0.42381 0.30902 moveto
  163. 0.42381 0.31277 lineto
  164. stroke
  165. grestore
  166. gsave
  167. 0.001 setlinewidth
  168. 0.4619 0.30902 moveto
  169. 0.4619 0.31277 lineto
  170. stroke
  171. grestore
  172. gsave
  173. 0.001 setlinewidth
  174. 0.5381 0.30902 moveto
  175. 0.5381 0.31277 lineto
  176. stroke
  177. grestore
  178. gsave
  179. 0.001 setlinewidth
  180. 0.57619 0.30902 moveto
  181. 0.57619 0.31277 lineto
  182. stroke
  183. grestore
  184. gsave
  185. 0.001 setlinewidth
  186. 0.61429 0.30902 moveto
  187. 0.61429 0.31277 lineto
  188. stroke
  189. grestore
  190. gsave
  191. 0.001 setlinewidth
  192. 0.65238 0.30902 moveto
  193. 0.65238 0.31277 lineto
  194. stroke
  195. grestore
  196. gsave
  197. 0.001 setlinewidth
  198. 0.72857 0.30902 moveto
  199. 0.72857 0.31277 lineto
  200. stroke
  201. grestore
  202. gsave
  203. 0.001 setlinewidth
  204. 0.76667 0.30902 moveto
  205. 0.76667 0.31277 lineto
  206. stroke
  207. grestore
  208. gsave
  209. 0.001 setlinewidth
  210. 0.80476 0.30902 moveto
  211. 0.80476 0.31277 lineto
  212. stroke
  213. grestore
  214. gsave
  215. 0.001 setlinewidth
  216. 0.84286 0.30902 moveto
  217. 0.84286 0.31277 lineto
  218. stroke
  219. grestore
  220. gsave
  221. 0.001 setlinewidth
  222. 0.08095 0.30902 moveto
  223. 0.08095 0.31277 lineto
  224. stroke
  225. grestore
  226. gsave
  227. 0.001 setlinewidth
  228. 0.04286 0.30902 moveto
  229. 0.04286 0.31277 lineto
  230. stroke
  231. grestore
  232. gsave
  233. 0.001 setlinewidth
  234. 0.00476 0.30902 moveto
  235. 0.00476 0.31277 lineto
  236. stroke
  237. grestore
  238. gsave
  239. 0.001 setlinewidth
  240. 0.91905 0.30902 moveto
  241. 0.91905 0.31277 lineto
  242. stroke
  243. grestore
  244. gsave
  245. 0.001 setlinewidth
  246. 0.95714 0.30902 moveto
  247. 0.95714 0.31277 lineto
  248. stroke
  249. grestore
  250. gsave
  251. 0.001 setlinewidth
  252. 0.99524 0.30902 moveto
  253. 0.99524 0.31277 lineto
  254. stroke
  255. grestore
  256. gsave
  257. 0.002 setlinewidth
  258. 0 0.30902 moveto
  259. 1 0.30902 lineto
  260. stroke
  261. grestore
  262. gsave
  263. 0.002 setlinewidth
  264. 0.5 0.073 moveto
  265. 0.50625 0.073 lineto
  266. stroke
  267. grestore
  268. [(-0.3)] 0.4875 0.073 1 0 Mshowa
  269. gsave
  270. 0.002 setlinewidth
  271. 0.5 0.15167 moveto
  272. 0.50625 0.15167 lineto
  273. stroke
  274. grestore
  275. [(-0.2)] 0.4875 0.15167 1 0 Mshowa
  276. gsave
  277. 0.002 setlinewidth
  278. 0.5 0.23035 moveto
  279. 0.50625 0.23035 lineto
  280. stroke
  281. grestore
  282. [(-0.1)] 0.4875 0.23035 1 0 Mshowa
  283. gsave
  284. 0.002 setlinewidth
  285. 0.5 0.38769 moveto
  286. 0.50625 0.38769 lineto
  287. stroke
  288. grestore
  289. [(0.1)] 0.4875 0.38769 1 0 Mshowa
  290. gsave
  291. 0.002 setlinewidth
  292. 0.5 0.46636 moveto
  293. 0.50625 0.46636 lineto
  294. stroke
  295. grestore
  296. [(0.2)] 0.4875 0.46636 1 0 Mshowa
  297. gsave
  298. 0.002 setlinewidth
  299. 0.5 0.54503 moveto
  300. 0.50625 0.54503 lineto
  301. stroke
  302. grestore
  303. [(0.3)] 0.4875 0.54503 1 0 Mshowa
  304. gsave
  305. 0.001 setlinewidth
  306. 0.5 0.08874 moveto
  307. 0.50375 0.08874 lineto
  308. stroke
  309. grestore
  310. gsave
  311. 0.001 setlinewidth
  312. 0.5 0.10447 moveto
  313. 0.50375 0.10447 lineto
  314. stroke
  315. grestore
  316. gsave
  317. 0.001 setlinewidth
  318. 0.5 0.12021 moveto
  319. 0.50375 0.12021 lineto
  320. stroke
  321. grestore
  322. gsave
  323. 0.001 setlinewidth
  324. 0.5 0.13594 moveto
  325. 0.50375 0.13594 lineto
  326. stroke
  327. grestore
  328. gsave
  329. 0.001 setlinewidth
  330. 0.5 0.16741 moveto
  331. 0.50375 0.16741 lineto
  332. stroke
  333. grestore
  334. gsave
  335. 0.001 setlinewidth
  336. 0.5 0.18314 moveto
  337. 0.50375 0.18314 lineto
  338. stroke
  339. grestore
  340. gsave
  341. 0.001 setlinewidth
  342. 0.5 0.19888 moveto
  343. 0.50375 0.19888 lineto
  344. stroke
  345. grestore
  346. gsave
  347. 0.001 setlinewidth
  348. 0.5 0.21461 moveto
  349. 0.50375 0.21461 lineto
  350. stroke
  351. grestore
  352. gsave
  353. 0.001 setlinewidth
  354. 0.5 0.24608 moveto
  355. 0.50375 0.24608 lineto
  356. stroke
  357. grestore
  358. gsave
  359. 0.001 setlinewidth
  360. 0.5 0.26181 moveto
  361. 0.50375 0.26181 lineto
  362. stroke
  363. grestore
  364. gsave
  365. 0.001 setlinewidth
  366. 0.5 0.27755 moveto
  367. 0.50375 0.27755 lineto
  368. stroke
  369. grestore
  370. gsave
  371. 0.001 setlinewidth
  372. 0.5 0.29328 moveto
  373. 0.50375 0.29328 lineto
  374. stroke
  375. grestore
  376. gsave
  377. 0.001 setlinewidth
  378. 0.5 0.32475 moveto
  379. 0.50375 0.32475 lineto
  380. stroke
  381. grestore
  382. gsave
  383. 0.001 setlinewidth
  384. 0.5 0.34049 moveto
  385. 0.50375 0.34049 lineto
  386. stroke
  387. grestore
  388. gsave
  389. 0.001 setlinewidth
  390. 0.5 0.35622 moveto
  391. 0.50375 0.35622 lineto
  392. stroke
  393. grestore
  394. gsave
  395. 0.001 setlinewidth
  396. 0.5 0.37195 moveto
  397. 0.50375 0.37195 lineto
  398. stroke
  399. grestore
  400. gsave
  401. 0.001 setlinewidth
  402. 0.5 0.40342 moveto
  403. 0.50375 0.40342 lineto
  404. stroke
  405. grestore
  406. gsave
  407. 0.001 setlinewidth
  408. 0.5 0.41916 moveto
  409. 0.50375 0.41916 lineto
  410. stroke
  411. grestore
  412. gsave
  413. 0.001 setlinewidth
  414. 0.5 0.43489 moveto
  415. 0.50375 0.43489 lineto
  416. stroke
  417. grestore
  418. gsave
  419. 0.001 setlinewidth
  420. 0.5 0.45063 moveto
  421. 0.50375 0.45063 lineto
  422. stroke
  423. grestore
  424. gsave
  425. 0.001 setlinewidth
  426. 0.5 0.48209 moveto
  427. 0.50375 0.48209 lineto
  428. stroke
  429. grestore
  430. gsave
  431. 0.001 setlinewidth
  432. 0.5 0.49783 moveto
  433. 0.50375 0.49783 lineto
  434. stroke
  435. grestore
  436. gsave
  437. 0.001 setlinewidth
  438. 0.5 0.51356 moveto
  439. 0.50375 0.51356 lineto
  440. stroke
  441. grestore
  442. gsave
  443. 0.001 setlinewidth
  444. 0.5 0.5293 moveto
  445. 0.50375 0.5293 lineto
  446. stroke
  447. grestore
  448. gsave
  449. 0.001 setlinewidth
  450. 0.5 0.05727 moveto
  451. 0.50375 0.05727 lineto
  452. stroke
  453. grestore
  454. gsave
  455. 0.001 setlinewidth
  456. 0.5 0.04153 moveto
  457. 0.50375 0.04153 lineto
  458. stroke
  459. grestore
  460. gsave
  461. 0.001 setlinewidth
  462. 0.5 0.0258 moveto
  463. 0.50375 0.0258 lineto
  464. stroke
  465. grestore
  466. gsave
  467. 0.001 setlinewidth
  468. 0.5 0.01007 moveto
  469. 0.50375 0.01007 lineto
  470. stroke
  471. grestore
  472. gsave
  473. 0.001 setlinewidth
  474. 0.5 0.56076 moveto
  475. 0.50375 0.56076 lineto
  476. stroke
  477. grestore
  478. gsave
  479. 0.001 setlinewidth
  480. 0.5 0.5765 moveto
  481. 0.50375 0.5765 lineto
  482. stroke
  483. grestore
  484. gsave
  485. 0.001 setlinewidth
  486. 0.5 0.59223 moveto
  487. 0.50375 0.59223 lineto
  488. stroke
  489. grestore
  490. gsave
  491. 0.001 setlinewidth
  492. 0.5 0.60797 moveto
  493. 0.50375 0.60797 lineto
  494. stroke
  495. grestore
  496. gsave
  497. 0.002 setlinewidth
  498. 0.5 0 moveto
  499. 0.5 0.61803 lineto
  500. stroke
  501. grestore
  502. grestore
  503. 0 0 moveto
  504. 1 0 lineto
  505. 1 0.61803 lineto
  506. 0 0.61803 lineto
  507. closepath
  508. clip
  509. newpath
  510. gsave
  511. gsave
  512. 0.004 setlinewidth
  513. 0.02381 0.37306 moveto
  514. 0.02534 0.38217 lineto
  515. 0.02686 0.38946 lineto
  516. 0.02763 0.39236 lineto
  517. 0.02839 0.39473 lineto
  518. 0.02915 0.39656 lineto
  519. 0.02991 0.39784 lineto
  520. 0.03068 0.39855 lineto
  521. 0.03144 0.3987 lineto
  522. 0.0322 0.39828 lineto
  523. 0.03297 0.39728 lineto
  524. 0.03373 0.39573 lineto
  525. 0.03449 0.39362 lineto
  526. 0.03602 0.3878 lineto
  527. 0.03755 0.37996 lineto
  528. 0.03907 0.37029 lineto
  529. 0.04212 0.34646 lineto
  530. 0.04823 0.28976 lineto
  531. 0.05128 0.26257 lineto
  532. 0.05281 0.25051 lineto
  533. 0.05433 0.2399 lineto
  534. 0.05586 0.231 lineto
  535. 0.05662 0.22727 lineto
  536. 0.05739 0.22405 lineto
  537. 0.05815 0.22136 lineto
  538. 0.05891 0.21923 lineto
  539. 0.05968 0.21766 lineto
  540. 0.06044 0.21668 lineto
  541. 0.07265 0.27414 lineto
  542. 0.07875 0.33308 lineto
  543. 0.08181 0.36073 lineto
  544. 0.08333 0.37284 lineto
  545. 0.08486 0.38337 lineto
  546. 0.08639 0.39206 lineto
  547. 0.08715 0.39563 lineto
  548. 0.08791 0.39867 lineto
  549. 0.08868 0.40115 lineto
  550. 0.08944 0.40304 lineto
  551. 0.0902 0.40434 lineto
  552. 0.09096 0.40504 lineto
  553. 0.09173 0.40514 lineto
  554. 0.09249 0.40462 lineto
  555. 0.09325 0.4035 lineto
  556. 0.09402 0.40178 lineto
  557. 0.09478 0.39947 lineto
  558. 0.09554 0.39658 lineto
  559. 0.09707 0.38914 lineto
  560. 0.10012 0.36832 lineto
  561. 0.10317 0.34136 lineto
  562. 0.10928 0.28009 lineto
  563. Mistroke
  564. 0.11233 0.2519 lineto
  565. 0.11386 0.23973 lineto
  566. 0.11538 0.22925 lineto
  567. 0.11691 0.22075 lineto
  568. 0.11767 0.21732 lineto
  569. 0.11844 0.21445 lineto
  570. 0.1192 0.21218 lineto
  571. 0.11996 0.21052 lineto
  572. 0.12073 0.20947 lineto
  573. 0.12149 0.20905 lineto
  574. 0.12225 0.20927 lineto
  575. 0.12302 0.21011 lineto
  576. 0.12378 0.21159 lineto
  577. 0.12454 0.21368 lineto
  578. 0.12607 0.21966 lineto
  579. 0.12759 0.22793 lineto
  580. 0.13065 0.25046 lineto
  581. 0.1337 0.27907 lineto
  582. 0.1398 0.34286 lineto
  583. 0.14286 0.37167 lineto
  584. 0.14438 0.38396 lineto
  585. 0.14591 0.39442 lineto
  586. 0.14744 0.40278 lineto
  587. 0.1482 0.40609 lineto
  588. 0.14896 0.4088 lineto
  589. 0.14973 0.41089 lineto
  590. 0.15049 0.41233 lineto
  591. 0.15125 0.41313 lineto
  592. 0.15201 0.41328 lineto
  593. 0.15278 0.41277 lineto
  594. 0.15354 0.4116 lineto
  595. 0.1543 0.40979 lineto
  596. 0.15507 0.40733 lineto
  597. 0.15659 0.40056 lineto
  598. 0.15812 0.39146 lineto
  599. 0.16117 0.36718 lineto
  600. 0.16422 0.33684 lineto
  601. 0.17033 0.27028 lineto
  602. 0.17338 0.2407 lineto
  603. 0.17491 0.2282 lineto
  604. 0.17643 0.21768 lineto
  605. 0.1772 0.21325 lineto
  606. 0.17796 0.20941 lineto
  607. 0.17872 0.20618 lineto
  608. 0.17949 0.2036 lineto
  609. 0.18025 0.20167 lineto
  610. 0.18101 0.20041 lineto
  611. 0.18178 0.19982 lineto
  612. 0.18254 0.19993 lineto
  613. 0.1833 0.20072 lineto
  614. Mistroke
  615. 0.18407 0.20219 lineto
  616. 0.18483 0.20433 lineto
  617. 0.18559 0.20714 lineto
  618. 0.18712 0.21467 lineto
  619. 0.18864 0.22461 lineto
  620. 0.1917 0.25069 lineto
  621. 0.19475 0.28286 lineto
  622. 0.20085 0.35254 lineto
  623. 0.20391 0.38312 lineto
  624. 0.20543 0.39593 lineto
  625. 0.20696 0.40663 lineto
  626. 0.20849 0.41494 lineto
  627. 0.20925 0.41813 lineto
  628. 0.21001 0.42065 lineto
  629. 0.21078 0.42247 lineto
  630. 0.21154 0.42359 lineto
  631. 0.2123 0.424 lineto
  632. 0.21306 0.42369 lineto
  633. 0.21383 0.42266 lineto
  634. 0.21459 0.42092 lineto
  635. 0.21535 0.41848 lineto
  636. 0.21612 0.41535 lineto
  637. 0.21764 0.40708 lineto
  638. 0.21917 0.39633 lineto
  639. 0.23138 0.26099 lineto
  640. 0.23443 0.22906 lineto
  641. 0.23596 0.21576 lineto
  642. 0.23748 0.2047 lineto
  643. 0.23901 0.19617 lineto
  644. 0.23977 0.19293 lineto
  645. 0.24054 0.1904 lineto
  646. 0.2413 0.18859 lineto
  647. 0.24206 0.18753 lineto
  648. 0.24283 0.18722 lineto
  649. 0.24359 0.18766 lineto
  650. 0.24435 0.18886 lineto
  651. 0.24512 0.19081 lineto
  652. 0.24588 0.1935 lineto
  653. 0.24664 0.19691 lineto
  654. 0.24817 0.20583 lineto
  655. 0.24969 0.21735 lineto
  656. 0.25275 0.2471 lineto
  657. 0.2558 0.28334 lineto
  658. 0.2619 0.36095 lineto
  659. 0.26496 0.39472 lineto
  660. 0.26648 0.40879 lineto
  661. 0.26801 0.4205 lineto
  662. 0.26954 0.42954 lineto
  663. 0.2703 0.43299 lineto
  664. 0.27106 0.43568 lineto
  665. Mistroke
  666. 0.27183 0.4376 lineto
  667. 0.27259 0.43874 lineto
  668. 0.27335 0.43908 lineto
  669. 0.27411 0.43863 lineto
  670. 0.27488 0.43737 lineto
  671. 0.27564 0.43533 lineto
  672. 0.2764 0.4325 lineto
  673. 0.27717 0.42891 lineto
  674. 0.27869 0.4195 lineto
  675. 0.28022 0.40732 lineto
  676. 0.28327 0.37581 lineto
  677. 0.28632 0.33734 lineto
  678. 0.29243 0.25445 lineto
  679. 0.29548 0.21806 lineto
  680. 0.29853 0.18994 lineto
  681. 0.30006 0.17992 lineto
  682. 0.30082 0.17604 lineto
  683. 0.30159 0.17295 lineto
  684. 0.30235 0.17067 lineto
  685. 0.30311 0.16922 lineto
  686. 0.30388 0.16861 lineto
  687. 0.30464 0.16885 lineto
  688. 0.3054 0.16994 lineto
  689. 0.30617 0.17187 lineto
  690. 0.30693 0.17464 lineto
  691. 0.30769 0.17824 lineto
  692. 0.30922 0.18781 lineto
  693. 0.31074 0.20038 lineto
  694. 0.3138 0.23334 lineto
  695. 0.31685 0.27411 lineto
  696. 0.32295 0.36355 lineto
  697. 0.32601 0.40375 lineto
  698. 0.32753 0.42096 lineto
  699. 0.32906 0.43566 lineto
  700. 0.33059 0.44748 lineto
  701. 0.33135 0.45222 lineto
  702. 0.33211 0.45613 lineto
  703. 0.33288 0.45918 lineto
  704. 0.33364 0.46137 lineto
  705. 0.3344 0.46266 lineto
  706. 0.33516 0.46306 lineto
  707. 0.33593 0.46255 lineto
  708. 0.33669 0.46113 lineto
  709. 0.33745 0.45881 lineto
  710. 0.33822 0.45559 lineto
  711. 0.33974 0.44656 lineto
  712. 0.34127 0.43421 lineto
  713. 0.34432 0.40069 lineto
  714. 0.34737 0.35794 lineto
  715. 0.35348 0.26055 lineto
  716. Mistroke
  717. 0.35653 0.21475 lineto
  718. 0.35958 0.17661 lineto
  719. 0.36111 0.16156 lineto
  720. 0.36264 0.1497 lineto
  721. 0.3634 0.14506 lineto
  722. 0.36416 0.14132 lineto
  723. 0.36493 0.1385 lineto
  724. 0.36569 0.13663 lineto
  725. 0.36645 0.13572 lineto
  726. 0.36722 0.13578 lineto
  727. 0.36798 0.13681 lineto
  728. 0.36874 0.13881 lineto
  729. 0.37027 0.14569 lineto
  730. 0.37103 0.15054 lineto
  731. 0.37179 0.15629 lineto
  732. 0.3779 0.23076 lineto
  733. 0.384 0.33632 lineto
  734. 0.38706 0.39006 lineto
  735. 0.39011 0.4384 lineto
  736. 0.39316 0.47723 lineto
  737. 0.39469 0.49201 lineto
  738. 0.39545 0.49809 lineto
  739. 0.39621 0.50325 lineto
  740. 0.39698 0.50746 lineto
  741. 0.39774 0.51069 lineto
  742. 0.3985 0.51293 lineto
  743. 0.39927 0.51416 lineto
  744. 0.40003 0.51438 lineto
  745. 0.40079 0.51357 lineto
  746. 0.40156 0.51175 lineto
  747. 0.40232 0.50891 lineto
  748. 0.40308 0.50506 lineto
  749. 0.40385 0.50023 lineto
  750. 0.40537 0.48769 lineto
  751. 0.4069 0.47149 lineto
  752. 0.40842 0.45192 lineto
  753. 0.41453 0.34756 lineto
  754. 0.42063 0.22405 lineto
  755. 0.42369 0.1651 lineto
  756. 0.42674 0.11289 lineto
  757. 0.42979 0.07024 lineto
  758. 0.43132 0.05316 lineto
  759. 0.43284 0.03914 lineto
  760. 0.43437 0.02828 lineto
  761. 0.43513 0.02405 lineto
  762. 0.4359 0.02062 lineto
  763. 0.43666 0.01798 lineto
  764. 0.43742 0.01612 lineto
  765. 0.43819 0.01504 lineto
  766. 0.43895 0.01472 lineto
  767. Mistroke
  768. 0.43971 0.01513 lineto
  769. 0.44048 0.01627 lineto
  770. 0.44124 0.0181 lineto
  771. 0.442 0.0206 lineto
  772. 0.44353 0.02749 lineto
  773. 0.44505 0.03669 lineto
  774. 0.44811 0.06085 lineto
  775. 0.45116 0.09065 lineto
  776. 0.45726 0.15716 lineto
  777. 0.46337 0.2187 lineto
  778. 0.46642 0.24391 lineto
  779. 0.46947 0.26448 lineto
  780. 0.47253 0.28035 lineto
  781. 0.47558 0.29185 lineto
  782. 0.47711 0.29615 lineto
  783. 0.47863 0.2996 lineto
  784. 0.48016 0.30232 lineto
  785. 0.48168 0.30441 lineto
  786. 0.48321 0.30596 lineto
  787. 0.48474 0.30707 lineto
  788. 0.4855 0.3075 lineto
  789. 0.48626 0.30785 lineto
  790. 0.48703 0.30813 lineto
  791. 0.48779 0.30835 lineto
  792. 0.48855 0.30853 lineto
  793. 0.48932 0.30867 lineto
  794. 0.49008 0.30878 lineto
  795. 0.49084 0.30885 lineto
  796. 0.49161 0.30891 lineto
  797. 0.49237 0.30895 lineto
  798. 0.49313 0.30898 lineto
  799. 0.49389 0.309 lineto
  800. 0.49466 0.30901 lineto
  801. 0.49542 0.30901 lineto
  802. 0.49618 0.30901 lineto
  803. 0.49695 0.30902 lineto
  804. 0.5 0.30902 lineto
  805. 0.50076 0.30902 lineto
  806. 0.50153 0.30902 lineto
  807. 0.50229 0.30902 lineto
  808. 0.50305 0.30902 lineto
  809. 0.50382 0.30902 lineto
  810. 0.50458 0.30902 lineto
  811. 0.50534 0.30903 lineto
  812. 0.50611 0.30904 lineto
  813. 0.50687 0.30906 lineto
  814. 0.50763 0.30908 lineto
  815. 0.50839 0.30912 lineto
  816. 0.50916 0.30918 lineto
  817. 0.50992 0.30926 lineto
  818. Mistroke
  819. 0.51068 0.30936 lineto
  820. 0.51145 0.3095 lineto
  821. 0.51221 0.30968 lineto
  822. 0.51374 0.31019 lineto
  823. 0.5145 0.31054 lineto
  824. 0.51526 0.31096 lineto
  825. 0.51679 0.31208 lineto
  826. 0.51832 0.31363 lineto
  827. 0.51984 0.31571 lineto
  828. 0.52137 0.31843 lineto
  829. 0.52289 0.32189 lineto
  830. 0.52442 0.32619 lineto
  831. 0.52747 0.33768 lineto
  832. 0.53053 0.35355 lineto
  833. 0.53358 0.37412 lineto
  834. 0.53663 0.39933 lineto
  835. 0.54274 0.46087 lineto
  836. 0.54884 0.52739 lineto
  837. 0.55189 0.55718 lineto
  838. 0.55495 0.58135 lineto
  839. 0.55647 0.59054 lineto
  840. 0.55723 0.59429 lineto
  841. 0.558 0.59743 lineto
  842. 0.55876 0.59994 lineto
  843. 0.55952 0.60177 lineto
  844. 0.56029 0.6029 lineto
  845. 0.56105 0.60332 lineto
  846. 0.56181 0.603 lineto
  847. 0.56258 0.60191 lineto
  848. 0.56334 0.60006 lineto
  849. 0.5641 0.59742 lineto
  850. 0.56563 0.58975 lineto
  851. 0.56716 0.57889 lineto
  852. 0.56868 0.56487 lineto
  853. 0.57021 0.54779 lineto
  854. 0.57326 0.50515 lineto
  855. 0.57937 0.39399 lineto
  856. 0.58547 0.27047 lineto
  857. 0.58852 0.21394 lineto
  858. 0.59158 0.16612 lineto
  859. 0.5931 0.14655 lineto
  860. 0.59463 0.13035 lineto
  861. 0.59539 0.1236 lineto
  862. 0.59615 0.1178 lineto
  863. 0.59692 0.11297 lineto
  864. 0.59768 0.10913 lineto
  865. 0.59844 0.10628 lineto
  866. 0.59921 0.10446 lineto
  867. 0.59997 0.10365 lineto
  868. 0.60073 0.10387 lineto
  869. Mistroke
  870. 0.6015 0.1051 lineto
  871. 0.60226 0.10734 lineto
  872. 0.60302 0.11058 lineto
  873. 0.60379 0.11479 lineto
  874. 0.60989 0.17964 lineto
  875. 0.6221 0.38727 lineto
  876. 0.62515 0.43025 lineto
  877. 0.62668 0.44761 lineto
  878. 0.62821 0.46174 lineto
  879. 0.62897 0.4675 lineto
  880. 0.62973 0.47234 lineto
  881. 0.63049 0.47626 lineto
  882. 0.63126 0.47922 lineto
  883. 0.63202 0.48122 lineto
  884. 0.63278 0.48225 lineto
  885. 0.63355 0.48231 lineto
  886. 0.63431 0.4814 lineto
  887. 0.64652 0.35748 lineto
  888. 0.65263 0.26009 lineto
  889. 0.65568 0.21735 lineto
  890. 0.6572 0.19923 lineto
  891. 0.65873 0.18382 lineto
  892. 0.66026 0.17147 lineto
  893. 0.66102 0.16653 lineto
  894. 0.66178 0.16244 lineto
  895. 0.66255 0.15923 lineto
  896. 0.66331 0.15691 lineto
  897. 0.66407 0.15549 lineto
  898. 0.66484 0.15498 lineto
  899. 0.6656 0.15537 lineto
  900. 0.66636 0.15667 lineto
  901. 0.66712 0.15885 lineto
  902. 0.66789 0.16191 lineto
  903. 0.66941 0.17056 lineto
  904. 0.67094 0.18238 lineto
  905. 0.67399 0.21428 lineto
  906. 0.67705 0.25449 lineto
  907. 0.68315 0.34392 lineto
  908. 0.6862 0.38469 lineto
  909. 0.68926 0.41765 lineto
  910. 0.69078 0.43023 lineto
  911. 0.69154 0.4354 lineto
  912. 0.69231 0.4398 lineto
  913. 0.69307 0.44339 lineto
  914. 0.69383 0.44616 lineto
  915. 0.6946 0.44809 lineto
  916. 0.69536 0.44918 lineto
  917. 0.69612 0.44942 lineto
  918. 0.69689 0.44881 lineto
  919. 0.69765 0.44737 lineto
  920. Mistroke
  921. 0.69841 0.44509 lineto
  922. 0.69918 0.442 lineto
  923. 0.69994 0.43812 lineto
  924. 0.70147 0.42809 lineto
  925. 0.70452 0.39998 lineto
  926. 0.70757 0.36358 lineto
  927. 0.71368 0.2807 lineto
  928. 0.71673 0.24222 lineto
  929. 0.71825 0.22539 lineto
  930. 0.71978 0.21071 lineto
  931. 0.72131 0.19853 lineto
  932. 0.72207 0.19347 lineto
  933. 0.72283 0.18912 lineto
  934. 0.7236 0.18553 lineto
  935. 0.72436 0.1827 lineto
  936. 0.72512 0.18066 lineto
  937. 0.72589 0.17941 lineto
  938. 0.72665 0.17895 lineto
  939. 0.72741 0.1793 lineto
  940. 0.72817 0.18043 lineto
  941. 0.72894 0.18236 lineto
  942. 0.7297 0.18505 lineto
  943. 0.73046 0.18849 lineto
  944. 0.73199 0.19753 lineto
  945. 0.73352 0.20924 lineto
  946. 0.73504 0.22332 lineto
  947. 0.7381 0.25709 lineto
  948. 0.7442 0.3347 lineto
  949. 0.74725 0.37093 lineto
  950. 0.74878 0.38681 lineto
  951. 0.75031 0.40068 lineto
  952. 0.75183 0.41221 lineto
  953. 0.75259 0.41701 lineto
  954. 0.75336 0.42112 lineto
  955. 0.75412 0.42454 lineto
  956. 0.75488 0.42722 lineto
  957. 0.75565 0.42917 lineto
  958. 0.75641 0.43037 lineto
  959. 0.75717 0.43081 lineto
  960. 0.75794 0.4305 lineto
  961. 0.7587 0.42944 lineto
  962. 0.75946 0.42764 lineto
  963. 0.76023 0.42511 lineto
  964. 0.76099 0.42186 lineto
  965. 0.76252 0.41333 lineto
  966. 0.76404 0.40227 lineto
  967. 0.76557 0.38897 lineto
  968. 0.76862 0.35705 lineto
  969. 0.77473 0.28375 lineto
  970. 0.77778 0.24962 lineto
  971. Mistroke
  972. 0.7793 0.2347 lineto
  973. 0.78083 0.22171 lineto
  974. 0.78236 0.21095 lineto
  975. 0.78312 0.20649 lineto
  976. 0.78388 0.20269 lineto
  977. 0.78465 0.19955 lineto
  978. 0.78541 0.19711 lineto
  979. 0.78617 0.19537 lineto
  980. 0.78694 0.19434 lineto
  981. 0.7877 0.19403 lineto
  982. 0.78846 0.19444 lineto
  983. 0.78922 0.19556 lineto
  984. 0.78999 0.19739 lineto
  985. 0.79075 0.1999 lineto
  986. 0.79151 0.20309 lineto
  987. 0.79304 0.2114 lineto
  988. 0.79609 0.23491 lineto
  989. 0.79915 0.26549 lineto
  990. 0.80525 0.33517 lineto
  991. 0.8083 0.36734 lineto
  992. 0.80983 0.38132 lineto
  993. 0.81136 0.39342 lineto
  994. 0.81288 0.40336 lineto
  995. 0.81364 0.40744 lineto
  996. 0.81441 0.4109 lineto
  997. 0.81517 0.4137 lineto
  998. 0.81593 0.41585 lineto
  999. 0.8167 0.41732 lineto
  1000. 0.81746 0.41811 lineto
  1001. 0.81822 0.41821 lineto
  1002. 0.81899 0.41763 lineto
  1003. 0.81975 0.41637 lineto
  1004. 0.82051 0.41444 lineto
  1005. 0.82128 0.41185 lineto
  1006. 0.82204 0.40863 lineto
  1007. 0.82357 0.40035 lineto
  1008. 0.82662 0.37734 lineto
  1009. 0.82967 0.34776 lineto
  1010. 0.83578 0.2812 lineto
  1011. 0.83883 0.25086 lineto
  1012. 0.84035 0.23779 lineto
  1013. 0.84188 0.22657 lineto
  1014. 0.84341 0.21747 lineto
  1015. 0.84417 0.21378 lineto
  1016. 0.84493 0.2107 lineto
  1017. 0.8457 0.20825 lineto
  1018. 0.84646 0.20643 lineto
  1019. 0.84722 0.20527 lineto
  1020. 0.84799 0.20475 lineto
  1021. 0.84875 0.2049 lineto
  1022. Mistroke
  1023. 0.84951 0.2057 lineto
  1024. 0.85027 0.20715 lineto
  1025. 0.85104 0.20923 lineto
  1026. 0.85256 0.21526 lineto
  1027. 0.85409 0.22361 lineto
  1028. 0.8663 0.33897 lineto
  1029. 0.86935 0.36758 lineto
  1030. 0.87088 0.37975 lineto
  1031. 0.87241 0.3901 lineto
  1032. 0.87393 0.39837 lineto
  1033. 0.87469 0.40166 lineto
  1034. 0.87546 0.40436 lineto
  1035. 0.87622 0.40645 lineto
  1036. 0.87698 0.40792 lineto
  1037. 0.87775 0.40877 lineto
  1038. 0.87851 0.40898 lineto
  1039. 0.87927 0.40856 lineto
  1040. 0.88004 0.40752 lineto
  1041. 0.8808 0.40585 lineto
  1042. 0.88156 0.40358 lineto
  1043. 0.88309 0.39728 lineto
  1044. 0.88462 0.38878 lineto
  1045. 0.88767 0.36613 lineto
  1046. 0.89072 0.33795 lineto
  1047. 0.89683 0.27667 lineto
  1048. 0.89988 0.24972 lineto
  1049. 0.9014 0.23839 lineto
  1050. 0.90293 0.2289 lineto
  1051. 0.90369 0.22491 lineto
  1052. 0.90446 0.22146 lineto
  1053. 0.90522 0.21857 lineto
  1054. 0.90598 0.21625 lineto
  1055. 0.90675 0.21453 lineto
  1056. 0.90751 0.21341 lineto
  1057. 0.90827 0.2129 lineto
  1058. 0.90904 0.21299 lineto
  1059. 0.9098 0.21369 lineto
  1060. 0.91056 0.21499 lineto
  1061. 0.91132 0.21689 lineto
  1062. 0.91209 0.21936 lineto
  1063. 0.91361 0.22598 lineto
  1064. 0.91514 0.23467 lineto
  1065. 0.91819 0.2573 lineto
  1066. 0.92125 0.28496 lineto
  1067. 0.92735 0.34389 lineto
  1068. 0.9304 0.36926 lineto
  1069. 0.93193 0.37974 lineto
  1070. 0.93346 0.3884 lineto
  1071. 0.93422 0.39198 lineto
  1072. 0.93498 0.39503 lineto
  1073. Mistroke
  1074. 0.93574 0.39752 lineto
  1075. 0.93651 0.39946 lineto
  1076. 0.93727 0.40081 lineto
  1077. 0.93803 0.40158 lineto
  1078. 0.9388 0.40176 lineto
  1079. 0.93956 0.40136 lineto
  1080. 0.94032 0.40037 lineto
  1081. 0.94109 0.3988 lineto
  1082. 0.94185 0.39667 lineto
  1083. 0.94261 0.39399 lineto
  1084. 0.94414 0.38704 lineto
  1085. 0.94567 0.37814 lineto
  1086. 0.95177 0.32828 lineto
  1087. 0.95788 0.27157 lineto
  1088. 0.96093 0.24775 lineto
  1089. 0.96245 0.23808 lineto
  1090. 0.96398 0.23023 lineto
  1091. 0.96474 0.22706 lineto
  1092. 0.96551 0.22441 lineto
  1093. 0.96627 0.2223 lineto
  1094. 0.96703 0.22075 lineto
  1095. 0.9678 0.21976 lineto
  1096. 0.96856 0.21934 lineto
  1097. 0.96932 0.21948 lineto
  1098. 0.97009 0.2202 lineto
  1099. 0.97085 0.22147 lineto
  1100. 0.97161 0.2233 lineto
  1101. 0.97314 0.22857 lineto
  1102. 0.97466 0.23586 lineto
  1103. 0.97619 0.24498 lineto
  1104. Mfstroke
  1105. grestore
  1106. grestore
  1107. % End of Graphics
  1108. MathPictureEnd
  1109. :[font = text; inactive; preserveAspect; ]
  1110. The graphing facilities of Mathematica can be used very effectively to find
  1111. the zeros of Bessel functions.  Let us find the first zero of  J1(x), that is,
  1112. the first number
  1113. ;[s]
  1114. 8:0,0;27,1;38,2;139,3;140,4;141,5;142,6;143,7;172,-1;
  1115. 8:1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,10,8,Times,66,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,0,12,0,0,0;
  1116. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 0; pictureWidth = 243; pictureHeight = 20; ]
  1117. %!
  1118. %%Creator: Mathematica
  1119. %%AspectRatio: 0.082305
  1120. 200 dict begin
  1121. MathPictureStart
  1122. /Courier findfont 10  scalefont  setfont
  1123. % Scaling calculations
  1124. 0 1 0 1 [
  1125. [ 0 0 0 0 ]
  1126. [ 243 20 0 0 ]
  1127. ] MathScale
  1128. % Start of Graphics
  1129. %!PS-Adobe-2.0 EPSF-2.0
  1130. %%Title: 
  1131. %%Creator: EquationBuilder
  1132. %%CreationDate: Mon Aug  3 12:32:14 1992
  1133. %%For: gray
  1134. %%DocumentFonts: (atend)
  1135. %%Pages: 0 1
  1136. %%BoundingBox: 0 0 243 20
  1137. %%Translation: 1 5.203605 241.787338 0
  1138. %%EndComments
  1139.  
  1140. %%BeginDocument: /usr/lib/NextStep/printPackage.ps
  1141. %!PS-Adobe-2.0
  1142. %%Title: Printing Package
  1143. %%EndComments
  1144. %Version: 2.0
  1145. %Copyright: 1988, NeXT, Inc.
  1146.  
  1147. /__NXdef{1 index where{pop pop pop}{def}ifelse}bind def
  1148. /__NXbdef{1 index where{pop pop pop}{bind def}ifelse}bind def
  1149. /UserObjects 10 array __NXdef
  1150. /defineuserobject{
  1151.     exch dup 1 add dup UserObjects length gt{
  1152.         array dup 0 UserObjects putinterval
  1153.         /UserObjects exch def
  1154.     }{pop}ifelse UserObjects exch 3 -1 roll put
  1155. }__NXbdef
  1156. /undefineuserobject{UserObjects exch null put}__NXbdef
  1157. /execuserobject{UserObjects exch get exec}__NXbdef
  1158. /__NXRectPath{4 2 roll moveto 1 index 0 rlineto
  1159. 0 exch rlineto neg 0 rlineto closepath}__NXbdef
  1160. /__NXProcessRectArgs{
  1161.     1 index type /arraytype eq{
  1162.         exch 0 4 2 index length 1 sub{
  1163.             dup 3 add 1 exch{1 index exch get exch}for
  1164.             5 1 roll 5 index exec
  1165.         }for pop pop
  1166.     }{exec}ifelse
  1167. }__NXbdef
  1168. /rectfill{gsave newpath {__NXRectPath fill} __NXProcessRectArgs grestore}__NXbdef
  1169. /rectclip{newpath {__NXRectPath} __NXProcessRectArgs clip newpath}__NXbdef
  1170. /rectstroke{
  1171.     gsave newpath dup type /arraytype eq{dup length 6 eq}{false}ifelse{
  1172.         {gsave __NXRectPath null concat stroke grestore}
  1173.         dup length array cvx copy dup 2 4 -1 roll put __NXProcessRectArgs
  1174.     }{{__NXRectPath stroke} __NXProcessRectArgs}ifelse grestore
  1175. }__NXbdef
  1176. /xyshow{
  1177.     0 1 3 index length 1 sub{
  1178.         currentpoint 4 index 3 index 1 getinterval show
  1179.         3 index 3 index 2 mul 1 add get add exch
  1180.         3 index    3 index 2 mul get add exch moveto pop
  1181.     }for pop pop
  1182. }__NXbdef
  1183. /xshow{
  1184.     0 1 3 index length 1 sub{
  1185.         currentpoint 4 index 3 index 1 getinterval show
  1186.         exch 3 index 3 index get add exch moveto pop
  1187.     }for pop pop
  1188. }__NXbdef
  1189. /yshow{
  1190.     0 1 3 index length 1 sub{
  1191.         currentpoint 4 index 3 index 1 getinterval show
  1192.         3 index 3 index get add moveto pop
  1193.     }for pop pop
  1194. }__NXbdef
  1195. /arct{arcto pop pop pop pop}__NXbdef
  1196. /setbbox{pop pop pop pop}__NXbdef
  1197. /ucache{}__NXbdef
  1198. /ucachestatus{mark 0 0 0 0 0}__NXbdef
  1199. /setucacheparams{cleartomark}__NXbdef
  1200. /uappend{systemdict begin cvx exec end}__NXbdef
  1201. /ueofill{gsave newpath uappend eofill grestore}__NXbdef
  1202. /ufill{gsave newpath uappend fill grestore}__NXbdef
  1203. /ustroke{
  1204.     gsave newpath dup length 6 eq
  1205.     {exch uappend concat}{uappend}ifelse
  1206.     stroke grestore
  1207. }__NXbdef
  1208. /__NXustrokepathMatrix dup where {pop pop}{matrix def}ifelse
  1209. /ustrokepath{
  1210.     newpath dup length 6 eq{
  1211.         exch uappend __NXustrokepathMatrix currentmatrix exch concat
  1212.         strokepath setmatrix
  1213.     }{uappend strokepath}ifelse
  1214. } __NXbdef
  1215. /upath{
  1216.     [exch {/ucache cvx}if pathbbox /setbbox cvx
  1217.      {/moveto cvx}{/lineto cvx}{/curveto cvx}{/closepath cvx}pathforall]cvx
  1218. } __NXbdef
  1219. /setstrokeadjust{pop}__NXbdef
  1220. /currentstrokeadjust{false}__NXbdef
  1221. /selectfont{exch findfont exch
  1222. dup type /arraytype eq {makefont}{scalefont}ifelse setfont}__NXbdef
  1223. /_NXCombineArrays{
  1224.     counttomark dup 2 add index dup length 3 -1 roll {
  1225.         2 index length sub dup 4 1 roll 1 index exch 4 -1 roll putinterval exch
  1226.     }repeat pop pop pop
  1227. }__NXbdef
  1228. /setcmykcolor{
  1229.     1.0 exch sub dup dup 6 -1 roll
  1230.     sub dup 0 lt{pop 0}if 5 1 roll
  1231.     4 -1 roll sub dup 0 lt{pop 0}if 3 1 roll
  1232.     exch sub dup 0 lt{pop 0}if setrgbcolor
  1233. }__NXbdef
  1234. /currentcmykcolor{currentrgbcolor 3{1.0 exch sub 3 1 roll}repeat 0}__NXbdef
  1235. /flushgraphics{}def
  1236. /setwindowtype{pop pop}def
  1237. /currentwindowtype{pop 0}def
  1238. /setalpha{pop}def
  1239. /currentalpha{1.0}def
  1240. /hidecursor{}def
  1241. /obscurecursor{}def
  1242. /revealcursor{}def
  1243. /setcursor{4 {pop}repeat}bind def
  1244. /showcursor{}def
  1245. /NextStepEncoding where not{
  1246. /NextStepEncoding StandardEncoding 256 array copy def
  1247. 0 [129/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/Ccedilla/Egrave
  1248. /Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
  1249. /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/Ugrave/Uacute
  1250. /Ucircumflex/Udieresis/Yacute/Thorn/mu/multiply/divide/copyright
  1251. 176/registered 181/brokenbar 190/logicalnot 192/onesuperior 201/twosuperior
  1252. 204/threesuperior 209/plusminus/onequarter/onehalf/threequarters/agrave
  1253. /aacute/acircumflex/atilde/adieresis/aring/ccedilla/egrave/eacute
  1254. /ecircumflex/edieresis/igrave 226/iacute 228/icircumflex/idieresis/eth
  1255. /ntilde 236/ograve/oacute/ocircumflex/otilde/odieresis 242/ugrave/uacute
  1256. /ucircumflex 246/udieresis/yacute 252/thorn/ydieresis]
  1257. {dup type /nametype eq
  1258.  {NextStepEncoding 2 index 2 index put pop 1 add}{exch pop}ifelse
  1259. }forall pop
  1260. /NextStepEncoding NextStepEncoding readonly def   
  1261. /_NXfstr 128 string dup 0 (_NX) putinterval def   
  1262. /findfont{
  1263.  % Because we can never let NextStepEncoding get into
  1264.  % SharedFontDirectory, we cannot reencode a font to NextStepEncoding
  1265.  % if we are in shared mode.  So if currentshared is true,
  1266.  % we call the normal findfont and return that
  1267.  /currentshared where {pop currentshared} {false} ifelse
  1268.  {//findfont exec}
  1269.  {dup _NXfstr 3 125 getinterval cvs length 3 add _NXfstr 0 3 -1 roll
  1270.   getinterval cvn exch FontDirectory 2 index known 
  1271.   {pop FontDirectory exch get}
  1272.   {//findfont exec dup /Encoding get StandardEncoding eq
  1273.    {    dup length dict exch
  1274.     {1 index /FID ne {2 index 3 1 roll put}{pop pop}ifelse}forall
  1275.      dup /Encoding NextStepEncoding put definefont
  1276.     }{exch pop} ifelse
  1277.    }ifelse
  1278.  }ifelse
  1279. }bind def
  1280. }{pop}ifelse
  1281. /_NXProcArray 5 array __NXdef
  1282. /_NXChannels 0 __NXdef
  1283. /_NXTotalBytes 0 __NXdef
  1284. /_NXDoImageOp{
  1285.     1 index{dup}{1}ifelse /_NXChannels exch store
  1286.     _NXChannels 2 add 2 roll _NXProcArray 0 _NXChannels getinterval astore pop
  1287.     5 index 4 index mul 2 index{1 sub 8 idiv 1 add mul}{mul 1 sub 8 idiv 1 add}ifelse
  1288.     4 index mul /_NXTotalBytes exch store pop exch pop
  1289.     gsave matrix invertmatrix concat 0.5 setgray 0 0 4 2 roll rectfill grestore
  1290.     {    0 1 _NXChannels 1 sub{
  1291.             _NXProcArray exch get exec
  1292.             length _NXTotalBytes exch sub /_NXTotalBytes exch store}for
  1293.         _NXTotalBytes 0 le{exit}if
  1294.     }loop /_NXProcArray 5 array def
  1295. }__NXbdef
  1296. /colorimage{_NXDoImageOp}__NXbdef
  1297. /alphaimage{1 add _NXDoImageOp}def
  1298. %%EndDocument
  1299.  
  1300. % EquationBuilder(TM) Expression
  1301. % +.\Jr(=:/*V[StRFQAYmdjEEA;1nuN+[co.OZ7L#cq3iK%3:</XJ@:d#6;^G;Td47dud<A3@
  1302. % 5%MGToUOR5&d`'TuEDU)B-tbR".R+:s'K'JKOf0M'9TV$2,7,X_XRS2ihA"VLe`-6WLgVDQ[
  1303. % K-Oh*sQ3\5X&jqDA/d.K[>m^Q5J[c;a)NmMYCQg\nDUo-lO_PFgDq`RC,cPeD^''h!5o:_]J
  1304. % 2B%2DQ*X=8=.%!T#`(=`_@:1Gn)4!ZcR26^7@LuTXn]hkIq;#jCohCY\M,lLS-[+S$ca%YX&
  1305. % :D6qDjTV4[lp1)W=\`;h#U?,sjQ@KRfcfVE5FL<e!%XW&K4'KZ<^(q2po5*^N+.Ho1\BLem^
  1306. % @LPVYg]p)de"+?JF9i3d^k)Y<#f$t$JDq])&d".]$=-1.iDRnAVd=cPi`@6Gr"6dQJ-$@^+"
  1307. % WS.+pi\#.+]I_#tt@i(h8e]SnfIGR,<@cbeW!b4L-?0O!CA3jH)gMAtOnUOglY[6oOb-O\ZJ
  1308. % ^UQe)Cg#S8l!nh.MP$I6^Lfu,c-(/@sR:_[UG3NG'4[LM]P1jp(iKm]!E[RCU"]372<n9:hT
  1309. % DJdQ#,--JM5Hni?AA`KKfYYHU0LUMka@d;.4:aK@Tm5/F>2E\T;$'*MlDFt$KuV@Y\L/.OiF
  1310. % -[WM+WaCTF24$#6AWqH>>G@:nfdY\pHhk,u&)\a6Sj-G*iZbS'6CZ(HD(^aOl[BgA`JC6o9K
  1311. % W&XLQOTDQ3X^_ci)sN3?rWiOV!D'_.!"Ip\iIhdM@NgIEG.$,:NLajeZ6X/i09Z0/+:/+4Zn
  1312. % $]dTV]S]7NAs9gaKp(=$WPnq*=J?\2'T<FYHcFXfg$:>V*97],U+(*FB11Rkd3dF0c.i9JWf
  1313. % 6as-/fWF"c-d)d%D&K*(m3N]O53mI6@#<tp=Z;T$(FM(Q(h"-c`,.fGCP!"kJ_Ug4k@ff*+!
  1314. % QRGE4(^Cs+2=i:^iRe,ot)W,ab;!;85b-e>#8HVZKVu7[No0)2tibLS6b-a,WZ]$]'@RTL?&
  1315. % ^9mAq5ug<6/&&,*&B^].moaG+qDcFJe'/*hp8@S!db)_uH9T,XIS3'+gMn!gnCauCRTEu0(,
  1316. % pW4$?0XB<h&lQp(-6)h<cd>8D6L6r1!QmWRiAO(EEm4'.*'6'e'@3E@PmJiEW3sZBI5$b5!W
  1317. % =T8`HWl?+@TaJE'o*tYeN*g:C)Io6PASo#4[YG57/gs!>>`r5i@QB5l^rjJT(ns]HRWO!!"D
  1318. % E@0ci5x
  1319. % EndExpression N 982 3d6 E fd S 1b713 R e9ce61fb
  1320. gsave
  1321.  /__NXbasematrix matrix currentmatrix def
  1322. grestore
  1323. %%EndProlog
  1324. %%BeginSetup
  1325. /EqBFont 18 dict dup begin /FontType 3 def /PaintType 0 def /FontMatrix [0.001 0 0 0.001 0 0] def /FontBBox [15 -2950 1360 1045] def /Encoding [/.notdef /rad1 /rad2 /rad3 /rad4 /rad5 /radext /int /pathint /sum /prod /cdot /vdot /ddot /hbar /bigcap /bigcup /parallel] def /Metrics 18 dict dup begin /.notdef 0 def /rad1 1000 def /rad2 1000 def /rad3 1000 def /rad4 1000 def /rad5 1048 def /radext 1048 def /int 500 def /pathint 500 def /sum 700 def /prod 700 def /cdot 1000 def /vdot 550 def /ddot 1000 def /hbar 500 def /bigcap 700 def /bigcup 700 def /parallel 500 def end def /BBox 18 dict dup begin /.notdef [0 0 0 0] def /rad1 [110 -1150 1020 0] def /rad2 [110 -1750 1020 0] def /rad3 [110 -2350 1020 0] def /rad4 [110 -2950 1020 0] def /rad5 [128 -2890 740 0] def /radext [700 -600 740 0] def /int [20 0 425 1045] def /pathint [20 0 425 1045] def /sum [15 5 640 715] def /prod [15 0 670 715] def /cdot [110 215 890 325] def /vdot [165 -5 280 770] def /ddot [110 -5 890 770] def /hbar [20 -10 480 685] def /bigcap [0 0 680 720] def /bigcup [0 0 680 720] def /parallel [65 -175 400 675] def end def /CharacterDefs 18 dict dup begin /.notdef {
  1326.     
  1327. } def /rad1 {
  1328.     980 0 moveto 464 -1048 lineto 248 -560 lineto 110 -656 lineto 125 -675 lineto 200 -624 lineto 420 -1150 lineto 460 -1150 lineto 1020 0 lineto 980 0 lineto closepath
  1329. } def /rad2 {
  1330.     980 0 moveto 460 -1600 lineto 245 -864 lineto 110 -1000 lineto 128 -1023 lineto 200 -950 lineto 424 -1750 lineto 456 -1750 lineto 1020 0 lineto 980 0 lineto closepath
  1331. } def /rad3 {
  1332.     980 0 moveto 464 -2144 lineto 248 -1160 lineto 110 -1368 lineto 130 -1390 lineto 192 -1288 lineto 424 -2350 lineto 464 -2350 lineto 1020 0 lineto 980 0 lineto closepath
  1333. } def /rad4 {
  1334.     980 0 moveto 880 -488 lineto 672 -1600 lineto 464 -2696 lineto 248 -1464 lineto 110 -1728 lineto 130 -1750 lineto 192 -1616 lineto 424 -2950 lineto 464 -2950 lineto 768 -1312 lineto 1020 0 lineto 980 0 lineto closepath
  1335. } def /rad5 {
  1336.     700 0 moveto 700 -2628 lineto 248 -1284 lineto 128 -1564 lineto 150 -1580 lineto 215 -1425 lineto 688 -2890 lineto 740 -2890 lineto 740 0 lineto 700 0 lineto closepath
  1337. } def /radext {
  1338.     700 0 moveto 700 -600 lineto 740 -600 lineto 740 0 lineto 700 0 lineto closepath
  1339. } def /int {
  1340.     245 390 moveto 225 235 195 145 180 100 curveto 165 60 150 50 140 40 curveto 135 30 85 0 50 20 curveto 35 25 25 45 25 55 curveto 20 80 30 100 55 110 curveto 80 125 93 110 110 90 curveto 135 60 155 135 160 195 curveto 165 270 170 340 190 510 curveto 205 650 lineto 220 810 230 890 265 960 curveto 275 980 295 1015 320 1030 curveto 350 1045 380 1030 395 1020 curveto 410 1010 425 980 400 955 curveto 385 940 347 925 330 950 curveto 310 970 290 955 290 940 curveto 280 900 285 745 270 610 curveto 245 390 lineto closepath
  1341. } def /pathint {
  1342.     245 390 moveto 225 235 195 145 180 100 curveto 165 60 150 50 140 40 curveto 135 30 85 0 50 20 curveto 35 25 25 45 25 55 curveto 20 80 30 100 55 110 curveto 80 125 93 110 110 90 curveto 135 60 155 135 160 195 curveto 165 270 170 340 190 510 curveto 205 650 lineto 220 810 230 890 265 960 curveto 275 980 295 1015 320 1030 curveto 350 1045 380 1030 395 1020 curveto 410 1010 425 980 400 955 curveto 385 940 347 925 330 950 curveto 310 970 290 955 290 940 curveto 280 900 285 745 270 610 curveto 245 390 lineto fill 20 setlinewidth 220 400 moveto 290 400 340 455 340 500 curveto 340 585 290 640 220 640 curveto 155 640 100 585 100 500 curveto 100 455 155 400 220 400 curveto stroke
  1343. } def /sum {
  1344.     330 335 moveto 20 715 lineto 575 715 lineto 600 545 lineto 575 535 lineto 550 625 525 685 395 685 curveto 160 685 lineto 411 370 lineto 160 90 lineto 470 90 lineto 565 90 590 140 610 210 curveto 640 200 lineto 585 5 lineto 15 5 lineto 330 335 lineto closepath
  1345. } def /prod {
  1346.     590 90 moveto 590 30 620 20 670 20 curveto 670 0 lineto 410 0 lineto 410 20 lineto 460 20 495 30 495 90 curveto 495 670 lineto 190 670 lineto 190 90 lineto 190 30 225 20 275 20 curveto 275 0 lineto 15 0 lineto 15 20 lineto 65 20 100 30 100 90 curveto 100 615 lineto 100 690 40 700 20 700 curveto 20 715 lineto 670 715 lineto 670 700 lineto 645 700 590 690 590 615 curveto 590 90 lineto closepath
  1347. } def /cdot {
  1348.     110 270 moveto 110 300 135 325 165 325 curveto 195 325 220 300 220 270 curveto 220 235 185 215 165 215 curveto 145 215 110 235 110 270 curveto fill 445 270 moveto 445 300 470 325 500 325 curveto 530 325 555 300 555 270 curveto 555 235 520 215 500 215 curveto 480 215 445 235 445 270 curveto fill 775 270 moveto 775 300 800 325 830 325 curveto 860 325 890 300 890 270 curveto 890 235 850 215 830 215 curveto 810 215 775 235 775 270 curveto fill
  1349. } def /vdot {
  1350.     220 770 moveto 250 770 280 750 280 720 curveto 280 680 250 660 220 660 curveto 185 660 165 695 165 720 curveto 165 740 185 770 220 770 curveto fill 220 440 moveto 250 440 280 415 280 385 curveto 280 355 250 330 220 330 curveto 185 330 165 365 165 385 curveto 165 405 185 440 220 440 curveto fill 220 105 moveto 250 105 280 80 280 50 curveto 280 20 250 -5 220 -5 curveto 185 -5 165 30 165 50 curveto 165 70 185 105 220 105 curveto fill
  1351. } def /ddot {
  1352.     165 720 moveto 205 720 220 700 220 665 curveto 220 630 195 610 165 610 curveto 130 620 110 645 110 665 curveto 110 690 130 720 165 720 curveto fill 500 440 moveto 530 440 555 415 555 385 curveto 555 355 530 330 500 330 curveto 465 330 445 365 445 385 curveto 445 405 465 440 500 440 curveto fill 830 155 moveto 860 155 890 130 890 100 curveto 890 70 860 45 830 45 curveto 795 45 775 80 775 100 curveto 775 120 795 155 830 155 curveto fill
  1353. } def /hbar {
  1354.     480 105 moveto 440 55 400 -10 335 -10 curveto 300 -10 290 10 290 35 curveto 290 65 370 350 370 365 curveto 370 380 355 390 340 390 curveto 290 390 205 275 185 250 curveto 140 180 125 125 95 0 curveto 20 0 lineto 150 500 lineto 160 545 180 600 180 615 curveto 180 625 170 640 135 640 curveto 110 640 lineto 100 655 lineto 165 660 215 670 270 685 curveto 275 680 lineto 155 240 lineto 155 235 lineto 190 290 290 440 380 440 curveto 400 440 450 435 450 370 curveto 450 335 365 80 365 55 curveto 365 45 375 40 385 40 curveto 405 40 425 70 465 115 curveto 480 105 lineto fill 55 545 moveto 55 520 lineto 310 560 lineto 310 585 lineto 55 545 lineto fill
  1355. } def /bigcap {
  1356.     615 400 moveto 615 575 500 655 340 655 curveto 180 655 70 575 70 400 curveto 70 0 lineto 5 0 lineto 5 400 lineto 5 610 140 720 340 720 curveto 545 720 680 610 680 400 curveto 680 0 lineto 615 0 lineto 615 400 lineto closepath
  1357. } def /bigcup {
  1358.     65 320 moveto 65 145 180 65 340 65 curveto 500 65 615 145 615 320 curveto 615 720 lineto 680 720 lineto 680 320 lineto 680 110 540 0 340 0 curveto 140 0 0 110 0 320 curveto 0 720 lineto 65 720 lineto 65 320 lineto closepath
  1359. } def /parallel {
  1360.     135 675 moveto 135 -175 lineto 65 -175 lineto 65 675 lineto 135 675 lineto fill 335 675 moveto 335 -175 lineto 265 -175 lineto 265 675 lineto 335 675 lineto fill 400 675 moveto
  1361. } def end def /BuildChar {
  1362.     0 begin /char exch def /fontdict exch def /charname fontdict /Encoding get char get def fontdict begin Metrics charname get 0 BBox charname get aload pop setcachedevice CharacterDefs charname get exec eofill end end
  1363. } def /BuildChar load 0 3 dict put end definefont pop
  1364. %%EndSetup
  1365. 0 0 242.787338 19.308605 rectclip
  1366. 0 0 242.787338 19.308605 rectclip
  1367. 0 setgray
  1368. 1 setalpha
  1369. 1 1 scale
  1370. /Symbol findfont 9 scalefont
  1371. 46
  1372. exch
  1373. defineuserobject
  1374. 46 execuserobject setfont
  1375. 7.423 12.247104 moveto
  1376. (\() [0 0] xyshow
  1377. 1 1 scale
  1378. 1 1 scale
  1379. 46 execuserobject setfont
  1380. 16.153 12.242603 moveto
  1381. (\)) [0 0] xyshow
  1382. 1 1 scale
  1383. 0 setgray
  1384. 1 setalpha
  1385. 1 1 scale
  1386. 46 execuserobject setfont
  1387. 101.165001 12.247104 moveto
  1388. (\() [0 0] xyshow
  1389. 1 1 scale
  1390. 1 1 scale
  1391. 46 execuserobject setfont
  1392. 109.895004 12.242603 moveto
  1393. (\)) [0 0] xyshow
  1394. 1 1 scale
  1395. 0 setgray
  1396. 1 setalpha
  1397. 1 1 scale
  1398. 46 execuserobject setfont
  1399. 198.845673 12.247104 moveto
  1400. (\() [0 0] xyshow
  1401. 1 1 scale
  1402. 1 1 scale
  1403. 46 execuserobject setfont
  1404. 207.575668 12.242603 moveto
  1405. (\)) [0 0] xyshow
  1406. 1 1 scale
  1407. 0 setgray
  1408. 1 setalpha
  1409. 1 1.582485 scale
  1410. /Symbol findfont 12 scalefont
  1411. 44
  1412. exch
  1413. defineuserobject
  1414. 44 execuserobject setfont
  1415. 187.622665 2.923917 moveto
  1416. (\() [0 0] xyshow
  1417. 1 0.631917 scale
  1418. 1 1.580656 scale
  1419. 44 execuserobject setfont
  1420. 213.008667 2.924649 moveto
  1421. (\)) [0 0] xyshow
  1422. 1 0.632649 scale
  1423. 0 setgray
  1424. 1 setalpha
  1425. /Times-BoldItalic findfont 12 scalefont
  1426. 48
  1427. exch
  1428. defineuserobject
  1429. 48 execuserobject setfont
  1430. 238.787338 6.203605 moveto
  1431. (.xJxx) [-46.36467 0 -17.352005 0 -80.328659 0 -93.742004 0 0 0 0 0] xyshow
  1432. 46 execuserobject setfont
  1433. 62.230675 18.908699 moveto
  1434. () [0 0] xyshow
  1435. /Times-Roman findfont 9 scalefont
  1436. 45
  1437. exch
  1438. defineuserobject
  1439. 45 execuserobject setfont
  1440. 198.422668 2.519604 moveto
  1441. (1111111) [4.022995 9.6465 -21.087006 -7.762475 -80.616653 -1.884025 4.023003 9.6465 -97.765007 -9.6465 4.023001 9.6465 0 0 0 0] xyshow
  1442. /Times-Roman findfont 12 scalefont
  1443. 52
  1444. exch
  1445. defineuserobject
  1446. 52 execuserobject setfont
  1447. 230.787338 6.203605 moveto
  1448. (0dna0tahthcus) [-73.716675 0 -6 0 -5.327988 0 -18.000008 0 -52.33667 0 -5.327995 0 -6 0 -3.336002 0 -10 0 -5.327999 0 -6 0 -4.667999 0 0 0 0 1.401298e-45] xyshow
  1449. 44 execuserobject setfont
  1450. 220.865997 6.203605 moveto
  1451. (=>) [-103.044662 0 0 0 0 0] xyshow
  1452. %%Trailer
  1453. %%DocumentFonts: Times-BoldItalic
  1454. %%+ Times-Roman
  1455. %%+ Symbol
  1456.  
  1457. %End of Graphics
  1458. MathPictureEnd
  1459. end
  1460.  
  1461. :[font = text; inactive; preserveAspect; ]
  1462. To do this we draw successive graphs of  that narrow in on  the zero.   We
  1463. shall find  the zero correct to 4 decimal places.   First we define a plot-valued
  1464. function  jj  by
  1465. ;[s]
  1466. 3:0,0;167,1;170,2;174,-1;
  1467. 3:1,11,8,Times,0,12,0,0,0;1,10,8,Courier,0,12,0,0,0;1,11,8,Times,0,12,0,0,0;
  1468. :[font = input; pageBreakBelow; dontNoPageBreakBelow; preserveAspect; ]
  1469. jj[a_,b_]:=Plot[BesselJ[1,x],{x,a,b}]
  1470. :[font = text; inactive; preserveAspect; ]
  1471. Then  jj[0,5]  gives us the first graph:
  1472. ;[s]
  1473. 3:0,0;6,1;14,2;40,-1;
  1474. 3:1,11,8,Times,0,12,0,0,0;1,10,8,Courier,0,12,0,0,0;1,11,8,Times,0,12,0,0,0;
  1475. :[font = input; preserveAspect; startGroup; ]
  1476. jj[0,5];
  1477. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 34; pictureWidth = 282; pictureHeight = 174; endGroup; ]
  1478. %!
  1479. %%Creator: Mathematica
  1480. %%AspectRatio: 0.61803 
  1481. MathPictureStart
  1482. /Courier findfont 10  scalefont  setfont
  1483. % Scaling calculations
  1484. 0.02381 0.190476 0.226728 0.647213 [
  1485. [(1)] 0.21429 0.22673 0 2 Msboxa
  1486. [(2)] 0.40476 0.22673 0 2 Msboxa
  1487. [(3)] 0.59524 0.22673 0 2 Msboxa
  1488. [(4)] 0.78571 0.22673 0 2 Msboxa
  1489. [(5)] 0.97619 0.22673 0 2 Msboxa
  1490. [(-0.2)] 0.01131 0.09729 1 0 Msboxa
  1491. [(0.2)] 0.01131 0.35617 1 0 Msboxa
  1492. [(0.4)] 0.01131 0.48561 1 0 Msboxa
  1493. [(0.6)] 0.01131 0.61506 1 0 Msboxa
  1494. [ -0.001 -0.001 0 0 ]
  1495. [ 1.001 0.61903 0 0 ]
  1496. ] MathScale
  1497. % Start of Graphics
  1498. 1 setlinecap
  1499. 1 setlinejoin
  1500. newpath
  1501. %%Object: Graphics
  1502. [ ] 0 setdash
  1503. 0 setgray
  1504. gsave
  1505. gsave
  1506. 0.002 setlinewidth
  1507. 0.21429 0.22673 moveto
  1508. 0.21429 0.23298 lineto
  1509. stroke
  1510. grestore
  1511. [(1)] 0.21429 0.22673 0 2 Mshowa
  1512. gsave
  1513. 0.002 setlinewidth
  1514. 0.40476 0.22673 moveto
  1515. 0.40476 0.23298 lineto
  1516. stroke
  1517. grestore
  1518. [(2)] 0.40476 0.22673 0 2 Mshowa
  1519. gsave
  1520. 0.002 setlinewidth
  1521. 0.59524 0.22673 moveto
  1522. 0.59524 0.23298 lineto
  1523. stroke
  1524. grestore
  1525. [(3)] 0.59524 0.22673 0 2 Mshowa
  1526. gsave
  1527. 0.002 setlinewidth
  1528. 0.78571 0.22673 moveto
  1529. 0.78571 0.23298 lineto
  1530. stroke
  1531. grestore
  1532. [(4)] 0.78571 0.22673 0 2 Mshowa
  1533. gsave
  1534. 0.002 setlinewidth
  1535. 0.97619 0.22673 moveto
  1536. 0.97619 0.23298 lineto
  1537. stroke
  1538. grestore
  1539. [(5)] 0.97619 0.22673 0 2 Mshowa
  1540. gsave
  1541. 0.001 setlinewidth
  1542. 0.0619 0.22673 moveto
  1543. 0.0619 0.23048 lineto
  1544. stroke
  1545. grestore
  1546. gsave
  1547. 0.001 setlinewidth
  1548. 0.1 0.22673 moveto
  1549. 0.1 0.23048 lineto
  1550. stroke
  1551. grestore
  1552. gsave
  1553. 0.001 setlinewidth
  1554. 0.1381 0.22673 moveto
  1555. 0.1381 0.23048 lineto
  1556. stroke
  1557. grestore
  1558. gsave
  1559. 0.001 setlinewidth
  1560. 0.17619 0.22673 moveto
  1561. 0.17619 0.23048 lineto
  1562. stroke
  1563. grestore
  1564. gsave
  1565. 0.001 setlinewidth
  1566. 0.25238 0.22673 moveto
  1567. 0.25238 0.23048 lineto
  1568. stroke
  1569. grestore
  1570. gsave
  1571. 0.001 setlinewidth
  1572. 0.29048 0.22673 moveto
  1573. 0.29048 0.23048 lineto
  1574. stroke
  1575. grestore
  1576. gsave
  1577. 0.001 setlinewidth
  1578. 0.32857 0.22673 moveto
  1579. 0.32857 0.23048 lineto
  1580. stroke
  1581. grestore
  1582. gsave
  1583. 0.001 setlinewidth
  1584. 0.36667 0.22673 moveto
  1585. 0.36667 0.23048 lineto
  1586. stroke
  1587. grestore
  1588. gsave
  1589. 0.001 setlinewidth
  1590. 0.44286 0.22673 moveto
  1591. 0.44286 0.23048 lineto
  1592. stroke
  1593. grestore
  1594. gsave
  1595. 0.001 setlinewidth
  1596. 0.48095 0.22673 moveto
  1597. 0.48095 0.23048 lineto
  1598. stroke
  1599. grestore
  1600. gsave
  1601. 0.001 setlinewidth
  1602. 0.51905 0.22673 moveto
  1603. 0.51905 0.23048 lineto
  1604. stroke
  1605. grestore
  1606. gsave
  1607. 0.001 setlinewidth
  1608. 0.55714 0.22673 moveto
  1609. 0.55714 0.23048 lineto
  1610. stroke
  1611. grestore
  1612. gsave
  1613. 0.001 setlinewidth
  1614. 0.63333 0.22673 moveto
  1615. 0.63333 0.23048 lineto
  1616. stroke
  1617. grestore
  1618. gsave
  1619. 0.001 setlinewidth
  1620. 0.67143 0.22673 moveto
  1621. 0.67143 0.23048 lineto
  1622. stroke
  1623. grestore
  1624. gsave
  1625. 0.001 setlinewidth
  1626. 0.70952 0.22673 moveto
  1627. 0.70952 0.23048 lineto
  1628. stroke
  1629. grestore
  1630. gsave
  1631. 0.001 setlinewidth
  1632. 0.74762 0.22673 moveto
  1633. 0.74762 0.23048 lineto
  1634. stroke
  1635. grestore
  1636. gsave
  1637. 0.001 setlinewidth
  1638. 0.82381 0.22673 moveto
  1639. 0.82381 0.23048 lineto
  1640. stroke
  1641. grestore
  1642. gsave
  1643. 0.001 setlinewidth
  1644. 0.8619 0.22673 moveto
  1645. 0.8619 0.23048 lineto
  1646. stroke
  1647. grestore
  1648. gsave
  1649. 0.001 setlinewidth
  1650. 0.9 0.22673 moveto
  1651. 0.9 0.23048 lineto
  1652. stroke
  1653. grestore
  1654. gsave
  1655. 0.001 setlinewidth
  1656. 0.9381 0.22673 moveto
  1657. 0.9381 0.23048 lineto
  1658. stroke
  1659. grestore
  1660. gsave
  1661. 0.002 setlinewidth
  1662. 0 0.22673 moveto
  1663. 1 0.22673 lineto
  1664. stroke
  1665. grestore
  1666. gsave
  1667. 0.002 setlinewidth
  1668. 0.02381 0.09729 moveto
  1669. 0.03006 0.09729 lineto
  1670. stroke
  1671. grestore
  1672. [(-0.2)] 0.01131 0.09729 1 0 Mshowa
  1673. gsave
  1674. 0.002 setlinewidth
  1675. 0.02381 0.35617 moveto
  1676. 0.03006 0.35617 lineto
  1677. stroke
  1678. grestore
  1679. [(0.2)] 0.01131 0.35617 1 0 Mshowa
  1680. gsave
  1681. 0.002 setlinewidth
  1682. 0.02381 0.48561 moveto
  1683. 0.03006 0.48561 lineto
  1684. stroke
  1685. grestore
  1686. [(0.4)] 0.01131 0.48561 1 0 Mshowa
  1687. gsave
  1688. 0.002 setlinewidth
  1689. 0.02381 0.61506 moveto
  1690. 0.03006 0.61506 lineto
  1691. stroke
  1692. grestore
  1693. [(0.6)] 0.01131 0.61506 1 0 Mshowa
  1694. gsave
  1695. 0.001 setlinewidth
  1696. 0.02381 0.12317 moveto
  1697. 0.02756 0.12317 lineto
  1698. stroke
  1699. grestore
  1700. gsave
  1701. 0.001 setlinewidth
  1702. 0.02381 0.14906 moveto
  1703. 0.02756 0.14906 lineto
  1704. stroke
  1705. grestore
  1706. gsave
  1707. 0.001 setlinewidth
  1708. 0.02381 0.17495 moveto
  1709. 0.02756 0.17495 lineto
  1710. stroke
  1711. grestore
  1712. gsave
  1713. 0.001 setlinewidth
  1714. 0.02381 0.20084 moveto
  1715. 0.02756 0.20084 lineto
  1716. stroke
  1717. grestore
  1718. gsave
  1719. 0.001 setlinewidth
  1720. 0.02381 0.25262 moveto
  1721. 0.02756 0.25262 lineto
  1722. stroke
  1723. grestore
  1724. gsave
  1725. 0.001 setlinewidth
  1726. 0.02381 0.27851 moveto
  1727. 0.02756 0.27851 lineto
  1728. stroke
  1729. grestore
  1730. gsave
  1731. 0.001 setlinewidth
  1732. 0.02381 0.30439 moveto
  1733. 0.02756 0.30439 lineto
  1734. stroke
  1735. grestore
  1736. gsave
  1737. 0.001 setlinewidth
  1738. 0.02381 0.33028 moveto
  1739. 0.02756 0.33028 lineto
  1740. stroke
  1741. grestore
  1742. gsave
  1743. 0.001 setlinewidth
  1744. 0.02381 0.38206 moveto
  1745. 0.02756 0.38206 lineto
  1746. stroke
  1747. grestore
  1748. gsave
  1749. 0.001 setlinewidth
  1750. 0.02381 0.40795 moveto
  1751. 0.02756 0.40795 lineto
  1752. stroke
  1753. grestore
  1754. gsave
  1755. 0.001 setlinewidth
  1756. 0.02381 0.43384 moveto
  1757. 0.02756 0.43384 lineto
  1758. stroke
  1759. grestore
  1760. gsave
  1761. 0.001 setlinewidth
  1762. 0.02381 0.45973 moveto
  1763. 0.02756 0.45973 lineto
  1764. stroke
  1765. grestore
  1766. gsave
  1767. 0.001 setlinewidth
  1768. 0.02381 0.5115 moveto
  1769. 0.02756 0.5115 lineto
  1770. stroke
  1771. grestore
  1772. gsave
  1773. 0.001 setlinewidth
  1774. 0.02381 0.53739 moveto
  1775. 0.02756 0.53739 lineto
  1776. stroke
  1777. grestore
  1778. gsave
  1779. 0.001 setlinewidth
  1780. 0.02381 0.56328 moveto
  1781. 0.02756 0.56328 lineto
  1782. stroke
  1783. grestore
  1784. gsave
  1785. 0.001 setlinewidth
  1786. 0.02381 0.58917 moveto
  1787. 0.02756 0.58917 lineto
  1788. stroke
  1789. grestore
  1790. gsave
  1791. 0.001 setlinewidth
  1792. 0.02381 0.0714 moveto
  1793. 0.02756 0.0714 lineto
  1794. stroke
  1795. grestore
  1796. gsave
  1797. 0.001 setlinewidth
  1798. 0.02381 0.04551 moveto
  1799. 0.02756 0.04551 lineto
  1800. stroke
  1801. grestore
  1802. gsave
  1803. 0.001 setlinewidth
  1804. 0.02381 0.01962 moveto
  1805. 0.02756 0.01962 lineto
  1806. stroke
  1807. grestore
  1808. gsave
  1809. 0.002 setlinewidth
  1810. 0.02381 0 moveto
  1811. 0.02381 0.61803 lineto
  1812. stroke
  1813. grestore
  1814. grestore
  1815. 0 0 moveto
  1816. 1 0 lineto
  1817. 1 0.61803 lineto
  1818. 0 0.61803 lineto
  1819. closepath
  1820. clip
  1821. newpath
  1822. gsave
  1823. gsave
  1824. 0.004 setlinewidth
  1825. 0.02381 0.22673 moveto
  1826. 0.06349 0.29378 lineto
  1827. 0.10317 0.35866 lineto
  1828. 0.14286 0.41927 lineto
  1829. 0.18254 0.47366 lineto
  1830. 0.22222 0.52012 lineto
  1831. 0.2619 0.55721 lineto
  1832. 0.28175 0.57189 lineto
  1833. 0.30159 0.58383 lineto
  1834. 0.32143 0.59298 lineto
  1835. 0.33135 0.59648 lineto
  1836. 0.34127 0.59926 lineto
  1837. 0.35119 0.60132 lineto
  1838. 0.35615 0.60208 lineto
  1839. 0.35863 0.60239 lineto
  1840. 0.36111 0.60266 lineto
  1841. 0.36359 0.60288 lineto
  1842. 0.36607 0.60306 lineto
  1843. 0.36731 0.60313 lineto
  1844. 0.36855 0.60319 lineto
  1845. 0.36979 0.60324 lineto
  1846. 0.37103 0.60327 lineto
  1847. 0.37227 0.6033 lineto
  1848. 0.37351 0.60332 lineto
  1849. 0.37475 0.60332 lineto
  1850. 0.37599 0.60331 lineto
  1851. 0.37723 0.60329 lineto
  1852. 0.37847 0.60326 lineto
  1853. 0.38095 0.60317 lineto
  1854. 0.38219 0.6031 lineto
  1855. 0.38343 0.60303 lineto
  1856. 0.38591 0.60284 lineto
  1857. 0.39087 0.60234 lineto
  1858. 0.39583 0.60166 lineto
  1859. 0.40079 0.60081 lineto
  1860. 0.41071 0.59856 lineto
  1861. 0.42063 0.59562 lineto
  1862. 0.44048 0.58769 lineto
  1863. 0.46032 0.5771 lineto
  1864. 0.5 0.54845 lineto
  1865. 0.53968 0.51088 lineto
  1866. 0.57937 0.46588 lineto
  1867. 0.61905 0.41516 lineto
  1868. 0.65873 0.36065 lineto
  1869. 0.69841 0.30433 lineto
  1870. 0.7381 0.24823 lineto
  1871. 0.77778 0.19434 lineto
  1872. 0.81746 0.14448 lineto
  1873. 0.85714 0.10033 lineto
  1874. 0.89683 0.0633 lineto
  1875. Mistroke
  1876. 0.91667 0.04782 lineto
  1877. 0.93651 0.0345 lineto
  1878. 0.97619 0.01472 lineto
  1879. Mfstroke
  1880. grestore
  1881. grestore
  1882. % End of Graphics
  1883. MathPictureEnd
  1884. :[font = text; inactive; preserveAspect; ]
  1885. Now we have a good idea that  the first zero  of  J1(x) lies somewhere
  1886. between  3.5  and 4.   So next we type  jj[3.5,4] and we get
  1887. ;[s]
  1888. 8:0,0;50,1;51,2;52,3;53,4;54,5;111,6;120,7;132,-1;
  1889. 8:1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,10,8,Times,66,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Courier,0,12,0,0,0;1,11,8,Times,0,12,0,0,0;
  1890. :[font = input; preserveAspect; plain; fontName = "Courier"; startGroup; ]
  1891. jj[3.5,4];
  1892. ;[s]
  1893. 1:0,0;10,-1;
  1894. 1:1,10,8,Courier,1,12,0,0,0;
  1895. :[font = postscript; PostScript; formatAsPostScript; output; inactive; pageBreakBelow; dontNoPageBreakBelow; preserveAspect; pictureLeft = 34; pictureWidth = 282; pictureHeight = 174; endGroup; ]
  1896. %!
  1897. %%Creator: Mathematica
  1898. %%AspectRatio: 0.61803 
  1899. MathPictureStart
  1900. /Courier findfont 10  scalefont  setfont
  1901. % Scaling calculations
  1902. -6.642857 1.904762 0.205813 2.893527 [
  1903. [(3.5)] 0.02381 0.20581 0 2 Msboxa
  1904. [(3.6)] 0.21429 0.20581 0 2 Msboxa
  1905. [(3.7)] 0.40476 0.20581 0 2 Msboxa
  1906. [(3.8)] 0.59524 0.20581 0 2 Msboxa
  1907. [(3.9)] 0.78571 0.20581 0 2 Msboxa
  1908. [(-0.05)] 0.96369 0.06114 1 0 Msboxa
  1909. [(0.05)] 0.96369 0.35049 1 0 Msboxa
  1910. [(0.1)] 0.96369 0.49517 1 0 Msboxa
  1911. [ -0.001 -0.001 0 0 ]
  1912. [ 1.001 0.61903 0 0 ]
  1913. ] MathScale
  1914. % Start of Graphics
  1915. 1 setlinecap
  1916. 1 setlinejoin
  1917. newpath
  1918. %%Object: Graphics
  1919. [ ] 0 setdash
  1920. 0 setgray
  1921. gsave
  1922. gsave
  1923. 0.002 setlinewidth
  1924. 0.02381 0.20581 moveto
  1925. 0.02381 0.21206 lineto
  1926. stroke
  1927. grestore
  1928. [(3.5)] 0.02381 0.20581 0 2 Mshowa
  1929. gsave
  1930. 0.002 setlinewidth
  1931. 0.21429 0.20581 moveto
  1932. 0.21429 0.21206 lineto
  1933. stroke
  1934. grestore
  1935. [(3.6)] 0.21429 0.20581 0 2 Mshowa
  1936. gsave
  1937. 0.002 setlinewidth
  1938. 0.40476 0.20581 moveto
  1939. 0.40476 0.21206 lineto
  1940. stroke
  1941. grestore
  1942. [(3.7)] 0.40476 0.20581 0 2 Mshowa
  1943. gsave
  1944. 0.002 setlinewidth
  1945. 0.59524 0.20581 moveto
  1946. 0.59524 0.21206 lineto
  1947. stroke
  1948. grestore
  1949. [(3.8)] 0.59524 0.20581 0 2 Mshowa
  1950. gsave
  1951. 0.002 setlinewidth
  1952. 0.78571 0.20581 moveto
  1953. 0.78571 0.21206 lineto
  1954. stroke
  1955. grestore
  1956. [(3.9)] 0.78571 0.20581 0 2 Mshowa
  1957. gsave
  1958. 0.001 setlinewidth
  1959. 0.0619 0.20581 moveto
  1960. 0.0619 0.20956 lineto
  1961. stroke
  1962. grestore
  1963. gsave
  1964. 0.001 setlinewidth
  1965. 0.1 0.20581 moveto
  1966. 0.1 0.20956 lineto
  1967. stroke
  1968. grestore
  1969. gsave
  1970. 0.001 setlinewidth
  1971. 0.1381 0.20581 moveto
  1972. 0.1381 0.20956 lineto
  1973. stroke
  1974. grestore
  1975. gsave
  1976. 0.001 setlinewidth
  1977. 0.17619 0.20581 moveto
  1978. 0.17619 0.20956 lineto
  1979. stroke
  1980. grestore
  1981. gsave
  1982. 0.001 setlinewidth
  1983. 0.25238 0.20581 moveto
  1984. 0.25238 0.20956 lineto
  1985. stroke
  1986. grestore
  1987. gsave
  1988. 0.001 setlinewidth
  1989. 0.29048 0.20581 moveto
  1990. 0.29048 0.20956 lineto
  1991. stroke
  1992. grestore
  1993. gsave
  1994. 0.001 setlinewidth
  1995. 0.32857 0.20581 moveto
  1996. 0.32857 0.20956 lineto
  1997. stroke
  1998. grestore
  1999. gsave
  2000. 0.001 setlinewidth
  2001. 0.36667 0.20581 moveto
  2002. 0.36667 0.20956 lineto
  2003. stroke
  2004. grestore
  2005. gsave
  2006. 0.001 setlinewidth
  2007. 0.44286 0.20581 moveto
  2008. 0.44286 0.20956 lineto
  2009. stroke
  2010. grestore
  2011. gsave
  2012. 0.001 setlinewidth
  2013. 0.48095 0.20581 moveto
  2014. 0.48095 0.20956 lineto
  2015. stroke
  2016. grestore
  2017. gsave
  2018. 0.001 setlinewidth
  2019. 0.51905 0.20581 moveto
  2020. 0.51905 0.20956 lineto
  2021. stroke
  2022. grestore
  2023. gsave
  2024. 0.001 setlinewidth
  2025. 0.55714 0.20581 moveto
  2026. 0.55714 0.20956 lineto
  2027. stroke
  2028. grestore
  2029. gsave
  2030. 0.001 setlinewidth
  2031. 0.63333 0.20581 moveto
  2032. 0.63333 0.20956 lineto
  2033. stroke
  2034. grestore
  2035. gsave
  2036. 0.001 setlinewidth
  2037. 0.67143 0.20581 moveto
  2038. 0.67143 0.20956 lineto
  2039. stroke
  2040. grestore
  2041. gsave
  2042. 0.001 setlinewidth
  2043. 0.70952 0.20581 moveto
  2044. 0.70952 0.20956 lineto
  2045. stroke
  2046. grestore
  2047. gsave
  2048. 0.001 setlinewidth
  2049. 0.74762 0.20581 moveto
  2050. 0.74762 0.20956 lineto
  2051. stroke
  2052. grestore
  2053. gsave
  2054. 0.001 setlinewidth
  2055. 0.82381 0.20581 moveto
  2056. 0.82381 0.20956 lineto
  2057. stroke
  2058. grestore
  2059. gsave
  2060. 0.001 setlinewidth
  2061. 0.8619 0.20581 moveto
  2062. 0.8619 0.20956 lineto
  2063. stroke
  2064. grestore
  2065. gsave
  2066. 0.001 setlinewidth
  2067. 0.9 0.20581 moveto
  2068. 0.9 0.20956 lineto
  2069. stroke
  2070. grestore
  2071. gsave
  2072. 0.001 setlinewidth
  2073. 0.9381 0.20581 moveto
  2074. 0.9381 0.20956 lineto
  2075. stroke
  2076. grestore
  2077. gsave
  2078. 0.002 setlinewidth
  2079. 0 0.20581 moveto
  2080. 1 0.20581 lineto
  2081. stroke
  2082. grestore
  2083. gsave
  2084. 0.002 setlinewidth
  2085. 0.97619 0.06114 moveto
  2086. 0.98244 0.06114 lineto
  2087. stroke
  2088. grestore
  2089. [(-0.05)] 0.96369 0.06114 1 0 Mshowa
  2090. gsave
  2091. 0.002 setlinewidth
  2092. 0.97619 0.35049 moveto
  2093. 0.98244 0.35049 lineto
  2094. stroke
  2095. grestore
  2096. [(0.05)] 0.96369 0.35049 1 0 Mshowa
  2097. gsave
  2098. 0.002 setlinewidth
  2099. 0.97619 0.49517 moveto
  2100. 0.98244 0.49517 lineto
  2101. stroke
  2102. grestore
  2103. [(0.1)] 0.96369 0.49517 1 0 Mshowa
  2104. gsave
  2105. 0.001 setlinewidth
  2106. 0.97619 0.09007 moveto
  2107. 0.97994 0.09007 lineto
  2108. stroke
  2109. grestore
  2110. gsave
  2111. 0.001 setlinewidth
  2112. 0.97619 0.11901 moveto
  2113. 0.97994 0.11901 lineto
  2114. stroke
  2115. grestore
  2116. gsave
  2117. 0.001 setlinewidth
  2118. 0.97619 0.14794 moveto
  2119. 0.97994 0.14794 lineto
  2120. stroke
  2121. grestore
  2122. gsave
  2123. 0.001 setlinewidth
  2124. 0.97619 0.17688 moveto
  2125. 0.97994 0.17688 lineto
  2126. stroke
  2127. grestore
  2128. gsave
  2129. 0.001 setlinewidth
  2130. 0.97619 0.23475 moveto
  2131. 0.97994 0.23475 lineto
  2132. stroke
  2133. grestore
  2134. gsave
  2135. 0.001 setlinewidth
  2136. 0.97619 0.26368 moveto
  2137. 0.97994 0.26368 lineto
  2138. stroke
  2139. grestore
  2140. gsave
  2141. 0.001 setlinewidth
  2142. 0.97619 0.29262 moveto
  2143. 0.97994 0.29262 lineto
  2144. stroke
  2145. grestore
  2146. gsave
  2147. 0.001 setlinewidth
  2148. 0.97619 0.32155 moveto
  2149. 0.97994 0.32155 lineto
  2150. stroke
  2151. grestore
  2152. gsave
  2153. 0.001 setlinewidth
  2154. 0.97619 0.37942 moveto
  2155. 0.97994 0.37942 lineto
  2156. stroke
  2157. grestore
  2158. gsave
  2159. 0.001 setlinewidth
  2160. 0.97619 0.40836 moveto
  2161. 0.97994 0.40836 lineto
  2162. stroke
  2163. grestore
  2164. gsave
  2165. 0.001 setlinewidth
  2166. 0.97619 0.4373 moveto
  2167. 0.97994 0.4373 lineto
  2168. stroke
  2169. grestore
  2170. gsave
  2171. 0.001 setlinewidth
  2172. 0.97619 0.46623 moveto
  2173. 0.97994 0.46623 lineto
  2174. stroke
  2175. grestore
  2176. gsave
  2177. 0.001 setlinewidth
  2178. 0.97619 0.0322 moveto
  2179. 0.97994 0.0322 lineto
  2180. stroke
  2181. grestore
  2182. gsave
  2183. 0.001 setlinewidth
  2184. 0.97619 0.00327 moveto
  2185. 0.97994 0.00327 lineto
  2186. stroke
  2187. grestore
  2188. gsave
  2189. 0.001 setlinewidth
  2190. 0.97619 0.5241 moveto
  2191. 0.97994 0.5241 lineto
  2192. stroke
  2193. grestore
  2194. gsave
  2195. 0.001 setlinewidth
  2196. 0.97619 0.55304 moveto
  2197. 0.97994 0.55304 lineto
  2198. stroke
  2199. grestore
  2200. gsave
  2201. 0.001 setlinewidth
  2202. 0.97619 0.58197 moveto
  2203. 0.97994 0.58197 lineto
  2204. stroke
  2205. grestore
  2206. gsave
  2207. 0.001 setlinewidth
  2208. 0.97619 0.61091 moveto
  2209. 0.97994 0.61091 lineto
  2210. stroke
  2211. grestore
  2212. gsave
  2213. 0.002 setlinewidth
  2214. 0.97619 0 moveto
  2215. 0.97619 0.61803 lineto
  2216. stroke
  2217. grestore
  2218. grestore
  2219. 0 0 moveto
  2220. 1 0 lineto
  2221. 1 0.61803 lineto
  2222. 0 0.61803 lineto
  2223. closepath
  2224. clip
  2225. newpath
  2226. gsave
  2227. gsave
  2228. 0.004 setlinewidth
  2229. 0.02381 0.60332 moveto
  2230. 0.06349 0.57804 lineto
  2231. 0.10317 0.55275 lineto
  2232. 0.14286 0.52748 lineto
  2233. 0.18254 0.50223 lineto
  2234. 0.22222 0.477 lineto
  2235. 0.2619 0.45182 lineto
  2236. 0.30159 0.42667 lineto
  2237. 0.34127 0.40159 lineto
  2238. 0.38095 0.37656 lineto
  2239. 0.42063 0.35161 lineto
  2240. 0.46032 0.32674 lineto
  2241. 0.5 0.30196 lineto
  2242. 0.53968 0.27728 lineto
  2243. 0.57937 0.25271 lineto
  2244. 0.61905 0.22825 lineto
  2245. 0.65873 0.20392 lineto
  2246. 0.69841 0.17972 lineto
  2247. 0.7381 0.15566 lineto
  2248. 0.77778 0.13175 lineto
  2249. 0.81746 0.10799 lineto
  2250. 0.85714 0.0844 lineto
  2251. 0.89683 0.06099 lineto
  2252. 0.93651 0.03776 lineto
  2253. 0.97619 0.01472 lineto
  2254. stroke
  2255. grestore
  2256. grestore
  2257. % End of Graphics
  2258. MathPictureEnd
  2259. :[font = text; inactive; preserveAspect; ]
  2260. Consequently  the first zero  of  J1(x) lies between  3.8  and  3.85.  So for
  2261. the next approximation we type
  2262. ;[s]
  2263. 6:0,0;34,1;35,2;36,3;37,4;38,5;109,-1;
  2264. 6:1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,10,8,Times,66,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,0,12,0,0,0;
  2265. :[font = input; preserveAspect; startGroup; ]
  2266. jj[3.8,3.85];
  2267. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 34; pictureWidth = 282; pictureHeight = 174; endGroup; ]
  2268. %!
  2269. %%Creator: Mathematica
  2270. %%AspectRatio: 0.61803 
  2271. MathPictureStart
  2272. /Courier findfont 10  scalefont  setfont
  2273. % Scaling calculations
  2274. -72.357143 19.047619 0.229196 29.180435 [
  2275. [(3.81)] 0.21429 0.2292 0 2 Msboxa
  2276. [(3.82)] 0.40476 0.2292 0 2 Msboxa
  2277. [(3.83)] 0.59524 0.2292 0 2 Msboxa
  2278. [(3.84)] 0.78571 0.2292 0 2 Msboxa
  2279. [(3.85)] 0.97619 0.2292 0 2 Msboxa
  2280. [(-0.005)] 0.01131 0.08329 1 0 Msboxa
  2281. [(0.005)] 0.01131 0.3751 1 0 Msboxa
  2282. [(0.01)] 0.01131 0.521 1 0 Msboxa
  2283. [ -0.001 -0.001 0 0 ]
  2284. [ 1.001 0.61903 0 0 ]
  2285. ] MathScale
  2286. % Start of Graphics
  2287. 1 setlinecap
  2288. 1 setlinejoin
  2289. newpath
  2290. %%Object: Graphics
  2291. [ ] 0 setdash
  2292. 0 setgray
  2293. gsave
  2294. gsave
  2295. 0.002 setlinewidth
  2296. 0.21429 0.2292 moveto
  2297. 0.21429 0.23545 lineto
  2298. stroke
  2299. grestore
  2300. [(3.81)] 0.21429 0.2292 0 2 Mshowa
  2301. gsave
  2302. 0.002 setlinewidth
  2303. 0.40476 0.2292 moveto
  2304. 0.40476 0.23545 lineto
  2305. stroke
  2306. grestore
  2307. [(3.82)] 0.40476 0.2292 0 2 Mshowa
  2308. gsave
  2309. 0.002 setlinewidth
  2310. 0.59524 0.2292 moveto
  2311. 0.59524 0.23545 lineto
  2312. stroke
  2313. grestore
  2314. [(3.83)] 0.59524 0.2292 0 2 Mshowa
  2315. gsave
  2316. 0.002 setlinewidth
  2317. 0.78571 0.2292 moveto
  2318. 0.78571 0.23545 lineto
  2319. stroke
  2320. grestore
  2321. [(3.84)] 0.78571 0.2292 0 2 Mshowa
  2322. gsave
  2323. 0.002 setlinewidth
  2324. 0.97619 0.2292 moveto
  2325. 0.97619 0.23545 lineto
  2326. stroke
  2327. grestore
  2328. [(3.85)] 0.97619 0.2292 0 2 Mshowa
  2329. gsave
  2330. 0.001 setlinewidth
  2331. 0.0619 0.2292 moveto
  2332. 0.0619 0.23295 lineto
  2333. stroke
  2334. grestore
  2335. gsave
  2336. 0.001 setlinewidth
  2337. 0.1 0.2292 moveto
  2338. 0.1 0.23295 lineto
  2339. stroke
  2340. grestore
  2341. gsave
  2342. 0.001 setlinewidth
  2343. 0.1381 0.2292 moveto
  2344. 0.1381 0.23295 lineto
  2345. stroke
  2346. grestore
  2347. gsave
  2348. 0.001 setlinewidth
  2349. 0.17619 0.2292 moveto
  2350. 0.17619 0.23295 lineto
  2351. stroke
  2352. grestore
  2353. gsave
  2354. 0.001 setlinewidth
  2355. 0.25238 0.2292 moveto
  2356. 0.25238 0.23295 lineto
  2357. stroke
  2358. grestore
  2359. gsave
  2360. 0.001 setlinewidth
  2361. 0.29048 0.2292 moveto
  2362. 0.29048 0.23295 lineto
  2363. stroke
  2364. grestore
  2365. gsave
  2366. 0.001 setlinewidth
  2367. 0.32857 0.2292 moveto
  2368. 0.32857 0.23295 lineto
  2369. stroke
  2370. grestore
  2371. gsave
  2372. 0.001 setlinewidth
  2373. 0.36667 0.2292 moveto
  2374. 0.36667 0.23295 lineto
  2375. stroke
  2376. grestore
  2377. gsave
  2378. 0.001 setlinewidth
  2379. 0.44286 0.2292 moveto
  2380. 0.44286 0.23295 lineto
  2381. stroke
  2382. grestore
  2383. gsave
  2384. 0.001 setlinewidth
  2385. 0.48095 0.2292 moveto
  2386. 0.48095 0.23295 lineto
  2387. stroke
  2388. grestore
  2389. gsave
  2390. 0.001 setlinewidth
  2391. 0.51905 0.2292 moveto
  2392. 0.51905 0.23295 lineto
  2393. stroke
  2394. grestore
  2395. gsave
  2396. 0.001 setlinewidth
  2397. 0.55714 0.2292 moveto
  2398. 0.55714 0.23295 lineto
  2399. stroke
  2400. grestore
  2401. gsave
  2402. 0.001 setlinewidth
  2403. 0.63333 0.2292 moveto
  2404. 0.63333 0.23295 lineto
  2405. stroke
  2406. grestore
  2407. gsave
  2408. 0.001 setlinewidth
  2409. 0.67143 0.2292 moveto
  2410. 0.67143 0.23295 lineto
  2411. stroke
  2412. grestore
  2413. gsave
  2414. 0.001 setlinewidth
  2415. 0.70952 0.2292 moveto
  2416. 0.70952 0.23295 lineto
  2417. stroke
  2418. grestore
  2419. gsave
  2420. 0.001 setlinewidth
  2421. 0.74762 0.2292 moveto
  2422. 0.74762 0.23295 lineto
  2423. stroke
  2424. grestore
  2425. gsave
  2426. 0.001 setlinewidth
  2427. 0.82381 0.2292 moveto
  2428. 0.82381 0.23295 lineto
  2429. stroke
  2430. grestore
  2431. gsave
  2432. 0.001 setlinewidth
  2433. 0.8619 0.2292 moveto
  2434. 0.8619 0.23295 lineto
  2435. stroke
  2436. grestore
  2437. gsave
  2438. 0.001 setlinewidth
  2439. 0.9 0.2292 moveto
  2440. 0.9 0.23295 lineto
  2441. stroke
  2442. grestore
  2443. gsave
  2444. 0.001 setlinewidth
  2445. 0.9381 0.2292 moveto
  2446. 0.9381 0.23295 lineto
  2447. stroke
  2448. grestore
  2449. gsave
  2450. 0.002 setlinewidth
  2451. 0 0.2292 moveto
  2452. 1 0.2292 lineto
  2453. stroke
  2454. grestore
  2455. gsave
  2456. 0.002 setlinewidth
  2457. 0.02381 0.08329 moveto
  2458. 0.03006 0.08329 lineto
  2459. stroke
  2460. grestore
  2461. [(-0.005)] 0.01131 0.08329 1 0 Mshowa
  2462. gsave
  2463. 0.002 setlinewidth
  2464. 0.02381 0.3751 moveto
  2465. 0.03006 0.3751 lineto
  2466. stroke
  2467. grestore
  2468. [(0.005)] 0.01131 0.3751 1 0 Mshowa
  2469. gsave
  2470. 0.002 setlinewidth
  2471. 0.02381 0.521 moveto
  2472. 0.03006 0.521 lineto
  2473. stroke
  2474. grestore
  2475. [(0.01)] 0.01131 0.521 1 0 Mshowa
  2476. gsave
  2477. 0.001 setlinewidth
  2478. 0.02381 0.11247 moveto
  2479. 0.02756 0.11247 lineto
  2480. stroke
  2481. grestore
  2482. gsave
  2483. 0.001 setlinewidth
  2484. 0.02381 0.14166 moveto
  2485. 0.02756 0.14166 lineto
  2486. stroke
  2487. grestore
  2488. gsave
  2489. 0.001 setlinewidth
  2490. 0.02381 0.17084 moveto
  2491. 0.02756 0.17084 lineto
  2492. stroke
  2493. grestore
  2494. gsave
  2495. 0.001 setlinewidth
  2496. 0.02381 0.20002 moveto
  2497. 0.02756 0.20002 lineto
  2498. stroke
  2499. grestore
  2500. gsave
  2501. 0.001 setlinewidth
  2502. 0.02381 0.25838 moveto
  2503. 0.02756 0.25838 lineto
  2504. stroke
  2505. grestore
  2506. gsave
  2507. 0.001 setlinewidth
  2508. 0.02381 0.28756 moveto
  2509. 0.02756 0.28756 lineto
  2510. stroke
  2511. grestore
  2512. gsave
  2513. 0.001 setlinewidth
  2514. 0.02381 0.31674 moveto
  2515. 0.02756 0.31674 lineto
  2516. stroke
  2517. grestore
  2518. gsave
  2519. 0.001 setlinewidth
  2520. 0.02381 0.34592 moveto
  2521. 0.02756 0.34592 lineto
  2522. stroke
  2523. grestore
  2524. gsave
  2525. 0.001 setlinewidth
  2526. 0.02381 0.40428 moveto
  2527. 0.02756 0.40428 lineto
  2528. stroke
  2529. grestore
  2530. gsave
  2531. 0.001 setlinewidth
  2532. 0.02381 0.43346 moveto
  2533. 0.02756 0.43346 lineto
  2534. stroke
  2535. grestore
  2536. gsave
  2537. 0.001 setlinewidth
  2538. 0.02381 0.46264 moveto
  2539. 0.02756 0.46264 lineto
  2540. stroke
  2541. grestore
  2542. gsave
  2543. 0.001 setlinewidth
  2544. 0.02381 0.49182 moveto
  2545. 0.02756 0.49182 lineto
  2546. stroke
  2547. grestore
  2548. gsave
  2549. 0.001 setlinewidth
  2550. 0.02381 0.05411 moveto
  2551. 0.02756 0.05411 lineto
  2552. stroke
  2553. grestore
  2554. gsave
  2555. 0.001 setlinewidth
  2556. 0.02381 0.02493 moveto
  2557. 0.02756 0.02493 lineto
  2558. stroke
  2559. grestore
  2560. gsave
  2561. 0.001 setlinewidth
  2562. 0.02381 0.55018 moveto
  2563. 0.02756 0.55018 lineto
  2564. stroke
  2565. grestore
  2566. gsave
  2567. 0.001 setlinewidth
  2568. 0.02381 0.57936 moveto
  2569. 0.02756 0.57936 lineto
  2570. stroke
  2571. grestore
  2572. gsave
  2573. 0.001 setlinewidth
  2574. 0.02381 0.60854 moveto
  2575. 0.02756 0.60854 lineto
  2576. stroke
  2577. grestore
  2578. gsave
  2579. 0.002 setlinewidth
  2580. 0.02381 0 moveto
  2581. 0.02381 0.61803 lineto
  2582. stroke
  2583. grestore
  2584. grestore
  2585. 0 0 moveto
  2586. 1 0 lineto
  2587. 1 0.61803 lineto
  2588. 0 0.61803 lineto
  2589. closepath
  2590. clip
  2591. newpath
  2592. gsave
  2593. gsave
  2594. 0.004 setlinewidth
  2595. 0.02381 0.60332 moveto
  2596. 0.06349 0.57865 lineto
  2597. 0.10317 0.55399 lineto
  2598. 0.14286 0.52934 lineto
  2599. 0.18254 0.50471 lineto
  2600. 0.22222 0.48008 lineto
  2601. 0.2619 0.45547 lineto
  2602. 0.30159 0.43088 lineto
  2603. 0.34127 0.40629 lineto
  2604. 0.38095 0.38172 lineto
  2605. 0.42063 0.35716 lineto
  2606. 0.46032 0.33261 lineto
  2607. 0.5 0.30808 lineto
  2608. 0.53968 0.28356 lineto
  2609. 0.57937 0.25905 lineto
  2610. 0.61905 0.23456 lineto
  2611. 0.65873 0.21007 lineto
  2612. 0.69841 0.18561 lineto
  2613. 0.7381 0.16115 lineto
  2614. 0.77778 0.13671 lineto
  2615. 0.81746 0.11229 lineto
  2616. 0.85714 0.08787 lineto
  2617. 0.89683 0.06347 lineto
  2618. 0.93651 0.03909 lineto
  2619. 0.97619 0.01472 lineto
  2620. stroke
  2621. grestore
  2622. grestore
  2623. % End of Graphics
  2624. MathPictureEnd
  2625. :[font = text; inactive; pageBreakBelow; preserveAspect; ]
  2626. Continuing in is this way we find that the first zero  of  J1(x) is slightly
  2627. more than  3.8317.
  2628. ;[s]
  2629. 6:0,0;59,1;60,2;61,3;62,4;63,5;96,-1;
  2630. 6:1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,10,8,Times,66,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,0,12,0,0,0;
  2631. :[font = text; inactive; preserveAspect; ]
  2632. The command FindRoot can also be used to find zeros of Bessel functions.
  2633. This command attempts to solve equations numerically, but it must be given
  2634. a hint.  For example  the commands
  2635. ;[s]
  2636. 3:0,0;11,1;20,2;182,-1;
  2637. 3:1,11,8,Times,0,12,0,0,0;1,10,8,Courier,0,12,0,0,0;1,11,8,Times,0,12,0,0,0;
  2638. :[font = input; preserveAspect; startGroup; ]
  2639. FindRoot[BesselJ[1,x],{x,3}]
  2640. :[font = output; output; inactive; preserveAspect; endGroup; ]
  2641. {x -> 3.831705970207511}
  2642. ;[o]
  2643. {x -> 3.83171}
  2644. :[font = input; preserveAspect; startGroup; ]
  2645. FindRoot[BesselJ[1,x],{x,7}]
  2646. :[font = output; output; inactive; preserveAspect; endGroup; ]
  2647. {x -> 7.015586669815619}
  2648. ;[o]
  2649. {x -> 7.01559}
  2650. :[font = text; inactive; preserveAspect; ]
  2651. tell us the first and second zeros of J1(x).  However, FindRoot can
  2652. sometimes give the wrong answer.  For example, if we type in
  2653. ;[s]
  2654. 8:0,0;38,1;39,2;40,3;41,4;42,5;55,6;63,7;129,-1;
  2655. 8:1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,10,8,Times,66,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Courier,0,12,0,0,0;1,11,8,Times,0,12,0,0,0;
  2656. :[font = input; preserveAspect; startGroup; ]
  2657. FindRoot[BesselJ[1,x],{x,2}]
  2658. :[font = output; output; inactive; preserveAspect; endGroup; ]
  2659. {x -> 10.17346813506272}
  2660. ;[o]
  2661. {x -> 10.1735}
  2662. :[font = text; inactive; pageBreakBelow; preserveAspect; ]
  2663. But  10.1735  is the third zero of  J1(x), whereas the nearest zero to 2
  2664. is  3.83171.  Since Mathematica's internal algorithm for FindRoot does
  2665. not always give the right answer, the output of FindRoot should always
  2666. be checked by plotting.
  2667. ;[s]
  2668. 12:0,0;36,1;37,2;38,3;39,4;40,5;93,6;106,7;130,8;138,9;192,10;200,11;239,-1;
  2669. 12:1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,10,8,Times,66,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Courier,0,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Courier,0,12,0,0,0;1,11,8,Times,0,12,0,0,0;
  2670. :[font = text; inactive; preserveAspect; ]
  2671.     It is possible to see just how well the function
  2672. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 0; pictureWidth = 84; pictureHeight = 31; ]
  2673. %!
  2674. %%Creator: Mathematica
  2675. %%AspectRatio: 0.369048
  2676. 200 dict begin
  2677. MathPictureStart
  2678. /Courier findfont 10  scalefont  setfont
  2679. % Scaling calculations
  2680. 0 1 0 1 [
  2681. [ 0 0 0 0 ]
  2682. [ 84 31 0 0 ]
  2683. ] MathScale
  2684. % Start of Graphics
  2685. %!PS-Adobe-2.0 EPSF-2.0
  2686. %%Title: 
  2687. %%Creator: EquationBuilder
  2688. %%CreationDate: Mon Aug  3 15:51:46 1992
  2689. %%For: gray
  2690. %%DocumentFonts: (atend)
  2691. %%Pages: 0 1
  2692. %%BoundingBox: 0 0 84 31
  2693. %%Translation: 1 8.633711 82.749336 0
  2694. %%EndComments
  2695.  
  2696. %%BeginDocument: /usr/lib/NextStep/printPackage.ps
  2697. %!PS-Adobe-2.0
  2698. %%Title: Printing Package
  2699. %%EndComments
  2700. %Version: 2.0
  2701. %Copyright: 1988, NeXT, Inc.
  2702.  
  2703. /__NXdef{1 index where{pop pop pop}{def}ifelse}bind def
  2704. /__NXbdef{1 index where{pop pop pop}{bind def}ifelse}bind def
  2705. /UserObjects 10 array __NXdef
  2706. /defineuserobject{
  2707.     exch dup 1 add dup UserObjects length gt{
  2708.         array dup 0 UserObjects putinterval
  2709.         /UserObjects exch def
  2710.     }{pop}ifelse UserObjects exch 3 -1 roll put
  2711. }__NXbdef
  2712. /undefineuserobject{UserObjects exch null put}__NXbdef
  2713. /execuserobject{UserObjects exch get exec}__NXbdef
  2714. /__NXRectPath{4 2 roll moveto 1 index 0 rlineto
  2715. 0 exch rlineto neg 0 rlineto closepath}__NXbdef
  2716. /__NXProcessRectArgs{
  2717.     1 index type /arraytype eq{
  2718.         exch 0 4 2 index length 1 sub{
  2719.             dup 3 add 1 exch{1 index exch get exch}for
  2720.             5 1 roll 5 index exec
  2721.         }for pop pop
  2722.     }{exec}ifelse
  2723. }__NXbdef
  2724. /rectfill{gsave newpath {__NXRectPath fill} __NXProcessRectArgs grestore}__NXbdef
  2725. /rectclip{newpath {__NXRectPath} __NXProcessRectArgs clip newpath}__NXbdef
  2726. /rectstroke{
  2727.     gsave newpath dup type /arraytype eq{dup length 6 eq}{false}ifelse{
  2728.         {gsave __NXRectPath null concat stroke grestore}
  2729.         dup length array cvx copy dup 2 4 -1 roll put __NXProcessRectArgs
  2730.     }{{__NXRectPath stroke} __NXProcessRectArgs}ifelse grestore
  2731. }__NXbdef
  2732. /xyshow{
  2733.     0 1 3 index length 1 sub{
  2734.         currentpoint 4 index 3 index 1 getinterval show
  2735.         3 index 3 index 2 mul 1 add get add exch
  2736.         3 index    3 index 2 mul get add exch moveto pop
  2737.     }for pop pop
  2738. }__NXbdef
  2739. /xshow{
  2740.     0 1 3 index length 1 sub{
  2741.         currentpoint 4 index 3 index 1 getinterval show
  2742.         exch 3 index 3 index get add exch moveto pop
  2743.     }for pop pop
  2744. }__NXbdef
  2745. /yshow{
  2746.     0 1 3 index length 1 sub{
  2747.         currentpoint 4 index 3 index 1 getinterval show
  2748.         3 index 3 index get add moveto pop
  2749.     }for pop pop
  2750. }__NXbdef
  2751. /arct{arcto pop pop pop pop}__NXbdef
  2752. /setbbox{pop pop pop pop}__NXbdef
  2753. /ucache{}__NXbdef
  2754. /ucachestatus{mark 0 0 0 0 0}__NXbdef
  2755. /setucacheparams{cleartomark}__NXbdef
  2756. /uappend{systemdict begin cvx exec end}__NXbdef
  2757. /ueofill{gsave newpath uappend eofill grestore}__NXbdef
  2758. /ufill{gsave newpath uappend fill grestore}__NXbdef
  2759. /ustroke{
  2760.     gsave newpath dup length 6 eq
  2761.     {exch uappend concat}{uappend}ifelse
  2762.     stroke grestore
  2763. }__NXbdef
  2764. /__NXustrokepathMatrix dup where {pop pop}{matrix def}ifelse
  2765. /ustrokepath{
  2766.     newpath dup length 6 eq{
  2767.         exch uappend __NXustrokepathMatrix currentmatrix exch concat
  2768.         strokepath setmatrix
  2769.     }{uappend strokepath}ifelse
  2770. } __NXbdef
  2771. /upath{
  2772.     [exch {/ucache cvx}if pathbbox /setbbox cvx
  2773.      {/moveto cvx}{/lineto cvx}{/curveto cvx}{/closepath cvx}pathforall]cvx
  2774. } __NXbdef
  2775. /setstrokeadjust{pop}__NXbdef
  2776. /currentstrokeadjust{false}__NXbdef
  2777. /selectfont{exch findfont exch
  2778. dup type /arraytype eq {makefont}{scalefont}ifelse setfont}__NXbdef
  2779. /_NXCombineArrays{
  2780.     counttomark dup 2 add index dup length 3 -1 roll {
  2781.         2 index length sub dup 4 1 roll 1 index exch 4 -1 roll putinterval exch
  2782.     }repeat pop pop pop
  2783. }__NXbdef
  2784. /setcmykcolor{
  2785.     1.0 exch sub dup dup 6 -1 roll
  2786.     sub dup 0 lt{pop 0}if 5 1 roll
  2787.     4 -1 roll sub dup 0 lt{pop 0}if 3 1 roll
  2788.     exch sub dup 0 lt{pop 0}if setrgbcolor
  2789. }__NXbdef
  2790. /currentcmykcolor{currentrgbcolor 3{1.0 exch sub 3 1 roll}repeat 0}__NXbdef
  2791. /flushgraphics{}def
  2792. /setwindowtype{pop pop}def
  2793. /currentwindowtype{pop 0}def
  2794. /setalpha{pop}def
  2795. /currentalpha{1.0}def
  2796. /hidecursor{}def
  2797. /obscurecursor{}def
  2798. /revealcursor{}def
  2799. /setcursor{4 {pop}repeat}bind def
  2800. /showcursor{}def
  2801. /NextStepEncoding where not{
  2802. /NextStepEncoding StandardEncoding 256 array copy def
  2803. 0 [129/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/Ccedilla/Egrave
  2804. /Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
  2805. /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/Ugrave/Uacute
  2806. /Ucircumflex/Udieresis/Yacute/Thorn/mu/multiply/divide/copyright
  2807. 176/registered 181/brokenbar 190/logicalnot 192/onesuperior 201/twosuperior
  2808. 204/threesuperior 209/plusminus/onequarter/onehalf/threequarters/agrave
  2809. /aacute/acircumflex/atilde/adieresis/aring/ccedilla/egrave/eacute
  2810. /ecircumflex/edieresis/igrave 226/iacute 228/icircumflex/idieresis/eth
  2811. /ntilde 236/ograve/oacute/ocircumflex/otilde/odieresis 242/ugrave/uacute
  2812. /ucircumflex 246/udieresis/yacute 252/thorn/ydieresis]
  2813. {dup type /nametype eq
  2814.  {NextStepEncoding 2 index 2 index put pop 1 add}{exch pop}ifelse
  2815. }forall pop
  2816. /NextStepEncoding NextStepEncoding readonly def   
  2817. /_NXfstr 128 string dup 0 (_NX) putinterval def   
  2818. /findfont{
  2819.  % Because we can never let NextStepEncoding get into
  2820.  % SharedFontDirectory, we cannot reencode a font to NextStepEncoding
  2821.  % if we are in shared mode.  So if currentshared is true,
  2822.  % we call the normal findfont and return that
  2823.  /currentshared where {pop currentshared} {false} ifelse
  2824.  {//findfont exec}
  2825.  {dup _NXfstr 3 125 getinterval cvs length 3 add _NXfstr 0 3 -1 roll
  2826.   getinterval cvn exch FontDirectory 2 index known 
  2827.   {pop FontDirectory exch get}
  2828.   {//findfont exec dup /Encoding get StandardEncoding eq
  2829.    {    dup length dict exch
  2830.     {1 index /FID ne {2 index 3 1 roll put}{pop pop}ifelse}forall
  2831.      dup /Encoding NextStepEncoding put definefont
  2832.     }{exch pop} ifelse
  2833.    }ifelse
  2834.  }ifelse
  2835. }bind def
  2836. }{pop}ifelse
  2837. /_NXProcArray 5 array __NXdef
  2838. /_NXChannels 0 __NXdef
  2839. /_NXTotalBytes 0 __NXdef
  2840. /_NXDoImageOp{
  2841.     1 index{dup}{1}ifelse /_NXChannels exch store
  2842.     _NXChannels 2 add 2 roll _NXProcArray 0 _NXChannels getinterval astore pop
  2843.     5 index 4 index mul 2 index{1 sub 8 idiv 1 add mul}{mul 1 sub 8 idiv 1 add}ifelse
  2844.     4 index mul /_NXTotalBytes exch store pop exch pop
  2845.     gsave matrix invertmatrix concat 0.5 setgray 0 0 4 2 roll rectfill grestore
  2846.     {    0 1 _NXChannels 1 sub{
  2847.             _NXProcArray exch get exec
  2848.             length _NXTotalBytes exch sub /_NXTotalBytes exch store}for
  2849.         _NXTotalBytes 0 le{exit}if
  2850.     }loop /_NXProcArray 5 array def
  2851. }__NXbdef
  2852. /colorimage{_NXDoImageOp}__NXbdef
  2853. /alphaimage{1 add _NXDoImageOp}def
  2854. %%EndDocument
  2855.  
  2856. % EquationBuilder(TM) Expression
  2857. % +.\Jr(=:/*V[StRFQAYmdjEEA;1nuN+[co.OZ7L#cq3iK%3:</XJ@:d#6;^G;Td47dud<A3@
  2858. % 5%MGToUOR5&d`'TuEDU)B-tbR".RJBA*j!!#t8"9`(0Sid;k!&A0sO@"L$!/a>R!L,$-1s/C
  2859. % B#Cn*e"h)@2@AXE`Ui2FuJ3`%0`&Rf+8YXkFaW!,slN$o42$fa3D<P)b`0`8d!_h#b$ue*iR
  2860. % K6<qbQ-(F07tWmaJ<eh7SY#BM!8_jS7umh:]j&SD*Xm*Rl#!1d!:I/nS6(8>_<BF3<j-B7c]
  2861. % 6=ajEh$eVup&(Q_e>EJb+#jCok$n+2E(d$0"Y>7rCDGmOcgRWS<NP6"WZ$iiWEHl7YEBki$e
  2862. % ct`ZZ&;!MaXe9;t.d[u?SpdZl(D.Y_%EMY&rdg4KJcN:c!.tacJ;59Q[MQ`2[=IfYL_sm*8r
  2863. % 3SA-mFMc`@+7W1hJ]l!'^Gbb)JFL#XA_GFKm&%%tIPGI\ek:>_N.bf[qb[VE!RiKJYYq$kYZ
  2864. % @jbm)Aabkuo:8uAh_rZ)?&T,<<cuZ07\RgL&G0(jT>_&dt0p5'4AM=mg8P""2NHPMOXM(TBP
  2865. % n"9X`Z'![-VC'I#!e&pN@cA[Cecb:N1j])8r,!H.NlZCV4Dd3@VojpBUg'ff)h+pD9?C>&k[
  2866. % c#WXF.,8sYFl>2b0?[Mf_eG)?T$R3@<qi3=XVX5^Aba@Ke@2H&9SO#dX=@ureOOA@f"'YCH'
  2867. % HL[iI&9Z&K`uB%1b1KJ(3nrmKH=[-b!bgsU<$)Mo@"<k;:k>*./P(Fp(iD;=J\Z+6/Atn+,X
  2868. % Fp;[uK@>!Xq.!0dqTL]-F^L!:_cD+^[Q$6t6A9#lpLj@gE&7x
  2869. % EndExpression N 670 29e E 10 S 10c2e R cbd68ad8
  2870. gsave
  2871.  /__NXbasematrix matrix currentmatrix def
  2872. grestore
  2873. %%EndProlog
  2874. %%BeginSetup
  2875. /EqBFont 18 dict dup begin /FontType 3 def /PaintType 0 def /FontMatrix [0.001 0 0 0.001 0 0] def /FontBBox [15 -2950 1360 1045] def /Encoding [/.notdef /rad1 /rad2 /rad3 /rad4 /rad5 /radext /int /pathint /sum /prod /cdot /vdot /ddot /hbar /bigcap /bigcup /parallel] def /Metrics 18 dict dup begin /.notdef 0 def /rad1 1000 def /rad2 1000 def /rad3 1000 def /rad4 1000 def /rad5 1048 def /radext 1048 def /int 500 def /pathint 500 def /sum 700 def /prod 700 def /cdot 1000 def /vdot 550 def /ddot 1000 def /hbar 500 def /bigcap 700 def /bigcup 700 def /parallel 500 def end def /BBox 18 dict dup begin /.notdef [0 0 0 0] def /rad1 [110 -1150 1020 0] def /rad2 [110 -1750 1020 0] def /rad3 [110 -2350 1020 0] def /rad4 [110 -2950 1020 0] def /rad5 [128 -2890 740 0] def /radext [700 -600 740 0] def /int [20 0 425 1045] def /pathint [20 0 425 1045] def /sum [15 5 640 715] def /prod [15 0 670 715] def /cdot [110 215 890 325] def /vdot [165 -5 280 770] def /ddot [110 -5 890 770] def /hbar [20 -10 480 685] def /bigcap [0 0 680 720] def /bigcup [0 0 680 720] def /parallel [65 -175 400 675] def end def /CharacterDefs 18 dict dup begin /.notdef {
  2876.     
  2877. } def /rad1 {
  2878.     980 0 moveto 464 -1048 lineto 248 -560 lineto 110 -656 lineto 125 -675 lineto 200 -624 lineto 420 -1150 lineto 460 -1150 lineto 1020 0 lineto 980 0 lineto closepath
  2879. } def /rad2 {
  2880.     980 0 moveto 460 -1600 lineto 245 -864 lineto 110 -1000 lineto 128 -1023 lineto 200 -950 lineto 424 -1750 lineto 456 -1750 lineto 1020 0 lineto 980 0 lineto closepath
  2881. } def /rad3 {
  2882.     980 0 moveto 464 -2144 lineto 248 -1160 lineto 110 -1368 lineto 130 -1390 lineto 192 -1288 lineto 424 -2350 lineto 464 -2350 lineto 1020 0 lineto 980 0 lineto closepath
  2883. } def /rad4 {
  2884.     980 0 moveto 880 -488 lineto 672 -1600 lineto 464 -2696 lineto 248 -1464 lineto 110 -1728 lineto 130 -1750 lineto 192 -1616 lineto 424 -2950 lineto 464 -2950 lineto 768 -1312 lineto 1020 0 lineto 980 0 lineto closepath
  2885. } def /rad5 {
  2886.     700 0 moveto 700 -2628 lineto 248 -1284 lineto 128 -1564 lineto 150 -1580 lineto 215 -1425 lineto 688 -2890 lineto 740 -2890 lineto 740 0 lineto 700 0 lineto closepath
  2887. } def /radext {
  2888.     700 0 moveto 700 -600 lineto 740 -600 lineto 740 0 lineto 700 0 lineto closepath
  2889. } def /int {
  2890.     245 390 moveto 225 235 195 145 180 100 curveto 165 60 150 50 140 40 curveto 135 30 85 0 50 20 curveto 35 25 25 45 25 55 curveto 20 80 30 100 55 110 curveto 80 125 93 110 110 90 curveto 135 60 155 135 160 195 curveto 165 270 170 340 190 510 curveto 205 650 lineto 220 810 230 890 265 960 curveto 275 980 295 1015 320 1030 curveto 350 1045 380 1030 395 1020 curveto 410 1010 425 980 400 955 curveto 385 940 347 925 330 950 curveto 310 970 290 955 290 940 curveto 280 900 285 745 270 610 curveto 245 390 lineto closepath
  2891. } def /pathint {
  2892.     245 390 moveto 225 235 195 145 180 100 curveto 165 60 150 50 140 40 curveto 135 30 85 0 50 20 curveto 35 25 25 45 25 55 curveto 20 80 30 100 55 110 curveto 80 125 93 110 110 90 curveto 135 60 155 135 160 195 curveto 165 270 170 340 190 510 curveto 205 650 lineto 220 810 230 890 265 960 curveto 275 980 295 1015 320 1030 curveto 350 1045 380 1030 395 1020 curveto 410 1010 425 980 400 955 curveto 385 940 347 925 330 950 curveto 310 970 290 955 290 940 curveto 280 900 285 745 270 610 curveto 245 390 lineto fill 20 setlinewidth 220 400 moveto 290 400 340 455 340 500 curveto 340 585 290 640 220 640 curveto 155 640 100 585 100 500 curveto 100 455 155 400 220 400 curveto stroke
  2893. } def /sum {
  2894.     330 335 moveto 20 715 lineto 575 715 lineto 600 545 lineto 575 535 lineto 550 625 525 685 395 685 curveto 160 685 lineto 411 370 lineto 160 90 lineto 470 90 lineto 565 90 590 140 610 210 curveto 640 200 lineto 585 5 lineto 15 5 lineto 330 335 lineto closepath
  2895. } def /prod {
  2896.     590 90 moveto 590 30 620 20 670 20 curveto 670 0 lineto 410 0 lineto 410 20 lineto 460 20 495 30 495 90 curveto 495 670 lineto 190 670 lineto 190 90 lineto 190 30 225 20 275 20 curveto 275 0 lineto 15 0 lineto 15 20 lineto 65 20 100 30 100 90 curveto 100 615 lineto 100 690 40 700 20 700 curveto 20 715 lineto 670 715 lineto 670 700 lineto 645 700 590 690 590 615 curveto 590 90 lineto closepath
  2897. } def /cdot {
  2898.     110 270 moveto 110 300 135 325 165 325 curveto 195 325 220 300 220 270 curveto 220 235 185 215 165 215 curveto 145 215 110 235 110 270 curveto fill 445 270 moveto 445 300 470 325 500 325 curveto 530 325 555 300 555 270 curveto 555 235 520 215 500 215 curveto 480 215 445 235 445 270 curveto fill 775 270 moveto 775 300 800 325 830 325 curveto 860 325 890 300 890 270 curveto 890 235 850 215 830 215 curveto 810 215 775 235 775 270 curveto fill
  2899. } def /vdot {
  2900.     220 770 moveto 250 770 280 750 280 720 curveto 280 680 250 660 220 660 curveto 185 660 165 695 165 720 curveto 165 740 185 770 220 770 curveto fill 220 440 moveto 250 440 280 415 280 385 curveto 280 355 250 330 220 330 curveto 185 330 165 365 165 385 curveto 165 405 185 440 220 440 curveto fill 220 105 moveto 250 105 280 80 280 50 curveto 280 20 250 -5 220 -5 curveto 185 -5 165 30 165 50 curveto 165 70 185 105 220 105 curveto fill
  2901. } def /ddot {
  2902.     165 720 moveto 205 720 220 700 220 665 curveto 220 630 195 610 165 610 curveto 130 620 110 645 110 665 curveto 110 690 130 720 165 720 curveto fill 500 440 moveto 530 440 555 415 555 385 curveto 555 355 530 330 500 330 curveto 465 330 445 365 445 385 curveto 445 405 465 440 500 440 curveto fill 830 155 moveto 860 155 890 130 890 100 curveto 890 70 860 45 830 45 curveto 795 45 775 80 775 100 curveto 775 120 795 155 830 155 curveto fill
  2903. } def /hbar {
  2904.     480 105 moveto 440 55 400 -10 335 -10 curveto 300 -10 290 10 290 35 curveto 290 65 370 350 370 365 curveto 370 380 355 390 340 390 curveto 290 390 205 275 185 250 curveto 140 180 125 125 95 0 curveto 20 0 lineto 150 500 lineto 160 545 180 600 180 615 curveto 180 625 170 640 135 640 curveto 110 640 lineto 100 655 lineto 165 660 215 670 270 685 curveto 275 680 lineto 155 240 lineto 155 235 lineto 190 290 290 440 380 440 curveto 400 440 450 435 450 370 curveto 450 335 365 80 365 55 curveto 365 45 375 40 385 40 curveto 405 40 425 70 465 115 curveto 480 105 lineto fill 55 545 moveto 55 520 lineto 310 560 lineto 310 585 lineto 55 545 lineto fill
  2905. } def /bigcap {
  2906.     615 400 moveto 615 575 500 655 340 655 curveto 180 655 70 575 70 400 curveto 70 0 lineto 5 0 lineto 5 400 lineto 5 610 140 720 340 720 curveto 545 720 680 610 680 400 curveto 680 0 lineto 615 0 lineto 615 400 lineto closepath
  2907. } def /bigcup {
  2908.     65 320 moveto 65 145 180 65 340 65 curveto 500 65 615 145 615 320 curveto 615 720 lineto 680 720 lineto 680 320 lineto 680 110 540 0 340 0 curveto 140 0 0 110 0 320 curveto 0 720 lineto 65 720 lineto 65 320 lineto closepath
  2909. } def /parallel {
  2910.     135 675 moveto 135 -175 lineto 65 -175 lineto 65 675 lineto 135 675 lineto fill 335 675 moveto 335 -175 lineto 265 -175 lineto 265 675 lineto 335 675 lineto fill 400 675 moveto
  2911. } def end def /BuildChar {
  2912.     0 begin /char exch def /fontdict exch def /charname fontdict /Encoding get char get def fontdict begin Metrics charname get 0 BBox charname get aload pop setcachedevice CharacterDefs charname get exec eofill end end
  2913. } def /BuildChar load 0 3 dict put end definefont pop
  2914. %%EndSetup
  2915. 0 0 83.749336 30.126738 rectclip
  2916. 0 0 83.749336 30.126738 rectclip
  2917. 0 setgray
  2918. 1 setalpha
  2919. 0.48 setlinewidth
  2920. 6.364 12.633711 moveto
  2921. 19.952 12.633711 lineto
  2922. stroke
  2923. 0 setgray
  2924. 1 setalpha
  2925. 1 2.244157 scale
  2926. /Symbol findfont 12 scalefont
  2927. 44
  2928. exch
  2929. defineuserobject
  2930. 44 execuserobject setfont
  2931. 1.564 2.737602 moveto
  2932. (\() [0 0] xyshow
  2933. 1 0.445602 scale
  2934. 1 2.241563 scale
  2935. 44 execuserobject setfont
  2936. 20.792 2.738118 moveto
  2937. (\)) [0 0] xyshow
  2938. 1 0.446117 scale
  2939. 0 setgray
  2940. 1 setalpha
  2941. 0.36 setlinewidth
  2942. 25.316002 24.320738 moveto
  2943. 29.316002 24.320738 lineto
  2944. stroke
  2945. 0 setgray
  2946. 1 setalpha
  2947. 0.48 setlinewidth
  2948. 69.797333 12.633711 moveto
  2949. 77.38533 12.633711 lineto
  2950. stroke
  2951. 0 setgray
  2952. 1 setalpha
  2953. 1 1.952064 scale
  2954. 44 execuserobject setfont
  2955. 47.076 3.579974 moveto
  2956. (\() [0 0] xyshow
  2957. 1 0.512278 scale
  2958. 1 1.949808 scale
  2959. 44 execuserobject setfont
  2960. 78.225334 3.581465 moveto
  2961. (\)) [0 0] xyshow
  2962. 1 0.512871 scale
  2963. 0 setgray
  2964. 1 setalpha
  2965. 44 execuserobject setfont
  2966. 70.297333 17.43371 moveto
  2967. (p-p) [-9.754665 -7.799999 -53.678665 -8.231412 0 0 0 0] xyshow
  2968. /Times-Roman findfont 12 scalefont
  2969. 52
  2970. exch
  2971. defineuserobject
  2972. 52 execuserobject setfont
  2973. 70.591331 1.402299 moveto
  2974. (4cos2) [-40.075329 8.231412 5.327999 0 6 0 -31.686001 7.800001 0 0 0 0] xyshow
  2975. /Times-BoldItalic findfont 12 scalefont
  2976. 48
  2977. exch
  2978. defineuserobject
  2979. 48 execuserobject setfont
  2980. 51.875999 9.633711 moveto
  2981. (xx) [-38.424 -8.231412 0 0 0 0] xyshow
  2982. /Times-Roman findfont 6 scalefont
  2983. 70
  2984. exch
  2985. defineuserobject
  2986. 70 execuserobject setfont
  2987. 25.816002 19.070738 moveto
  2988. (21) [0 6 0 0 0 0] xyshow
  2989. /Symbol findfont 9 scalefont
  2990. 46
  2991. exch
  2992. defineuserobject
  2993. 46 execuserobject setfont
  2994. 62.230675 18.908699 moveto
  2995. () [0 0] xyshow
  2996. %%Trailer
  2997. %%DocumentFonts: Times-BoldItalic
  2998. %%+ Times-Roman
  2999. %%+ Symbol
  3000.  
  3001. %End of Graphics
  3002. MathPictureEnd
  3003. end
  3004.  
  3005. :[font = text; inactive; preserveAspect; ]
  3006. approximates   J0(x)  for large  x.  The Plot command can be used to graph
  3007. two functions simultaneously.
  3008. ;[s]
  3009. 10:0,0;15,1;16,2;17,3;18,4;19,5;33,6;34,7;41,8;45,9;105,-1;
  3010. 10:1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,10,8,Times,66,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Courier,0,12,0,0,0;1,11,8,Times,0,12,0,0,0;
  3011. :[font = input; preserveAspect; startGroup; ]
  3012. Plot[{BesselJ[0,x],
  3013.       (2/(2Pi x))^(1/2) Cos[x-Pi/4]},
  3014.         {x,0.1,50}];
  3015. :[font = postscript; PostScript; formatAsPostScript; output; inactive; pageBreakBelow; dontNoPageBreakBelow; preserveAspect; pictureLeft = 34; pictureWidth = 282; pictureHeight = 174; endGroup; endGroup; ]
  3016. %!
  3017. %%Creator: Mathematica
  3018. %%AspectRatio: 0.61803 
  3019. MathPictureStart
  3020. /Courier findfont 10  scalefont  setfont
  3021. % Scaling calculations
  3022. 0.02381 0.019048 0.260713 0.611024 [
  3023. [(10)] 0.21429 0.26071 0 2 Msboxa
  3024. [(20)] 0.40476 0.26071 0 2 Msboxa
  3025. [(30)] 0.59524 0.26071 0 2 Msboxa
  3026. [(40)] 0.78571 0.26071 0 2 Msboxa
  3027. [(50)] 0.97619 0.26071 0 2 Msboxa
  3028. [(-0.4)] 0.01131 0.0163 1 0 Msboxa
  3029. [(-0.2)] 0.01131 0.13851 1 0 Msboxa
  3030. [(0.2)] 0.01131 0.38292 1 0 Msboxa
  3031. [(0.4)] 0.01131 0.50512 1 0 Msboxa
  3032. [ -0.001 -0.001 0 0 ]
  3033. [ 1.001 0.61903 0 0 ]
  3034. ] MathScale
  3035. % Start of Graphics
  3036. 1 setlinecap
  3037. 1 setlinejoin
  3038. newpath
  3039. %%Object: Graphics
  3040. [ ] 0 setdash
  3041. 0 setgray
  3042. gsave
  3043. gsave
  3044. 0.002 setlinewidth
  3045. 0.21429 0.26071 moveto
  3046. 0.21429 0.26696 lineto
  3047. stroke
  3048. grestore
  3049. [(10)] 0.21429 0.26071 0 2 Mshowa
  3050. gsave
  3051. 0.002 setlinewidth
  3052. 0.40476 0.26071 moveto
  3053. 0.40476 0.26696 lineto
  3054. stroke
  3055. grestore
  3056. [(20)] 0.40476 0.26071 0 2 Mshowa
  3057. gsave
  3058. 0.002 setlinewidth
  3059. 0.59524 0.26071 moveto
  3060. 0.59524 0.26696 lineto
  3061. stroke
  3062. grestore
  3063. [(30)] 0.59524 0.26071 0 2 Mshowa
  3064. gsave
  3065. 0.002 setlinewidth
  3066. 0.78571 0.26071 moveto
  3067. 0.78571 0.26696 lineto
  3068. stroke
  3069. grestore
  3070. [(40)] 0.78571 0.26071 0 2 Mshowa
  3071. gsave
  3072. 0.002 setlinewidth
  3073. 0.97619 0.26071 moveto
  3074. 0.97619 0.26696 lineto
  3075. stroke
  3076. grestore
  3077. [(50)] 0.97619 0.26071 0 2 Mshowa
  3078. gsave
  3079. 0.001 setlinewidth
  3080. 0.0619 0.26071 moveto
  3081. 0.0619 0.26446 lineto
  3082. stroke
  3083. grestore
  3084. gsave
  3085. 0.001 setlinewidth
  3086. 0.1 0.26071 moveto
  3087. 0.1 0.26446 lineto
  3088. stroke
  3089. grestore
  3090. gsave
  3091. 0.001 setlinewidth
  3092. 0.1381 0.26071 moveto
  3093. 0.1381 0.26446 lineto
  3094. stroke
  3095. grestore
  3096. gsave
  3097. 0.001 setlinewidth
  3098. 0.17619 0.26071 moveto
  3099. 0.17619 0.26446 lineto
  3100. stroke
  3101. grestore
  3102. gsave
  3103. 0.001 setlinewidth
  3104. 0.25238 0.26071 moveto
  3105. 0.25238 0.26446 lineto
  3106. stroke
  3107. grestore
  3108. gsave
  3109. 0.001 setlinewidth
  3110. 0.29048 0.26071 moveto
  3111. 0.29048 0.26446 lineto
  3112. stroke
  3113. grestore
  3114. gsave
  3115. 0.001 setlinewidth
  3116. 0.32857 0.26071 moveto
  3117. 0.32857 0.26446 lineto
  3118. stroke
  3119. grestore
  3120. gsave
  3121. 0.001 setlinewidth
  3122. 0.36667 0.26071 moveto
  3123. 0.36667 0.26446 lineto
  3124. stroke
  3125. grestore
  3126. gsave
  3127. 0.001 setlinewidth
  3128. 0.44286 0.26071 moveto
  3129. 0.44286 0.26446 lineto
  3130. stroke
  3131. grestore
  3132. gsave
  3133. 0.001 setlinewidth
  3134. 0.48095 0.26071 moveto
  3135. 0.48095 0.26446 lineto
  3136. stroke
  3137. grestore
  3138. gsave
  3139. 0.001 setlinewidth
  3140. 0.51905 0.26071 moveto
  3141. 0.51905 0.26446 lineto
  3142. stroke
  3143. grestore
  3144. gsave
  3145. 0.001 setlinewidth
  3146. 0.55714 0.26071 moveto
  3147. 0.55714 0.26446 lineto
  3148. stroke
  3149. grestore
  3150. gsave
  3151. 0.001 setlinewidth
  3152. 0.63333 0.26071 moveto
  3153. 0.63333 0.26446 lineto
  3154. stroke
  3155. grestore
  3156. gsave
  3157. 0.001 setlinewidth
  3158. 0.67143 0.26071 moveto
  3159. 0.67143 0.26446 lineto
  3160. stroke
  3161. grestore
  3162. gsave
  3163. 0.001 setlinewidth
  3164. 0.70952 0.26071 moveto
  3165. 0.70952 0.26446 lineto
  3166. stroke
  3167. grestore
  3168. gsave
  3169. 0.001 setlinewidth
  3170. 0.74762 0.26071 moveto
  3171. 0.74762 0.26446 lineto
  3172. stroke
  3173. grestore
  3174. gsave
  3175. 0.001 setlinewidth
  3176. 0.82381 0.26071 moveto
  3177. 0.82381 0.26446 lineto
  3178. stroke
  3179. grestore
  3180. gsave
  3181. 0.001 setlinewidth
  3182. 0.8619 0.26071 moveto
  3183. 0.8619 0.26446 lineto
  3184. stroke
  3185. grestore
  3186. gsave
  3187. 0.001 setlinewidth
  3188. 0.9 0.26071 moveto
  3189. 0.9 0.26446 lineto
  3190. stroke
  3191. grestore
  3192. gsave
  3193. 0.001 setlinewidth
  3194. 0.9381 0.26071 moveto
  3195. 0.9381 0.26446 lineto
  3196. stroke
  3197. grestore
  3198. gsave
  3199. 0.002 setlinewidth
  3200. 0 0.26071 moveto
  3201. 1 0.26071 lineto
  3202. stroke
  3203. grestore
  3204. gsave
  3205. 0.002 setlinewidth
  3206. 0.02381 0.0163 moveto
  3207. 0.03006 0.0163 lineto
  3208. stroke
  3209. grestore
  3210. [(-0.4)] 0.01131 0.0163 1 0 Mshowa
  3211. gsave
  3212. 0.002 setlinewidth
  3213. 0.02381 0.13851 moveto
  3214. 0.03006 0.13851 lineto
  3215. stroke
  3216. grestore
  3217. [(-0.2)] 0.01131 0.13851 1 0 Mshowa
  3218. gsave
  3219. 0.002 setlinewidth
  3220. 0.02381 0.38292 moveto
  3221. 0.03006 0.38292 lineto
  3222. stroke
  3223. grestore
  3224. [(0.2)] 0.01131 0.38292 1 0 Mshowa
  3225. gsave
  3226. 0.002 setlinewidth
  3227. 0.02381 0.50512 moveto
  3228. 0.03006 0.50512 lineto
  3229. stroke
  3230. grestore
  3231. [(0.4)] 0.01131 0.50512 1 0 Mshowa
  3232. gsave
  3233. 0.001 setlinewidth
  3234. 0.02381 0.04074 moveto
  3235. 0.02756 0.04074 lineto
  3236. stroke
  3237. grestore
  3238. gsave
  3239. 0.001 setlinewidth
  3240. 0.02381 0.06519 moveto
  3241. 0.02756 0.06519 lineto
  3242. stroke
  3243. grestore
  3244. gsave
  3245. 0.001 setlinewidth
  3246. 0.02381 0.08963 moveto
  3247. 0.02756 0.08963 lineto
  3248. stroke
  3249. grestore
  3250. gsave
  3251. 0.001 setlinewidth
  3252. 0.02381 0.11407 moveto
  3253. 0.02756 0.11407 lineto
  3254. stroke
  3255. grestore
  3256. gsave
  3257. 0.001 setlinewidth
  3258. 0.02381 0.16295 moveto
  3259. 0.02756 0.16295 lineto
  3260. stroke
  3261. grestore
  3262. gsave
  3263. 0.001 setlinewidth
  3264. 0.02381 0.18739 moveto
  3265. 0.02756 0.18739 lineto
  3266. stroke
  3267. grestore
  3268. gsave
  3269. 0.001 setlinewidth
  3270. 0.02381 0.21183 moveto
  3271. 0.02756 0.21183 lineto
  3272. stroke
  3273. grestore
  3274. gsave
  3275. 0.001 setlinewidth
  3276. 0.02381 0.23627 moveto
  3277. 0.02756 0.23627 lineto
  3278. stroke
  3279. grestore
  3280. gsave
  3281. 0.001 setlinewidth
  3282. 0.02381 0.28515 moveto
  3283. 0.02756 0.28515 lineto
  3284. stroke
  3285. grestore
  3286. gsave
  3287. 0.001 setlinewidth
  3288. 0.02381 0.30959 moveto
  3289. 0.02756 0.30959 lineto
  3290. stroke
  3291. grestore
  3292. gsave
  3293. 0.001 setlinewidth
  3294. 0.02381 0.33404 moveto
  3295. 0.02756 0.33404 lineto
  3296. stroke
  3297. grestore
  3298. gsave
  3299. 0.001 setlinewidth
  3300. 0.02381 0.35848 moveto
  3301. 0.02756 0.35848 lineto
  3302. stroke
  3303. grestore
  3304. gsave
  3305. 0.001 setlinewidth
  3306. 0.02381 0.40736 moveto
  3307. 0.02756 0.40736 lineto
  3308. stroke
  3309. grestore
  3310. gsave
  3311. 0.001 setlinewidth
  3312. 0.02381 0.4318 moveto
  3313. 0.02756 0.4318 lineto
  3314. stroke
  3315. grestore
  3316. gsave
  3317. 0.001 setlinewidth
  3318. 0.02381 0.45624 moveto
  3319. 0.02756 0.45624 lineto
  3320. stroke
  3321. grestore
  3322. gsave
  3323. 0.001 setlinewidth
  3324. 0.02381 0.48068 moveto
  3325. 0.02756 0.48068 lineto
  3326. stroke
  3327. grestore
  3328. gsave
  3329. 0.001 setlinewidth
  3330. 0.02381 0.52956 moveto
  3331. 0.02756 0.52956 lineto
  3332. stroke
  3333. grestore
  3334. gsave
  3335. 0.001 setlinewidth
  3336. 0.02381 0.554 moveto
  3337. 0.02756 0.554 lineto
  3338. stroke
  3339. grestore
  3340. gsave
  3341. 0.001 setlinewidth
  3342. 0.02381 0.57844 moveto
  3343. 0.02756 0.57844 lineto
  3344. stroke
  3345. grestore
  3346. gsave
  3347. 0.001 setlinewidth
  3348. 0.02381 0.60289 moveto
  3349. 0.02756 0.60289 lineto
  3350. stroke
  3351. grestore
  3352. gsave
  3353. 0.002 setlinewidth
  3354. 0.02381 0 moveto
  3355. 0.02381 0.61803 lineto
  3356. stroke
  3357. grestore
  3358. grestore
  3359. 0 0 moveto
  3360. 1 0 lineto
  3361. 1 0.61803 lineto
  3362. 0 0.61803 lineto
  3363. closepath
  3364. clip
  3365. newpath
  3366. gsave
  3367. gsave
  3368. gsave
  3369. 0.004 setlinewidth
  3370. stroke
  3371. stroke
  3372. stroke
  3373. stroke
  3374. stroke
  3375. stroke
  3376. stroke
  3377. stroke
  3378. stroke
  3379. 0.04948 0.61803 moveto
  3380. 0.06532 0.33524 lineto
  3381. stroke
  3382. 0.06532 0.33524 moveto
  3383. 0.07027 0.24993 lineto
  3384. 0.07522 0.17395 lineto
  3385. 0.08017 0.11053 lineto
  3386. 0.08264 0.08433 lineto
  3387. 0.08512 0.06212 lineto
  3388. 0.08759 0.04407 lineto
  3389. 0.08883 0.03665 lineto
  3390. 0.09007 0.0303 lineto
  3391. 0.09131 0.02503 lineto
  3392. 0.09254 0.02084 lineto
  3393. 0.09378 0.01773 lineto
  3394. 0.09502 0.01569 lineto
  3395. 0.09626 0.01472 lineto
  3396. 0.0975 0.01478 lineto
  3397. 0.09873 0.01588 lineto
  3398. 0.09997 0.01798 lineto
  3399. 0.10121 0.02107 lineto
  3400. 0.10245 0.02511 lineto
  3401. 0.10492 0.03592 lineto
  3402. 0.1074 0.05015 lineto
  3403. 0.10987 0.06745 lineto
  3404. 0.11482 0.10984 lineto
  3405. 0.12472 0.21395 lineto
  3406. 0.13462 0.3201 lineto
  3407. 0.13957 0.36551 lineto
  3408. 0.14452 0.40212 lineto
  3409. 0.147 0.41649 lineto
  3410. 0.14947 0.42796 lineto
  3411. 0.15071 0.43257 lineto
  3412. 0.15195 0.43642 lineto
  3413. 0.15319 0.43949 lineto
  3414. 0.15442 0.44178 lineto
  3415. 0.15566 0.44329 lineto
  3416. 0.1569 0.44402 lineto
  3417. 0.15814 0.44397 lineto
  3418. 0.15937 0.44315 lineto
  3419. 0.16061 0.44157 lineto
  3420. 0.16185 0.43925 lineto
  3421. 0.16433 0.43243 lineto
  3422. 0.1668 0.42287 lineto
  3423. 0.16928 0.41075 lineto
  3424. 0.17423 0.37989 lineto
  3425. 0.18413 0.30021 lineto
  3426. 0.19403 0.21518 lineto
  3427. 0.19898 0.17764 lineto
  3428. 0.20393 0.14665 lineto
  3429. 0.2064 0.13421 lineto
  3430. 0.20888 0.12406 lineto
  3431. 0.21012 0.11988 lineto
  3432. Mistroke
  3433. 0.21135 0.11633 lineto
  3434. 0.21259 0.11341 lineto
  3435. 0.21383 0.11112 lineto
  3436. 0.21507 0.10948 lineto
  3437. 0.2163 0.10849 lineto
  3438. 0.21754 0.10814 lineto
  3439. 0.21878 0.10843 lineto
  3440. 0.22002 0.10937 lineto
  3441. 0.22125 0.11094 lineto
  3442. 0.22249 0.11312 lineto
  3443. 0.22373 0.11592 lineto
  3444. 0.22621 0.12326 lineto
  3445. 0.22868 0.13282 lineto
  3446. 0.23363 0.15781 lineto
  3447. 0.24353 0.22433 lineto
  3448. 0.25343 0.29732 lineto
  3449. 0.25838 0.3302 lineto
  3450. 0.26333 0.35776 lineto
  3451. 0.26581 0.36901 lineto
  3452. 0.26828 0.37832 lineto
  3453. 0.26952 0.3822 lineto
  3454. 0.27076 0.38556 lineto
  3455. 0.272 0.38837 lineto
  3456. 0.27323 0.39064 lineto
  3457. 0.27447 0.39234 lineto
  3458. 0.27571 0.39348 lineto
  3459. 0.27695 0.39406 lineto
  3460. 0.27818 0.39407 lineto
  3461. 0.27942 0.39352 lineto
  3462. 0.28066 0.39242 lineto
  3463. 0.2819 0.39076 lineto
  3464. 0.28313 0.38857 lineto
  3465. 0.28561 0.38261 lineto
  3466. 0.28809 0.37467 lineto
  3467. 0.29304 0.35344 lineto
  3468. 0.30294 0.29552 lineto
  3469. 0.31284 0.23059 lineto
  3470. 0.31779 0.20088 lineto
  3471. 0.32274 0.17566 lineto
  3472. 0.32521 0.16525 lineto
  3473. 0.32769 0.15652 lineto
  3474. 0.33016 0.14962 lineto
  3475. 0.3314 0.14688 lineto
  3476. 0.33264 0.14463 lineto
  3477. 0.33388 0.14288 lineto
  3478. 0.33511 0.14164 lineto
  3479. 0.33635 0.1409 lineto
  3480. 0.33759 0.14067 lineto
  3481. 0.33883 0.14094 lineto
  3482. 0.34006 0.14172 lineto
  3483. Mistroke
  3484. 0.3413 0.143 lineto
  3485. 0.34254 0.14476 lineto
  3486. 0.34501 0.14973 lineto
  3487. 0.34749 0.15653 lineto
  3488. 0.35244 0.17505 lineto
  3489. 0.36234 0.22674 lineto
  3490. 0.37224 0.28578 lineto
  3491. 0.37719 0.31314 lineto
  3492. 0.38214 0.33663 lineto
  3493. 0.38709 0.35474 lineto
  3494. 0.38957 0.3614 lineto
  3495. 0.39081 0.36408 lineto
  3496. 0.39204 0.36632 lineto
  3497. 0.39328 0.36811 lineto
  3498. 0.39452 0.36944 lineto
  3499. 0.39576 0.3703 lineto
  3500. 0.39699 0.3707 lineto
  3501. 0.39823 0.37064 lineto
  3502. 0.39947 0.37012 lineto
  3503. 0.40071 0.36913 lineto
  3504. 0.40194 0.36769 lineto
  3505. 0.40442 0.36349 lineto
  3506. 0.40689 0.35758 lineto
  3507. 0.41185 0.34113 lineto
  3508. 0.4168 0.31953 lineto
  3509. 0.42175 0.29427 lineto
  3510. 0.43165 0.2398 lineto
  3511. 0.4366 0.21424 lineto
  3512. 0.44155 0.19209 lineto
  3513. 0.4465 0.17479 lineto
  3514. 0.44897 0.16831 lineto
  3515. 0.45021 0.16566 lineto
  3516. 0.45145 0.16342 lineto
  3517. 0.45269 0.1616 lineto
  3518. 0.45392 0.1602 lineto
  3519. 0.45516 0.15922 lineto
  3520. 0.4564 0.15868 lineto
  3521. 0.45764 0.15857 lineto
  3522. 0.45887 0.15889 lineto
  3523. 0.46011 0.15964 lineto
  3524. 0.46135 0.16081 lineto
  3525. 0.46259 0.1624 lineto
  3526. 0.46382 0.1644 lineto
  3527. 0.4663 0.16959 lineto
  3528. 0.46877 0.17628 lineto
  3529. 0.47125 0.18436 lineto
  3530. 0.48115 0.22734 lineto
  3531. 0.49105 0.27812 lineto
  3532. 0.496 0.30221 lineto
  3533. 0.50095 0.32328 lineto
  3534. Mistroke
  3535. 0.50343 0.33225 lineto
  3536. 0.5059 0.33996 lineto
  3537. 0.50838 0.3463 lineto
  3538. 0.50962 0.34892 lineto
  3539. 0.51085 0.35116 lineto
  3540. 0.51209 0.35302 lineto
  3541. 0.51333 0.35449 lineto
  3542. 0.51457 0.35555 lineto
  3543. 0.5158 0.35621 lineto
  3544. 0.51704 0.35647 lineto
  3545. 0.51828 0.35633 lineto
  3546. 0.51952 0.35578 lineto
  3547. 0.52075 0.35483 lineto
  3548. 0.54056 0.29407 lineto
  3549. 0.55046 0.24635 lineto
  3550. 0.55541 0.22347 lineto
  3551. 0.56036 0.20329 lineto
  3552. 0.56283 0.19463 lineto
  3553. 0.56531 0.18713 lineto
  3554. 0.56778 0.1809 lineto
  3555. 0.56902 0.17829 lineto
  3556. 0.57026 0.17604 lineto
  3557. 0.5715 0.17415 lineto
  3558. 0.57273 0.17263 lineto
  3559. 0.57397 0.17148 lineto
  3560. 0.57521 0.17071 lineto
  3561. 0.57645 0.17032 lineto
  3562. 0.57768 0.17032 lineto
  3563. 0.57892 0.17069 lineto
  3564. 0.58016 0.17145 lineto
  3565. 0.5814 0.17258 lineto
  3566. 0.58263 0.17408 lineto
  3567. 0.58511 0.17815 lineto
  3568. 0.58758 0.18359 lineto
  3569. 0.59006 0.19031 lineto
  3570. 0.59996 0.22728 lineto
  3571. 0.60986 0.27238 lineto
  3572. 0.61481 0.29423 lineto
  3573. 0.61976 0.31366 lineto
  3574. 0.62224 0.32206 lineto
  3575. 0.62471 0.32939 lineto
  3576. 0.62719 0.33554 lineto
  3577. 0.62966 0.3404 lineto
  3578. 0.6309 0.34232 lineto
  3579. 0.63214 0.3439 lineto
  3580. 0.63338 0.34512 lineto
  3581. 0.63461 0.34598 lineto
  3582. 0.63585 0.34648 lineto
  3583. 0.63709 0.34662 lineto
  3584. 0.63833 0.3464 lineto
  3585. Mistroke
  3586. 0.63956 0.34582 lineto
  3587. 0.6408 0.34488 lineto
  3588. 0.64204 0.34358 lineto
  3589. 0.64451 0.33996 lineto
  3590. 0.64699 0.33502 lineto
  3591. 0.64946 0.32885 lineto
  3592. 0.65937 0.29429 lineto
  3593. 0.66927 0.25147 lineto
  3594. 0.67422 0.2305 lineto
  3595. 0.67917 0.21172 lineto
  3596. 0.68412 0.19635 lineto
  3597. 0.68659 0.19027 lineto
  3598. 0.68907 0.18541 lineto
  3599. 0.69031 0.18345 lineto
  3600. 0.69154 0.18183 lineto
  3601. 0.69278 0.18053 lineto
  3602. 0.69402 0.17958 lineto
  3603. 0.69526 0.17898 lineto
  3604. 0.69649 0.17872 lineto
  3605. 0.69773 0.1788 lineto
  3606. 0.69897 0.17923 lineto
  3607. 0.70021 0.18001 lineto
  3608. 0.70144 0.18112 lineto
  3609. 0.70392 0.18434 lineto
  3610. 0.70639 0.18883 lineto
  3611. 0.70887 0.19452 lineto
  3612. 0.71382 0.20905 lineto
  3613. 0.71877 0.22694 lineto
  3614. 0.72867 0.26777 lineto
  3615. 0.73362 0.28795 lineto
  3616. 0.73857 0.30617 lineto
  3617. 0.74352 0.32122 lineto
  3618. 0.746 0.32724 lineto
  3619. 0.74847 0.33212 lineto
  3620. 0.74971 0.33411 lineto
  3621. 0.75095 0.33578 lineto
  3622. 0.75219 0.33713 lineto
  3623. 0.75342 0.33816 lineto
  3624. 0.75466 0.33887 lineto
  3625. 0.7559 0.33924 lineto
  3626. 0.75714 0.33928 lineto
  3627. 0.75837 0.33898 lineto
  3628. 0.75961 0.33836 lineto
  3629. 0.76085 0.33741 lineto
  3630. 0.76209 0.33614 lineto
  3631. 0.76332 0.33456 lineto
  3632. 0.7658 0.33047 lineto
  3633. 0.76827 0.32522 lineto
  3634. 0.77322 0.31162 lineto
  3635. 0.77817 0.29471 lineto
  3636. Mistroke
  3637. 0.78808 0.25567 lineto
  3638. 0.79303 0.23618 lineto
  3639. 0.79798 0.21846 lineto
  3640. 0.80293 0.20368 lineto
  3641. 0.8054 0.19771 lineto
  3642. 0.80788 0.19282 lineto
  3643. 0.80911 0.1908 lineto
  3644. 0.81035 0.18908 lineto
  3645. 0.81159 0.18767 lineto
  3646. 0.81283 0.18656 lineto
  3647. 0.81406 0.18577 lineto
  3648. 0.8153 0.1853 lineto
  3649. 0.81654 0.18515 lineto
  3650. 0.81778 0.18531 lineto
  3651. 0.81902 0.1858 lineto
  3652. 0.82025 0.1866 lineto
  3653. 0.82149 0.18771 lineto
  3654. 0.82273 0.18912 lineto
  3655. 0.8252 0.19284 lineto
  3656. 0.82768 0.1977 lineto
  3657. 0.83263 0.21044 lineto
  3658. 0.83758 0.22648 lineto
  3659. 0.84748 0.26389 lineto
  3660. 0.85243 0.28276 lineto
  3661. 0.85738 0.30003 lineto
  3662. 0.86233 0.31457 lineto
  3663. 0.86481 0.3205 lineto
  3664. 0.86728 0.32541 lineto
  3665. 0.86852 0.32746 lineto
  3666. 0.86976 0.32922 lineto
  3667. 0.87099 0.33069 lineto
  3668. 0.87223 0.33186 lineto
  3669. 0.87347 0.33273 lineto
  3670. 0.87471 0.3333 lineto
  3671. 0.87594 0.33356 lineto
  3672. 0.87718 0.33351 lineto
  3673. 0.87842 0.33315 lineto
  3674. 0.87966 0.33249 lineto
  3675. 0.8809 0.33153 lineto
  3676. 0.88213 0.33027 lineto
  3677. 0.88461 0.32689 lineto
  3678. 0.88708 0.32239 lineto
  3679. 0.89203 0.31043 lineto
  3680. 0.89698 0.2952 lineto
  3681. 0.90688 0.25926 lineto
  3682. 0.91679 0.2241 lineto
  3683. 0.92174 0.20978 lineto
  3684. 0.92421 0.20387 lineto
  3685. 0.92669 0.19894 lineto
  3686. 0.92916 0.19507 lineto
  3687. Mistroke
  3688. 0.9304 0.19355 lineto
  3689. 0.93164 0.19231 lineto
  3690. 0.93287 0.19136 lineto
  3691. 0.93411 0.19071 lineto
  3692. 0.93535 0.19035 lineto
  3693. 0.93659 0.19029 lineto
  3694. 0.93782 0.19053 lineto
  3695. 0.93906 0.19106 lineto
  3696. 0.9403 0.19189 lineto
  3697. 0.94154 0.193 lineto
  3698. 0.94401 0.19608 lineto
  3699. 0.94649 0.20023 lineto
  3700. 0.95144 0.21148 lineto
  3701. 0.95639 0.22596 lineto
  3702. 0.97619 0.29482 lineto
  3703. Mfstroke
  3704. grestore
  3705. grestore
  3706. gsave
  3707. gsave
  3708. 0.004 setlinewidth
  3709. stroke
  3710. stroke
  3711. stroke
  3712. stroke
  3713. stroke
  3714. stroke
  3715. stroke
  3716. 0.04134 0.61803 moveto
  3717. 0.04552 0.5636 lineto
  3718. stroke
  3719. 0.04552 0.5636 moveto
  3720. 0.06532 0.30184 lineto
  3721. 0.07027 0.24244 lineto
  3722. 0.07522 0.19019 lineto
  3723. 0.08017 0.14711 lineto
  3724. 0.08264 0.12953 lineto
  3725. 0.08512 0.11477 lineto
  3726. 0.08759 0.10296 lineto
  3727. 0.08883 0.09818 lineto
  3728. 0.09007 0.09415 lineto
  3729. 0.09131 0.09088 lineto
  3730. 0.09254 0.08836 lineto
  3731. 0.09378 0.0866 lineto
  3732. 0.09502 0.08558 lineto
  3733. 0.09626 0.0853 lineto
  3734. 0.0975 0.08574 lineto
  3735. 0.09873 0.0869 lineto
  3736. 0.09997 0.08875 lineto
  3737. 0.10121 0.09129 lineto
  3738. 0.10245 0.09448 lineto
  3739. 0.10492 0.10274 lineto
  3740. 0.10987 0.12606 lineto
  3741. 0.11482 0.15676 lineto
  3742. 0.12472 0.23098 lineto
  3743. 0.13462 0.30566 lineto
  3744. 0.13957 0.33732 lineto
  3745. 0.14205 0.35088 lineto
  3746. 0.14452 0.36266 lineto
  3747. 0.147 0.3725 lineto
  3748. 0.14947 0.3803 lineto
  3749. 0.15071 0.3834 lineto
  3750. 0.15195 0.38596 lineto
  3751. 0.15319 0.38797 lineto
  3752. 0.15442 0.38943 lineto
  3753. 0.15566 0.39034 lineto
  3754. 0.1569 0.3907 lineto
  3755. 0.15814 0.39051 lineto
  3756. 0.15937 0.38978 lineto
  3757. 0.16061 0.38852 lineto
  3758. 0.16185 0.38673 lineto
  3759. 0.16433 0.38164 lineto
  3760. 0.1668 0.37463 lineto
  3761. 0.16928 0.36584 lineto
  3762. 0.17423 0.34366 lineto
  3763. 0.18413 0.28696 lineto
  3764. 0.19403 0.22696 lineto
  3765. 0.19898 0.20062 lineto
  3766. 0.20393 0.17899 lineto
  3767. 0.2064 0.17035 lineto
  3768. 0.20888 0.16334 lineto
  3769. Mistroke
  3770. 0.21012 0.16048 lineto
  3771. 0.21135 0.15805 lineto
  3772. 0.21259 0.15607 lineto
  3773. 0.21383 0.15455 lineto
  3774. 0.21507 0.15347 lineto
  3775. 0.2163 0.15286 lineto
  3776. 0.21754 0.1527 lineto
  3777. 0.21878 0.153 lineto
  3778. 0.22002 0.15374 lineto
  3779. 0.22125 0.15494 lineto
  3780. 0.22249 0.15656 lineto
  3781. 0.22373 0.15862 lineto
  3782. 0.22621 0.16396 lineto
  3783. 0.22868 0.17086 lineto
  3784. 0.23363 0.18875 lineto
  3785. 0.24353 0.23604 lineto
  3786. 0.25343 0.2876 lineto
  3787. 0.25838 0.31072 lineto
  3788. 0.26333 0.33004 lineto
  3789. 0.26581 0.33789 lineto
  3790. 0.26828 0.34437 lineto
  3791. 0.26952 0.34706 lineto
  3792. 0.27076 0.34938 lineto
  3793. 0.272 0.35131 lineto
  3794. 0.27323 0.35285 lineto
  3795. 0.27447 0.354 lineto
  3796. 0.27571 0.35474 lineto
  3797. 0.27695 0.35509 lineto
  3798. 0.27818 0.35505 lineto
  3799. 0.27942 0.3546 lineto
  3800. 0.28066 0.35376 lineto
  3801. 0.2819 0.35254 lineto
  3802. 0.28313 0.35093 lineto
  3803. 0.28561 0.34662 lineto
  3804. 0.28809 0.3409 lineto
  3805. 0.29304 0.32573 lineto
  3806. 0.30294 0.28459 lineto
  3807. 0.31284 0.2387 lineto
  3808. 0.31779 0.21778 lineto
  3809. 0.32274 0.20006 lineto
  3810. 0.32521 0.19277 lineto
  3811. 0.32769 0.18667 lineto
  3812. 0.33016 0.18187 lineto
  3813. 0.3314 0.17998 lineto
  3814. 0.33264 0.17843 lineto
  3815. 0.33388 0.17723 lineto
  3816. 0.33511 0.1764 lineto
  3817. 0.33635 0.17592 lineto
  3818. 0.33759 0.17579 lineto
  3819. 0.33883 0.17603 lineto
  3820. Mistroke
  3821. 0.34006 0.17662 lineto
  3822. 0.3413 0.17756 lineto
  3823. 0.34254 0.17885 lineto
  3824. 0.34501 0.18244 lineto
  3825. 0.34749 0.18732 lineto
  3826. 0.35244 0.20054 lineto
  3827. 0.36234 0.23723 lineto
  3828. 0.37224 0.27897 lineto
  3829. 0.37719 0.29827 lineto
  3830. 0.38214 0.31479 lineto
  3831. 0.38709 0.32748 lineto
  3832. 0.38957 0.33213 lineto
  3833. 0.39081 0.334 lineto
  3834. 0.39204 0.33555 lineto
  3835. 0.39328 0.33679 lineto
  3836. 0.39452 0.33769 lineto
  3837. 0.39576 0.33827 lineto
  3838. 0.39699 0.33852 lineto
  3839. 0.39823 0.33845 lineto
  3840. 0.39947 0.33804 lineto
  3841. 0.40071 0.33732 lineto
  3842. 0.40194 0.33627 lineto
  3843. 0.40442 0.33323 lineto
  3844. 0.40689 0.329 lineto
  3845. 0.41185 0.31727 lineto
  3846. 0.42175 0.28401 lineto
  3847. 0.43165 0.2455 lineto
  3848. 0.4366 0.22747 lineto
  3849. 0.44155 0.21187 lineto
  3850. 0.4465 0.19972 lineto
  3851. 0.44897 0.19518 lineto
  3852. 0.45021 0.19334 lineto
  3853. 0.45145 0.19178 lineto
  3854. 0.45269 0.19051 lineto
  3855. 0.45392 0.18955 lineto
  3856. 0.45516 0.18889 lineto
  3857. 0.4564 0.18853 lineto
  3858. 0.45764 0.18848 lineto
  3859. 0.45887 0.18873 lineto
  3860. 0.46011 0.18928 lineto
  3861. 0.46135 0.19014 lineto
  3862. 0.46259 0.19129 lineto
  3863. 0.46382 0.19272 lineto
  3864. 0.4663 0.19644 lineto
  3865. 0.47125 0.20696 lineto
  3866. 0.4762 0.22096 lineto
  3867. 0.48115 0.23745 lineto
  3868. 0.49105 0.27337 lineto
  3869. 0.496 0.29038 lineto
  3870. 0.50095 0.30522 lineto
  3871. Mistroke
  3872. 0.50343 0.31153 lineto
  3873. 0.5059 0.31695 lineto
  3874. 0.50838 0.32139 lineto
  3875. 0.50962 0.32323 lineto
  3876. 0.51085 0.32479 lineto
  3877. 0.51209 0.32608 lineto
  3878. 0.51333 0.3271 lineto
  3879. 0.51457 0.32783 lineto
  3880. 0.5158 0.32828 lineto
  3881. 0.51704 0.32844 lineto
  3882. 0.51828 0.32831 lineto
  3883. 0.51952 0.32791 lineto
  3884. 0.52075 0.32721 lineto
  3885. 0.54056 0.28401 lineto
  3886. 0.55046 0.25027 lineto
  3887. 0.55541 0.23411 lineto
  3888. 0.56036 0.21988 lineto
  3889. 0.56283 0.21379 lineto
  3890. 0.56531 0.20851 lineto
  3891. 0.56778 0.20414 lineto
  3892. 0.56902 0.20231 lineto
  3893. 0.57026 0.20073 lineto
  3894. 0.5715 0.19941 lineto
  3895. 0.57273 0.19836 lineto
  3896. 0.57397 0.19756 lineto
  3897. 0.57521 0.19704 lineto
  3898. 0.57645 0.19678 lineto
  3899. 0.57768 0.19679 lineto
  3900. 0.57892 0.19708 lineto
  3901. 0.58016 0.19763 lineto
  3902. 0.5814 0.19844 lineto
  3903. 0.58263 0.19952 lineto
  3904. 0.58511 0.20243 lineto
  3905. 0.58758 0.20631 lineto
  3906. 0.59006 0.21109 lineto
  3907. 0.59996 0.23731 lineto
  3908. 0.60986 0.26921 lineto
  3909. 0.61481 0.28465 lineto
  3910. 0.61976 0.29835 lineto
  3911. 0.62224 0.30427 lineto
  3912. 0.62471 0.30943 lineto
  3913. 0.62719 0.31375 lineto
  3914. 0.62966 0.31715 lineto
  3915. 0.6309 0.3185 lineto
  3916. 0.63214 0.3196 lineto
  3917. 0.63338 0.32045 lineto
  3918. 0.63461 0.32104 lineto
  3919. 0.63585 0.32138 lineto
  3920. 0.63709 0.32147 lineto
  3921. 0.63833 0.32129 lineto
  3922. Mistroke
  3923. 0.63956 0.32087 lineto
  3924. 0.6408 0.32019 lineto
  3925. 0.64204 0.31926 lineto
  3926. 0.64451 0.31667 lineto
  3927. 0.64699 0.31315 lineto
  3928. 0.64946 0.30876 lineto
  3929. 0.65937 0.28425 lineto
  3930. 0.66927 0.25396 lineto
  3931. 0.67422 0.23915 lineto
  3932. 0.67917 0.22589 lineto
  3933. 0.68412 0.21507 lineto
  3934. 0.68659 0.21079 lineto
  3935. 0.68907 0.20738 lineto
  3936. 0.69031 0.20601 lineto
  3937. 0.69154 0.20487 lineto
  3938. 0.69278 0.20397 lineto
  3939. 0.69402 0.20331 lineto
  3940. 0.69526 0.2029 lineto
  3941. 0.69649 0.20272 lineto
  3942. 0.69773 0.2028 lineto
  3943. 0.69897 0.20312 lineto
  3944. 0.70021 0.20368 lineto
  3945. 0.70144 0.20448 lineto
  3946. 0.70392 0.20678 lineto
  3947. 0.70639 0.20998 lineto
  3948. 0.70887 0.21402 lineto
  3949. 0.71877 0.23701 lineto
  3950. 0.72867 0.26589 lineto
  3951. 0.73362 0.28015 lineto
  3952. 0.73857 0.29301 lineto
  3953. 0.74352 0.30362 lineto
  3954. 0.746 0.30786 lineto
  3955. 0.74847 0.31129 lineto
  3956. 0.74971 0.31268 lineto
  3957. 0.75095 0.31385 lineto
  3958. 0.75219 0.3148 lineto
  3959. 0.75342 0.31551 lineto
  3960. 0.75466 0.316 lineto
  3961. 0.7559 0.31625 lineto
  3962. 0.75714 0.31627 lineto
  3963. 0.75837 0.31605 lineto
  3964. 0.75961 0.3156 lineto
  3965. 0.76085 0.31491 lineto
  3966. 0.76209 0.314 lineto
  3967. 0.76332 0.31287 lineto
  3968. 0.7658 0.30996 lineto
  3969. 0.76827 0.30623 lineto
  3970. 0.77322 0.29658 lineto
  3971. 0.77817 0.2846 lineto
  3972. 0.78808 0.25698 lineto
  3973. Mistroke
  3974. 0.79303 0.24321 lineto
  3975. 0.79798 0.2307 lineto
  3976. 0.80293 0.22028 lineto
  3977. 0.8054 0.21607 lineto
  3978. 0.80788 0.21263 lineto
  3979. 0.80911 0.21121 lineto
  3980. 0.81035 0.21001 lineto
  3981. 0.81159 0.20902 lineto
  3982. 0.81283 0.20825 lineto
  3983. 0.81406 0.2077 lineto
  3984. 0.8153 0.20738 lineto
  3985. 0.81654 0.20728 lineto
  3986. 0.81778 0.2074 lineto
  3987. 0.81902 0.20776 lineto
  3988. 0.82025 0.20833 lineto
  3989. 0.82149 0.20913 lineto
  3990. 0.82273 0.21014 lineto
  3991. 0.8252 0.21279 lineto
  3992. 0.82768 0.21624 lineto
  3993. 0.83263 0.22528 lineto
  3994. 0.83758 0.23664 lineto
  3995. 0.84748 0.26311 lineto
  3996. 0.85243 0.27644 lineto
  3997. 0.85738 0.28864 lineto
  3998. 0.86233 0.2989 lineto
  3999. 0.86481 0.30308 lineto
  4000. 0.86728 0.30653 lineto
  4001. 0.86852 0.30797 lineto
  4002. 0.86976 0.30921 lineto
  4003. 0.87099 0.31024 lineto
  4004. 0.87223 0.31106 lineto
  4005. 0.87347 0.31166 lineto
  4006. 0.87471 0.31206 lineto
  4007. 0.87594 0.31223 lineto
  4008. 0.87718 0.31219 lineto
  4009. 0.87842 0.31192 lineto
  4010. 0.87966 0.31145 lineto
  4011. 0.8809 0.31076 lineto
  4012. 0.88213 0.30986 lineto
  4013. 0.88461 0.30745 lineto
  4014. 0.88708 0.30426 lineto
  4015. 0.89203 0.29577 lineto
  4016. 0.89698 0.28498 lineto
  4017. 0.90688 0.25955 lineto
  4018. 0.91679 0.23471 lineto
  4019. 0.92174 0.2246 lineto
  4020. 0.92421 0.22044 lineto
  4021. 0.92669 0.21697 lineto
  4022. 0.92916 0.21425 lineto
  4023. 0.9304 0.21318 lineto
  4024. Mistroke
  4025. 0.93164 0.21231 lineto
  4026. 0.93287 0.21165 lineto
  4027. 0.93411 0.2112 lineto
  4028. 0.93535 0.21095 lineto
  4029. 0.93659 0.21092 lineto
  4030. 0.93782 0.21109 lineto
  4031. 0.93906 0.21148 lineto
  4032. 0.9403 0.21207 lineto
  4033. 0.94154 0.21287 lineto
  4034. 0.94401 0.21506 lineto
  4035. 0.94649 0.21801 lineto
  4036. 0.95144 0.22599 lineto
  4037. 0.95639 0.23625 lineto
  4038. 0.97619 0.28493 lineto
  4039. Mfstroke
  4040. grestore
  4041. grestore
  4042. grestore
  4043. % End of Graphics
  4044. MathPictureEnd
  4045. :[font = section; inactive; Cclosed; preserveAspect; startGroup; ]
  4046. Gibbs' Phenomenon for Bessel Functions
  4047. :[font = text; inactive; preserveAspect; ]
  4048.  
  4049.     There is a Gibbs phenomenon for Bessel functions slightly different
  4050. from that of trigonometric functions.  To see it let us graph some of the
  4051. partial sums of the Fourier-Bessel expansion of the function defined by
  4052. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 0; pictureWidth = 139; pictureHeight = 41; ]
  4053. %!
  4054. %%Creator: Mathematica
  4055. %%AspectRatio: 0.294964
  4056. 200 dict begin
  4057. MathPictureStart
  4058. /Courier findfont 10  scalefont  setfont
  4059. % Scaling calculations
  4060. 0 1 0 1 [
  4061. [ 0 0 0 0 ]
  4062. [ 139 41 0 0 ]
  4063. ] MathScale
  4064. % Start of Graphics
  4065. %!PS-Adobe-2.0 EPSF-2.0
  4066. %%Title: 
  4067. %%Creator: EquationBuilder
  4068. %%CreationDate: Mon Aug  3 19:34:23 1992
  4069. %%For: gray
  4070. %%DocumentFonts: (atend)
  4071. %%Pages: 0 1
  4072. %%BoundingBox: 0 0 139 41
  4073. %%Translation: 1 16.444 137.880005 0
  4074. %%EndComments
  4075.  
  4076. %%BeginDocument: /usr/lib/NextStep/printPackage.ps
  4077. %!PS-Adobe-2.0
  4078. %%Title: Printing Package
  4079. %%EndComments
  4080. %Version: 2.0
  4081. %Copyright: 1988, NeXT, Inc.
  4082.  
  4083. /__NXdef{1 index where{pop pop pop}{def}ifelse}bind def
  4084. /__NXbdef{1 index where{pop pop pop}{bind def}ifelse}bind def
  4085. /UserObjects 10 array __NXdef
  4086. /defineuserobject{
  4087.     exch dup 1 add dup UserObjects length gt{
  4088.         array dup 0 UserObjects putinterval
  4089.         /UserObjects exch def
  4090.     }{pop}ifelse UserObjects exch 3 -1 roll put
  4091. }__NXbdef
  4092. /undefineuserobject{UserObjects exch null put}__NXbdef
  4093. /execuserobject{UserObjects exch get exec}__NXbdef
  4094. /__NXRectPath{4 2 roll moveto 1 index 0 rlineto
  4095. 0 exch rlineto neg 0 rlineto closepath}__NXbdef
  4096. /__NXProcessRectArgs{
  4097.     1 index type /arraytype eq{
  4098.         exch 0 4 2 index length 1 sub{
  4099.             dup 3 add 1 exch{1 index exch get exch}for
  4100.             5 1 roll 5 index exec
  4101.         }for pop pop
  4102.     }{exec}ifelse
  4103. }__NXbdef
  4104. /rectfill{gsave newpath {__NXRectPath fill} __NXProcessRectArgs grestore}__NXbdef
  4105. /rectclip{newpath {__NXRectPath} __NXProcessRectArgs clip newpath}__NXbdef
  4106. /rectstroke{
  4107.     gsave newpath dup type /arraytype eq{dup length 6 eq}{false}ifelse{
  4108.         {gsave __NXRectPath null concat stroke grestore}
  4109.         dup length array cvx copy dup 2 4 -1 roll put __NXProcessRectArgs
  4110.     }{{__NXRectPath stroke} __NXProcessRectArgs}ifelse grestore
  4111. }__NXbdef
  4112. /xyshow{
  4113.     0 1 3 index length 1 sub{
  4114.         currentpoint 4 index 3 index 1 getinterval show
  4115.         3 index 3 index 2 mul 1 add get add exch
  4116.         3 index    3 index 2 mul get add exch moveto pop
  4117.     }for pop pop
  4118. }__NXbdef
  4119. /xshow{
  4120.     0 1 3 index length 1 sub{
  4121.         currentpoint 4 index 3 index 1 getinterval show
  4122.         exch 3 index 3 index get add exch moveto pop
  4123.     }for pop pop
  4124. }__NXbdef
  4125. /yshow{
  4126.     0 1 3 index length 1 sub{
  4127.         currentpoint 4 index 3 index 1 getinterval show
  4128.         3 index 3 index get add moveto pop
  4129.     }for pop pop
  4130. }__NXbdef
  4131. /arct{arcto pop pop pop pop}__NXbdef
  4132. /setbbox{pop pop pop pop}__NXbdef
  4133. /ucache{}__NXbdef
  4134. /ucachestatus{mark 0 0 0 0 0}__NXbdef
  4135. /setucacheparams{cleartomark}__NXbdef
  4136. /uappend{systemdict begin cvx exec end}__NXbdef
  4137. /ueofill{gsave newpath uappend eofill grestore}__NXbdef
  4138. /ufill{gsave newpath uappend fill grestore}__NXbdef
  4139. /ustroke{
  4140.     gsave newpath dup length 6 eq
  4141.     {exch uappend concat}{uappend}ifelse
  4142.     stroke grestore
  4143. }__NXbdef
  4144. /__NXustrokepathMatrix dup where {pop pop}{matrix def}ifelse
  4145. /ustrokepath{
  4146.     newpath dup length 6 eq{
  4147.         exch uappend __NXustrokepathMatrix currentmatrix exch concat
  4148.         strokepath setmatrix
  4149.     }{uappend strokepath}ifelse
  4150. } __NXbdef
  4151. /upath{
  4152.     [exch {/ucache cvx}if pathbbox /setbbox cvx
  4153.      {/moveto cvx}{/lineto cvx}{/curveto cvx}{/closepath cvx}pathforall]cvx
  4154. } __NXbdef
  4155. /setstrokeadjust{pop}__NXbdef
  4156. /currentstrokeadjust{false}__NXbdef
  4157. /selectfont{exch findfont exch
  4158. dup type /arraytype eq {makefont}{scalefont}ifelse setfont}__NXbdef
  4159. /_NXCombineArrays{
  4160.     counttomark dup 2 add index dup length 3 -1 roll {
  4161.         2 index length sub dup 4 1 roll 1 index exch 4 -1 roll putinterval exch
  4162.     }repeat pop pop pop
  4163. }__NXbdef
  4164. /setcmykcolor{
  4165.     1.0 exch sub dup dup 6 -1 roll
  4166.     sub dup 0 lt{pop 0}if 5 1 roll
  4167.     4 -1 roll sub dup 0 lt{pop 0}if 3 1 roll
  4168.     exch sub dup 0 lt{pop 0}if setrgbcolor
  4169. }__NXbdef
  4170. /currentcmykcolor{currentrgbcolor 3{1.0 exch sub 3 1 roll}repeat 0}__NXbdef
  4171. /flushgraphics{}def
  4172. /setwindowtype{pop pop}def
  4173. /currentwindowtype{pop 0}def
  4174. /setalpha{pop}def
  4175. /currentalpha{1.0}def
  4176. /hidecursor{}def
  4177. /obscurecursor{}def
  4178. /revealcursor{}def
  4179. /setcursor{4 {pop}repeat}bind def
  4180. /showcursor{}def
  4181. /NextStepEncoding where not{
  4182. /NextStepEncoding StandardEncoding 256 array copy def
  4183. 0 [129/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/Ccedilla/Egrave
  4184. /Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
  4185. /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/Ugrave/Uacute
  4186. /Ucircumflex/Udieresis/Yacute/Thorn/mu/multiply/divide/copyright
  4187. 176/registered 181/brokenbar 190/logicalnot 192/onesuperior 201/twosuperior
  4188. 204/threesuperior 209/plusminus/onequarter/onehalf/threequarters/agrave
  4189. /aacute/acircumflex/atilde/adieresis/aring/ccedilla/egrave/eacute
  4190. /ecircumflex/edieresis/igrave 226/iacute 228/icircumflex/idieresis/eth
  4191. /ntilde 236/ograve/oacute/ocircumflex/otilde/odieresis 242/ugrave/uacute
  4192. /ucircumflex 246/udieresis/yacute 252/thorn/ydieresis]
  4193. {dup type /nametype eq
  4194.  {NextStepEncoding 2 index 2 index put pop 1 add}{exch pop}ifelse
  4195. }forall pop
  4196. /NextStepEncoding NextStepEncoding readonly def   
  4197. /_NXfstr 128 string dup 0 (_NX) putinterval def   
  4198. /findfont{
  4199.  % Because we can never let NextStepEncoding get into
  4200.  % SharedFontDirectory, we cannot reencode a font to NextStepEncoding
  4201.  % if we are in shared mode.  So if currentshared is true,
  4202.  % we call the normal findfont and return that
  4203.  /currentshared where {pop currentshared} {false} ifelse
  4204.  {//findfont exec}
  4205.  {dup _NXfstr 3 125 getinterval cvs length 3 add _NXfstr 0 3 -1 roll
  4206.   getinterval cvn exch FontDirectory 2 index known 
  4207.   {pop FontDirectory exch get}
  4208.   {//findfont exec dup /Encoding get StandardEncoding eq
  4209.    {    dup length dict exch
  4210.     {1 index /FID ne {2 index 3 1 roll put}{pop pop}ifelse}forall
  4211.      dup /Encoding NextStepEncoding put definefont
  4212.     }{exch pop} ifelse
  4213.    }ifelse
  4214.  }ifelse
  4215. }bind def
  4216. }{pop}ifelse
  4217. /_NXProcArray 5 array __NXdef
  4218. /_NXChannels 0 __NXdef
  4219. /_NXTotalBytes 0 __NXdef
  4220. /_NXDoImageOp{
  4221.     1 index{dup}{1}ifelse /_NXChannels exch store
  4222.     _NXChannels 2 add 2 roll _NXProcArray 0 _NXChannels getinterval astore pop
  4223.     5 index 4 index mul 2 index{1 sub 8 idiv 1 add mul}{mul 1 sub 8 idiv 1 add}ifelse
  4224.     4 index mul /_NXTotalBytes exch store pop exch pop
  4225.     gsave matrix invertmatrix concat 0.5 setgray 0 0 4 2 roll rectfill grestore
  4226.     {    0 1 _NXChannels 1 sub{
  4227.             _NXProcArray exch get exec
  4228.             length _NXTotalBytes exch sub /_NXTotalBytes exch store}for
  4229.         _NXTotalBytes 0 le{exit}if
  4230.     }loop /_NXProcArray 5 array def
  4231. }__NXbdef
  4232. /colorimage{_NXDoImageOp}__NXbdef
  4233. /alphaimage{1 add _NXDoImageOp}def
  4234. %%EndDocument
  4235.  
  4236. % EquationBuilder(TM) Expression
  4237. % +.\Jr(=:/*V[StRFQAYmdjEEA;1nuN+[co.OZ7L#cq3iK%3:</XJ@:d#6;^G;Td47dud<A3@
  4238. % 5%MGToUOR5&d`'TuEDU)B-tbR".R+:s&l.51c&0M'9:V1XA]=NZgT+TapkbQ1TiO8qO##pFg
  4239. % SV27Z%C%),,7&[ne(c'<W+g@4!;?.76d#C!iJ0@Ju`AW"Zk%:1$+0PmBo;2s;99LJh%SVCE)
  4240. % MA.D#"V,>l4t:'\cc%f,u5I7KGQRBN*lp[0QL,ShBY)pi(fsC&eZ=/.B!659En<Z0`[#-KJ"
  4241. % ,Lgjhp52JLm@U%;/?*SQWm'>bd*F,\J!5"R)D41?A2^4?AOD@1YW4GM.Z%pga9n,%\<kQ_);
  4242. % 5Cai+oG>;m!=Aln$7U)E++R!97hGhPZ(Vb"DHI-9D<:SI*e+@?7nA!GojAgaV-pghDlAV,<^
  4243. % LM'LRf]pPW+,*1OuB[A?qG46!IR7+9QlJ793'9o'rV!HgV%KK7eh&0EiG)N)>=fOpu]2L@_P
  4244. % A+Xf,ta%M[cDYT]VVJtcGQrb%`VNte:8][5bL7'?7B"j*KDHIfKAt<m5@O7U\$F$Ft62E#XI
  4245. % tFt_S9!TEBqC]K,$E\?b8'm:UV91n@?PZ$)/#CI*kA,:I9rB*RWO_Xkc(;bl)CALc8k0jVQ/
  4246. % <!T<$[,BVi7o8nO5?/B:Ad^3-AfEMJJ+l(P%n8k:GK'$K7;K[;L6K1<ooj[L7fq'g1_GkRnG
  4247. % L%<,tX2qukCLlSIWopW!aUk)JlP8n.P6jKOLDr3U-uH:57`<0VF".145Hj550#2Vd(n&7N<P
  4248. % Y@<hiTGB"6WQDbGuI5I&j90FUT\3WH+L`S%+3#EliL)m.%6<\ib#1e1t4+aI"/DD(P!FK(Gt
  4249. % 1JgcQ!0;Ar]cR[>q1=AUtgum"p)GTkJmlGl:d]O52cdaBM?q\_,#_@-04cA.'ZaUKN[1`3H1
  4250. % 9A\[K4:pX&b2MFf2Mj2*40VD*V\@7>-$E&@hYRhfMIduCd]nSNN*d"4+<tAJ5LF('T?aQ7N%
  4251. % U+1-c.[U]Cf'1D6q2$u'gW?N>h21;LS#QNI!Kr8kD[J-=jA@"/D.BO:%e,@!5P$4Kde*-8b)
  4252. % )e63G[aWp,r07R:#dh"[:jk$ZJ-#'i5XfcE[3.nJ@CY8;"Q-[#^(>s[OTZ\55W=FE$DbFcqk
  4253. % +'I+RVMq_*8KtkY(ur&-P`.J.qo9"98E%x
  4254. % EndExpression N 945 3b1 E 63 S 1a5e9 R 82c544c4
  4255. gsave
  4256.  /__NXbasematrix matrix currentmatrix def
  4257. grestore
  4258. %%EndProlog
  4259. %%BeginSetup
  4260. %%EndSetup
  4261. 0 0 138.880005 40.888 rectclip
  4262. 0 0 138.880005 40.888 rectclip
  4263. 0 setgray
  4264. 1 setalpha
  4265. 1 1 scale
  4266. /Symbol findfont 12 scalefont
  4267. 48
  4268. exch
  4269. defineuserobject
  4270. 48 execuserobject setfont
  4271. 5.56 17.552 moveto
  4272. (\() [0 0] xyshow
  4273. 1 1 scale
  4274. 1 1 scale
  4275. 48 execuserobject setfont
  4276. 17.200001 17.546 moveto
  4277. (\)) [0 0] xyshow
  4278. 1 1 scale
  4279. 0 setgray
  4280. 1 setalpha
  4281. 0.48 setlinewidth
  4282. 124.980003 32.304001 moveto
  4283. 130.480011 32.304001 lineto
  4284. stroke
  4285. 0 setgray
  4286. 1 setalpha
  4287. 0.48 setlinewidth
  4288. 87.470673 8.500002 moveto
  4289. 92.970673 8.500002 lineto
  4290. stroke
  4291. 0 setgray
  4292. 1 setalpha
  4293. 48 execuserobject setfont
  4294. 1 0.153813 scale
  4295. 36.01067 90.456581 moveto
  4296. <ef> show
  4297. 36.01067 166.368423 moveto
  4298. <ef> show
  4299. 1 6.501393 scale
  4300. 36.01067 3.764956 moveto
  4301. <eeedec> [0 11.579044 0 11.507046 0 0] xyshow
  4302. 0 setgray
  4303. 1 setalpha
  4304. /Times-BoldItalic findfont 12 scalefont
  4305. 49
  4306. exch
  4307. defineuserobject
  4308. 49 execuserobject setfont
  4309. 131.480011 5.500001 moveto
  4310. (.xxxf) [-25.254677 0 -0.5 23.803999 -95.365334 -11.860001 -9.360001 0 0 0 -1.681558e-44 14937.355469] xyshow
  4311. 48 execuserobject setfont
  4312. 115.55867 5.500001 moveto
  4313. <a33ca3a33d> [-19.254669 0 18.754669 23.803999 -19.254669 0 -70.746666 -11.860001 0 0 0 0] xyshow
  4314. /Times-Roman findfont 12 scalefont
  4315. 50
  4316. exch
  4317. defineuserobject
  4318. 50 execuserobject setfont
  4319. 125.480003 5.500001 moveto
  4320. (1rof0,0rof1) [-56.005333 0 -6 0 -3.996002 0 -16 0 89.001343 23.803999 -46.009338 0 -15.996002 0 -6 1.907349e-06 -3.996002 -1.907349e-06 -18 0 0 0 0 0] xyshow
  4321. /Times-Roman findfont 9 scalefont
  4322. 51
  4323. exch
  4324. defineuserobject
  4325. 51 execuserobject setfont
  4326. 87.970673 1.000001 moveto
  4327. (2121) [0 9 37.509331 14.803999 0 9 0 0 0 0] xyshow
  4328. %%Trailer
  4329. %%DocumentFonts: Times-BoldItalic
  4330. %%+ Times-Roman
  4331. %%+ Symbol
  4332.  
  4333. %End of Graphics
  4334. MathPictureEnd
  4335. end
  4336.  
  4337. :[font = text; inactive; preserveAspect; ]
  4338. The Fourier-Bessel expansion of   f(x)  is
  4339. ;[s]
  4340. 5:0,0;34,1;35,2;36,3;37,4;42,-1;
  4341. 5:1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,0,12,0,0,0;
  4342. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 0; pictureWidth = 141; pictureHeight = 36; ]
  4343. %!
  4344. %%Creator: Mathematica
  4345. %%AspectRatio: 0.255319
  4346. 200 dict begin
  4347. MathPictureStart
  4348. /Courier findfont 10  scalefont  setfont
  4349. % Scaling calculations
  4350. 0 1 0 1 [
  4351. [ 0 0 0 0 ]
  4352. [ 141 36 0 0 ]
  4353. ] MathScale
  4354. % Start of Graphics
  4355. %!PS-Adobe-2.0 EPSF-2.0
  4356. %%Title: 
  4357. %%Creator: EquationBuilder
  4358. %%CreationDate: Mon Aug  3 16:22:41 1992
  4359. %%For: gray
  4360. %%DocumentFonts: (atend)
  4361. %%Pages: 0 1
  4362. %%BoundingBox: 0 0 141 36
  4363. %%Translation: 1 14.884993 139.253265 0
  4364. %%EndComments
  4365.  
  4366. %%BeginDocument: /usr/lib/NextStep/printPackage.ps
  4367. %!PS-Adobe-2.0
  4368. %%Title: Printing Package
  4369. %%EndComments
  4370. %Version: 2.0
  4371. %Copyright: 1988, NeXT, Inc.
  4372.  
  4373. /__NXdef{1 index where{pop pop pop}{def}ifelse}bind def
  4374. /__NXbdef{1 index where{pop pop pop}{bind def}ifelse}bind def
  4375. /UserObjects 10 array __NXdef
  4376. /defineuserobject{
  4377.     exch dup 1 add dup UserObjects length gt{
  4378.         array dup 0 UserObjects putinterval
  4379.         /UserObjects exch def
  4380.     }{pop}ifelse UserObjects exch 3 -1 roll put
  4381. }__NXbdef
  4382. /undefineuserobject{UserObjects exch null put}__NXbdef
  4383. /execuserobject{UserObjects exch get exec}__NXbdef
  4384. /__NXRectPath{4 2 roll moveto 1 index 0 rlineto
  4385. 0 exch rlineto neg 0 rlineto closepath}__NXbdef
  4386. /__NXProcessRectArgs{
  4387.     1 index type /arraytype eq{
  4388.         exch 0 4 2 index length 1 sub{
  4389.             dup 3 add 1 exch{1 index exch get exch}for
  4390.             5 1 roll 5 index exec
  4391.         }for pop pop
  4392.     }{exec}ifelse
  4393. }__NXbdef
  4394. /rectfill{gsave newpath {__NXRectPath fill} __NXProcessRectArgs grestore}__NXbdef
  4395. /rectclip{newpath {__NXRectPath} __NXProcessRectArgs clip newpath}__NXbdef
  4396. /rectstroke{
  4397.     gsave newpath dup type /arraytype eq{dup length 6 eq}{false}ifelse{
  4398.         {gsave __NXRectPath null concat stroke grestore}
  4399.         dup length array cvx copy dup 2 4 -1 roll put __NXProcessRectArgs
  4400.     }{{__NXRectPath stroke} __NXProcessRectArgs}ifelse grestore
  4401. }__NXbdef
  4402. /xyshow{
  4403.     0 1 3 index length 1 sub{
  4404.         currentpoint 4 index 3 index 1 getinterval show
  4405.         3 index 3 index 2 mul 1 add get add exch
  4406.         3 index    3 index 2 mul get add exch moveto pop
  4407.     }for pop pop
  4408. }__NXbdef
  4409. /xshow{
  4410.     0 1 3 index length 1 sub{
  4411.         currentpoint 4 index 3 index 1 getinterval show
  4412.         exch 3 index 3 index get add exch moveto pop
  4413.     }for pop pop
  4414. }__NXbdef
  4415. /yshow{
  4416.     0 1 3 index length 1 sub{
  4417.         currentpoint 4 index 3 index 1 getinterval show
  4418.         3 index 3 index get add moveto pop
  4419.     }for pop pop
  4420. }__NXbdef
  4421. /arct{arcto pop pop pop pop}__NXbdef
  4422. /setbbox{pop pop pop pop}__NXbdef
  4423. /ucache{}__NXbdef
  4424. /ucachestatus{mark 0 0 0 0 0}__NXbdef
  4425. /setucacheparams{cleartomark}__NXbdef
  4426. /uappend{systemdict begin cvx exec end}__NXbdef
  4427. /ueofill{gsave newpath uappend eofill grestore}__NXbdef
  4428. /ufill{gsave newpath uappend fill grestore}__NXbdef
  4429. /ustroke{
  4430.     gsave newpath dup length 6 eq
  4431.     {exch uappend concat}{uappend}ifelse
  4432.     stroke grestore
  4433. }__NXbdef
  4434. /__NXustrokepathMatrix dup where {pop pop}{matrix def}ifelse
  4435. /ustrokepath{
  4436.     newpath dup length 6 eq{
  4437.         exch uappend __NXustrokepathMatrix currentmatrix exch concat
  4438.         strokepath setmatrix
  4439.     }{uappend strokepath}ifelse
  4440. } __NXbdef
  4441. /upath{
  4442.     [exch {/ucache cvx}if pathbbox /setbbox cvx
  4443.      {/moveto cvx}{/lineto cvx}{/curveto cvx}{/closepath cvx}pathforall]cvx
  4444. } __NXbdef
  4445. /setstrokeadjust{pop}__NXbdef
  4446. /currentstrokeadjust{false}__NXbdef
  4447. /selectfont{exch findfont exch
  4448. dup type /arraytype eq {makefont}{scalefont}ifelse setfont}__NXbdef
  4449. /_NXCombineArrays{
  4450.     counttomark dup 2 add index dup length 3 -1 roll {
  4451.         2 index length sub dup 4 1 roll 1 index exch 4 -1 roll putinterval exch
  4452.     }repeat pop pop pop
  4453. }__NXbdef
  4454. /setcmykcolor{
  4455.     1.0 exch sub dup dup 6 -1 roll
  4456.     sub dup 0 lt{pop 0}if 5 1 roll
  4457.     4 -1 roll sub dup 0 lt{pop 0}if 3 1 roll
  4458.     exch sub dup 0 lt{pop 0}if setrgbcolor
  4459. }__NXbdef
  4460. /currentcmykcolor{currentrgbcolor 3{1.0 exch sub 3 1 roll}repeat 0}__NXbdef
  4461. /flushgraphics{}def
  4462. /setwindowtype{pop pop}def
  4463. /currentwindowtype{pop 0}def
  4464. /setalpha{pop}def
  4465. /currentalpha{1.0}def
  4466. /hidecursor{}def
  4467. /obscurecursor{}def
  4468. /revealcursor{}def
  4469. /setcursor{4 {pop}repeat}bind def
  4470. /showcursor{}def
  4471. /NextStepEncoding where not{
  4472. /NextStepEncoding StandardEncoding 256 array copy def
  4473. 0 [129/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/Ccedilla/Egrave
  4474. /Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
  4475. /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/Ugrave/Uacute
  4476. /Ucircumflex/Udieresis/Yacute/Thorn/mu/multiply/divide/copyright
  4477. 176/registered 181/brokenbar 190/logicalnot 192/onesuperior 201/twosuperior
  4478. 204/threesuperior 209/plusminus/onequarter/onehalf/threequarters/agrave
  4479. /aacute/acircumflex/atilde/adieresis/aring/ccedilla/egrave/eacute
  4480. /ecircumflex/edieresis/igrave 226/iacute 228/icircumflex/idieresis/eth
  4481. /ntilde 236/ograve/oacute/ocircumflex/otilde/odieresis 242/ugrave/uacute
  4482. /ucircumflex 246/udieresis/yacute 252/thorn/ydieresis]
  4483. {dup type /nametype eq
  4484.  {NextStepEncoding 2 index 2 index put pop 1 add}{exch pop}ifelse
  4485. }forall pop
  4486. /NextStepEncoding NextStepEncoding readonly def   
  4487. /_NXfstr 128 string dup 0 (_NX) putinterval def   
  4488. /findfont{
  4489.  % Because we can never let NextStepEncoding get into
  4490.  % SharedFontDirectory, we cannot reencode a font to NextStepEncoding
  4491.  % if we are in shared mode.  So if currentshared is true,
  4492.  % we call the normal findfont and return that
  4493.  /currentshared where {pop currentshared} {false} ifelse
  4494.  {//findfont exec}
  4495.  {dup _NXfstr 3 125 getinterval cvs length 3 add _NXfstr 0 3 -1 roll
  4496.   getinterval cvn exch FontDirectory 2 index known 
  4497.   {pop FontDirectory exch get}
  4498.   {//findfont exec dup /Encoding get StandardEncoding eq
  4499.    {    dup length dict exch
  4500.     {1 index /FID ne {2 index 3 1 roll put}{pop pop}ifelse}forall
  4501.      dup /Encoding NextStepEncoding put definefont
  4502.     }{exch pop} ifelse
  4503.    }ifelse
  4504.  }ifelse
  4505. }bind def
  4506. }{pop}ifelse
  4507. /_NXProcArray 5 array __NXdef
  4508. /_NXChannels 0 __NXdef
  4509. /_NXTotalBytes 0 __NXdef
  4510. /_NXDoImageOp{
  4511.     1 index{dup}{1}ifelse /_NXChannels exch store
  4512.     _NXChannels 2 add 2 roll _NXProcArray 0 _NXChannels getinterval astore pop
  4513.     5 index 4 index mul 2 index{1 sub 8 idiv 1 add mul}{mul 1 sub 8 idiv 1 add}ifelse
  4514.     4 index mul /_NXTotalBytes exch store pop exch pop
  4515.     gsave matrix invertmatrix concat 0.5 setgray 0 0 4 2 roll rectfill grestore
  4516.     {    0 1 _NXChannels 1 sub{
  4517.             _NXProcArray exch get exec
  4518.             length _NXTotalBytes exch sub /_NXTotalBytes exch store}for
  4519.         _NXTotalBytes 0 le{exit}if
  4520.     }loop /_NXProcArray 5 array def
  4521. }__NXbdef
  4522. /colorimage{_NXDoImageOp}__NXbdef
  4523. /alphaimage{1 add _NXDoImageOp}def
  4524. %%EndDocument
  4525.  
  4526. % EquationBuilder(TM) Expression
  4527. % +.\Jr(=:/*V[StRFQAYmdjEEA;1nuN+[co.OZ7L#cq3iK%3:</XJ@:d#6;^G;Td47dud<A3@
  4528. % 5%MGToUOR5&d`'TuEDU)B-tbR".R+:s&m,VT6!0M"`eV$VD;,X_XRS2ihA"VLe`-6WLgVDQ[
  4529. % K-Oh*sQ3\5X&jqDA/d.K[>m^Q5J[c<T!&,[Tin#Mqf\EPQp`n<3FPaBu@nDhna*n=K8V8]^g
  4530. % &Pgo:u,"O8/K#JVW;G9-88oJL(Oh['1U:3`L@o]lIuWp?:"^H/d3!JP0!\R-jBZKMU3Y:IN&
  4531. % hI_^8*I1j!'<VA%_SCdPN3Cl[JBd&4p[B\PF5C3ORr`D%).LrU'Po=dkoi_<cVJGT=3fa%!K
  4532. % OT#7Xq'QFJ.AY=EIf1jP*(::3`.g`$\M5*QZAH%lH2/0d+!KnUf>Di^1%7RsEbP*"CPfl.+a
  4533. % 0LaYaGpUIHMFu(;?-oL)i`_$?DRt7O*fnCc4Y>O53\YL:lKT?3"jca%DIam\V.R*#?!jLb_S
  4534. % 3,`<JU7qI\]`8D]"kERe2.0#7jV3uuFON*ak-lAZj-/oWtFO`s'?#9YM6:d/t'dFb#S'fS'K
  4535. % 29QS7N-0OQ3X"B+X>hDYB]f/1/[18AsL4^Yok1r'[[+)"&4#SVP$VN?@#_Fb,((hIT]o,C2+
  4536. % Y/2NfmA8MlT4"(E^AMAH7BKGa<J2WFC$a>/fr1MN[gH@tL[*N"FY1lk6*.[$fPC.bOeBj4f.
  4537. % [`V2J/@EK$ME6oN,7-AnTED>Bc>L6@V\.%4DOKq"\8Qcn##O3*!<*e-_>WUgTRdAlFW7ZI8I
  4538. % ?`MO23WSP(_J.D8iGsgYoWNASJE_jfU'Q%0*'BO!O9e@ZMf2r#.,E_uBJ!5KWbi,leaNC[JE
  4539. % gnN=(QNZ$3MaZj9>FN55NN*MZ<PH6C7ke^N#"HjlM#m6>U0V6hb8UtEqV2-_-_"Q`BY^c^#4
  4540. % CE^F$Bj=R@&#)mRPkEI/C9DSY]lBK*6i3GNs./Da/k##\DSB.9kJbs8:lC<*(U,4L_*5=pX!
  4541. % '+^j'i;';DiZSfch]]VUZn\&l"[%YH#R8>:\]/n"\2k-\&Y#dB?2+=sdce+!*A2LJ7*iJnXk
  4542. % ]"(QL/W'%u5AmXaCC23k%[-<(#nUH:?]#EeThTKTqmkOkJ.'C\pX>3!/iC&UiNdIl9JbT)RS
  4543. % $*p4;!`!EIZ)&(u+<W(]^iF0MQthL]W<-#<C#e7$)H5:>UaN^179Z#Z/\cL=-;2,esEG=TB2
  4544. % ,UQQB`5quee_g3FZ_D[WT#_=-d''Km]k)<_3$>AB+@gIrW'Pp!"i#WG\E!\i7?jo?Z"9:F?%
  4545. % mp<sx
  4546. % EndExpression N 1039 40f E f5 S 1c1d3 R b19aebcd
  4547. gsave
  4548.  /__NXbasematrix matrix currentmatrix def
  4549. grestore
  4550. %%EndProlog
  4551. %%BeginSetup
  4552. /EqBFont 18 dict dup begin /FontType 3 def /PaintType 0 def /FontMatrix [0.001 0 0 0.001 0 0] def /FontBBox [15 -2950 1360 1045] def /Encoding [/.notdef /rad1 /rad2 /rad3 /rad4 /rad5 /radext /int /pathint /sum /prod /cdot /vdot /ddot /hbar /bigcap /bigcup /parallel] def /Metrics 18 dict dup begin /.notdef 0 def /rad1 1000 def /rad2 1000 def /rad3 1000 def /rad4 1000 def /rad5 1048 def /radext 1048 def /int 500 def /pathint 500 def /sum 700 def /prod 700 def /cdot 1000 def /vdot 550 def /ddot 1000 def /hbar 500 def /bigcap 700 def /bigcup 700 def /parallel 500 def end def /BBox 18 dict dup begin /.notdef [0 0 0 0] def /rad1 [110 -1150 1020 0] def /rad2 [110 -1750 1020 0] def /rad3 [110 -2350 1020 0] def /rad4 [110 -2950 1020 0] def /rad5 [128 -2890 740 0] def /radext [700 -600 740 0] def /int [20 0 425 1045] def /pathint [20 0 425 1045] def /sum [15 5 640 715] def /prod [15 0 670 715] def /cdot [110 215 890 325] def /vdot [165 -5 280 770] def /ddot [110 -5 890 770] def /hbar [20 -10 480 685] def /bigcap [0 0 680 720] def /bigcup [0 0 680 720] def /parallel [65 -175 400 675] def end def /CharacterDefs 18 dict dup begin /.notdef {
  4553.     
  4554. } def /rad1 {
  4555.     980 0 moveto 464 -1048 lineto 248 -560 lineto 110 -656 lineto 125 -675 lineto 200 -624 lineto 420 -1150 lineto 460 -1150 lineto 1020 0 lineto 980 0 lineto closepath
  4556. } def /rad2 {
  4557.     980 0 moveto 460 -1600 lineto 245 -864 lineto 110 -1000 lineto 128 -1023 lineto 200 -950 lineto 424 -1750 lineto 456 -1750 lineto 1020 0 lineto 980 0 lineto closepath
  4558. } def /rad3 {
  4559.     980 0 moveto 464 -2144 lineto 248 -1160 lineto 110 -1368 lineto 130 -1390 lineto 192 -1288 lineto 424 -2350 lineto 464 -2350 lineto 1020 0 lineto 980 0 lineto closepath
  4560. } def /rad4 {
  4561.     980 0 moveto 880 -488 lineto 672 -1600 lineto 464 -2696 lineto 248 -1464 lineto 110 -1728 lineto 130 -1750 lineto 192 -1616 lineto 424 -2950 lineto 464 -2950 lineto 768 -1312 lineto 1020 0 lineto 980 0 lineto closepath
  4562. } def /rad5 {
  4563.     700 0 moveto 700 -2628 lineto 248 -1284 lineto 128 -1564 lineto 150 -1580 lineto 215 -1425 lineto 688 -2890 lineto 740 -2890 lineto 740 0 lineto 700 0 lineto closepath
  4564. } def /radext {
  4565.     700 0 moveto 700 -600 lineto 740 -600 lineto 740 0 lineto 700 0 lineto closepath
  4566. } def /int {
  4567.     245 390 moveto 225 235 195 145 180 100 curveto 165 60 150 50 140 40 curveto 135 30 85 0 50 20 curveto 35 25 25 45 25 55 curveto 20 80 30 100 55 110 curveto 80 125 93 110 110 90 curveto 135 60 155 135 160 195 curveto 165 270 170 340 190 510 curveto 205 650 lineto 220 810 230 890 265 960 curveto 275 980 295 1015 320 1030 curveto 350 1045 380 1030 395 1020 curveto 410 1010 425 980 400 955 curveto 385 940 347 925 330 950 curveto 310 970 290 955 290 940 curveto 280 900 285 745 270 610 curveto 245 390 lineto closepath
  4568. } def /pathint {
  4569.     245 390 moveto 225 235 195 145 180 100 curveto 165 60 150 50 140 40 curveto 135 30 85 0 50 20 curveto 35 25 25 45 25 55 curveto 20 80 30 100 55 110 curveto 80 125 93 110 110 90 curveto 135 60 155 135 160 195 curveto 165 270 170 340 190 510 curveto 205 650 lineto 220 810 230 890 265 960 curveto 275 980 295 1015 320 1030 curveto 350 1045 380 1030 395 1020 curveto 410 1010 425 980 400 955 curveto 385 940 347 925 330 950 curveto 310 970 290 955 290 940 curveto 280 900 285 745 270 610 curveto 245 390 lineto fill 20 setlinewidth 220 400 moveto 290 400 340 455 340 500 curveto 340 585 290 640 220 640 curveto 155 640 100 585 100 500 curveto 100 455 155 400 220 400 curveto stroke
  4570. } def /sum {
  4571.     330 335 moveto 20 715 lineto 575 715 lineto 600 545 lineto 575 535 lineto 550 625 525 685 395 685 curveto 160 685 lineto 411 370 lineto 160 90 lineto 470 90 lineto 565 90 590 140 610 210 curveto 640 200 lineto 585 5 lineto 15 5 lineto 330 335 lineto closepath
  4572. } def /prod {
  4573.     590 90 moveto 590 30 620 20 670 20 curveto 670 0 lineto 410 0 lineto 410 20 lineto 460 20 495 30 495 90 curveto 495 670 lineto 190 670 lineto 190 90 lineto 190 30 225 20 275 20 curveto 275 0 lineto 15 0 lineto 15 20 lineto 65 20 100 30 100 90 curveto 100 615 lineto 100 690 40 700 20 700 curveto 20 715 lineto 670 715 lineto 670 700 lineto 645 700 590 690 590 615 curveto 590 90 lineto closepath
  4574. } def /cdot {
  4575.     110 270 moveto 110 300 135 325 165 325 curveto 195 325 220 300 220 270 curveto 220 235 185 215 165 215 curveto 145 215 110 235 110 270 curveto fill 445 270 moveto 445 300 470 325 500 325 curveto 530 325 555 300 555 270 curveto 555 235 520 215 500 215 curveto 480 215 445 235 445 270 curveto fill 775 270 moveto 775 300 800 325 830 325 curveto 860 325 890 300 890 270 curveto 890 235 850 215 830 215 curveto 810 215 775 235 775 270 curveto fill
  4576. } def /vdot {
  4577.     220 770 moveto 250 770 280 750 280 720 curveto 280 680 250 660 220 660 curveto 185 660 165 695 165 720 curveto 165 740 185 770 220 770 curveto fill 220 440 moveto 250 440 280 415 280 385 curveto 280 355 250 330 220 330 curveto 185 330 165 365 165 385 curveto 165 405 185 440 220 440 curveto fill 220 105 moveto 250 105 280 80 280 50 curveto 280 20 250 -5 220 -5 curveto 185 -5 165 30 165 50 curveto 165 70 185 105 220 105 curveto fill
  4578. } def /ddot {
  4579.     165 720 moveto 205 720 220 700 220 665 curveto 220 630 195 610 165 610 curveto 130 620 110 645 110 665 curveto 110 690 130 720 165 720 curveto fill 500 440 moveto 530 440 555 415 555 385 curveto 555 355 530 330 500 330 curveto 465 330 445 365 445 385 curveto 445 405 465 440 500 440 curveto fill 830 155 moveto 860 155 890 130 890 100 curveto 890 70 860 45 830 45 curveto 795 45 775 80 775 100 curveto 775 120 795 155 830 155 curveto fill
  4580. } def /hbar {
  4581.     480 105 moveto 440 55 400 -10 335 -10 curveto 300 -10 290 10 290 35 curveto 290 65 370 350 370 365 curveto 370 380 355 390 340 390 curveto 290 390 205 275 185 250 curveto 140 180 125 125 95 0 curveto 20 0 lineto 150 500 lineto 160 545 180 600 180 615 curveto 180 625 170 640 135 640 curveto 110 640 lineto 100 655 lineto 165 660 215 670 270 685 curveto 275 680 lineto 155 240 lineto 155 235 lineto 190 290 290 440 380 440 curveto 400 440 450 435 450 370 curveto 450 335 365 80 365 55 curveto 365 45 375 40 385 40 curveto 405 40 425 70 465 115 curveto 480 105 lineto fill 55 545 moveto 55 520 lineto 310 560 lineto 310 585 lineto 55 545 lineto fill
  4582. } def /bigcap {
  4583.     615 400 moveto 615 575 500 655 340 655 curveto 180 655 70 575 70 400 curveto 70 0 lineto 5 0 lineto 5 400 lineto 5 610 140 720 340 720 curveto 545 720 680 610 680 400 curveto 680 0 lineto 615 0 lineto 615 400 lineto closepath
  4584. } def /bigcup {
  4585.     65 320 moveto 65 145 180 65 340 65 curveto 500 65 615 145 615 320 curveto 615 720 lineto 680 720 lineto 680 320 lineto 680 110 540 0 340 0 curveto 140 0 0 110 0 320 curveto 0 720 lineto 65 720 lineto 65 320 lineto closepath
  4586. } def /parallel {
  4587.     135 675 moveto 135 -175 lineto 65 -175 lineto 65 675 lineto 135 675 lineto fill 335 675 moveto 335 -175 lineto 265 -175 lineto 265 675 lineto 335 675 lineto fill 400 675 moveto
  4588. } def end def /BuildChar {
  4589.     0 begin /char exch def /fontdict exch def /charname fontdict /Encoding get char get def fontdict begin Metrics charname get 0 BBox charname get aload pop setcachedevice CharacterDefs charname get exec eofill end end
  4590. } def /BuildChar load 0 3 dict put end definefont pop
  4591. %%EndSetup
  4592. 0 0 140.253265 35.640968 rectclip
  4593. 0 0 140.253265 35.640968 rectclip
  4594. 0 setgray
  4595. 1 setalpha
  4596. 1 1 scale
  4597. /Symbol findfont 12 scalefont
  4598. 44
  4599. exch
  4600. defineuserobject
  4601. 44 execuserobject setfont
  4602. 5.56 15.992992 moveto
  4603. (\() [0 0] xyshow
  4604. 1 1 scale
  4605. 1 1 scale
  4606. 44 execuserobject setfont
  4607. 17.200001 15.986992 moveto
  4608. (\)) [0 0] xyshow
  4609. 1 1 scale
  4610. 0 setgray
  4611. 1 setalpha
  4612. /EqBFont 24 selectfont
  4613. 34.791168 10.244992 moveto
  4614. <09> [0 0] xyshow
  4615. 0 setgray
  4616. 1 setalpha
  4617. 0.48 setlinewidth
  4618. 82.379669 21.572992 moveto
  4619. 86.469269 31.796991 lineto
  4620. stroke
  4621. 0 setgray
  4622. 1 setalpha
  4623. 1 1 scale
  4624. 44 execuserobject setfont
  4625. 65.375671 23.792992 moveto
  4626. (\() [0 0] xyshow
  4627. 1 1 scale
  4628. 1 1 scale
  4629. 44 execuserobject setfont
  4630. 93.309265 23.786991 moveto
  4631. (\)) [0 0] xyshow
  4632. 1 1 scale
  4633. 0 setgray
  4634. 1 setalpha
  4635. 1 1 scale
  4636. 44 execuserobject setfont
  4637. 110.385262 23.792992 moveto
  4638. (\() [0 0] xyshow
  4639. 1 1 scale
  4640. 1 1 scale
  4641. 44 execuserobject setfont
  4642. 134.229263 23.786991 moveto
  4643. (\)) [0 0] xyshow
  4644. 1 1 scale
  4645. 0 setgray
  4646. 1 setalpha
  4647. 1 1 scale
  4648. 44 execuserobject setfont
  4649. 94.132469 6.513963 moveto
  4650. (\() [0 0] xyshow
  4651. 1 1 scale
  4652. 1 1 scale
  4653. 44 execuserobject setfont
  4654. 111.976463 6.507963 moveto
  4655. (\)) [0 0] xyshow
  4656. 1 1 scale
  4657. 0 setgray
  4658. 1 setalpha
  4659. 0.48 setlinewidth
  4660. 52.323666 18.884993 moveto
  4661. 139.253265 18.884993 lineto
  4662. stroke
  4663. 0 setgray
  4664. 1 setalpha
  4665. /Times-BoldItalic findfont 12 scalefont
  4666. 48
  4667. exch
  4668. defineuserobject
  4669. 48 execuserobject setfont
  4670. 98.932465 6.405964 moveto
  4671. (xJxxxJxJxf) [-17.351997 -9.536743e-07 -12.204002 9.536743e-07 51.808792 17.279028 -6 0 -17.35199 0 -27.6576 0 -17.352001 0 -42.463665 -7.799999 -9.360001 0 0 0 0 0] xyshow
  4672. 44 execuserobject setfont
  4673. 25.057335 15.884993 moveto
  4674. (=) [0 0 0 0] xyshow
  4675. /Symbol findfont 9 scalefont
  4676. 46
  4677. exch
  4678. defineuserobject
  4679. 46 execuserobject setfont
  4680. 40.432667 2.281 moveto
  4681. (=\245) [-0.989998 27.523968 0 0 0 0] xyshow
  4682. /Times-BoldItalic findfont 9 scalefont
  4683. 79
  4684. exch
  4685. defineuserobject
  4686. 79 execuserobject setfont
  4687. 104.932465 4.605988 moveto
  4688. (nnnnn) [-29.556 0 51.808792 17.279028 -51.00959 0 -41.196999 -19.604015 0 0 0 0] xyshow
  4689. /Times-Roman findfont 9 scalefont
  4690. 45
  4691. exch
  4692. defineuserobject
  4693. 45 execuserobject setfont
  4694. 116.500465 11.120993 moveto
  4695. (21011) [-28.631996 -6.515005 16.2528 17.279028 -45.009605 0 -13.287994 -19.604015 0 0 0 0] xyshow
  4696. /Times-Roman findfont 12 scalefont
  4697. 52
  4698. exch
  4699. defineuserobject
  4700. 52 execuserobject setfont
  4701. 86.469269 23.684992 moveto
  4702. (2) [0 0 0 0] xyshow
  4703. %%Trailer
  4704. %%DocumentFonts: Times-BoldItalic
  4705. %%+ Times-Roman
  4706. %%+ Symbol
  4707.  
  4708. %End of Graphics
  4709. MathPictureEnd
  4710. end
  4711.  
  4712. :[font = text; inactive; pageBreakBelow; preserveAspect; ]
  4713. where  xn is the  nth positive zero of the Bessel function  J0(x).  Working with
  4714. Bessel functions is more complicated than working with trigonometric
  4715. functions because the zeros do not occur at regular intervals.   The  zeros
  4716. either have to be computed explicitly (for example, using  FindRoot) or
  4717. looked up in a table.
  4718. ;[s]
  4719. 14:0,0;7,1;8,2;9,3;18,4;19,5;21,6;60,7;61,8;62,9;63,10;64,11;285,12;293,13;320,-1;
  4720. 14:1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,10,8,Times,66,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,32,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,10,8,Times,66,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Courier,0,12,0,0,0;1,11,8,Times,0,12,0,0,0;
  4721. :[font = text; inactive; preserveAspect; ]
  4722.      We define a list  X  in Mathematica whose elements are the first 20
  4723. positive zeros of  J0(x):
  4724. ;[s]
  4725. 8:0,0;26,1;37,2;89,3;90,4;91,5;92,6;93,7;96,-1;
  4726. 8:1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,10,8,Times,66,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,0,12,0,0,0;
  4727. :[font = input; preserveAspect; startGroup; ]
  4728. X={2.405,5.520,8.654,11.792,14.931,
  4729.          18.071,21.212,24.352,27.493,30.635,
  4730.          33.776,36.972,40.058,43.200,46.483,
  4731.          49.482,52.624,55.766,58.907,62.049}
  4732. :[font = output; output; inactive; preserveAspect; endGroup; ]
  4733. {2.405, 5.52, 8.654, 11.792, 14.931, 18.071, 
  4734.   21.212, 24.352, 27.493, 30.635, 33.776, 
  4735.   36.972, 40.058, 43.20000000000001, 46.483, 
  4736.   49.482, 52.62400000000001, 55.766, 58.907, 
  4737.   62.04900000000001}
  4738. ;[o]
  4739. {2.405, 5.52, 8.654, 11.792, 14.931, 18.071, 
  4740.  
  4741.   21.212, 24.352, 27.493, 30.635, 33.776, 
  4742.  
  4743.   36.972, 40.058, 43.2, 46.483, 49.482, 
  4744.  
  4745.   52.624, 55.766, 58.907, 62.049}
  4746. :[font = text; inactive; preserveAspect; ]
  4747. Then  X[[k]] is the  kth  element of  X, that is,   xk.  Next we define a
  4748. function of two variables  f[x,n]  that represents the  partial sum for the
  4749. Fourier-Bessel expansion of  f(x):
  4750. ;[s]
  4751. 17:0,0;6,1;13,2;21,3;22,4;24,5;38,6;39,7;52,8;53,9;54,10;101,11;108,12;179,13;180,14;181,15;182,16;185,-1;
  4752. 17:1,11,8,Times,0,12,0,0,0;1,10,8,Courier,0,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,32,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Courier,0,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,10,8,Times,66,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Courier,0,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,0,12,0,0,0;
  4753. :[font = input; pageBreakBelow; dontNoPageBreakBelow; preserveAspect; ]
  4754. f[x_,n_]:=Sum[
  4755.  BesselJ[1,Evaluate[X[[k]]]/2]*
  4756.  BesselJ[0,x Evaluate[X[[k]]]]/
  4757.  (Evaluate[X[[k]]]*
  4758.  BesselJ[1,Evaluate[X[[k]]]]^2),
  4759.       {k,n}]
  4760. :[font = text; inactive; preserveAspect; ]
  4761. We plot two of these partial sums:
  4762. :[font = input; preserveAspect; startGroup; ]
  4763. Plot[f[x,10],{x,-1,2},PlotPoints->40];
  4764. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 34; pictureWidth = 282; pictureHeight = 174; endGroup; ]
  4765. %!
  4766. %%Creator: Mathematica
  4767. %%AspectRatio: 0.61803 
  4768. MathPictureStart
  4769. /Courier findfont 10  scalefont  setfont
  4770. % Scaling calculations
  4771. 0.34127 0.31746 0.204273 0.331462 [
  4772. [(-1)] 0.02381 0.20427 0 2 Msboxa
  4773. [(-0.5)] 0.18254 0.20427 0 2 Msboxa
  4774. [(0.5)] 0.5 0.20427 0 2 Msboxa
  4775. [(1)] 0.65873 0.20427 0 2 Msboxa
  4776. [(1.5)] 0.81746 0.20427 0 2 Msboxa
  4777. [(2)] 0.97619 0.20427 0 2 Msboxa
  4778. [(-0.5)] 0.32877 0.03854 1 0 Msboxa
  4779. [(-0.25)] 0.32877 0.12141 1 0 Msboxa
  4780. [(0.25)] 0.32877 0.28714 1 0 Msboxa
  4781. [(0.5)] 0.32877 0.37 1 0 Msboxa
  4782. [(0.75)] 0.32877 0.45287 1 0 Msboxa
  4783. [(1)] 0.32877 0.53574 1 0 Msboxa
  4784. [ -0.001 -0.001 0 0 ]
  4785. [ 1.001 0.61903 0 0 ]
  4786. ] MathScale
  4787. % Start of Graphics
  4788. 1 setlinecap
  4789. 1 setlinejoin
  4790. newpath
  4791. %%Object: Graphics
  4792. [ ] 0 setdash
  4793. 0 setgray
  4794. gsave
  4795. gsave
  4796. 0.002 setlinewidth
  4797. 0.02381 0.20427 moveto
  4798. 0.02381 0.21052 lineto
  4799. stroke
  4800. grestore
  4801. [(-1)] 0.02381 0.20427 0 2 Mshowa
  4802. gsave
  4803. 0.002 setlinewidth
  4804. 0.18254 0.20427 moveto
  4805. 0.18254 0.21052 lineto
  4806. stroke
  4807. grestore
  4808. [(-0.5)] 0.18254 0.20427 0 2 Mshowa
  4809. gsave
  4810. 0.002 setlinewidth
  4811. 0.5 0.20427 moveto
  4812. 0.5 0.21052 lineto
  4813. stroke
  4814. grestore
  4815. [(0.5)] 0.5 0.20427 0 2 Mshowa
  4816. gsave
  4817. 0.002 setlinewidth
  4818. 0.65873 0.20427 moveto
  4819. 0.65873 0.21052 lineto
  4820. stroke
  4821. grestore
  4822. [(1)] 0.65873 0.20427 0 2 Mshowa
  4823. gsave
  4824. 0.002 setlinewidth
  4825. 0.81746 0.20427 moveto
  4826. 0.81746 0.21052 lineto
  4827. stroke
  4828. grestore
  4829. [(1.5)] 0.81746 0.20427 0 2 Mshowa
  4830. gsave
  4831. 0.002 setlinewidth
  4832. 0.97619 0.20427 moveto
  4833. 0.97619 0.21052 lineto
  4834. stroke
  4835. grestore
  4836. [(2)] 0.97619 0.20427 0 2 Mshowa
  4837. gsave
  4838. 0.001 setlinewidth
  4839. 0.05556 0.20427 moveto
  4840. 0.05556 0.20802 lineto
  4841. stroke
  4842. grestore
  4843. gsave
  4844. 0.001 setlinewidth
  4845. 0.0873 0.20427 moveto
  4846. 0.0873 0.20802 lineto
  4847. stroke
  4848. grestore
  4849. gsave
  4850. 0.001 setlinewidth
  4851. 0.11905 0.20427 moveto
  4852. 0.11905 0.20802 lineto
  4853. stroke
  4854. grestore
  4855. gsave
  4856. 0.001 setlinewidth
  4857. 0.15079 0.20427 moveto
  4858. 0.15079 0.20802 lineto
  4859. stroke
  4860. grestore
  4861. gsave
  4862. 0.001 setlinewidth
  4863. 0.21429 0.20427 moveto
  4864. 0.21429 0.20802 lineto
  4865. stroke
  4866. grestore
  4867. gsave
  4868. 0.001 setlinewidth
  4869. 0.24603 0.20427 moveto
  4870. 0.24603 0.20802 lineto
  4871. stroke
  4872. grestore
  4873. gsave
  4874. 0.001 setlinewidth
  4875. 0.27778 0.20427 moveto
  4876. 0.27778 0.20802 lineto
  4877. stroke
  4878. grestore
  4879. gsave
  4880. 0.001 setlinewidth
  4881. 0.30952 0.20427 moveto
  4882. 0.30952 0.20802 lineto
  4883. stroke
  4884. grestore
  4885. gsave
  4886. 0.001 setlinewidth
  4887. 0.37302 0.20427 moveto
  4888. 0.37302 0.20802 lineto
  4889. stroke
  4890. grestore
  4891. gsave
  4892. 0.001 setlinewidth
  4893. 0.40476 0.20427 moveto
  4894. 0.40476 0.20802 lineto
  4895. stroke
  4896. grestore
  4897. gsave
  4898. 0.001 setlinewidth
  4899. 0.43651 0.20427 moveto
  4900. 0.43651 0.20802 lineto
  4901. stroke
  4902. grestore
  4903. gsave
  4904. 0.001 setlinewidth
  4905. 0.46825 0.20427 moveto
  4906. 0.46825 0.20802 lineto
  4907. stroke
  4908. grestore
  4909. gsave
  4910. 0.001 setlinewidth
  4911. 0.53175 0.20427 moveto
  4912. 0.53175 0.20802 lineto
  4913. stroke
  4914. grestore
  4915. gsave
  4916. 0.001 setlinewidth
  4917. 0.56349 0.20427 moveto
  4918. 0.56349 0.20802 lineto
  4919. stroke
  4920. grestore
  4921. gsave
  4922. 0.001 setlinewidth
  4923. 0.59524 0.20427 moveto
  4924. 0.59524 0.20802 lineto
  4925. stroke
  4926. grestore
  4927. gsave
  4928. 0.001 setlinewidth
  4929. 0.62698 0.20427 moveto
  4930. 0.62698 0.20802 lineto
  4931. stroke
  4932. grestore
  4933. gsave
  4934. 0.001 setlinewidth
  4935. 0.69048 0.20427 moveto
  4936. 0.69048 0.20802 lineto
  4937. stroke
  4938. grestore
  4939. gsave
  4940. 0.001 setlinewidth
  4941. 0.72222 0.20427 moveto
  4942. 0.72222 0.20802 lineto
  4943. stroke
  4944. grestore
  4945. gsave
  4946. 0.001 setlinewidth
  4947. 0.75397 0.20427 moveto
  4948. 0.75397 0.20802 lineto
  4949. stroke
  4950. grestore
  4951. gsave
  4952. 0.001 setlinewidth
  4953. 0.78571 0.20427 moveto
  4954. 0.78571 0.20802 lineto
  4955. stroke
  4956. grestore
  4957. gsave
  4958. 0.001 setlinewidth
  4959. 0.84921 0.20427 moveto
  4960. 0.84921 0.20802 lineto
  4961. stroke
  4962. grestore
  4963. gsave
  4964. 0.001 setlinewidth
  4965. 0.88095 0.20427 moveto
  4966. 0.88095 0.20802 lineto
  4967. stroke
  4968. grestore
  4969. gsave
  4970. 0.001 setlinewidth
  4971. 0.9127 0.20427 moveto
  4972. 0.9127 0.20802 lineto
  4973. stroke
  4974. grestore
  4975. gsave
  4976. 0.001 setlinewidth
  4977. 0.94444 0.20427 moveto
  4978. 0.94444 0.20802 lineto
  4979. stroke
  4980. grestore
  4981. gsave
  4982. 0.002 setlinewidth
  4983. 0 0.20427 moveto
  4984. 1 0.20427 lineto
  4985. stroke
  4986. grestore
  4987. gsave
  4988. 0.002 setlinewidth
  4989. 0.34127 0.03854 moveto
  4990. 0.34752 0.03854 lineto
  4991. stroke
  4992. grestore
  4993. [(-0.5)] 0.32877 0.03854 1 0 Mshowa
  4994. gsave
  4995. 0.002 setlinewidth
  4996. 0.34127 0.12141 moveto
  4997. 0.34752 0.12141 lineto
  4998. stroke
  4999. grestore
  5000. [(-0.25)] 0.32877 0.12141 1 0 Mshowa
  5001. gsave
  5002. 0.002 setlinewidth
  5003. 0.34127 0.28714 moveto
  5004. 0.34752 0.28714 lineto
  5005. stroke
  5006. grestore
  5007. [(0.25)] 0.32877 0.28714 1 0 Mshowa
  5008. gsave
  5009. 0.002 setlinewidth
  5010. 0.34127 0.37 moveto
  5011. 0.34752 0.37 lineto
  5012. stroke
  5013. grestore
  5014. [(0.5)] 0.32877 0.37 1 0 Mshowa
  5015. gsave
  5016. 0.002 setlinewidth
  5017. 0.34127 0.45287 moveto
  5018. 0.34752 0.45287 lineto
  5019. stroke
  5020. grestore
  5021. [(0.75)] 0.32877 0.45287 1 0 Mshowa
  5022. gsave
  5023. 0.002 setlinewidth
  5024. 0.34127 0.53574 moveto
  5025. 0.34752 0.53574 lineto
  5026. stroke
  5027. grestore
  5028. [(1)] 0.32877 0.53574 1 0 Mshowa
  5029. gsave
  5030. 0.001 setlinewidth
  5031. 0.34127 0.05512 moveto
  5032. 0.34502 0.05512 lineto
  5033. stroke
  5034. grestore
  5035. gsave
  5036. 0.001 setlinewidth
  5037. 0.34127 0.07169 moveto
  5038. 0.34502 0.07169 lineto
  5039. stroke
  5040. grestore
  5041. gsave
  5042. 0.001 setlinewidth
  5043. 0.34127 0.08826 moveto
  5044. 0.34502 0.08826 lineto
  5045. stroke
  5046. grestore
  5047. gsave
  5048. 0.001 setlinewidth
  5049. 0.34127 0.10483 moveto
  5050. 0.34502 0.10483 lineto
  5051. stroke
  5052. grestore
  5053. gsave
  5054. 0.001 setlinewidth
  5055. 0.34127 0.13798 moveto
  5056. 0.34502 0.13798 lineto
  5057. stroke
  5058. grestore
  5059. gsave
  5060. 0.001 setlinewidth
  5061. 0.34127 0.15455 moveto
  5062. 0.34502 0.15455 lineto
  5063. stroke
  5064. grestore
  5065. gsave
  5066. 0.001 setlinewidth
  5067. 0.34127 0.17113 moveto
  5068. 0.34502 0.17113 lineto
  5069. stroke
  5070. grestore
  5071. gsave
  5072. 0.001 setlinewidth
  5073. 0.34127 0.1877 moveto
  5074. 0.34502 0.1877 lineto
  5075. stroke
  5076. grestore
  5077. gsave
  5078. 0.001 setlinewidth
  5079. 0.34127 0.22085 moveto
  5080. 0.34502 0.22085 lineto
  5081. stroke
  5082. grestore
  5083. gsave
  5084. 0.001 setlinewidth
  5085. 0.34127 0.23742 moveto
  5086. 0.34502 0.23742 lineto
  5087. stroke
  5088. grestore
  5089. gsave
  5090. 0.001 setlinewidth
  5091. 0.34127 0.25399 moveto
  5092. 0.34502 0.25399 lineto
  5093. stroke
  5094. grestore
  5095. gsave
  5096. 0.001 setlinewidth
  5097. 0.34127 0.27057 moveto
  5098. 0.34502 0.27057 lineto
  5099. stroke
  5100. grestore
  5101. gsave
  5102. 0.001 setlinewidth
  5103. 0.34127 0.30371 moveto
  5104. 0.34502 0.30371 lineto
  5105. stroke
  5106. grestore
  5107. gsave
  5108. 0.001 setlinewidth
  5109. 0.34127 0.32029 moveto
  5110. 0.34502 0.32029 lineto
  5111. stroke
  5112. grestore
  5113. gsave
  5114. 0.001 setlinewidth
  5115. 0.34127 0.33686 moveto
  5116. 0.34502 0.33686 lineto
  5117. stroke
  5118. grestore
  5119. gsave
  5120. 0.001 setlinewidth
  5121. 0.34127 0.35343 moveto
  5122. 0.34502 0.35343 lineto
  5123. stroke
  5124. grestore
  5125. gsave
  5126. 0.001 setlinewidth
  5127. 0.34127 0.38658 moveto
  5128. 0.34502 0.38658 lineto
  5129. stroke
  5130. grestore
  5131. gsave
  5132. 0.001 setlinewidth
  5133. 0.34127 0.40315 moveto
  5134. 0.34502 0.40315 lineto
  5135. stroke
  5136. grestore
  5137. gsave
  5138. 0.001 setlinewidth
  5139. 0.34127 0.41972 moveto
  5140. 0.34502 0.41972 lineto
  5141. stroke
  5142. grestore
  5143. gsave
  5144. 0.001 setlinewidth
  5145. 0.34127 0.4363 moveto
  5146. 0.34502 0.4363 lineto
  5147. stroke
  5148. grestore
  5149. gsave
  5150. 0.001 setlinewidth
  5151. 0.34127 0.46944 moveto
  5152. 0.34502 0.46944 lineto
  5153. stroke
  5154. grestore
  5155. gsave
  5156. 0.001 setlinewidth
  5157. 0.34127 0.48602 moveto
  5158. 0.34502 0.48602 lineto
  5159. stroke
  5160. grestore
  5161. gsave
  5162. 0.001 setlinewidth
  5163. 0.34127 0.50259 moveto
  5164. 0.34502 0.50259 lineto
  5165. stroke
  5166. grestore
  5167. gsave
  5168. 0.001 setlinewidth
  5169. 0.34127 0.51916 moveto
  5170. 0.34502 0.51916 lineto
  5171. stroke
  5172. grestore
  5173. gsave
  5174. 0.001 setlinewidth
  5175. 0.34127 0.55231 moveto
  5176. 0.34502 0.55231 lineto
  5177. stroke
  5178. grestore
  5179. gsave
  5180. 0.001 setlinewidth
  5181. 0.34127 0.56888 moveto
  5182. 0.34502 0.56888 lineto
  5183. stroke
  5184. grestore
  5185. gsave
  5186. 0.001 setlinewidth
  5187. 0.34127 0.58545 moveto
  5188. 0.34502 0.58545 lineto
  5189. stroke
  5190. grestore
  5191. gsave
  5192. 0.001 setlinewidth
  5193. 0.34127 0.60203 moveto
  5194. 0.34502 0.60203 lineto
  5195. stroke
  5196. grestore
  5197. gsave
  5198. 0.001 setlinewidth
  5199. 0.34127 0.02197 moveto
  5200. 0.34502 0.02197 lineto
  5201. stroke
  5202. grestore
  5203. gsave
  5204. 0.001 setlinewidth
  5205. 0.34127 0.0054 moveto
  5206. 0.34502 0.0054 lineto
  5207. stroke
  5208. grestore
  5209. gsave
  5210. 0.002 setlinewidth
  5211. 0.34127 0 moveto
  5212. 0.34127 0.61803 lineto
  5213. stroke
  5214. grestore
  5215. grestore
  5216. 0 0 moveto
  5217. 1 0 lineto
  5218. 1 0.61803 lineto
  5219. 0 0.61803 lineto
  5220. closepath
  5221. clip
  5222. newpath
  5223. gsave
  5224. gsave
  5225. 0.004 setlinewidth
  5226. 0.02381 0.20425 moveto
  5227. 0.02991 0.20212 lineto
  5228. 0.03144 0.2017 lineto
  5229. 0.03297 0.20135 lineto
  5230. 0.03449 0.20109 lineto
  5231. 0.03526 0.201 lineto
  5232. 0.03602 0.20093 lineto
  5233. 0.03678 0.20088 lineto
  5234. 0.03755 0.20087 lineto
  5235. 0.03831 0.20087 lineto
  5236. 0.03907 0.20091 lineto
  5237. 0.03984 0.20096 lineto
  5238. 0.0406 0.20105 lineto
  5239. 0.04212 0.20129 lineto
  5240. 0.04365 0.20164 lineto
  5241. 0.04518 0.20206 lineto
  5242. 0.04823 0.20314 lineto
  5243. 0.05433 0.2057 lineto
  5244. 0.05739 0.20689 lineto
  5245. 0.05891 0.2074 lineto
  5246. 0.06044 0.20783 lineto
  5247. 0.0612 0.20801 lineto
  5248. 0.06197 0.20816 lineto
  5249. 0.06273 0.20829 lineto
  5250. 0.06349 0.20839 lineto
  5251. 0.06426 0.20846 lineto
  5252. 0.06502 0.20849 lineto
  5253. 0.06578 0.2085 lineto
  5254. 0.06654 0.20847 lineto
  5255. 0.06731 0.20842 lineto
  5256. 0.06807 0.20833 lineto
  5257. 0.06883 0.2082 lineto
  5258. 0.0696 0.20805 lineto
  5259. 0.07112 0.20764 lineto
  5260. 0.07265 0.20712 lineto
  5261. 0.08486 0.20067 lineto
  5262. 0.08791 0.19925 lineto
  5263. 0.08944 0.1987 lineto
  5264. 0.0902 0.19848 lineto
  5265. 0.09096 0.19829 lineto
  5266. 0.09173 0.19815 lineto
  5267. 0.09249 0.19804 lineto
  5268. 0.09325 0.19798 lineto
  5269. 0.09402 0.19796 lineto
  5270. 0.09478 0.19798 lineto
  5271. 0.09554 0.19806 lineto
  5272. 0.09631 0.19817 lineto
  5273. 0.09707 0.19834 lineto
  5274. 0.0986 0.19881 lineto
  5275. 0.10012 0.19947 lineto
  5276. Mistroke
  5277. 0.10317 0.2013 lineto
  5278. 0.10928 0.20642 lineto
  5279. 0.11233 0.20922 lineto
  5280. 0.11538 0.21179 lineto
  5281. 0.11691 0.21288 lineto
  5282. 0.11844 0.2138 lineto
  5283. 0.1192 0.21417 lineto
  5284. 0.11996 0.21449 lineto
  5285. 0.12073 0.21474 lineto
  5286. 0.12149 0.21493 lineto
  5287. 0.12225 0.21505 lineto
  5288. 0.12302 0.21509 lineto
  5289. 0.12378 0.21505 lineto
  5290. 0.12454 0.21494 lineto
  5291. 0.12531 0.21475 lineto
  5292. 0.12607 0.21447 lineto
  5293. 0.12759 0.21367 lineto
  5294. 0.12912 0.21253 lineto
  5295. 0.13065 0.21107 lineto
  5296. 0.1337 0.20722 lineto
  5297. 0.1398 0.1969 lineto
  5298. 0.14591 0.1863 lineto
  5299. 0.14744 0.1842 lineto
  5300. 0.14896 0.1825 lineto
  5301. 0.14973 0.18183 lineto
  5302. 0.15049 0.1813 lineto
  5303. 0.15125 0.18092 lineto
  5304. 0.15201 0.18069 lineto
  5305. 0.15278 0.18064 lineto
  5306. 0.15354 0.18076 lineto
  5307. 0.1543 0.18108 lineto
  5308. 0.15507 0.1816 lineto
  5309. 0.15583 0.18233 lineto
  5310. 0.15659 0.18328 lineto
  5311. 0.15812 0.18587 lineto
  5312. 0.15965 0.18944 lineto
  5313. 0.16117 0.19404 lineto
  5314. 0.16422 0.20647 lineto
  5315. 0.16728 0.22333 lineto
  5316. 0.17033 0.24453 lineto
  5317. 0.18254 0.36304 lineto
  5318. 0.18864 0.43029 lineto
  5319. 0.19475 0.49123 lineto
  5320. 0.1978 0.51678 lineto
  5321. 0.20085 0.538 lineto
  5322. 0.20238 0.54682 lineto
  5323. 0.20391 0.55439 lineto
  5324. 0.20543 0.56069 lineto
  5325. 0.20696 0.56572 lineto
  5326. 0.20772 0.56776 lineto
  5327. Mistroke
  5328. 0.20849 0.56949 lineto
  5329. 0.20925 0.57092 lineto
  5330. 0.21001 0.57204 lineto
  5331. 0.21078 0.57287 lineto
  5332. 0.21154 0.57341 lineto
  5333. 0.2123 0.57368 lineto
  5334. 0.21306 0.57367 lineto
  5335. 0.21383 0.57341 lineto
  5336. 0.21459 0.5729 lineto
  5337. 0.21535 0.57216 lineto
  5338. 0.21612 0.57119 lineto
  5339. 0.21764 0.56863 lineto
  5340. 0.21917 0.56536 lineto
  5341. 0.22527 0.54744 lineto
  5342. 0.23138 0.52789 lineto
  5343. 0.23443 0.51981 lineto
  5344. 0.23596 0.51651 lineto
  5345. 0.23748 0.51379 lineto
  5346. 0.23825 0.51266 lineto
  5347. 0.23901 0.5117 lineto
  5348. 0.23977 0.5109 lineto
  5349. 0.24054 0.51027 lineto
  5350. 0.2413 0.50981 lineto
  5351. 0.24206 0.50953 lineto
  5352. 0.24283 0.50941 lineto
  5353. 0.24359 0.50946 lineto
  5354. 0.2558 0.52903 lineto
  5355. 0.2619 0.54463 lineto
  5356. 0.26496 0.55134 lineto
  5357. 0.26648 0.55414 lineto
  5358. 0.26801 0.55647 lineto
  5359. 0.26954 0.55827 lineto
  5360. 0.2703 0.55897 lineto
  5361. 0.27106 0.55951 lineto
  5362. 0.27183 0.55991 lineto
  5363. 0.27259 0.56016 lineto
  5364. 0.27335 0.56025 lineto
  5365. 0.27411 0.56019 lineto
  5366. 0.27488 0.55998 lineto
  5367. 0.27564 0.55962 lineto
  5368. 0.2764 0.5591 lineto
  5369. 0.27717 0.55843 lineto
  5370. 0.27869 0.55668 lineto
  5371. 0.28022 0.55438 lineto
  5372. 0.28327 0.54838 lineto
  5373. 0.28632 0.54099 lineto
  5374. 0.29243 0.52477 lineto
  5375. 0.29548 0.51748 lineto
  5376. 0.29853 0.51172 lineto
  5377. 0.30006 0.50961 lineto
  5378. Mistroke
  5379. 0.30082 0.50878 lineto
  5380. 0.30159 0.50811 lineto
  5381. 0.30235 0.5076 lineto
  5382. 0.30311 0.50726 lineto
  5383. 0.30388 0.50709 lineto
  5384. 0.30464 0.50711 lineto
  5385. 0.3054 0.5073 lineto
  5386. 0.30617 0.50767 lineto
  5387. 0.30693 0.50823 lineto
  5388. 0.30769 0.50897 lineto
  5389. 0.30846 0.50989 lineto
  5390. 0.30922 0.511 lineto
  5391. 0.31074 0.51374 lineto
  5392. 0.3138 0.52121 lineto
  5393. 0.31685 0.53097 lineto
  5394. 0.32295 0.55477 lineto
  5395. 0.32906 0.57891 lineto
  5396. 0.33211 0.58899 lineto
  5397. 0.33364 0.5932 lineto
  5398. 0.33516 0.59675 lineto
  5399. 0.33669 0.59959 lineto
  5400. 0.33745 0.60072 lineto
  5401. 0.33822 0.60165 lineto
  5402. 0.33898 0.60238 lineto
  5403. 0.33974 0.6029 lineto
  5404. 0.34051 0.60321 lineto
  5405. 0.34127 0.60332 lineto
  5406. 0.34203 0.60321 lineto
  5407. 0.3428 0.6029 lineto
  5408. 0.34356 0.60238 lineto
  5409. 0.34432 0.60165 lineto
  5410. 0.34585 0.59959 lineto
  5411. 0.34737 0.59675 lineto
  5412. 0.35043 0.58899 lineto
  5413. 0.35348 0.57891 lineto
  5414. 0.35958 0.55477 lineto
  5415. 0.36569 0.53097 lineto
  5416. 0.36874 0.52121 lineto
  5417. 0.37027 0.51716 lineto
  5418. 0.37179 0.51374 lineto
  5419. 0.37332 0.511 lineto
  5420. 0.37408 0.50989 lineto
  5421. 0.37485 0.50897 lineto
  5422. 0.37561 0.50823 lineto
  5423. 0.37637 0.50767 lineto
  5424. 0.37714 0.5073 lineto
  5425. 0.3779 0.50711 lineto
  5426. 0.37866 0.50709 lineto
  5427. 0.37943 0.50726 lineto
  5428. 0.38019 0.5076 lineto
  5429. Mistroke
  5430. 0.38095 0.50811 lineto
  5431. 0.38172 0.50878 lineto
  5432. 0.38248 0.50961 lineto
  5433. 0.384 0.51172 lineto
  5434. 0.38706 0.51748 lineto
  5435. 0.39011 0.52477 lineto
  5436. 0.39621 0.54099 lineto
  5437. 0.39927 0.54838 lineto
  5438. 0.40079 0.55159 lineto
  5439. 0.40232 0.55438 lineto
  5440. 0.40385 0.55668 lineto
  5441. 0.40537 0.55843 lineto
  5442. 0.40614 0.5591 lineto
  5443. 0.4069 0.55962 lineto
  5444. 0.40766 0.55998 lineto
  5445. 0.40842 0.56019 lineto
  5446. 0.40919 0.56025 lineto
  5447. 0.40995 0.56016 lineto
  5448. 0.41071 0.55991 lineto
  5449. 0.41148 0.55951 lineto
  5450. 0.41224 0.55897 lineto
  5451. 0.413 0.55827 lineto
  5452. 0.41453 0.55647 lineto
  5453. 0.41758 0.55134 lineto
  5454. 0.42063 0.54463 lineto
  5455. 0.42674 0.52903 lineto
  5456. 0.42979 0.52165 lineto
  5457. 0.43132 0.51839 lineto
  5458. 0.43284 0.51553 lineto
  5459. 0.43437 0.51315 lineto
  5460. 0.43513 0.51216 lineto
  5461. 0.4359 0.51131 lineto
  5462. 0.43666 0.51061 lineto
  5463. 0.43742 0.51006 lineto
  5464. 0.43819 0.50968 lineto
  5465. 0.43895 0.50946 lineto
  5466. 0.43971 0.50941 lineto
  5467. 0.44048 0.50953 lineto
  5468. 0.44124 0.50981 lineto
  5469. 0.442 0.51027 lineto
  5470. 0.44277 0.5109 lineto
  5471. 0.44353 0.5117 lineto
  5472. 0.44505 0.51379 lineto
  5473. 0.44658 0.51651 lineto
  5474. 0.44811 0.51981 lineto
  5475. 0.45116 0.52789 lineto
  5476. 0.45726 0.54744 lineto
  5477. 0.46032 0.55711 lineto
  5478. 0.46337 0.56536 lineto
  5479. 0.4649 0.56863 lineto
  5480. Mistroke
  5481. 0.46566 0.57001 lineto
  5482. 0.46642 0.57119 lineto
  5483. 0.46719 0.57216 lineto
  5484. 0.46795 0.5729 lineto
  5485. 0.46871 0.57341 lineto
  5486. 0.46947 0.57367 lineto
  5487. 0.47024 0.57368 lineto
  5488. 0.471 0.57341 lineto
  5489. 0.47176 0.57287 lineto
  5490. 0.47253 0.57204 lineto
  5491. 0.47329 0.57092 lineto
  5492. 0.47405 0.56949 lineto
  5493. 0.47558 0.56572 lineto
  5494. 0.47711 0.56069 lineto
  5495. 0.47863 0.55439 lineto
  5496. 0.48168 0.538 lineto
  5497. 0.48474 0.51678 lineto
  5498. 0.48779 0.49123 lineto
  5499. 0.5 0.36304 lineto
  5500. 0.50611 0.29847 lineto
  5501. 0.51221 0.24453 lineto
  5502. 0.51526 0.22333 lineto
  5503. 0.51832 0.20647 lineto
  5504. 0.52137 0.19404 lineto
  5505. 0.52289 0.18944 lineto
  5506. 0.52442 0.18587 lineto
  5507. 0.52518 0.18445 lineto
  5508. 0.52595 0.18328 lineto
  5509. 0.52671 0.18233 lineto
  5510. 0.52747 0.1816 lineto
  5511. 0.52824 0.18108 lineto
  5512. 0.529 0.18076 lineto
  5513. 0.52976 0.18064 lineto
  5514. 0.53053 0.18069 lineto
  5515. 0.53129 0.18092 lineto
  5516. 0.53205 0.1813 lineto
  5517. 0.53358 0.1825 lineto
  5518. 0.5351 0.1842 lineto
  5519. 0.53663 0.1863 lineto
  5520. 0.54274 0.1969 lineto
  5521. 0.54579 0.20237 lineto
  5522. 0.54884 0.20722 lineto
  5523. 0.55037 0.20929 lineto
  5524. 0.55189 0.21107 lineto
  5525. 0.55342 0.21253 lineto
  5526. 0.55495 0.21367 lineto
  5527. 0.55571 0.21411 lineto
  5528. 0.55647 0.21447 lineto
  5529. 0.55723 0.21475 lineto
  5530. 0.558 0.21494 lineto
  5531. Mistroke
  5532. 0.55876 0.21505 lineto
  5533. 0.55952 0.21509 lineto
  5534. 0.56029 0.21505 lineto
  5535. 0.56105 0.21493 lineto
  5536. 0.57326 0.20642 lineto
  5537. 0.57631 0.20368 lineto
  5538. 0.57937 0.2013 lineto
  5539. 0.58089 0.2003 lineto
  5540. 0.58242 0.19947 lineto
  5541. 0.58394 0.19881 lineto
  5542. 0.58471 0.19855 lineto
  5543. 0.58547 0.19834 lineto
  5544. 0.58623 0.19817 lineto
  5545. 0.587 0.19806 lineto
  5546. 0.58776 0.19798 lineto
  5547. 0.58852 0.19796 lineto
  5548. 0.58929 0.19798 lineto
  5549. 0.59005 0.19804 lineto
  5550. 0.59081 0.19815 lineto
  5551. 0.59158 0.19829 lineto
  5552. 0.5931 0.1987 lineto
  5553. 0.59463 0.19925 lineto
  5554. 0.59768 0.20067 lineto
  5555. 0.60379 0.20414 lineto
  5556. 0.60684 0.20578 lineto
  5557. 0.60836 0.2065 lineto
  5558. 0.60989 0.20712 lineto
  5559. 0.61142 0.20764 lineto
  5560. 0.61218 0.20786 lineto
  5561. 0.61294 0.20805 lineto
  5562. 0.61371 0.2082 lineto
  5563. 0.61447 0.20833 lineto
  5564. 0.61523 0.20842 lineto
  5565. 0.616 0.20847 lineto
  5566. 0.61676 0.2085 lineto
  5567. 0.61752 0.20849 lineto
  5568. 0.61828 0.20846 lineto
  5569. 0.61905 0.20839 lineto
  5570. 0.62057 0.20816 lineto
  5571. 0.62134 0.20801 lineto
  5572. 0.6221 0.20783 lineto
  5573. 0.62821 0.2057 lineto
  5574. 0.63431 0.20314 lineto
  5575. 0.63736 0.20206 lineto
  5576. 0.63889 0.20164 lineto
  5577. 0.64042 0.20129 lineto
  5578. 0.64118 0.20116 lineto
  5579. 0.64194 0.20105 lineto
  5580. 0.6427 0.20096 lineto
  5581. 0.64347 0.20091 lineto
  5582. Mistroke
  5583. 0.64423 0.20087 lineto
  5584. 0.64499 0.20087 lineto
  5585. 0.64576 0.20088 lineto
  5586. 0.64652 0.20093 lineto
  5587. 0.65873 0.20425 lineto
  5588. 0.66178 0.20537 lineto
  5589. 0.66484 0.20634 lineto
  5590. 0.66636 0.20674 lineto
  5591. 0.66789 0.20706 lineto
  5592. 0.66865 0.20719 lineto
  5593. 0.66941 0.2073 lineto
  5594. 0.67018 0.20738 lineto
  5595. 0.67094 0.20744 lineto
  5596. 0.6717 0.20747 lineto
  5597. 0.67247 0.20748 lineto
  5598. 0.67323 0.20746 lineto
  5599. 0.67399 0.20742 lineto
  5600. 0.67476 0.20736 lineto
  5601. 0.67552 0.20727 lineto
  5602. 0.67705 0.20702 lineto
  5603. 0.67857 0.20668 lineto
  5604. 0.6801 0.20626 lineto
  5605. 0.68315 0.20525 lineto
  5606. 0.68926 0.20289 lineto
  5607. 0.69231 0.20183 lineto
  5608. 0.69383 0.20139 lineto
  5609. 0.69536 0.20102 lineto
  5610. 0.69612 0.20087 lineto
  5611. 0.69689 0.20074 lineto
  5612. 0.69765 0.20064 lineto
  5613. 0.69841 0.20056 lineto
  5614. 0.69918 0.20051 lineto
  5615. 0.69994 0.20049 lineto
  5616. 0.7007 0.2005 lineto
  5617. 0.70147 0.20053 lineto
  5618. 0.70223 0.20059 lineto
  5619. 0.70299 0.20068 lineto
  5620. 0.70452 0.20094 lineto
  5621. 0.70604 0.20131 lineto
  5622. 0.70757 0.20178 lineto
  5623. 0.71368 0.20435 lineto
  5624. 0.71673 0.20583 lineto
  5625. 0.71978 0.20722 lineto
  5626. 0.72131 0.20783 lineto
  5627. 0.72283 0.20836 lineto
  5628. 0.72436 0.20879 lineto
  5629. 0.72512 0.20896 lineto
  5630. 0.72589 0.2091 lineto
  5631. 0.72665 0.20921 lineto
  5632. 0.72741 0.20928 lineto
  5633. Mistroke
  5634. 0.72817 0.20932 lineto
  5635. 0.72894 0.20933 lineto
  5636. 0.7297 0.2093 lineto
  5637. 0.73046 0.20923 lineto
  5638. 0.73123 0.20912 lineto
  5639. 0.73199 0.20898 lineto
  5640. 0.73352 0.20858 lineto
  5641. 0.73504 0.20805 lineto
  5642. 0.7381 0.2066 lineto
  5643. 0.7442 0.20266 lineto
  5644. 0.74725 0.20056 lineto
  5645. 0.75031 0.19868 lineto
  5646. 0.75183 0.1979 lineto
  5647. 0.75336 0.19726 lineto
  5648. 0.75412 0.197 lineto
  5649. 0.75488 0.19679 lineto
  5650. 0.75565 0.19662 lineto
  5651. 0.75641 0.1965 lineto
  5652. 0.75717 0.19644 lineto
  5653. 0.75794 0.19642 lineto
  5654. 0.7587 0.19647 lineto
  5655. 0.75946 0.19657 lineto
  5656. 0.76023 0.19672 lineto
  5657. 0.76099 0.19694 lineto
  5658. 0.76252 0.19755 lineto
  5659. 0.76404 0.19838 lineto
  5660. 0.76557 0.19945 lineto
  5661. 0.76862 0.20217 lineto
  5662. 0.77473 0.20925 lineto
  5663. 0.77778 0.21295 lineto
  5664. 0.78083 0.21622 lineto
  5665. 0.78236 0.21754 lineto
  5666. 0.78312 0.21811 lineto
  5667. 0.78388 0.21859 lineto
  5668. 0.78465 0.21899 lineto
  5669. 0.78541 0.2193 lineto
  5670. 0.78617 0.21951 lineto
  5671. 0.78694 0.21961 lineto
  5672. 0.7877 0.21961 lineto
  5673. 0.78846 0.21948 lineto
  5674. 0.78922 0.21924 lineto
  5675. 0.78999 0.21886 lineto
  5676. 0.79075 0.21835 lineto
  5677. 0.79151 0.21771 lineto
  5678. 0.79304 0.21598 lineto
  5679. 0.79457 0.21366 lineto
  5680. 0.79609 0.21071 lineto
  5681. 0.79915 0.20291 lineto
  5682. 0.8022 0.19256 lineto
  5683. 0.80525 0.17983 lineto
  5684. Mistroke
  5685. 0.81746 0.11243 lineto
  5686. 0.82357 0.07676 lineto
  5687. 0.82662 0.06065 lineto
  5688. 0.82967 0.04644 lineto
  5689. 0.83272 0.03459 lineto
  5690. 0.83425 0.02965 lineto
  5691. 0.83578 0.0254 lineto
  5692. 0.8373 0.02187 lineto
  5693. 0.83883 0.01905 lineto
  5694. 0.83959 0.01791 lineto
  5695. 0.84035 0.01695 lineto
  5696. 0.84112 0.01616 lineto
  5697. 0.84188 0.01555 lineto
  5698. 0.84264 0.01511 lineto
  5699. 0.84341 0.01483 lineto
  5700. 0.84417 0.01472 lineto
  5701. 0.84493 0.01476 lineto
  5702. 0.8457 0.01496 lineto
  5703. 0.84646 0.0153 lineto
  5704. 0.84722 0.01579 lineto
  5705. 0.84799 0.01641 lineto
  5706. 0.84951 0.01804 lineto
  5707. 0.85104 0.02013 lineto
  5708. 0.85409 0.02543 lineto
  5709. 0.8602 0.03872 lineto
  5710. 0.8663 0.05222 lineto
  5711. 0.86935 0.05799 lineto
  5712. 0.87241 0.06273 lineto
  5713. 0.87393 0.06466 lineto
  5714. 0.87546 0.06628 lineto
  5715. 0.87698 0.0676 lineto
  5716. 0.87851 0.06863 lineto
  5717. 0.87927 0.06903 lineto
  5718. 0.88004 0.06937 lineto
  5719. 0.8808 0.06964 lineto
  5720. 0.88156 0.06984 lineto
  5721. 0.88233 0.06999 lineto
  5722. 0.88309 0.07008 lineto
  5723. 0.88385 0.07012 lineto
  5724. 0.88462 0.0701 lineto
  5725. 0.88538 0.07005 lineto
  5726. 0.88614 0.06995 lineto
  5727. 0.88767 0.06966 lineto
  5728. 0.88919 0.06927 lineto
  5729. 0.89072 0.06881 lineto
  5730. 0.89377 0.06787 lineto
  5731. 0.8953 0.06746 lineto
  5732. 0.89606 0.06728 lineto
  5733. 0.89683 0.06713 lineto
  5734. 0.89759 0.06701 lineto
  5735. Mistroke
  5736. 0.89835 0.06692 lineto
  5737. 0.89911 0.06688 lineto
  5738. 0.89988 0.06687 lineto
  5739. 0.90064 0.0669 lineto
  5740. 0.9014 0.06698 lineto
  5741. 0.90217 0.0671 lineto
  5742. 0.90293 0.06728 lineto
  5743. 0.90446 0.06779 lineto
  5744. 0.90522 0.06812 lineto
  5745. 0.90598 0.06851 lineto
  5746. 0.90904 0.0706 lineto
  5747. 0.91209 0.07352 lineto
  5748. 0.91514 0.07716 lineto
  5749. 0.92735 0.09496 lineto
  5750. 0.93346 0.1026 lineto
  5751. 0.93651 0.10549 lineto
  5752. 0.93803 0.10667 lineto
  5753. 0.93956 0.10766 lineto
  5754. 0.94109 0.10848 lineto
  5755. 0.94261 0.10913 lineto
  5756. 0.94414 0.10963 lineto
  5757. 0.9449 0.10982 lineto
  5758. 0.94567 0.10998 lineto
  5759. 0.94643 0.11011 lineto
  5760. 0.94719 0.11022 lineto
  5761. 0.94795 0.1103 lineto
  5762. 0.94872 0.11036 lineto
  5763. 0.94948 0.1104 lineto
  5764. 0.95024 0.11043 lineto
  5765. 0.95101 0.11044 lineto
  5766. 0.95177 0.11045 lineto
  5767. 0.95253 0.11045 lineto
  5768. 0.9533 0.11045 lineto
  5769. 0.95406 0.11045 lineto
  5770. 0.95482 0.11045 lineto
  5771. 0.95559 0.11046 lineto
  5772. 0.95635 0.11049 lineto
  5773. 0.95711 0.11053 lineto
  5774. 0.95788 0.11059 lineto
  5775. 0.95864 0.11067 lineto
  5776. 0.9594 0.11077 lineto
  5777. 0.96016 0.1109 lineto
  5778. 0.96093 0.11106 lineto
  5779. 0.96245 0.11147 lineto
  5780. 0.96398 0.11202 lineto
  5781. 0.96551 0.11273 lineto
  5782. 0.96703 0.1136 lineto
  5783. 0.97009 0.11584 lineto
  5784. 0.97314 0.11875 lineto
  5785. 0.97619 0.12225 lineto
  5786. Mistroke
  5787. Mfstroke
  5788. grestore
  5789. grestore
  5790. % End of Graphics
  5791. MathPictureEnd
  5792. :[font = input; preserveAspect; startGroup; ]
  5793. Plot[f[x,20],{x,-1,2},PlotPoints->40];
  5794. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 34; pictureWidth = 282; pictureHeight = 174; endGroup; ]
  5795. %!
  5796. %%Creator: Mathematica
  5797. %%AspectRatio: 0.61803 
  5798. MathPictureStart
  5799. /Courier findfont 10  scalefont  setfont
  5800. % Scaling calculations
  5801. 0.34127 0.31746 0.22145 0.346913 [
  5802. [(-1)] 0.02381 0.22145 0 2 Msboxa
  5803. [(-0.5)] 0.18254 0.22145 0 2 Msboxa
  5804. [(0.5)] 0.5 0.22145 0 2 Msboxa
  5805. [(1)] 0.65873 0.22145 0 2 Msboxa
  5806. [(1.5)] 0.81746 0.22145 0 2 Msboxa
  5807. [(2)] 0.97619 0.22145 0 2 Msboxa
  5808. [(-0.5)] 0.32877 0.04799 1 0 Msboxa
  5809. [(-0.25)] 0.32877 0.13472 1 0 Msboxa
  5810. [(0.25)] 0.32877 0.30818 1 0 Msboxa
  5811. [(0.5)] 0.32877 0.39491 1 0 Msboxa
  5812. [(0.75)] 0.32877 0.48163 1 0 Msboxa
  5813. [(1)] 0.32877 0.56836 1 0 Msboxa
  5814. [ -0.001 -0.001 0 0 ]
  5815. [ 1.001 0.61903 0 0 ]
  5816. ] MathScale
  5817. % Start of Graphics
  5818. 1 setlinecap
  5819. 1 setlinejoin
  5820. newpath
  5821. %%Object: Graphics
  5822. [ ] 0 setdash
  5823. 0 setgray
  5824. gsave
  5825. gsave
  5826. 0.002 setlinewidth
  5827. 0.02381 0.22145 moveto
  5828. 0.02381 0.2277 lineto
  5829. stroke
  5830. grestore
  5831. [(-1)] 0.02381 0.22145 0 2 Mshowa
  5832. gsave
  5833. 0.002 setlinewidth
  5834. 0.18254 0.22145 moveto
  5835. 0.18254 0.2277 lineto
  5836. stroke
  5837. grestore
  5838. [(-0.5)] 0.18254 0.22145 0 2 Mshowa
  5839. gsave
  5840. 0.002 setlinewidth
  5841. 0.5 0.22145 moveto
  5842. 0.5 0.2277 lineto
  5843. stroke
  5844. grestore
  5845. [(0.5)] 0.5 0.22145 0 2 Mshowa
  5846. gsave
  5847. 0.002 setlinewidth
  5848. 0.65873 0.22145 moveto
  5849. 0.65873 0.2277 lineto
  5850. stroke
  5851. grestore
  5852. [(1)] 0.65873 0.22145 0 2 Mshowa
  5853. gsave
  5854. 0.002 setlinewidth
  5855. 0.81746 0.22145 moveto
  5856. 0.81746 0.2277 lineto
  5857. stroke
  5858. grestore
  5859. [(1.5)] 0.81746 0.22145 0 2 Mshowa
  5860. gsave
  5861. 0.002 setlinewidth
  5862. 0.97619 0.22145 moveto
  5863. 0.97619 0.2277 lineto
  5864. stroke
  5865. grestore
  5866. [(2)] 0.97619 0.22145 0 2 Mshowa
  5867. gsave
  5868. 0.001 setlinewidth
  5869. 0.05556 0.22145 moveto
  5870. 0.05556 0.2252 lineto
  5871. stroke
  5872. grestore
  5873. gsave
  5874. 0.001 setlinewidth
  5875. 0.0873 0.22145 moveto
  5876. 0.0873 0.2252 lineto
  5877. stroke
  5878. grestore
  5879. gsave
  5880. 0.001 setlinewidth
  5881. 0.11905 0.22145 moveto
  5882. 0.11905 0.2252 lineto
  5883. stroke
  5884. grestore
  5885. gsave
  5886. 0.001 setlinewidth
  5887. 0.15079 0.22145 moveto
  5888. 0.15079 0.2252 lineto
  5889. stroke
  5890. grestore
  5891. gsave
  5892. 0.001 setlinewidth
  5893. 0.21429 0.22145 moveto
  5894. 0.21429 0.2252 lineto
  5895. stroke
  5896. grestore
  5897. gsave
  5898. 0.001 setlinewidth
  5899. 0.24603 0.22145 moveto
  5900. 0.24603 0.2252 lineto
  5901. stroke
  5902. grestore
  5903. gsave
  5904. 0.001 setlinewidth
  5905. 0.27778 0.22145 moveto
  5906. 0.27778 0.2252 lineto
  5907. stroke
  5908. grestore
  5909. gsave
  5910. 0.001 setlinewidth
  5911. 0.30952 0.22145 moveto
  5912. 0.30952 0.2252 lineto
  5913. stroke
  5914. grestore
  5915. gsave
  5916. 0.001 setlinewidth
  5917. 0.37302 0.22145 moveto
  5918. 0.37302 0.2252 lineto
  5919. stroke
  5920. grestore
  5921. gsave
  5922. 0.001 setlinewidth
  5923. 0.40476 0.22145 moveto
  5924. 0.40476 0.2252 lineto
  5925. stroke
  5926. grestore
  5927. gsave
  5928. 0.001 setlinewidth
  5929. 0.43651 0.22145 moveto
  5930. 0.43651 0.2252 lineto
  5931. stroke
  5932. grestore
  5933. gsave
  5934. 0.001 setlinewidth
  5935. 0.46825 0.22145 moveto
  5936. 0.46825 0.2252 lineto
  5937. stroke
  5938. grestore
  5939. gsave
  5940. 0.001 setlinewidth
  5941. 0.53175 0.22145 moveto
  5942. 0.53175 0.2252 lineto
  5943. stroke
  5944. grestore
  5945. gsave
  5946. 0.001 setlinewidth
  5947. 0.56349 0.22145 moveto
  5948. 0.56349 0.2252 lineto
  5949. stroke
  5950. grestore
  5951. gsave
  5952. 0.001 setlinewidth
  5953. 0.59524 0.22145 moveto
  5954. 0.59524 0.2252 lineto
  5955. stroke
  5956. grestore
  5957. gsave
  5958. 0.001 setlinewidth
  5959. 0.62698 0.22145 moveto
  5960. 0.62698 0.2252 lineto
  5961. stroke
  5962. grestore
  5963. gsave
  5964. 0.001 setlinewidth
  5965. 0.69048 0.22145 moveto
  5966. 0.69048 0.2252 lineto
  5967. stroke
  5968. grestore
  5969. gsave
  5970. 0.001 setlinewidth
  5971. 0.72222 0.22145 moveto
  5972. 0.72222 0.2252 lineto
  5973. stroke
  5974. grestore
  5975. gsave
  5976. 0.001 setlinewidth
  5977. 0.75397 0.22145 moveto
  5978. 0.75397 0.2252 lineto
  5979. stroke
  5980. grestore
  5981. gsave
  5982. 0.001 setlinewidth
  5983. 0.78571 0.22145 moveto
  5984. 0.78571 0.2252 lineto
  5985. stroke
  5986. grestore
  5987. gsave
  5988. 0.001 setlinewidth
  5989. 0.84921 0.22145 moveto
  5990. 0.84921 0.2252 lineto
  5991. stroke
  5992. grestore
  5993. gsave
  5994. 0.001 setlinewidth
  5995. 0.88095 0.22145 moveto
  5996. 0.88095 0.2252 lineto
  5997. stroke
  5998. grestore
  5999. gsave
  6000. 0.001 setlinewidth
  6001. 0.9127 0.22145 moveto
  6002. 0.9127 0.2252 lineto
  6003. stroke
  6004. grestore
  6005. gsave
  6006. 0.001 setlinewidth
  6007. 0.94444 0.22145 moveto
  6008. 0.94444 0.2252 lineto
  6009. stroke
  6010. grestore
  6011. gsave
  6012. 0.002 setlinewidth
  6013. 0 0.22145 moveto
  6014. 1 0.22145 lineto
  6015. stroke
  6016. grestore
  6017. gsave
  6018. 0.002 setlinewidth
  6019. 0.34127 0.04799 moveto
  6020. 0.34752 0.04799 lineto
  6021. stroke
  6022. grestore
  6023. [(-0.5)] 0.32877 0.04799 1 0 Mshowa
  6024. gsave
  6025. 0.002 setlinewidth
  6026. 0.34127 0.13472 moveto
  6027. 0.34752 0.13472 lineto
  6028. stroke
  6029. grestore
  6030. [(-0.25)] 0.32877 0.13472 1 0 Mshowa
  6031. gsave
  6032. 0.002 setlinewidth
  6033. 0.34127 0.30818 moveto
  6034. 0.34752 0.30818 lineto
  6035. stroke
  6036. grestore
  6037. [(0.25)] 0.32877 0.30818 1 0 Mshowa
  6038. gsave
  6039. 0.002 setlinewidth
  6040. 0.34127 0.39491 moveto
  6041. 0.34752 0.39491 lineto
  6042. stroke
  6043. grestore
  6044. [(0.5)] 0.32877 0.39491 1 0 Mshowa
  6045. gsave
  6046. 0.002 setlinewidth
  6047. 0.34127 0.48163 moveto
  6048. 0.34752 0.48163 lineto
  6049. stroke
  6050. grestore
  6051. [(0.75)] 0.32877 0.48163 1 0 Mshowa
  6052. gsave
  6053. 0.002 setlinewidth
  6054. 0.34127 0.56836 moveto
  6055. 0.34752 0.56836 lineto
  6056. stroke
  6057. grestore
  6058. [(1)] 0.32877 0.56836 1 0 Mshowa
  6059. gsave
  6060. 0.001 setlinewidth
  6061. 0.34127 0.06534 moveto
  6062. 0.34502 0.06534 lineto
  6063. stroke
  6064. grestore
  6065. gsave
  6066. 0.001 setlinewidth
  6067. 0.34127 0.08268 moveto
  6068. 0.34502 0.08268 lineto
  6069. stroke
  6070. grestore
  6071. gsave
  6072. 0.001 setlinewidth
  6073. 0.34127 0.10003 moveto
  6074. 0.34502 0.10003 lineto
  6075. stroke
  6076. grestore
  6077. gsave
  6078. 0.001 setlinewidth
  6079. 0.34127 0.11738 moveto
  6080. 0.34502 0.11738 lineto
  6081. stroke
  6082. grestore
  6083. gsave
  6084. 0.001 setlinewidth
  6085. 0.34127 0.15207 moveto
  6086. 0.34502 0.15207 lineto
  6087. stroke
  6088. grestore
  6089. gsave
  6090. 0.001 setlinewidth
  6091. 0.34127 0.16941 moveto
  6092. 0.34502 0.16941 lineto
  6093. stroke
  6094. grestore
  6095. gsave
  6096. 0.001 setlinewidth
  6097. 0.34127 0.18676 moveto
  6098. 0.34502 0.18676 lineto
  6099. stroke
  6100. grestore
  6101. gsave
  6102. 0.001 setlinewidth
  6103. 0.34127 0.2041 moveto
  6104. 0.34502 0.2041 lineto
  6105. stroke
  6106. grestore
  6107. gsave
  6108. 0.001 setlinewidth
  6109. 0.34127 0.2388 moveto
  6110. 0.34502 0.2388 lineto
  6111. stroke
  6112. grestore
  6113. gsave
  6114. 0.001 setlinewidth
  6115. 0.34127 0.25614 moveto
  6116. 0.34502 0.25614 lineto
  6117. stroke
  6118. grestore
  6119. gsave
  6120. 0.001 setlinewidth
  6121. 0.34127 0.27349 moveto
  6122. 0.34502 0.27349 lineto
  6123. stroke
  6124. grestore
  6125. gsave
  6126. 0.001 setlinewidth
  6127. 0.34127 0.29083 moveto
  6128. 0.34502 0.29083 lineto
  6129. stroke
  6130. grestore
  6131. gsave
  6132. 0.001 setlinewidth
  6133. 0.34127 0.32552 moveto
  6134. 0.34502 0.32552 lineto
  6135. stroke
  6136. grestore
  6137. gsave
  6138. 0.001 setlinewidth
  6139. 0.34127 0.34287 moveto
  6140. 0.34502 0.34287 lineto
  6141. stroke
  6142. grestore
  6143. gsave
  6144. 0.001 setlinewidth
  6145. 0.34127 0.36022 moveto
  6146. 0.34502 0.36022 lineto
  6147. stroke
  6148. grestore
  6149. gsave
  6150. 0.001 setlinewidth
  6151. 0.34127 0.37756 moveto
  6152. 0.34502 0.37756 lineto
  6153. stroke
  6154. grestore
  6155. gsave
  6156. 0.001 setlinewidth
  6157. 0.34127 0.41225 moveto
  6158. 0.34502 0.41225 lineto
  6159. stroke
  6160. grestore
  6161. gsave
  6162. 0.001 setlinewidth
  6163. 0.34127 0.4296 moveto
  6164. 0.34502 0.4296 lineto
  6165. stroke
  6166. grestore
  6167. gsave
  6168. 0.001 setlinewidth
  6169. 0.34127 0.44694 moveto
  6170. 0.34502 0.44694 lineto
  6171. stroke
  6172. grestore
  6173. gsave
  6174. 0.001 setlinewidth
  6175. 0.34127 0.46429 moveto
  6176. 0.34502 0.46429 lineto
  6177. stroke
  6178. grestore
  6179. gsave
  6180. 0.001 setlinewidth
  6181. 0.34127 0.49898 moveto
  6182. 0.34502 0.49898 lineto
  6183. stroke
  6184. grestore
  6185. gsave
  6186. 0.001 setlinewidth
  6187. 0.34127 0.51633 moveto
  6188. 0.34502 0.51633 lineto
  6189. stroke
  6190. grestore
  6191. gsave
  6192. 0.001 setlinewidth
  6193. 0.34127 0.53367 moveto
  6194. 0.34502 0.53367 lineto
  6195. stroke
  6196. grestore
  6197. gsave
  6198. 0.001 setlinewidth
  6199. 0.34127 0.55102 moveto
  6200. 0.34502 0.55102 lineto
  6201. stroke
  6202. grestore
  6203. gsave
  6204. 0.001 setlinewidth
  6205. 0.34127 0.03065 moveto
  6206. 0.34502 0.03065 lineto
  6207. stroke
  6208. grestore
  6209. gsave
  6210. 0.001 setlinewidth
  6211. 0.34127 0.0133 moveto
  6212. 0.34502 0.0133 lineto
  6213. stroke
  6214. grestore
  6215. gsave
  6216. 0.001 setlinewidth
  6217. 0.34127 0.58571 moveto
  6218. 0.34502 0.58571 lineto
  6219. stroke
  6220. grestore
  6221. gsave
  6222. 0.001 setlinewidth
  6223. 0.34127 0.60305 moveto
  6224. 0.34502 0.60305 lineto
  6225. stroke
  6226. grestore
  6227. gsave
  6228. 0.002 setlinewidth
  6229. 0.34127 0 moveto
  6230. 0.34127 0.61803 lineto
  6231. stroke
  6232. grestore
  6233. grestore
  6234. 0 0 moveto
  6235. 1 0 lineto
  6236. 1 0.61803 lineto
  6237. 0 0.61803 lineto
  6238. closepath
  6239. clip
  6240. newpath
  6241. gsave
  6242. gsave
  6243. 0.004 setlinewidth
  6244. 0.02381 0.22148 moveto
  6245. 0.02534 0.2219 lineto
  6246. 0.0261 0.22209 lineto
  6247. 0.02686 0.22225 lineto
  6248. 0.02763 0.22238 lineto
  6249. 0.02839 0.22248 lineto
  6250. 0.02915 0.22255 lineto
  6251. 0.02991 0.22257 lineto
  6252. 0.03068 0.22255 lineto
  6253. 0.03144 0.22248 lineto
  6254. 0.0322 0.22237 lineto
  6255. 0.03297 0.22223 lineto
  6256. 0.03449 0.22182 lineto
  6257. 0.03602 0.2213 lineto
  6258. 0.03907 0.22014 lineto
  6259. 0.0406 0.21963 lineto
  6260. 0.04136 0.21942 lineto
  6261. 0.04212 0.21925 lineto
  6262. 0.04289 0.21912 lineto
  6263. 0.04365 0.21905 lineto
  6264. 0.04441 0.21903 lineto
  6265. 0.04518 0.21906 lineto
  6266. 0.04594 0.21916 lineto
  6267. 0.0467 0.21931 lineto
  6268. 0.04823 0.21979 lineto
  6269. 0.05128 0.2213 lineto
  6270. 0.05433 0.22311 lineto
  6271. 0.05586 0.22393 lineto
  6272. 0.05662 0.22429 lineto
  6273. 0.05739 0.22459 lineto
  6274. 0.05815 0.22484 lineto
  6275. 0.05891 0.22502 lineto
  6276. 0.05968 0.22514 lineto
  6277. 0.06044 0.22517 lineto
  6278. 0.0612 0.22514 lineto
  6279. 0.06197 0.22502 lineto
  6280. 0.06273 0.22483 lineto
  6281. 0.06349 0.22456 lineto
  6282. 0.06502 0.22383 lineto
  6283. 0.06654 0.22289 lineto
  6284. 0.0696 0.22066 lineto
  6285. 0.07112 0.21957 lineto
  6286. 0.07265 0.21862 lineto
  6287. 0.07341 0.21823 lineto
  6288. 0.07418 0.2179 lineto
  6289. 0.07494 0.21765 lineto
  6290. 0.0757 0.21748 lineto
  6291. 0.07647 0.21739 lineto
  6292. 0.07723 0.21739 lineto
  6293. 0.07799 0.21747 lineto
  6294. Mistroke
  6295. 0.07875 0.21764 lineto
  6296. 0.07952 0.21789 lineto
  6297. 0.08028 0.21821 lineto
  6298. 0.08181 0.21904 lineto
  6299. 0.08486 0.22116 lineto
  6300. 0.08791 0.22322 lineto
  6301. 0.08944 0.22397 lineto
  6302. 0.0902 0.22424 lineto
  6303. 0.09096 0.22444 lineto
  6304. 0.09707 0.22308 lineto
  6305. 0.10012 0.22112 lineto
  6306. 0.10165 0.22015 lineto
  6307. 0.10241 0.21973 lineto
  6308. 0.10317 0.21935 lineto
  6309. 0.10394 0.21904 lineto
  6310. 0.1047 0.21881 lineto
  6311. 0.10546 0.21867 lineto
  6312. 0.10623 0.21861 lineto
  6313. 0.10699 0.21865 lineto
  6314. 0.10775 0.21879 lineto
  6315. 0.10852 0.21902 lineto
  6316. 0.10928 0.21934 lineto
  6317. 0.11233 0.22138 lineto
  6318. 0.11538 0.22396 lineto
  6319. 0.11691 0.2251 lineto
  6320. 0.11767 0.22558 lineto
  6321. 0.11844 0.22596 lineto
  6322. 0.1192 0.22624 lineto
  6323. 0.11996 0.2264 lineto
  6324. 0.12073 0.22644 lineto
  6325. 0.12149 0.22634 lineto
  6326. 0.12225 0.2261 lineto
  6327. 0.12302 0.22573 lineto
  6328. 0.12454 0.22458 lineto
  6329. 0.12607 0.22296 lineto
  6330. 0.12759 0.22099 lineto
  6331. 0.13065 0.21671 lineto
  6332. 0.13217 0.21483 lineto
  6333. 0.13294 0.21405 lineto
  6334. 0.1337 0.21341 lineto
  6335. 0.13446 0.21293 lineto
  6336. 0.13523 0.21263 lineto
  6337. 0.13599 0.21254 lineto
  6338. 0.13675 0.21265 lineto
  6339. 0.13752 0.21298 lineto
  6340. 0.13828 0.21354 lineto
  6341. 0.13904 0.21432 lineto
  6342. 0.1398 0.2153 lineto
  6343. 0.14133 0.21785 lineto
  6344. 0.14286 0.22102 lineto
  6345. Mistroke
  6346. 0.14591 0.22813 lineto
  6347. 0.14744 0.23142 lineto
  6348. 0.1482 0.23284 lineto
  6349. 0.14896 0.23405 lineto
  6350. 0.14973 0.23501 lineto
  6351. 0.15049 0.23568 lineto
  6352. 0.15125 0.23604 lineto
  6353. 0.15201 0.23604 lineto
  6354. 0.15812 0.2228 lineto
  6355. 0.16117 0.20988 lineto
  6356. 0.1627 0.20348 lineto
  6357. 0.16346 0.20059 lineto
  6358. 0.16422 0.19804 lineto
  6359. 0.16499 0.19592 lineto
  6360. 0.16575 0.19433 lineto
  6361. 0.16651 0.19335 lineto
  6362. 0.16728 0.19309 lineto
  6363. 0.16804 0.19362 lineto
  6364. 0.1688 0.19503 lineto
  6365. 0.16957 0.19739 lineto
  6366. 0.17033 0.20076 lineto
  6367. 0.18254 0.39168 lineto
  6368. 0.18559 0.4598 lineto
  6369. 0.18864 0.52054 lineto
  6370. 0.19017 0.54581 lineto
  6371. 0.1917 0.56677 lineto
  6372. 0.19322 0.58302 lineto
  6373. 0.19399 0.58933 lineto
  6374. 0.19475 0.59442 lineto
  6375. 0.19551 0.59832 lineto
  6376. 0.19628 0.60107 lineto
  6377. 0.19704 0.60271 lineto
  6378. 0.1978 0.60332 lineto
  6379. 0.19857 0.60296 lineto
  6380. 0.19933 0.60173 lineto
  6381. 0.20009 0.59973 lineto
  6382. 0.20085 0.59704 lineto
  6383. 0.20238 0.59009 lineto
  6384. 0.20391 0.58177 lineto
  6385. 0.20696 0.56459 lineto
  6386. 0.20849 0.55727 lineto
  6387. 0.20925 0.55421 lineto
  6388. 0.21001 0.55161 lineto
  6389. 0.21078 0.54952 lineto
  6390. 0.21154 0.54797 lineto
  6391. 0.2123 0.54697 lineto
  6392. 0.21306 0.54653 lineto
  6393. 0.21917 0.55968 lineto
  6394. 0.22222 0.57165 lineto
  6395. 0.22375 0.57709 lineto
  6396. Mistroke
  6397. 0.22451 0.57945 lineto
  6398. 0.22527 0.58151 lineto
  6399. 0.22604 0.58323 lineto
  6400. 0.2268 0.58457 lineto
  6401. 0.22756 0.58551 lineto
  6402. 0.22833 0.58604 lineto
  6403. 0.22909 0.58615 lineto
  6404. 0.22985 0.58585 lineto
  6405. 0.23062 0.58515 lineto
  6406. 0.23138 0.58407 lineto
  6407. 0.23291 0.58092 lineto
  6408. 0.23443 0.57673 lineto
  6409. 0.23748 0.56691 lineto
  6410. 0.23901 0.56219 lineto
  6411. 0.24054 0.55815 lineto
  6412. 0.2413 0.5565 lineto
  6413. 0.24206 0.55515 lineto
  6414. 0.24283 0.55411 lineto
  6415. 0.24359 0.55341 lineto
  6416. 0.24435 0.55307 lineto
  6417. 0.24512 0.55307 lineto
  6418. 0.24588 0.55342 lineto
  6419. 0.24664 0.55411 lineto
  6420. 0.24741 0.55511 lineto
  6421. 0.24817 0.5564 lineto
  6422. 0.24969 0.5597 lineto
  6423. 0.25275 0.56797 lineto
  6424. 0.25427 0.57216 lineto
  6425. 0.2558 0.57588 lineto
  6426. 0.25656 0.57745 lineto
  6427. 0.25733 0.57878 lineto
  6428. 0.25809 0.57986 lineto
  6429. 0.25885 0.58064 lineto
  6430. 0.25962 0.58112 lineto
  6431. 0.26038 0.58129 lineto
  6432. 0.26114 0.58115 lineto
  6433. 0.2619 0.58071 lineto
  6434. 0.26801 0.56918 lineto
  6435. 0.26954 0.56547 lineto
  6436. 0.27106 0.56212 lineto
  6437. 0.27183 0.56069 lineto
  6438. 0.27259 0.55947 lineto
  6439. 0.27335 0.55848 lineto
  6440. 0.27411 0.55776 lineto
  6441. 0.27488 0.55732 lineto
  6442. 0.27564 0.55716 lineto
  6443. 0.2764 0.55729 lineto
  6444. 0.27717 0.55771 lineto
  6445. 0.27793 0.55841 lineto
  6446. 0.27869 0.55937 lineto
  6447. Mistroke
  6448. 0.27946 0.56057 lineto
  6449. 0.28022 0.56197 lineto
  6450. 0.28327 0.56888 lineto
  6451. 0.2848 0.57251 lineto
  6452. 0.28632 0.57577 lineto
  6453. 0.28785 0.57834 lineto
  6454. 0.28861 0.57927 lineto
  6455. 0.28938 0.57993 lineto
  6456. 0.29014 0.5803 lineto
  6457. 0.2909 0.58037 lineto
  6458. 0.29167 0.58013 lineto
  6459. 0.29243 0.57958 lineto
  6460. 0.29396 0.57761 lineto
  6461. 0.29472 0.57622 lineto
  6462. 0.29548 0.57461 lineto
  6463. 0.29853 0.56665 lineto
  6464. 0.30006 0.56243 lineto
  6465. 0.30159 0.55859 lineto
  6466. 0.30311 0.55553 lineto
  6467. 0.30388 0.55439 lineto
  6468. 0.30464 0.55356 lineto
  6469. 0.3054 0.55308 lineto
  6470. 0.30617 0.55295 lineto
  6471. 0.30693 0.5532 lineto
  6472. 0.30769 0.55382 lineto
  6473. 0.30846 0.55481 lineto
  6474. 0.30922 0.55615 lineto
  6475. 0.31074 0.55982 lineto
  6476. 0.3138 0.56998 lineto
  6477. 0.31685 0.58099 lineto
  6478. 0.31838 0.58555 lineto
  6479. 0.31914 0.58738 lineto
  6480. 0.3199 0.58883 lineto
  6481. 0.32067 0.58986 lineto
  6482. 0.32143 0.59043 lineto
  6483. 0.32219 0.59051 lineto
  6484. 0.32295 0.59008 lineto
  6485. 0.32372 0.58911 lineto
  6486. 0.32448 0.58761 lineto
  6487. 0.32524 0.58558 lineto
  6488. 0.32601 0.58305 lineto
  6489. 0.32906 0.5685 lineto
  6490. 0.33211 0.54953 lineto
  6491. 0.33516 0.53076 lineto
  6492. 0.33669 0.52301 lineto
  6493. 0.33745 0.51977 lineto
  6494. 0.33822 0.51705 lineto
  6495. 0.33898 0.51489 lineto
  6496. 0.33974 0.51331 lineto
  6497. 0.34051 0.51235 lineto
  6498. Mistroke
  6499. 0.34127 0.51203 lineto
  6500. 0.34203 0.51235 lineto
  6501. 0.3428 0.51331 lineto
  6502. 0.34356 0.51489 lineto
  6503. 0.34432 0.51705 lineto
  6504. 0.34585 0.52301 lineto
  6505. 0.34737 0.53076 lineto
  6506. 0.35043 0.54953 lineto
  6507. 0.35348 0.5685 lineto
  6508. 0.35501 0.57657 lineto
  6509. 0.35577 0.58003 lineto
  6510. 0.35653 0.58305 lineto
  6511. 0.3573 0.58558 lineto
  6512. 0.35806 0.58761 lineto
  6513. 0.35882 0.58911 lineto
  6514. 0.35958 0.59008 lineto
  6515. 0.36035 0.59051 lineto
  6516. 0.36111 0.59043 lineto
  6517. 0.36187 0.58986 lineto
  6518. 0.36264 0.58883 lineto
  6519. 0.36569 0.58099 lineto
  6520. 0.36874 0.56998 lineto
  6521. 0.37027 0.56456 lineto
  6522. 0.37179 0.55982 lineto
  6523. 0.37332 0.55615 lineto
  6524. 0.37408 0.55481 lineto
  6525. 0.37485 0.55382 lineto
  6526. 0.37561 0.5532 lineto
  6527. 0.37637 0.55295 lineto
  6528. 0.37714 0.55308 lineto
  6529. 0.3779 0.55356 lineto
  6530. 0.37866 0.55439 lineto
  6531. 0.37943 0.55553 lineto
  6532. 0.38095 0.55859 lineto
  6533. 0.384 0.56665 lineto
  6534. 0.38553 0.57084 lineto
  6535. 0.38706 0.57461 lineto
  6536. 0.38782 0.57622 lineto
  6537. 0.38858 0.57761 lineto
  6538. 0.38935 0.57874 lineto
  6539. 0.39011 0.57958 lineto
  6540. 0.39087 0.58013 lineto
  6541. 0.39164 0.58037 lineto
  6542. 0.3924 0.5803 lineto
  6543. 0.39316 0.57993 lineto
  6544. 0.39393 0.57927 lineto
  6545. 0.39469 0.57834 lineto
  6546. 0.39621 0.57577 lineto
  6547. 0.39774 0.57251 lineto
  6548. 0.39927 0.56888 lineto
  6549. Mistroke
  6550. 0.40079 0.56524 lineto
  6551. 0.40232 0.56197 lineto
  6552. 0.40308 0.56057 lineto
  6553. 0.40385 0.55937 lineto
  6554. 0.40461 0.55841 lineto
  6555. 0.40537 0.55771 lineto
  6556. 0.40614 0.55729 lineto
  6557. 0.4069 0.55716 lineto
  6558. 0.40766 0.55732 lineto
  6559. 0.40842 0.55776 lineto
  6560. 0.40919 0.55848 lineto
  6561. 0.40995 0.55947 lineto
  6562. 0.41071 0.56069 lineto
  6563. 0.41148 0.56212 lineto
  6564. 0.41453 0.56918 lineto
  6565. 0.41606 0.57291 lineto
  6566. 0.41758 0.57629 lineto
  6567. 0.41835 0.57774 lineto
  6568. 0.41911 0.57898 lineto
  6569. 0.41987 0.57998 lineto
  6570. 0.42063 0.58071 lineto
  6571. 0.4214 0.58115 lineto
  6572. 0.42216 0.58129 lineto
  6573. 0.42292 0.58112 lineto
  6574. 0.42369 0.58064 lineto
  6575. 0.42445 0.57986 lineto
  6576. 0.42521 0.57878 lineto
  6577. 0.42674 0.57588 lineto
  6578. 0.42979 0.56797 lineto
  6579. 0.43132 0.56369 lineto
  6580. 0.43284 0.5597 lineto
  6581. 0.43361 0.55795 lineto
  6582. 0.43437 0.5564 lineto
  6583. 0.43513 0.55511 lineto
  6584. 0.4359 0.55411 lineto
  6585. 0.43666 0.55342 lineto
  6586. 0.43742 0.55307 lineto
  6587. 0.43819 0.55307 lineto
  6588. 0.43895 0.55341 lineto
  6589. 0.44505 0.56691 lineto
  6590. 0.44811 0.57673 lineto
  6591. 0.44963 0.58092 lineto
  6592. 0.4504 0.58265 lineto
  6593. 0.45116 0.58407 lineto
  6594. 0.45192 0.58515 lineto
  6595. 0.45269 0.58585 lineto
  6596. 0.45345 0.58615 lineto
  6597. 0.45421 0.58604 lineto
  6598. 0.45498 0.58551 lineto
  6599. 0.45574 0.58457 lineto
  6600. Mistroke
  6601. 0.4565 0.58323 lineto
  6602. 0.45726 0.58151 lineto
  6603. 0.46032 0.57165 lineto
  6604. 0.46337 0.55968 lineto
  6605. 0.4649 0.55426 lineto
  6606. 0.46566 0.55194 lineto
  6607. 0.46642 0.54997 lineto
  6608. 0.46719 0.54839 lineto
  6609. 0.46795 0.54727 lineto
  6610. 0.46871 0.54664 lineto
  6611. 0.46947 0.54653 lineto
  6612. 0.47558 0.56459 lineto
  6613. 0.47863 0.58177 lineto
  6614. 0.48016 0.59009 lineto
  6615. 0.48092 0.59379 lineto
  6616. 0.48168 0.59704 lineto
  6617. 0.48245 0.59973 lineto
  6618. 0.48321 0.60173 lineto
  6619. 0.48397 0.60296 lineto
  6620. 0.48474 0.60332 lineto
  6621. 0.4855 0.60271 lineto
  6622. 0.48626 0.60107 lineto
  6623. 0.48703 0.59832 lineto
  6624. 0.48779 0.59442 lineto
  6625. 0.5 0.39168 lineto
  6626. 0.50305 0.3248 lineto
  6627. 0.50611 0.26732 lineto
  6628. 0.50763 0.24407 lineto
  6629. 0.50916 0.22513 lineto
  6630. 0.50992 0.21735 lineto
  6631. 0.51068 0.21071 lineto
  6632. 0.51145 0.20518 lineto
  6633. 0.51221 0.20076 lineto
  6634. 0.51297 0.19739 lineto
  6635. 0.51374 0.19503 lineto
  6636. 0.5145 0.19362 lineto
  6637. 0.51526 0.19309 lineto
  6638. 0.51603 0.19335 lineto
  6639. 0.51679 0.19433 lineto
  6640. 0.51755 0.19592 lineto
  6641. 0.51832 0.19804 lineto
  6642. 0.51984 0.20348 lineto
  6643. 0.52137 0.20988 lineto
  6644. 0.52442 0.2228 lineto
  6645. 0.52595 0.22818 lineto
  6646. 0.52671 0.23041 lineto
  6647. 0.52747 0.2323 lineto
  6648. 0.52824 0.23381 lineto
  6649. 0.529 0.23494 lineto
  6650. 0.52976 0.23568 lineto
  6651. Mistroke
  6652. 0.53053 0.23604 lineto
  6653. 0.53129 0.23604 lineto
  6654. 0.53205 0.23568 lineto
  6655. 0.53281 0.23501 lineto
  6656. 0.53358 0.23405 lineto
  6657. 0.5351 0.23142 lineto
  6658. 0.53663 0.22813 lineto
  6659. 0.53968 0.22102 lineto
  6660. 0.54121 0.21785 lineto
  6661. 0.54197 0.21649 lineto
  6662. 0.54274 0.2153 lineto
  6663. 0.5435 0.21432 lineto
  6664. 0.54426 0.21354 lineto
  6665. 0.54502 0.21298 lineto
  6666. 0.54579 0.21265 lineto
  6667. 0.54655 0.21254 lineto
  6668. 0.54731 0.21263 lineto
  6669. 0.54808 0.21293 lineto
  6670. 0.54884 0.21341 lineto
  6671. 0.55037 0.21483 lineto
  6672. 0.55189 0.21671 lineto
  6673. 0.55495 0.22099 lineto
  6674. 0.55647 0.22296 lineto
  6675. 0.558 0.22458 lineto
  6676. 0.55876 0.22522 lineto
  6677. 0.55952 0.22573 lineto
  6678. 0.56029 0.2261 lineto
  6679. 0.56105 0.22634 lineto
  6680. 0.58547 0.22308 lineto
  6681. 0.59768 0.22116 lineto
  6682. 0.59921 0.22005 lineto
  6683. 0.60073 0.21904 lineto
  6684. 0.6015 0.21859 lineto
  6685. 0.60226 0.21821 lineto
  6686. 0.60302 0.21789 lineto
  6687. 0.60379 0.21764 lineto
  6688. 0.60455 0.21747 lineto
  6689. 0.60531 0.21739 lineto
  6690. 0.60607 0.21739 lineto
  6691. 0.60684 0.21748 lineto
  6692. 0.6076 0.21765 lineto
  6693. 0.60836 0.2179 lineto
  6694. 0.60989 0.21862 lineto
  6695. 0.616 0.22289 lineto
  6696. 0.61752 0.22383 lineto
  6697. 0.61828 0.22423 lineto
  6698. 0.61905 0.22456 lineto
  6699. 0.61981 0.22483 lineto
  6700. 0.62057 0.22502 lineto
  6701. 0.62134 0.22514 lineto
  6702. Mistroke
  6703. 0.6221 0.22517 lineto
  6704. 0.62286 0.22514 lineto
  6705. 0.62363 0.22502 lineto
  6706. 0.62439 0.22484 lineto
  6707. 0.62515 0.22459 lineto
  6708. 0.62668 0.22393 lineto
  6709. 0.62821 0.22311 lineto
  6710. 0.63126 0.2213 lineto
  6711. 0.63278 0.22047 lineto
  6712. 0.63431 0.21979 lineto
  6713. 0.63507 0.21953 lineto
  6714. 0.63584 0.21931 lineto
  6715. 0.6366 0.21916 lineto
  6716. 0.63736 0.21906 lineto
  6717. 0.63813 0.21903 lineto
  6718. 0.63889 0.21905 lineto
  6719. 0.63965 0.21912 lineto
  6720. 0.64042 0.21925 lineto
  6721. 0.64194 0.21963 lineto
  6722. 0.64347 0.22014 lineto
  6723. 0.64652 0.2213 lineto
  6724. 0.64805 0.22182 lineto
  6725. 0.64881 0.22204 lineto
  6726. 0.64957 0.22223 lineto
  6727. 0.65034 0.22237 lineto
  6728. 0.6511 0.22248 lineto
  6729. 0.65186 0.22255 lineto
  6730. 0.65263 0.22257 lineto
  6731. 0.65339 0.22255 lineto
  6732. 0.65415 0.22248 lineto
  6733. 0.65491 0.22238 lineto
  6734. 0.65568 0.22225 lineto
  6735. 0.6572 0.2219 lineto
  6736. 0.65873 0.22148 lineto
  6737. 0.66026 0.22106 lineto
  6738. 0.66178 0.22067 lineto
  6739. 0.66255 0.22051 lineto
  6740. 0.66331 0.22037 lineto
  6741. 0.66407 0.22027 lineto
  6742. 0.66484 0.22021 lineto
  6743. 0.6656 0.22018 lineto
  6744. 0.66636 0.22019 lineto
  6745. 0.66712 0.22025 lineto
  6746. 0.66789 0.22034 lineto
  6747. 0.66865 0.22047 lineto
  6748. 0.66941 0.22063 lineto
  6749. 0.67094 0.22104 lineto
  6750. 0.67399 0.22203 lineto
  6751. 0.67552 0.22251 lineto
  6752. 0.67628 0.22271 lineto
  6753. Mistroke
  6754. 0.67705 0.22289 lineto
  6755. 0.67781 0.22304 lineto
  6756. 0.67857 0.22314 lineto
  6757. 0.67933 0.22321 lineto
  6758. 0.6801 0.22323 lineto
  6759. 0.68086 0.2232 lineto
  6760. 0.68162 0.22313 lineto
  6761. 0.68239 0.22302 lineto
  6762. 0.68315 0.22286 lineto
  6763. 0.68468 0.22243 lineto
  6764. 0.6862 0.22189 lineto
  6765. 0.68926 0.22068 lineto
  6766. 0.69078 0.22013 lineto
  6767. 0.69154 0.2199 lineto
  6768. 0.69231 0.21971 lineto
  6769. 0.69307 0.21956 lineto
  6770. 0.69383 0.21946 lineto
  6771. 0.6946 0.21941 lineto
  6772. 0.69536 0.21941 lineto
  6773. 0.69612 0.21946 lineto
  6774. 0.69689 0.21957 lineto
  6775. 0.69765 0.21973 lineto
  6776. 0.69841 0.21994 lineto
  6777. 0.69994 0.22048 lineto
  6778. 0.70147 0.22114 lineto
  6779. 0.70452 0.22257 lineto
  6780. 0.70604 0.2232 lineto
  6781. 0.70681 0.22345 lineto
  6782. 0.70757 0.22366 lineto
  6783. 0.70833 0.22381 lineto
  6784. 0.7091 0.22391 lineto
  6785. 0.70986 0.22394 lineto
  6786. 0.71062 0.22391 lineto
  6787. 0.71139 0.22382 lineto
  6788. 0.71215 0.22365 lineto
  6789. 0.71368 0.22315 lineto
  6790. 0.7152 0.22243 lineto
  6791. 0.71673 0.22156 lineto
  6792. 0.71978 0.2197 lineto
  6793. 0.72131 0.21888 lineto
  6794. 0.72207 0.21853 lineto
  6795. 0.72283 0.21825 lineto
  6796. 0.7236 0.21803 lineto
  6797. 0.72436 0.21788 lineto
  6798. 0.72512 0.21781 lineto
  6799. 0.72589 0.21782 lineto
  6800. 0.72665 0.21791 lineto
  6801. 0.72741 0.21808 lineto
  6802. 0.72817 0.21833 lineto
  6803. 0.72894 0.21866 lineto
  6804. Mistroke
  6805. 0.73046 0.21952 lineto
  6806. 0.73199 0.22059 lineto
  6807. 0.73504 0.22298 lineto
  6808. 0.73657 0.22409 lineto
  6809. 0.73733 0.22458 lineto
  6810. 0.7381 0.22501 lineto
  6811. 0.73886 0.22536 lineto
  6812. 0.73962 0.22564 lineto
  6813. 0.74038 0.22582 lineto
  6814. 0.74115 0.22592 lineto
  6815. 0.74191 0.22591 lineto
  6816. 0.74267 0.22581 lineto
  6817. 0.74344 0.22562 lineto
  6818. 0.7442 0.22533 lineto
  6819. 0.74573 0.2245 lineto
  6820. 0.74725 0.2234 lineto
  6821. 0.75031 0.22078 lineto
  6822. 0.75183 0.21951 lineto
  6823. 0.75336 0.21843 lineto
  6824. 0.75412 0.21799 lineto
  6825. 0.75488 0.21764 lineto
  6826. 0.75565 0.21738 lineto
  6827. 0.75641 0.21723 lineto
  6828. 0.75717 0.21718 lineto
  6829. 0.75794 0.21724 lineto
  6830. 0.7587 0.21741 lineto
  6831. 0.75946 0.21768 lineto
  6832. 0.76099 0.21851 lineto
  6833. 0.76252 0.21966 lineto
  6834. 0.76557 0.2224 lineto
  6835. 0.76709 0.22372 lineto
  6836. 0.76786 0.22429 lineto
  6837. 0.76862 0.22479 lineto
  6838. 0.76938 0.22519 lineto
  6839. 0.77015 0.22549 lineto
  6840. 0.77091 0.22567 lineto
  6841. 0.77167 0.22572 lineto
  6842. 0.77244 0.22564 lineto
  6843. 0.7732 0.22543 lineto
  6844. 0.77396 0.22508 lineto
  6845. 0.77473 0.2246 lineto
  6846. 0.77625 0.22328 lineto
  6847. 0.77778 0.22159 lineto
  6848. 0.78083 0.21773 lineto
  6849. 0.78236 0.21597 lineto
  6850. 0.78312 0.21523 lineto
  6851. 0.78388 0.21461 lineto
  6852. 0.78465 0.21415 lineto
  6853. 0.78541 0.21386 lineto
  6854. 0.78617 0.21376 lineto
  6855. Mistroke
  6856. 0.78694 0.21387 lineto
  6857. 0.7877 0.2142 lineto
  6858. 0.78846 0.21476 lineto
  6859. 0.78922 0.21553 lineto
  6860. 0.78999 0.21653 lineto
  6861. 0.79151 0.21915 lineto
  6862. 0.79304 0.22246 lineto
  6863. 0.79609 0.2301 lineto
  6864. 0.79762 0.23373 lineto
  6865. 0.79838 0.23532 lineto
  6866. 0.79915 0.23669 lineto
  6867. 0.79991 0.23777 lineto
  6868. 0.80067 0.23852 lineto
  6869. 0.80143 0.23888 lineto
  6870. 0.8022 0.2388 lineto
  6871. 0.80296 0.23823 lineto
  6872. 0.80372 0.23714 lineto
  6873. 0.80449 0.23548 lineto
  6874. 0.80525 0.23323 lineto
  6875. 0.80678 0.22686 lineto
  6876. 0.8083 0.21793 lineto
  6877. 0.81136 0.19267 lineto
  6878. 0.81746 0.12168 lineto
  6879. 0.82051 0.08446 lineto
  6880. 0.82357 0.05246 lineto
  6881. 0.82509 0.03965 lineto
  6882. 0.82662 0.02939 lineto
  6883. 0.82738 0.02528 lineto
  6884. 0.82814 0.02186 lineto
  6885. 0.82891 0.01912 lineto
  6886. 0.82967 0.01706 lineto
  6887. 0.83043 0.01566 lineto
  6888. 0.8312 0.01489 lineto
  6889. 0.83196 0.01472 lineto
  6890. 0.83272 0.01509 lineto
  6891. 0.83349 0.01598 lineto
  6892. 0.83425 0.01732 lineto
  6893. 0.83578 0.02114 lineto
  6894. 0.83883 0.03164 lineto
  6895. 0.84188 0.04275 lineto
  6896. 0.84341 0.04753 lineto
  6897. 0.84493 0.0514 lineto
  6898. 0.8457 0.05293 lineto
  6899. 0.84646 0.05419 lineto
  6900. 0.84722 0.05517 lineto
  6901. 0.84799 0.05586 lineto
  6902. 0.84875 0.05628 lineto
  6903. 0.84951 0.05644 lineto
  6904. 0.85027 0.05637 lineto
  6905. 0.85104 0.05608 lineto
  6906. Mistroke
  6907. 0.8518 0.05561 lineto
  6908. 0.85256 0.05497 lineto
  6909. 0.85409 0.05338 lineto
  6910. 0.85562 0.05158 lineto
  6911. 0.85714 0.04985 lineto
  6912. 0.85791 0.04909 lineto
  6913. 0.85867 0.04844 lineto
  6914. 0.85943 0.04793 lineto
  6915. 0.8602 0.04757 lineto
  6916. 0.86096 0.04739 lineto
  6917. 0.86172 0.04739 lineto
  6918. 0.86248 0.04758 lineto
  6919. 0.86325 0.04798 lineto
  6920. 0.86401 0.04856 lineto
  6921. 0.86477 0.04934 lineto
  6922. 0.8663 0.05143 lineto
  6923. 0.87241 0.06391 lineto
  6924. 0.87393 0.06709 lineto
  6925. 0.87546 0.06991 lineto
  6926. 0.87698 0.07224 lineto
  6927. 0.87775 0.07319 lineto
  6928. 0.87851 0.07399 lineto
  6929. 0.87927 0.07463 lineto
  6930. 0.88004 0.07512 lineto
  6931. 0.8808 0.07547 lineto
  6932. 0.88156 0.07567 lineto
  6933. 0.88233 0.07575 lineto
  6934. 0.88309 0.07572 lineto
  6935. 0.88385 0.07558 lineto
  6936. 0.88462 0.07537 lineto
  6937. 0.88614 0.07479 lineto
  6938. 0.88767 0.07414 lineto
  6939. 0.88843 0.07385 lineto
  6940. 0.88919 0.07359 lineto
  6941. 0.88996 0.07341 lineto
  6942. 0.89072 0.0733 lineto
  6943. 0.89148 0.07329 lineto
  6944. 0.89225 0.07338 lineto
  6945. 0.89301 0.07359 lineto
  6946. 0.89377 0.07392 lineto
  6947. 0.89454 0.07439 lineto
  6948. 0.8953 0.07497 lineto
  6949. 0.89683 0.07652 lineto
  6950. 0.89988 0.08087 lineto
  6951. 0.90293 0.08615 lineto
  6952. 0.90598 0.09125 lineto
  6953. 0.90751 0.0934 lineto
  6954. 0.90904 0.09517 lineto
  6955. 0.9098 0.09589 lineto
  6956. 0.91056 0.0965 lineto
  6957. Mistroke
  6958. 0.91132 0.09699 lineto
  6959. 0.91209 0.09738 lineto
  6960. 0.91285 0.09766 lineto
  6961. 0.91361 0.09785 lineto
  6962. 0.91438 0.09795 lineto
  6963. 0.91514 0.09798 lineto
  6964. 0.9159 0.09794 lineto
  6965. 0.91667 0.09786 lineto
  6966. 0.91819 0.0976 lineto
  6967. 0.91896 0.09747 lineto
  6968. 0.91972 0.09734 lineto
  6969. 0.92048 0.09725 lineto
  6970. 0.92125 0.0972 lineto
  6971. 0.92201 0.09721 lineto
  6972. 0.92277 0.09728 lineto
  6973. 0.92353 0.09743 lineto
  6974. 0.9243 0.09767 lineto
  6975. 0.92506 0.098 lineto
  6976. 0.92582 0.09842 lineto
  6977. 0.92735 0.09956 lineto
  6978. 0.95177 0.12084 lineto
  6979. 0.97619 0.14182 lineto
  6980. Mfstroke
  6981. grestore
  6982. grestore
  6983. % End of Graphics
  6984. MathPictureEnd
  6985. :[font = text; inactive; pageBreakBelow; preserveAspect; ]
  6986. The Gibbs phenomenon is evident from these graphs, but with a new twist:
  6987. the graph of the of the first 10 terms goes up at 0, but the graph of the first
  6988. 20 terms goes down!
  6989. :[font = subsection; inactive; preserveAspect; startGroup; ]
  6990. Exercises
  6991. :[font = subsubsection; inactive; preserveAspect; ]
  6992. #1  Use Mathematica to graph the following Bessel functions:
  6993. ;[s]
  6994. 3:0,0;8,1;19,2;61,-1;
  6995. 3:1,10,8,Times,1,12,0,0,0;1,10,8,Times,3,12,0,0,0;1,10,8,Times,1,12,0,0,0;
  6996. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 0; pictureWidth = 140; pictureHeight = 83; ]
  6997. %!
  6998. %%Creator: Mathematica
  6999. %%AspectRatio: 0.592857
  7000. 200 dict begin
  7001. MathPictureStart
  7002. /Courier findfont 10  scalefont  setfont
  7003. % Scaling calculations
  7004. 0 1 0 1 [
  7005. [ 0 0 0 0 ]
  7006. [ 140 83 0 0 ]
  7007. ] MathScale
  7008. % Start of Graphics
  7009. %!PS-Adobe-2.0 EPSF-2.0
  7010. %%Title: 
  7011. %%Creator: EquationBuilder
  7012. %%CreationDate: Mon Aug  3 19:37:34 1992
  7013. %%For: gray
  7014. %%DocumentFonts: (atend)
  7015. %%Pages: 0 1
  7016. %%BoundingBox: 0 0 140 83
  7017. %%Translation: 1 37.334988 138.775208 0
  7018. %%EndComments
  7019.  
  7020. %%BeginDocument: /usr/lib/NextStep/printPackage.ps
  7021. %!PS-Adobe-2.0
  7022. %%Title: Printing Package
  7023. %%EndComments
  7024. %Version: 2.0
  7025. %Copyright: 1988, NeXT, Inc.
  7026.  
  7027. /__NXdef{1 index where{pop pop pop}{def}ifelse}bind def
  7028. /__NXbdef{1 index where{pop pop pop}{bind def}ifelse}bind def
  7029. /UserObjects 10 array __NXdef
  7030. /defineuserobject{
  7031.     exch dup 1 add dup UserObjects length gt{
  7032.         array dup 0 UserObjects putinterval
  7033.         /UserObjects exch def
  7034.     }{pop}ifelse UserObjects exch 3 -1 roll put
  7035. }__NXbdef
  7036. /undefineuserobject{UserObjects exch null put}__NXbdef
  7037. /execuserobject{UserObjects exch get exec}__NXbdef
  7038. /__NXRectPath{4 2 roll moveto 1 index 0 rlineto
  7039. 0 exch rlineto neg 0 rlineto closepath}__NXbdef
  7040. /__NXProcessRectArgs{
  7041.     1 index type /arraytype eq{
  7042.         exch 0 4 2 index length 1 sub{
  7043.             dup 3 add 1 exch{1 index exch get exch}for
  7044.             5 1 roll 5 index exec
  7045.         }for pop pop
  7046.     }{exec}ifelse
  7047. }__NXbdef
  7048. /rectfill{gsave newpath {__NXRectPath fill} __NXProcessRectArgs grestore}__NXbdef
  7049. /rectclip{newpath {__NXRectPath} __NXProcessRectArgs clip newpath}__NXbdef
  7050. /rectstroke{
  7051.     gsave newpath dup type /arraytype eq{dup length 6 eq}{false}ifelse{
  7052.         {gsave __NXRectPath null concat stroke grestore}
  7053.         dup length array cvx copy dup 2 4 -1 roll put __NXProcessRectArgs
  7054.     }{{__NXRectPath stroke} __NXProcessRectArgs}ifelse grestore
  7055. }__NXbdef
  7056. /xyshow{
  7057.     0 1 3 index length 1 sub{
  7058.         currentpoint 4 index 3 index 1 getinterval show
  7059.         3 index 3 index 2 mul 1 add get add exch
  7060.         3 index    3 index 2 mul get add exch moveto pop
  7061.     }for pop pop
  7062. }__NXbdef
  7063. /xshow{
  7064.     0 1 3 index length 1 sub{
  7065.         currentpoint 4 index 3 index 1 getinterval show
  7066.         exch 3 index 3 index get add exch moveto pop
  7067.     }for pop pop
  7068. }__NXbdef
  7069. /yshow{
  7070.     0 1 3 index length 1 sub{
  7071.         currentpoint 4 index 3 index 1 getinterval show
  7072.         3 index 3 index get add moveto pop
  7073.     }for pop pop
  7074. }__NXbdef
  7075. /arct{arcto pop pop pop pop}__NXbdef
  7076. /setbbox{pop pop pop pop}__NXbdef
  7077. /ucache{}__NXbdef
  7078. /ucachestatus{mark 0 0 0 0 0}__NXbdef
  7079. /setucacheparams{cleartomark}__NXbdef
  7080. /uappend{systemdict begin cvx exec end}__NXbdef
  7081. /ueofill{gsave newpath uappend eofill grestore}__NXbdef
  7082. /ufill{gsave newpath uappend fill grestore}__NXbdef
  7083. /ustroke{
  7084.     gsave newpath dup length 6 eq
  7085.     {exch uappend concat}{uappend}ifelse
  7086.     stroke grestore
  7087. }__NXbdef
  7088. /__NXustrokepathMatrix dup where {pop pop}{matrix def}ifelse
  7089. /ustrokepath{
  7090.     newpath dup length 6 eq{
  7091.         exch uappend __NXustrokepathMatrix currentmatrix exch concat
  7092.         strokepath setmatrix
  7093.     }{uappend strokepath}ifelse
  7094. } __NXbdef
  7095. /upath{
  7096.     [exch {/ucache cvx}if pathbbox /setbbox cvx
  7097.      {/moveto cvx}{/lineto cvx}{/curveto cvx}{/closepath cvx}pathforall]cvx
  7098. } __NXbdef
  7099. /setstrokeadjust{pop}__NXbdef
  7100. /currentstrokeadjust{false}__NXbdef
  7101. /selectfont{exch findfont exch
  7102. dup type /arraytype eq {makefont}{scalefont}ifelse setfont}__NXbdef
  7103. /_NXCombineArrays{
  7104.     counttomark dup 2 add index dup length 3 -1 roll {
  7105.         2 index length sub dup 4 1 roll 1 index exch 4 -1 roll putinterval exch
  7106.     }repeat pop pop pop
  7107. }__NXbdef
  7108. /setcmykcolor{
  7109.     1.0 exch sub dup dup 6 -1 roll
  7110.     sub dup 0 lt{pop 0}if 5 1 roll
  7111.     4 -1 roll sub dup 0 lt{pop 0}if 3 1 roll
  7112.     exch sub dup 0 lt{pop 0}if setrgbcolor
  7113. }__NXbdef
  7114. /currentcmykcolor{currentrgbcolor 3{1.0 exch sub 3 1 roll}repeat 0}__NXbdef
  7115. /flushgraphics{}def
  7116. /setwindowtype{pop pop}def
  7117. /currentwindowtype{pop 0}def
  7118. /setalpha{pop}def
  7119. /currentalpha{1.0}def
  7120. /hidecursor{}def
  7121. /obscurecursor{}def
  7122. /revealcursor{}def
  7123. /setcursor{4 {pop}repeat}bind def
  7124. /showcursor{}def
  7125. /NextStepEncoding where not{
  7126. /NextStepEncoding StandardEncoding 256 array copy def
  7127. 0 [129/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/Ccedilla/Egrave
  7128. /Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
  7129. /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/Ugrave/Uacute
  7130. /Ucircumflex/Udieresis/Yacute/Thorn/mu/multiply/divide/copyright
  7131. 176/registered 181/brokenbar 190/logicalnot 192/onesuperior 201/twosuperior
  7132. 204/threesuperior 209/plusminus/onequarter/onehalf/threequarters/agrave
  7133. /aacute/acircumflex/atilde/adieresis/aring/ccedilla/egrave/eacute
  7134. /ecircumflex/edieresis/igrave 226/iacute 228/icircumflex/idieresis/eth
  7135. /ntilde 236/ograve/oacute/ocircumflex/otilde/odieresis 242/ugrave/uacute
  7136. /ucircumflex 246/udieresis/yacute 252/thorn/ydieresis]
  7137. {dup type /nametype eq
  7138.  {NextStepEncoding 2 index 2 index put pop 1 add}{exch pop}ifelse
  7139. }forall pop
  7140. /NextStepEncoding NextStepEncoding readonly def   
  7141. /_NXfstr 128 string dup 0 (_NX) putinterval def   
  7142. /findfont{
  7143.  % Because we can never let NextStepEncoding get into
  7144.  % SharedFontDirectory, we cannot reencode a font to NextStepEncoding
  7145.  % if we are in shared mode.  So if currentshared is true,
  7146.  % we call the normal findfont and return that
  7147.  /currentshared where {pop currentshared} {false} ifelse
  7148.  {//findfont exec}
  7149.  {dup _NXfstr 3 125 getinterval cvs length 3 add _NXfstr 0 3 -1 roll
  7150.   getinterval cvn exch FontDirectory 2 index known 
  7151.   {pop FontDirectory exch get}
  7152.   {//findfont exec dup /Encoding get StandardEncoding eq
  7153.    {    dup length dict exch
  7154.     {1 index /FID ne {2 index 3 1 roll put}{pop pop}ifelse}forall
  7155.      dup /Encoding NextStepEncoding put definefont
  7156.     }{exch pop} ifelse
  7157.    }ifelse
  7158.  }ifelse
  7159. }bind def
  7160. }{pop}ifelse
  7161. /_NXProcArray 5 array __NXdef
  7162. /_NXChannels 0 __NXdef
  7163. /_NXTotalBytes 0 __NXdef
  7164. /_NXDoImageOp{
  7165.     1 index{dup}{1}ifelse /_NXChannels exch store
  7166.     _NXChannels 2 add 2 roll _NXProcArray 0 _NXChannels getinterval astore pop
  7167.     5 index 4 index mul 2 index{1 sub 8 idiv 1 add mul}{mul 1 sub 8 idiv 1 add}ifelse
  7168.     4 index mul /_NXTotalBytes exch store pop exch pop
  7169.     gsave matrix invertmatrix concat 0.5 setgray 0 0 4 2 roll rectfill grestore
  7170.     {    0 1 _NXChannels 1 sub{
  7171.             _NXProcArray exch get exec
  7172.             length _NXTotalBytes exch sub /_NXTotalBytes exch store}for
  7173.         _NXTotalBytes 0 le{exit}if
  7174.     }loop /_NXProcArray 5 array def
  7175. }__NXbdef
  7176. /colorimage{_NXDoImageOp}__NXbdef
  7177. /alphaimage{1 add _NXDoImageOp}def
  7178. %%EndDocument
  7179.  
  7180. % EquationBuilder(TM) Expression
  7181. % +.\Jr(=:/*V[StRFQAYmdjEEA;1nuN+[co.OZ7L#cq3iK%3:</XJ@:d#6;^G;Td47dud<A3@
  7182. % 5%MGToUOR5&d`'TuEDU)B-tbR".R+:nNB;_S4P0Odii;bME,,X_XRS2ihA"VLe`-6WLgVDQ[
  7183. % K-Oh*sQ3\5X&jqDA/d.K[>m^Q5J[c<T!&,[T+s@,"':K@sk=qG,<!aM@@nDhna*n=K8V8]^g
  7184. % &Ph@W8/YM#*:Hd&N"dNk%:14F>c;-e@-)>!E;(/p<2BN*&;6`KTVHgnR9t.4gbJO+SLcI'GX
  7185. % <`dmaa[hhVjQ6*hLkE(QaXmj05EkYb4X/t!-@Jmn]kWQZkIj>TAe2K/je2t]-l+kM'<I4l^,
  7186. % ]dj&TCfa5Wg)6V,!9!N?aFE?g@#0BkKa0jmYt.3=,cXE+8q?8*e,U(lY`VBoC!cC5FcQiQ+*
  7187. % b'00\_,<bu3JN#u8!<H4f-++H7#2JdZfg$51.9#RUmR%tK1>,a(b$O?s:[.#I"_4%@l[O8j;
  7188. % m8-2`*&]PZ!T]d5./*:K@NN.La"+.Y]2WL2*Y"?\^DQYD'."ot<=>7VrnB.8^%5St*Z/L5g?
  7189. % UEh^>Ao397\=20]SRb\B]9jo$gb\X8YfoaLgZ9&RTDkRO)^&LV`"=;?7T27O:iKNETG,eV+M
  7190. % (%V5g!)",DPCC+>!$.``_`lr?u"V_mBOl7K[FC+H4kej:j^cO.:!Q(Rbo%ObJSg>fUB"?Bum
  7191. % 7?YjTP"?#?,a;2M[G=DNeDUU,ZoZ2SZ>bO:&I[6gaptoId5g?.G7l+BA*saa5UjB1##DXl'!
  7192. % _jkX#OprZ4*TZTZ-\<)f\8#o\1TTP/nl)4d,$HX.G=t]V;#-46@'l\J"4FIf]TfY)l%$Bl:L
  7193. % H2u.!KJkW`,bnK60,p@+8gi9>%Wl\kDVZr'Ve:9UI>/;a_U-P?#$7lJcK??Ld164G7Z*ejP.
  7194. % uDtU6^s[S0u$G(W2pV@XCH3N]cZ"QDTqk2_\Sa8g(=SXG2L*t)suX<?]0"U/c\"Zjl,ViDRi
  7195. % 7=h7:o!(@<`$l9+c_ghc-tEdohES@'VQDN3hqNmXLR_j]9j\\o1HVYegZ"":Z)^\dD<XqAd[
  7196. % qLh1+JqG=28-6`PO4jO'T:-Ct]?OBSJqVE5pPc9$T;t%q]2VQ)rR+EX:,phla56U];9LDsr*
  7197. % 2Gj"k^"O;>/\(T`X4o716R2&9SS[S#-[/4K't_DgRZN"6XkY^bmWmgG>@0->98J=`AU*S6W!
  7198. % ,Ld;1+MH,k8KB9\B_T[^p>i[tJd**:eUQJ<$]2RPHnDLnT&SuWOdDPA:`eWAE9Oa&3,4O6^Z
  7199. % %+.jLNPB[?VEFG[n1R`..!O&*3hgiD,CppOG$I6+i_2lcS7c!?5*D?M%!/).$O]RcX8`H3j+
  7200. % BS2LH_LilF<`;%Qq#o4&"GLc$:.#u=h_$7GTr2P[4l2$blTg)OT::^f$W"^IfKWVAGI@Sqbh
  7201. % gggM>7gR(ZP*>,RQJNZ]a\+D1PaZ>5.LAC-8g<J_H3?\RO(T/4\o<\"P@=:TLq`8@cBaBYV%
  7202. % 0m=!+PTINs2:a)3$Ah=98J>ZTM^9Cl-D616GWP@=SsNn>2+d6qh1Yk%jHs9kirh(KLZh4(l*
  7203. % ^je]gBgN\]@nQA=mPgL@[Pf=T=aZjQa_i;kKLE&5h6dM<]R%d5\6<tDBpW9D/S1GpB&]mWFU
  7204. % k=dM?,pmm&/uS$W2&bTj=5#7dNp7.Jh51)9$>jbDn^=<7]GVofiCb7i_k[8.)7H6'o8M8<.$
  7205. % Kl+[g0<Lgub@UWVA)!#"cpXf^&[X:2lGWgVBAln0JbkT(rOi)Q-+WejRulVG22J..5g!"X>?
  7206. % "Q"HUJJNC/C5c^(2LnW4Ic./H9^4=X(X\uYorieNl6$+Q;*g'n:%m=TT!EYDOH)1%,OIp'=.
  7207. % mtI(6u4<>o$,k$JG^,N=`,^C]I(#5uPQTX/oSX:T_.\[IQ'Q6PsR!MON:,1:3'6,qN!f>1m%
  7208. % J`!'%%Jo:Hae0FU>+pXK%@E<_K10B8B""6GRdJsUUBP&ie8OF<67GdU(f=Zh<K`SbH`T.H$%
  7209. % W[rS)ruOpST'`FR/dDa$F#;ZoRR#L0E@+K5_TfLU]jXM9GlQ8,7#!n%0mXMBulA=3eTdeA&+
  7210. % 3.*ZX,FK;,<7$c;Op,iVH.+<k;$![du`$%Ecnx
  7211. % EndExpression N 1700 6a4 E 89 S 2f6af R ead4495
  7212. gsave
  7213.  /__NXbasematrix matrix currentmatrix def
  7214. grestore
  7215. %%EndProlog
  7216. %%BeginSetup
  7217. /EqBFont 18 dict dup begin /FontType 3 def /PaintType 0 def /FontMatrix [0.001 0 0 0.001 0 0] def /FontBBox [15 -2950 1360 1045] def /Encoding [/.notdef /rad1 /rad2 /rad3 /rad4 /rad5 /radext /int /pathint /sum /prod /cdot /vdot /ddot /hbar /bigcap /bigcup /parallel] def /Metrics 18 dict dup begin /.notdef 0 def /rad1 1000 def /rad2 1000 def /rad3 1000 def /rad4 1000 def /rad5 1048 def /radext 1048 def /int 500 def /pathint 500 def /sum 700 def /prod 700 def /cdot 1000 def /vdot 550 def /ddot 1000 def /hbar 500 def /bigcap 700 def /bigcup 700 def /parallel 500 def end def /BBox 18 dict dup begin /.notdef [0 0 0 0] def /rad1 [110 -1150 1020 0] def /rad2 [110 -1750 1020 0] def /rad3 [110 -2350 1020 0] def /rad4 [110 -2950 1020 0] def /rad5 [128 -2890 740 0] def /radext [700 -600 740 0] def /int [20 0 425 1045] def /pathint [20 0 425 1045] def /sum [15 5 640 715] def /prod [15 0 670 715] def /cdot [110 215 890 325] def /vdot [165 -5 280 770] def /ddot [110 -5 890 770] def /hbar [20 -10 480 685] def /bigcap [0 0 680 720] def /bigcup [0 0 680 720] def /parallel [65 -175 400 675] def end def /CharacterDefs 18 dict dup begin /.notdef {
  7218.     
  7219. } def /rad1 {
  7220.     980 0 moveto 464 -1048 lineto 248 -560 lineto 110 -656 lineto 125 -675 lineto 200 -624 lineto 420 -1150 lineto 460 -1150 lineto 1020 0 lineto 980 0 lineto closepath
  7221. } def /rad2 {
  7222.     980 0 moveto 460 -1600 lineto 245 -864 lineto 110 -1000 lineto 128 -1023 lineto 200 -950 lineto 424 -1750 lineto 456 -1750 lineto 1020 0 lineto 980 0 lineto closepath
  7223. } def /rad3 {
  7224.     980 0 moveto 464 -2144 lineto 248 -1160 lineto 110 -1368 lineto 130 -1390 lineto 192 -1288 lineto 424 -2350 lineto 464 -2350 lineto 1020 0 lineto 980 0 lineto closepath
  7225. } def /rad4 {
  7226.     980 0 moveto 880 -488 lineto 672 -1600 lineto 464 -2696 lineto 248 -1464 lineto 110 -1728 lineto 130 -1750 lineto 192 -1616 lineto 424 -2950 lineto 464 -2950 lineto 768 -1312 lineto 1020 0 lineto 980 0 lineto closepath
  7227. } def /rad5 {
  7228.     700 0 moveto 700 -2628 lineto 248 -1284 lineto 128 -1564 lineto 150 -1580 lineto 215 -1425 lineto 688 -2890 lineto 740 -2890 lineto 740 0 lineto 700 0 lineto closepath
  7229. } def /radext {
  7230.     700 0 moveto 700 -600 lineto 740 -600 lineto 740 0 lineto 700 0 lineto closepath
  7231. } def /int {
  7232.     245 390 moveto 225 235 195 145 180 100 curveto 165 60 150 50 140 40 curveto 135 30 85 0 50 20 curveto 35 25 25 45 25 55 curveto 20 80 30 100 55 110 curveto 80 125 93 110 110 90 curveto 135 60 155 135 160 195 curveto 165 270 170 340 190 510 curveto 205 650 lineto 220 810 230 890 265 960 curveto 275 980 295 1015 320 1030 curveto 350 1045 380 1030 395 1020 curveto 410 1010 425 980 400 955 curveto 385 940 347 925 330 950 curveto 310 970 290 955 290 940 curveto 280 900 285 745 270 610 curveto 245 390 lineto closepath
  7233. } def /pathint {
  7234.     245 390 moveto 225 235 195 145 180 100 curveto 165 60 150 50 140 40 curveto 135 30 85 0 50 20 curveto 35 25 25 45 25 55 curveto 20 80 30 100 55 110 curveto 80 125 93 110 110 90 curveto 135 60 155 135 160 195 curveto 165 270 170 340 190 510 curveto 205 650 lineto 220 810 230 890 265 960 curveto 275 980 295 1015 320 1030 curveto 350 1045 380 1030 395 1020 curveto 410 1010 425 980 400 955 curveto 385 940 347 925 330 950 curveto 310 970 290 955 290 940 curveto 280 900 285 745 270 610 curveto 245 390 lineto fill 20 setlinewidth 220 400 moveto 290 400 340 455 340 500 curveto 340 585 290 640 220 640 curveto 155 640 100 585 100 500 curveto 100 455 155 400 220 400 curveto stroke
  7235. } def /sum {
  7236.     330 335 moveto 20 715 lineto 575 715 lineto 600 545 lineto 575 535 lineto 550 625 525 685 395 685 curveto 160 685 lineto 411 370 lineto 160 90 lineto 470 90 lineto 565 90 590 140 610 210 curveto 640 200 lineto 585 5 lineto 15 5 lineto 330 335 lineto closepath
  7237. } def /prod {
  7238.     590 90 moveto 590 30 620 20 670 20 curveto 670 0 lineto 410 0 lineto 410 20 lineto 460 20 495 30 495 90 curveto 495 670 lineto 190 670 lineto 190 90 lineto 190 30 225 20 275 20 curveto 275 0 lineto 15 0 lineto 15 20 lineto 65 20 100 30 100 90 curveto 100 615 lineto 100 690 40 700 20 700 curveto 20 715 lineto 670 715 lineto 670 700 lineto 645 700 590 690 590 615 curveto 590 90 lineto closepath
  7239. } def /cdot {
  7240.     110 270 moveto 110 300 135 325 165 325 curveto 195 325 220 300 220 270 curveto 220 235 185 215 165 215 curveto 145 215 110 235 110 270 curveto fill 445 270 moveto 445 300 470 325 500 325 curveto 530 325 555 300 555 270 curveto 555 235 520 215 500 215 curveto 480 215 445 235 445 270 curveto fill 775 270 moveto 775 300 800 325 830 325 curveto 860 325 890 300 890 270 curveto 890 235 850 215 830 215 curveto 810 215 775 235 775 270 curveto fill
  7241. } def /vdot {
  7242.     220 770 moveto 250 770 280 750 280 720 curveto 280 680 250 660 220 660 curveto 185 660 165 695 165 720 curveto 165 740 185 770 220 770 curveto fill 220 440 moveto 250 440 280 415 280 385 curveto 280 355 250 330 220 330 curveto 185 330 165 365 165 385 curveto 165 405 185 440 220 440 curveto fill 220 105 moveto 250 105 280 80 280 50 curveto 280 20 250 -5 220 -5 curveto 185 -5 165 30 165 50 curveto 165 70 185 105 220 105 curveto fill
  7243. } def /ddot {
  7244.     165 720 moveto 205 720 220 700 220 665 curveto 220 630 195 610 165 610 curveto 130 620 110 645 110 665 curveto 110 690 130 720 165 720 curveto fill 500 440 moveto 530 440 555 415 555 385 curveto 555 355 530 330 500 330 curveto 465 330 445 365 445 385 curveto 445 405 465 440 500 440 curveto fill 830 155 moveto 860 155 890 130 890 100 curveto 890 70 860 45 830 45 curveto 795 45 775 80 775 100 curveto 775 120 795 155 830 155 curveto fill
  7245. } def /hbar {
  7246.     480 105 moveto 440 55 400 -10 335 -10 curveto 300 -10 290 10 290 35 curveto 290 65 370 350 370 365 curveto 370 380 355 390 340 390 curveto 290 390 205 275 185 250 curveto 140 180 125 125 95 0 curveto 20 0 lineto 150 500 lineto 160 545 180 600 180 615 curveto 180 625 170 640 135 640 curveto 110 640 lineto 100 655 lineto 165 660 215 670 270 685 curveto 275 680 lineto 155 240 lineto 155 235 lineto 190 290 290 440 380 440 curveto 400 440 450 435 450 370 curveto 450 335 365 80 365 55 curveto 365 45 375 40 385 40 curveto 405 40 425 70 465 115 curveto 480 105 lineto fill 55 545 moveto 55 520 lineto 310 560 lineto 310 585 lineto 55 545 lineto fill
  7247. } def /bigcap {
  7248.     615 400 moveto 615 575 500 655 340 655 curveto 180 655 70 575 70 400 curveto 70 0 lineto 5 0 lineto 5 400 lineto 5 610 140 720 340 720 curveto 545 720 680 610 680 400 curveto 680 0 lineto 615 0 lineto 615 400 lineto closepath
  7249. } def /bigcup {
  7250.     65 320 moveto 65 145 180 65 340 65 curveto 500 65 615 145 615 320 curveto 615 720 lineto 680 720 lineto 680 320 lineto 680 110 540 0 340 0 curveto 140 0 0 110 0 320 curveto 0 720 lineto 65 720 lineto 65 320 lineto closepath
  7251. } def /parallel {
  7252.     135 675 moveto 135 -175 lineto 65 -175 lineto 65 675 lineto 135 675 lineto fill 335 675 moveto 335 -175 lineto 265 -175 lineto 265 675 lineto 335 675 lineto fill 400 675 moveto
  7253. } def end def /BuildChar {
  7254.     0 begin /char exch def /fontdict exch def /charname fontdict /Encoding get char get def fontdict begin Metrics charname get 0 BBox charname get aload pop setcachedevice CharacterDefs charname get exec eofill end end
  7255. } def /BuildChar load 0 3 dict put end definefont pop
  7256. %%EndSetup
  7257. 0 0 139.775208 82.669975 rectclip
  7258. 0 0 139.775208 82.669975 rectclip
  7259. 0 setgray
  7260. 1 setalpha
  7261. 1 1 scale
  7262. /Symbol findfont 12 scalefont
  7263. 48
  7264. exch
  7265. defineuserobject
  7266. 48 execuserobject setfont
  7267. 17.335602 73.521973 moveto
  7268. (\() [0 0] xyshow
  7269. 1 1 scale
  7270. 1 1 scale
  7271. 48 execuserobject setfont
  7272. 28.975603 73.515976 moveto
  7273. (\)) [0 0] xyshow
  7274. 1 1 scale
  7275. 0 setgray
  7276. 1 setalpha
  7277. 1 1 scale
  7278. 48 execuserobject setfont
  7279. 59.847202 73.521973 moveto
  7280. (\() [0 0] xyshow
  7281. 1 1 scale
  7282. 1 1 scale
  7283. 48 execuserobject setfont
  7284. 131.251205 73.515976 moveto
  7285. (\)) [0 0] xyshow
  7286. 1 1 scale
  7287. 0 setgray
  7288. 1 setalpha
  7289. 1 1 scale
  7290. 48 execuserobject setfont
  7291. 17.335602 59.715973 moveto
  7292. (\() [0 0] xyshow
  7293. 1 1 scale
  7294. 1 1 scale
  7295. 48 execuserobject setfont
  7296. 28.975603 59.709972 moveto
  7297. (\)) [0 0] xyshow
  7298. 1 1 scale
  7299. 0 setgray
  7300. 1 setalpha
  7301. 1 1 scale
  7302. 48 execuserobject setfont
  7303. 59.847202 59.715973 moveto
  7304. (\() [0 0] xyshow
  7305. 1 1 scale
  7306. 1 1 scale
  7307. 48 execuserobject setfont
  7308. 131.251205 59.709972 moveto
  7309. (\)) [0 0] xyshow
  7310. 1 1 scale
  7311. 0 setgray
  7312. 1 setalpha
  7313. 1 1 scale
  7314. 48 execuserobject setfont
  7315. 17.335602 45.909973 moveto
  7316. (\() [0 0] xyshow
  7317. 1 1 scale
  7318. 1 1 scale
  7319. 48 execuserobject setfont
  7320. 28.975603 45.903973 moveto
  7321. (\)) [0 0] xyshow
  7322. 1 1 scale
  7323. 0 setgray
  7324. 1 setalpha
  7325. 1 1 scale
  7326. 48 execuserobject setfont
  7327. 59.847202 45.909973 moveto
  7328. (\() [0 0] xyshow
  7329. 1 1 scale
  7330. 1 1 scale
  7331. 48 execuserobject setfont
  7332. 131.251205 45.903973 moveto
  7333. (\)) [0 0] xyshow
  7334. 1 1 scale
  7335. 0 setgray
  7336. 1 setalpha
  7337. 1 1 scale
  7338. 48 execuserobject setfont
  7339. 19.5856 32.103973 moveto
  7340. (\() [0 0] xyshow
  7341. 1 1 scale
  7342. 1 1 scale
  7343. 48 execuserobject setfont
  7344. 31.225601 32.097973 moveto
  7345. (\)) [0 0] xyshow
  7346. 1 1 scale
  7347. 0 setgray
  7348. 1 setalpha
  7349. 1 1 scale
  7350. 48 execuserobject setfont
  7351. 59.847202 32.103973 moveto
  7352. (\() [0 0] xyshow
  7353. 1 1 scale
  7354. 1 1 scale
  7355. 48 execuserobject setfont
  7356. 131.251205 32.097973 moveto
  7357. (\)) [0 0] xyshow
  7358. 1 1 scale
  7359. 0 setgray
  7360. 1 setalpha
  7361. 0.36 setlinewidth
  7362. 11.788 14.805997 moveto
  7363. 14.8552 22.473997 lineto
  7364. stroke
  7365. 0 setgray
  7366. 1 setalpha
  7367. 1 1 scale
  7368. 48 execuserobject setfont
  7369. 21.1192 18.297974 moveto
  7370. (\() [0 0] xyshow
  7371. 1 1 scale
  7372. 1 1 scale
  7373. 48 execuserobject setfont
  7374. 32.759201 18.291973 moveto
  7375. (\)) [0 0] xyshow
  7376. 1 1 scale
  7377. 0 setgray
  7378. 1 setalpha
  7379. 1 1 scale
  7380. 48 execuserobject setfont
  7381. 67.474541 18.297974 moveto
  7382. (\() [0 0] xyshow
  7383. 1 1 scale
  7384. 1 1 scale
  7385. 48 execuserobject setfont
  7386. 123.623878 18.291973 moveto
  7387. (\)) [0 0] xyshow
  7388. 1 1 scale
  7389. 0 setgray
  7390. 1 setalpha
  7391. 1 1 scale
  7392. 48 execuserobject setfont
  7393. 18.145599 3.297997 moveto
  7394. (\() [0 0] xyshow
  7395. 1 1 scale
  7396. 1 1 scale
  7397. 48 execuserobject setfont
  7398. 29.785601 3.291996 moveto
  7399. (\)) [0 0] xyshow
  7400. 1 1 scale
  7401. 0 setgray
  7402. 1 setalpha
  7403. 1 1 scale
  7404. 48 execuserobject setfont
  7405. 67.474541 3.297997 moveto
  7406. (\() [0 0] xyshow
  7407. 1 1 scale
  7408. 1 1 scale
  7409. 48 execuserobject setfont
  7410. 123.623878 3.291996 moveto
  7411. (\)) [0 0] xyshow
  7412. 1 1 scale
  7413. 0 setgray
  7414. 1 setalpha
  7415. /Times-BoldItalic findfont 12 scalefont
  7416. 49
  7417. exch
  7418. defineuserobject
  7419. 49 execuserobject setfont
  7420. 128.147873 3.189996 moveto
  7421. (.xxYxxJxxJxxJxxJxxJ) [-36.618668 0 -68.583603 0 -18.972 0 87.555603 14.999975 -65.610001 1.907349e-06 -24.919201 -1.907349e-06 98.15654 13.806 -74.770935 1.907349e-06 -21.852001 0 96.62294 13.805998 -77.020935 0 -17.352001 3.814697e-06 94.37294 13.805996 -77.020935 0 -17.352001 3.814697e-06 94.37294 13.806004 -77.020935 -7.629395e-06 -17.352001 7.629395e-06 0 0 0 0] xyshow
  7422. /Symbol findfont 9 scalefont
  7423. 60
  7424. exch
  7425. defineuserobject
  7426. 60 execuserobject setfont
  7427. 0 0 moveto
  7428. () [-1.159154e-41 1.680567e-18] xyshow
  7429. /Times-Roman findfont 9 scalefont
  7430. 51
  7431. exch
  7432. defineuserobject
  7433. 51 execuserobject setfont
  7434. 11.881601 1.390021 moveto
  7435. (02105210) [2.973598 14.999977 -7.5672 0 6.0336 13.733974 -4.5 0 2.250002 13.878027 0 13.806 0 13.806 0 0 0 0] xyshow
  7436. 48 execuserobject setfont
  7437. 100.862534 3.189996 moveto
  7438. (<<<<<<-<<-<<-<<-) [-19.254662 0 19.254662 14.999975 -19.254662 0 26.881996 13.806 -19.254669 0 -24.587997 0 43.842667 13.806 -19.254669 0 -24.587997 0 43.842667 13.806 -19.254669 0 -24.587997 0 43.842667 13.806007 -19.254669 0 -24.587997 0 0 0 0 0] xyshow
  7439. /Times-Roman findfont 12 scalefont
  7440. 50
  7441. exch
  7442. defineuserobject
  7443. 50 execuserobject setfont
  7444. 116.783875 3.189996 moveto
  7445. (050,050,0505,0505,0505,0505) [-6 0 -38.509338 0 55.873337 14.999975 -11.363998 0 -6 0 -38.509338 0 63.500671 13.806 -11.364006 0 -6 0 -38.509331 0 -6 0 61.873337 13.806004 -11.364006 -3.814697e-06 -6 0 -38.509331 0 -6 0 61.873337 13.806004 -11.364006 -3.814697e-06 -6 0 -38.509331 0 -6 0 61.873337 13.806007 -11.364006 0 -6 0 -38.509331 0 -6 0 0 0 0 0] xyshow
  7446. %%Trailer
  7447. %%DocumentFonts: Times-BoldItalic
  7448. %%+ Times-Roman
  7449. %%+ Symbol
  7450.  
  7451. %End of Graphics
  7452. MathPictureEnd
  7453. end
  7454.  
  7455. :[font = subsubsection; inactive; preserveAspect; ]
  7456. #2
  7457. :[font = text; inactive; preserveAspect; ]
  7458. Use Mathematica to find the second positive zero of  J0, in other words,
  7459. the second number  y  such that  y > 0 and  J0(y) = 0.  Do this by drawing
  7460. successive graphs of  J0  that  narrow in on  y.  Find   y  correct to 3 decimal
  7461. places.
  7462. ;[s]
  7463. 17:0,0;4,1;15,2;53,3;54,4;55,5;92,6;94,7;117,8;118,9;119,10;120,11;121,12;169,13;171,14;172,15;174,16;240,-1;
  7464. 17:1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,10,8,Times,66,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,10,8,Times,66,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,10,8,Times,66,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,0,12,0,0,0;
  7465. :[font = subsubsection; inactive; preserveAspect; ]
  7466. #3
  7467. :[font = text; inactive; pageBreakBelow; preserveAspect; endGroup; endGroup; ]
  7468. Use Mathematica to find the second positive zero of  J0 using  FindRoot.
  7469. ;[s]
  7470. 8:0,0;4,1;15,2;53,3;54,4;56,5;63,6;71,7;73,-1;
  7471. 8:1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,10,8,Times,66,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Courier,0,12,0,0,0;1,11,8,Times,0,12,0,0,0;
  7472. :[font = section; inactive; Cclosed; preserveAspect; startGroup; ]
  7473. The Circular Drumhead
  7474. :[font = text; inactive; preserveAspect; ]
  7475. Mathematica can be used to draw 3-dimensional graphs of the vibrating drum.
  7476. The solutions of the polar coordinate version
  7477. ;[s]
  7478. 2:0,0;11,1;122,-1;
  7479. 2:1,10,8,Times,2,12,0,0,0;1,11,8,Times,0,12,0,0,0;
  7480. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 0; pictureWidth = 126; pictureHeight = 31; ]
  7481. %!
  7482. %%Creator: Mathematica
  7483. %%AspectRatio: 0.246032
  7484. 200 dict begin
  7485. MathPictureStart
  7486. /Courier findfont 10  scalefont  setfont
  7487. % Scaling calculations
  7488. 0 1 0 1 [
  7489. [ 0 0 0 0 ]
  7490. [ 126 31 0 0 ]
  7491. ] MathScale
  7492. % Start of Graphics
  7493. %!PS-Adobe-2.0 EPSF-2.0
  7494. %%Title: 
  7495. %%Creator: EquationBuilder
  7496. %%CreationDate: Mon Aug  3 16:59:13 1992
  7497. %%For: gray
  7498. %%DocumentFonts: (atend)
  7499. %%Pages: 0 1
  7500. %%BoundingBox: 0 0 126 31
  7501. %%Translation: 1 11.878704 124.049332 0
  7502. %%EndComments
  7503.  
  7504. %%BeginDocument: /usr/lib/NextStep/printPackage.ps
  7505. %!PS-Adobe-2.0
  7506. %%Title: Printing Package
  7507. %%EndComments
  7508. %Version: 2.0
  7509. %Copyright: 1988, NeXT, Inc.
  7510.  
  7511. /__NXdef{1 index where{pop pop pop}{def}ifelse}bind def
  7512. /__NXbdef{1 index where{pop pop pop}{bind def}ifelse}bind def
  7513. /UserObjects 10 array __NXdef
  7514. /defineuserobject{
  7515.     exch dup 1 add dup UserObjects length gt{
  7516.         array dup 0 UserObjects putinterval
  7517.         /UserObjects exch def
  7518.     }{pop}ifelse UserObjects exch 3 -1 roll put
  7519. }__NXbdef
  7520. /undefineuserobject{UserObjects exch null put}__NXbdef
  7521. /execuserobject{UserObjects exch get exec}__NXbdef
  7522. /__NXRectPath{4 2 roll moveto 1 index 0 rlineto
  7523. 0 exch rlineto neg 0 rlineto closepath}__NXbdef
  7524. /__NXProcessRectArgs{
  7525.     1 index type /arraytype eq{
  7526.         exch 0 4 2 index length 1 sub{
  7527.             dup 3 add 1 exch{1 index exch get exch}for
  7528.             5 1 roll 5 index exec
  7529.         }for pop pop
  7530.     }{exec}ifelse
  7531. }__NXbdef
  7532. /rectfill{gsave newpath {__NXRectPath fill} __NXProcessRectArgs grestore}__NXbdef
  7533. /rectclip{newpath {__NXRectPath} __NXProcessRectArgs clip newpath}__NXbdef
  7534. /rectstroke{
  7535.     gsave newpath dup type /arraytype eq{dup length 6 eq}{false}ifelse{
  7536.         {gsave __NXRectPath null concat stroke grestore}
  7537.         dup length array cvx copy dup 2 4 -1 roll put __NXProcessRectArgs
  7538.     }{{__NXRectPath stroke} __NXProcessRectArgs}ifelse grestore
  7539. }__NXbdef
  7540. /xyshow{
  7541.     0 1 3 index length 1 sub{
  7542.         currentpoint 4 index 3 index 1 getinterval show
  7543.         3 index 3 index 2 mul 1 add get add exch
  7544.         3 index    3 index 2 mul get add exch moveto pop
  7545.     }for pop pop
  7546. }__NXbdef
  7547. /xshow{
  7548.     0 1 3 index length 1 sub{
  7549.         currentpoint 4 index 3 index 1 getinterval show
  7550.         exch 3 index 3 index get add exch moveto pop
  7551.     }for pop pop
  7552. }__NXbdef
  7553. /yshow{
  7554.     0 1 3 index length 1 sub{
  7555.         currentpoint 4 index 3 index 1 getinterval show
  7556.         3 index 3 index get add moveto pop
  7557.     }for pop pop
  7558. }__NXbdef
  7559. /arct{arcto pop pop pop pop}__NXbdef
  7560. /setbbox{pop pop pop pop}__NXbdef
  7561. /ucache{}__NXbdef
  7562. /ucachestatus{mark 0 0 0 0 0}__NXbdef
  7563. /setucacheparams{cleartomark}__NXbdef
  7564. /uappend{systemdict begin cvx exec end}__NXbdef
  7565. /ueofill{gsave newpath uappend eofill grestore}__NXbdef
  7566. /ufill{gsave newpath uappend fill grestore}__NXbdef
  7567. /ustroke{
  7568.     gsave newpath dup length 6 eq
  7569.     {exch uappend concat}{uappend}ifelse
  7570.     stroke grestore
  7571. }__NXbdef
  7572. /__NXustrokepathMatrix dup where {pop pop}{matrix def}ifelse
  7573. /ustrokepath{
  7574.     newpath dup length 6 eq{
  7575.         exch uappend __NXustrokepathMatrix currentmatrix exch concat
  7576.         strokepath setmatrix
  7577.     }{uappend strokepath}ifelse
  7578. } __NXbdef
  7579. /upath{
  7580.     [exch {/ucache cvx}if pathbbox /setbbox cvx
  7581.      {/moveto cvx}{/lineto cvx}{/curveto cvx}{/closepath cvx}pathforall]cvx
  7582. } __NXbdef
  7583. /setstrokeadjust{pop}__NXbdef
  7584. /currentstrokeadjust{false}__NXbdef
  7585. /selectfont{exch findfont exch
  7586. dup type /arraytype eq {makefont}{scalefont}ifelse setfont}__NXbdef
  7587. /_NXCombineArrays{
  7588.     counttomark dup 2 add index dup length 3 -1 roll {
  7589.         2 index length sub dup 4 1 roll 1 index exch 4 -1 roll putinterval exch
  7590.     }repeat pop pop pop
  7591. }__NXbdef
  7592. /setcmykcolor{
  7593.     1.0 exch sub dup dup 6 -1 roll
  7594.     sub dup 0 lt{pop 0}if 5 1 roll
  7595.     4 -1 roll sub dup 0 lt{pop 0}if 3 1 roll
  7596.     exch sub dup 0 lt{pop 0}if setrgbcolor
  7597. }__NXbdef
  7598. /currentcmykcolor{currentrgbcolor 3{1.0 exch sub 3 1 roll}repeat 0}__NXbdef
  7599. /flushgraphics{}def
  7600. /setwindowtype{pop pop}def
  7601. /currentwindowtype{pop 0}def
  7602. /setalpha{pop}def
  7603. /currentalpha{1.0}def
  7604. /hidecursor{}def
  7605. /obscurecursor{}def
  7606. /revealcursor{}def
  7607. /setcursor{4 {pop}repeat}bind def
  7608. /showcursor{}def
  7609. /NextStepEncoding where not{
  7610. /NextStepEncoding StandardEncoding 256 array copy def
  7611. 0 [129/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/Ccedilla/Egrave
  7612. /Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
  7613. /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/Ugrave/Uacute
  7614. /Ucircumflex/Udieresis/Yacute/Thorn/mu/multiply/divide/copyright
  7615. 176/registered 181/brokenbar 190/logicalnot 192/onesuperior 201/twosuperior
  7616. 204/threesuperior 209/plusminus/onequarter/onehalf/threequarters/agrave
  7617. /aacute/acircumflex/atilde/adieresis/aring/ccedilla/egrave/eacute
  7618. /ecircumflex/edieresis/igrave 226/iacute 228/icircumflex/idieresis/eth
  7619. /ntilde 236/ograve/oacute/ocircumflex/otilde/odieresis 242/ugrave/uacute
  7620. /ucircumflex 246/udieresis/yacute 252/thorn/ydieresis]
  7621. {dup type /nametype eq
  7622.  {NextStepEncoding 2 index 2 index put pop 1 add}{exch pop}ifelse
  7623. }forall pop
  7624. /NextStepEncoding NextStepEncoding readonly def   
  7625. /_NXfstr 128 string dup 0 (_NX) putinterval def   
  7626. /findfont{
  7627.  % Because we can never let NextStepEncoding get into
  7628.  % SharedFontDirectory, we cannot reencode a font to NextStepEncoding
  7629.  % if we are in shared mode.  So if currentshared is true,
  7630.  % we call the normal findfont and return that
  7631.  /currentshared where {pop currentshared} {false} ifelse
  7632.  {//findfont exec}
  7633.  {dup _NXfstr 3 125 getinterval cvs length 3 add _NXfstr 0 3 -1 roll
  7634.   getinterval cvn exch FontDirectory 2 index known 
  7635.   {pop FontDirectory exch get}
  7636.   {//findfont exec dup /Encoding get StandardEncoding eq
  7637.    {    dup length dict exch
  7638.     {1 index /FID ne {2 index 3 1 roll put}{pop pop}ifelse}forall
  7639.      dup /Encoding NextStepEncoding put definefont
  7640.     }{exch pop} ifelse
  7641.    }ifelse
  7642.  }ifelse
  7643. }bind def
  7644. }{pop}ifelse
  7645. /_NXProcArray 5 array __NXdef
  7646. /_NXChannels 0 __NXdef
  7647. /_NXTotalBytes 0 __NXdef
  7648. /_NXDoImageOp{
  7649.     1 index{dup}{1}ifelse /_NXChannels exch store
  7650.     _NXChannels 2 add 2 roll _NXProcArray 0 _NXChannels getinterval astore pop
  7651.     5 index 4 index mul 2 index{1 sub 8 idiv 1 add mul}{mul 1 sub 8 idiv 1 add}ifelse
  7652.     4 index mul /_NXTotalBytes exch store pop exch pop
  7653.     gsave matrix invertmatrix concat 0.5 setgray 0 0 4 2 roll rectfill grestore
  7654.     {    0 1 _NXChannels 1 sub{
  7655.             _NXProcArray exch get exec
  7656.             length _NXTotalBytes exch sub /_NXTotalBytes exch store}for
  7657.         _NXTotalBytes 0 le{exit}if
  7658.     }loop /_NXProcArray 5 array def
  7659. }__NXbdef
  7660. /colorimage{_NXDoImageOp}__NXbdef
  7661. /alphaimage{1 add _NXDoImageOp}def
  7662. %%EndDocument
  7663.  
  7664. % EquationBuilder(TM) Expression
  7665. % +.\Jr(=:/*V[StRFQAYmdjEEA;1nuN+[co.OZ7L#cq3iK%3:</XJ@:d#6;^G;Td47dud<A3@
  7666. % 5%MGToUOR5&d`'TuEDU)B-tbR".R^s<6Z!!!E7_Ct-r+S_,jj@P.-O?%B4'FH)c:eX1]TM0'
  7667. % o;,/#l!%\^3YU,#41L183Q(&Hf"9NTgc2h<D&k0$!hQXOnBCNsA60Psq6cY@ca,g65@$1_&!
  7668. % 4;jU&?*0o#*:He)*F$K-B4KKEq1J^9P5%"9R]'S)SgX<kJ%A$jCoi.n7orXLS-s3]/=+pYsI
  7669. % n+,X?$@:]W2:%%r2]!"c'0f.lnV6'4'E"r8;'4?6bIcO3:iNf#uu5W6/g.SiUD!7!?;Mh90q
  7670. % ]HQnI5dqdXm9)paGPaPS?[^)qpKVe?Ya6@\L,^"mKW!/ub!-UB-t%_88.pe*Vb"ZsK;#-[L.
  7671. % 3/n1#?^FH)P&&"D/HI&"j2k'HsVupBcce%PS55#thKrN"6D#?pnKI#hb=KSsL^^9*QL@GGmW
  7672. % \A:QI.8Dni'\C'9"V]6pQ09QG_8MMVke,U(lY`VBoC!cBJENVG/)hS01(;k"\4dJc^"`RM[D
  7673. % *L5(9QEH4$(3SRIct>m=?[X;QSj6&>bI6Fb+Ja83;OIMQRZ]Z!-1%ZC8k0E8'@9)Xp<7,YY#
  7674. % 7_,g](KN?m/`8VdF7R"h&EMD7SlU9&YYd0eZ+`./G?KRm'[GXAk&VkGFeaZ5:i=en*@@[JU@
  7675. % "@<<1PSSk&Bn<4Uphd=)^7$[/p.3&\,k+>kO1UKnMlr#9&gFN7)!V2DGN2d5Dh5?9LQ97(&u
  7676. % $rXh23\=!9",UDO->lr,6l^\%=)"*nqKGOUNdgWZ%m0P4HYu[RpfX[<>+BXn/\cJKt@hJq2#
  7677. % m:0_e$(8rd'b=0<"Br8+6qH21O8K"k$,1h^G#a/R<#mZWDcsY-2MJt9%VhiS@fjY0d?&erm*
  7678. % M=MU!:U(5Cs,P^N[^dN7?0Wt!6?WjY@i#c\.);j*-8b98%"EFUpRY1oT]_2#ctGS:jk$ZJ,q
  7679. % P\5fK6C[33Ft@G2"'kA>l)KOA=95t;c4Na\[aW2n5?HZ@XX";&-HE<uZL"MkBESG6S"x
  7680. % EndExpression N 860 35c E 7e S 1673c R a4d825b2
  7681. gsave
  7682.  /__NXbasematrix matrix currentmatrix def
  7683. grestore
  7684. %%EndProlog
  7685. %%BeginSetup
  7686. /EqBFont 18 dict dup begin /FontType 3 def /PaintType 0 def /FontMatrix [0.001 0 0 0.001 0 0] def /FontBBox [15 -2950 1360 1045] def /Encoding [/.notdef /rad1 /rad2 /rad3 /rad4 /rad5 /radext /int /pathint /sum /prod /cdot /vdot /ddot /hbar /bigcap /bigcup /parallel] def /Metrics 18 dict dup begin /.notdef 0 def /rad1 1000 def /rad2 1000 def /rad3 1000 def /rad4 1000 def /rad5 1048 def /radext 1048 def /int 500 def /pathint 500 def /sum 700 def /prod 700 def /cdot 1000 def /vdot 550 def /ddot 1000 def /hbar 500 def /bigcap 700 def /bigcup 700 def /parallel 500 def end def /BBox 18 dict dup begin /.notdef [0 0 0 0] def /rad1 [110 -1150 1020 0] def /rad2 [110 -1750 1020 0] def /rad3 [110 -2350 1020 0] def /rad4 [110 -2950 1020 0] def /rad5 [128 -2890 740 0] def /radext [700 -600 740 0] def /int [20 0 425 1045] def /pathint [20 0 425 1045] def /sum [15 5 640 715] def /prod [15 0 670 715] def /cdot [110 215 890 325] def /vdot [165 -5 280 770] def /ddot [110 -5 890 770] def /hbar [20 -10 480 685] def /bigcap [0 0 680 720] def /bigcup [0 0 680 720] def /parallel [65 -175 400 675] def end def /CharacterDefs 18 dict dup begin /.notdef {
  7687.     
  7688. } def /rad1 {
  7689.     980 0 moveto 464 -1048 lineto 248 -560 lineto 110 -656 lineto 125 -675 lineto 200 -624 lineto 420 -1150 lineto 460 -1150 lineto 1020 0 lineto 980 0 lineto closepath
  7690. } def /rad2 {
  7691.     980 0 moveto 460 -1600 lineto 245 -864 lineto 110 -1000 lineto 128 -1023 lineto 200 -950 lineto 424 -1750 lineto 456 -1750 lineto 1020 0 lineto 980 0 lineto closepath
  7692. } def /rad3 {
  7693.     980 0 moveto 464 -2144 lineto 248 -1160 lineto 110 -1368 lineto 130 -1390 lineto 192 -1288 lineto 424 -2350 lineto 464 -2350 lineto 1020 0 lineto 980 0 lineto closepath
  7694. } def /rad4 {
  7695.     980 0 moveto 880 -488 lineto 672 -1600 lineto 464 -2696 lineto 248 -1464 lineto 110 -1728 lineto 130 -1750 lineto 192 -1616 lineto 424 -2950 lineto 464 -2950 lineto 768 -1312 lineto 1020 0 lineto 980 0 lineto closepath
  7696. } def /rad5 {
  7697.     700 0 moveto 700 -2628 lineto 248 -1284 lineto 128 -1564 lineto 150 -1580 lineto 215 -1425 lineto 688 -2890 lineto 740 -2890 lineto 740 0 lineto 700 0 lineto closepath
  7698. } def /radext {
  7699.     700 0 moveto 700 -600 lineto 740 -600 lineto 740 0 lineto 700 0 lineto closepath
  7700. } def /int {
  7701.     245 390 moveto 225 235 195 145 180 100 curveto 165 60 150 50 140 40 curveto 135 30 85 0 50 20 curveto 35 25 25 45 25 55 curveto 20 80 30 100 55 110 curveto 80 125 93 110 110 90 curveto 135 60 155 135 160 195 curveto 165 270 170 340 190 510 curveto 205 650 lineto 220 810 230 890 265 960 curveto 275 980 295 1015 320 1030 curveto 350 1045 380 1030 395 1020 curveto 410 1010 425 980 400 955 curveto 385 940 347 925 330 950 curveto 310 970 290 955 290 940 curveto 280 900 285 745 270 610 curveto 245 390 lineto closepath
  7702. } def /pathint {
  7703.     245 390 moveto 225 235 195 145 180 100 curveto 165 60 150 50 140 40 curveto 135 30 85 0 50 20 curveto 35 25 25 45 25 55 curveto 20 80 30 100 55 110 curveto 80 125 93 110 110 90 curveto 135 60 155 135 160 195 curveto 165 270 170 340 190 510 curveto 205 650 lineto 220 810 230 890 265 960 curveto 275 980 295 1015 320 1030 curveto 350 1045 380 1030 395 1020 curveto 410 1010 425 980 400 955 curveto 385 940 347 925 330 950 curveto 310 970 290 955 290 940 curveto 280 900 285 745 270 610 curveto 245 390 lineto fill 20 setlinewidth 220 400 moveto 290 400 340 455 340 500 curveto 340 585 290 640 220 640 curveto 155 640 100 585 100 500 curveto 100 455 155 400 220 400 curveto stroke
  7704. } def /sum {
  7705.     330 335 moveto 20 715 lineto 575 715 lineto 600 545 lineto 575 535 lineto 550 625 525 685 395 685 curveto 160 685 lineto 411 370 lineto 160 90 lineto 470 90 lineto 565 90 590 140 610 210 curveto 640 200 lineto 585 5 lineto 15 5 lineto 330 335 lineto closepath
  7706. } def /prod {
  7707.     590 90 moveto 590 30 620 20 670 20 curveto 670 0 lineto 410 0 lineto 410 20 lineto 460 20 495 30 495 90 curveto 495 670 lineto 190 670 lineto 190 90 lineto 190 30 225 20 275 20 curveto 275 0 lineto 15 0 lineto 15 20 lineto 65 20 100 30 100 90 curveto 100 615 lineto 100 690 40 700 20 700 curveto 20 715 lineto 670 715 lineto 670 700 lineto 645 700 590 690 590 615 curveto 590 90 lineto closepath
  7708. } def /cdot {
  7709.     110 270 moveto 110 300 135 325 165 325 curveto 195 325 220 300 220 270 curveto 220 235 185 215 165 215 curveto 145 215 110 235 110 270 curveto fill 445 270 moveto 445 300 470 325 500 325 curveto 530 325 555 300 555 270 curveto 555 235 520 215 500 215 curveto 480 215 445 235 445 270 curveto fill 775 270 moveto 775 300 800 325 830 325 curveto 860 325 890 300 890 270 curveto 890 235 850 215 830 215 curveto 810 215 775 235 775 270 curveto fill
  7710. } def /vdot {
  7711.     220 770 moveto 250 770 280 750 280 720 curveto 280 680 250 660 220 660 curveto 185 660 165 695 165 720 curveto 165 740 185 770 220 770 curveto fill 220 440 moveto 250 440 280 415 280 385 curveto 280 355 250 330 220 330 curveto 185 330 165 365 165 385 curveto 165 405 185 440 220 440 curveto fill 220 105 moveto 250 105 280 80 280 50 curveto 280 20 250 -5 220 -5 curveto 185 -5 165 30 165 50 curveto 165 70 185 105 220 105 curveto fill
  7712. } def /ddot {
  7713.     165 720 moveto 205 720 220 700 220 665 curveto 220 630 195 610 165 610 curveto 130 620 110 645 110 665 curveto 110 690 130 720 165 720 curveto fill 500 440 moveto 530 440 555 415 555 385 curveto 555 355 530 330 500 330 curveto 465 330 445 365 445 385 curveto 445 405 465 440 500 440 curveto fill 830 155 moveto 860 155 890 130 890 100 curveto 890 70 860 45 830 45 curveto 795 45 775 80 775 100 curveto 775 120 795 155 830 155 curveto fill
  7714. } def /hbar {
  7715.     480 105 moveto 440 55 400 -10 335 -10 curveto 300 -10 290 10 290 35 curveto 290 65 370 350 370 365 curveto 370 380 355 390 340 390 curveto 290 390 205 275 185 250 curveto 140 180 125 125 95 0 curveto 20 0 lineto 150 500 lineto 160 545 180 600 180 615 curveto 180 625 170 640 135 640 curveto 110 640 lineto 100 655 lineto 165 660 215 670 270 685 curveto 275 680 lineto 155 240 lineto 155 235 lineto 190 290 290 440 380 440 curveto 400 440 450 435 450 370 curveto 450 335 365 80 365 55 curveto 365 45 375 40 385 40 curveto 405 40 425 70 465 115 curveto 480 105 lineto fill 55 545 moveto 55 520 lineto 310 560 lineto 310 585 lineto 55 545 lineto fill
  7716. } def /bigcap {
  7717.     615 400 moveto 615 575 500 655 340 655 curveto 180 655 70 575 70 400 curveto 70 0 lineto 5 0 lineto 5 400 lineto 5 610 140 720 340 720 curveto 545 720 680 610 680 400 curveto 680 0 lineto 615 0 lineto 615 400 lineto closepath
  7718. } def /bigcup {
  7719.     65 320 moveto 65 145 180 65 340 65 curveto 500 65 615 145 615 320 curveto 615 720 lineto 680 720 lineto 680 320 lineto 680 110 540 0 340 0 curveto 140 0 0 110 0 320 curveto 0 720 lineto 65 720 lineto 65 320 lineto closepath
  7720. } def /parallel {
  7721.     135 675 moveto 135 -175 lineto 65 -175 lineto 65 675 lineto 135 675 lineto fill 335 675 moveto 335 -175 lineto 265 -175 lineto 265 675 lineto 335 675 lineto fill 400 675 moveto
  7722. } def end def /BuildChar {
  7723.     0 begin /char exch def /fontdict exch def /charname fontdict /Encoding get char get def fontdict begin Metrics charname get 0 BBox charname get aload pop setcachedevice CharacterDefs charname get exec eofill end end
  7724. } def /BuildChar load 0 3 dict put end definefont pop
  7725. %%EndSetup
  7726. 0 0 125.049332 30.284416 rectclip
  7727. 0 0 125.049332 30.284416 rectclip
  7728. 0 setgray
  7729. 1 setalpha
  7730. 0.48 setlinewidth
  7731. 73.224998 15.878704 moveto
  7732. 87.037994 15.878704 lineto
  7733. stroke
  7734. 0 setgray
  7735. 1 setalpha
  7736. 0.48 setlinewidth
  7737. 98.959335 15.878704 moveto
  7738. 118.685333 15.878704 lineto
  7739. stroke
  7740. 0 setgray
  7741. 1 setalpha
  7742. 1 2.585978 scale
  7743. /Symbol findfont 12 scalefont
  7744. 47
  7745. exch
  7746. defineuserobject
  7747. 47 execuserobject setfont
  7748. 38.749668 3.248308 moveto
  7749. (\() [0 0] xyshow
  7750. 1 0.386701 scale
  7751. 1 2.582989 scale
  7752. 47 execuserobject setfont
  7753. 119.525337 3.249415 moveto
  7754. (\)) [0 0] xyshow
  7755. 1 0.387148 scale
  7756. 0 setgray
  7757. 1 setalpha
  7758. /Times-BoldItalic findfont 12 scalefont
  7759. 44
  7760. exch
  7761. defineuserobject
  7762. 44 execuserobject setfont
  7763. 99.459335 21.37468 moveto
  7764. (uuucu) [-25.734337 0.054001 -30.175331 -8.549976 -16.392 0 -26.157667 0 0 0 0 0] xyshow
  7765. /Symbol findfont 9 scalefont
  7766. 45
  7767. exch
  7768. defineuserobject
  7769. 45 execuserobject setfont
  7770. 111.558334 19.574705 moveto
  7771. (jjrrr) [-5.427002 0 -25.734337 0.053999 -25.234329 -8.549976 -4.940998 0 0 0 0 0] xyshow
  7772. /Times-BoldItalic findfont 9 scalefont
  7773. 69
  7774. exch
  7775. defineuserobject
  7776. 69 execuserobject setfont
  7777. 10.174 11.078729 moveto
  7778. (tt) [-2.502 0 0 0 0 0] xyshow
  7779. 47 execuserobject setfont
  7780. 102.678337 3.76 moveto
  7781. (r+r+=) [-12.973671 9.118704 -12.867165 -8.231412 -12.867168 8.231412 -46.734001 0 0 0 0 0] xyshow
  7782. /Times-Roman findfont 9 scalefont
  7783. 46
  7784. exch
  7785. defineuserobject
  7786. 46 execuserobject setfont
  7787. 109.266335 8.114704 moveto
  7788. (22) [-76.78067 9.718704 0 0 0 0] xyshow
  7789. %%Trailer
  7790. %%DocumentFonts: Times-BoldItalic
  7791. %%+ Times-Roman
  7792. %%+ Symbol
  7793.  
  7794. %End of Graphics
  7795. MathPictureEnd
  7796. end
  7797.  
  7798. :[font = text; inactive; preserveAspect; ]
  7799. of the 2-dimensional wave equation are of the form
  7800. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 0; pictureWidth = 219; pictureHeight = 20; ]
  7801. %!
  7802. %%Creator: Mathematica
  7803. %%AspectRatio: 0.091324
  7804. 200 dict begin
  7805. MathPictureStart
  7806. /Courier findfont 10  scalefont  setfont
  7807. % Scaling calculations
  7808. 0 1 0 1 [
  7809. [ 0 0 0 0 ]
  7810. [ 219 20 0 0 ]
  7811. ] MathScale
  7812. % Start of Graphics
  7813. %!PS-Adobe-2.0 EPSF-2.0
  7814. %%Title: 
  7815. %%Creator: EquationBuilder
  7816. %%CreationDate: Mon Aug  3 17:07:49 1992
  7817. %%For: gray
  7818. %%DocumentFonts: (atend)
  7819. %%Pages: 0 1
  7820. %%BoundingBox: 0 0 219 20
  7821. %%Translation: 1 5.203605 217.172668 0
  7822. %%EndComments
  7823.  
  7824. %%BeginDocument: /usr/lib/NextStep/printPackage.ps
  7825. %!PS-Adobe-2.0
  7826. %%Title: Printing Package
  7827. %%EndComments
  7828. %Version: 2.0
  7829. %Copyright: 1988, NeXT, Inc.
  7830.  
  7831. /__NXdef{1 index where{pop pop pop}{def}ifelse}bind def
  7832. /__NXbdef{1 index where{pop pop pop}{bind def}ifelse}bind def
  7833. /UserObjects 10 array __NXdef
  7834. /defineuserobject{
  7835.     exch dup 1 add dup UserObjects length gt{
  7836.         array dup 0 UserObjects putinterval
  7837.         /UserObjects exch def
  7838.     }{pop}ifelse UserObjects exch 3 -1 roll put
  7839. }__NXbdef
  7840. /undefineuserobject{UserObjects exch null put}__NXbdef
  7841. /execuserobject{UserObjects exch get exec}__NXbdef
  7842. /__NXRectPath{4 2 roll moveto 1 index 0 rlineto
  7843. 0 exch rlineto neg 0 rlineto closepath}__NXbdef
  7844. /__NXProcessRectArgs{
  7845.     1 index type /arraytype eq{
  7846.         exch 0 4 2 index length 1 sub{
  7847.             dup 3 add 1 exch{1 index exch get exch}for
  7848.             5 1 roll 5 index exec
  7849.         }for pop pop
  7850.     }{exec}ifelse
  7851. }__NXbdef
  7852. /rectfill{gsave newpath {__NXRectPath fill} __NXProcessRectArgs grestore}__NXbdef
  7853. /rectclip{newpath {__NXRectPath} __NXProcessRectArgs clip newpath}__NXbdef
  7854. /rectstroke{
  7855.     gsave newpath dup type /arraytype eq{dup length 6 eq}{false}ifelse{
  7856.         {gsave __NXRectPath null concat stroke grestore}
  7857.         dup length array cvx copy dup 2 4 -1 roll put __NXProcessRectArgs
  7858.     }{{__NXRectPath stroke} __NXProcessRectArgs}ifelse grestore
  7859. }__NXbdef
  7860. /xyshow{
  7861.     0 1 3 index length 1 sub{
  7862.         currentpoint 4 index 3 index 1 getinterval show
  7863.         3 index 3 index 2 mul 1 add get add exch
  7864.         3 index    3 index 2 mul get add exch moveto pop
  7865.     }for pop pop
  7866. }__NXbdef
  7867. /xshow{
  7868.     0 1 3 index length 1 sub{
  7869.         currentpoint 4 index 3 index 1 getinterval show
  7870.         exch 3 index 3 index get add exch moveto pop
  7871.     }for pop pop
  7872. }__NXbdef
  7873. /yshow{
  7874.     0 1 3 index length 1 sub{
  7875.         currentpoint 4 index 3 index 1 getinterval show
  7876.         3 index 3 index get add moveto pop
  7877.     }for pop pop
  7878. }__NXbdef
  7879. /arct{arcto pop pop pop pop}__NXbdef
  7880. /setbbox{pop pop pop pop}__NXbdef
  7881. /ucache{}__NXbdef
  7882. /ucachestatus{mark 0 0 0 0 0}__NXbdef
  7883. /setucacheparams{cleartomark}__NXbdef
  7884. /uappend{systemdict begin cvx exec end}__NXbdef
  7885. /ueofill{gsave newpath uappend eofill grestore}__NXbdef
  7886. /ufill{gsave newpath uappend fill grestore}__NXbdef
  7887. /ustroke{
  7888.     gsave newpath dup length 6 eq
  7889.     {exch uappend concat}{uappend}ifelse
  7890.     stroke grestore
  7891. }__NXbdef
  7892. /__NXustrokepathMatrix dup where {pop pop}{matrix def}ifelse
  7893. /ustrokepath{
  7894.     newpath dup length 6 eq{
  7895.         exch uappend __NXustrokepathMatrix currentmatrix exch concat
  7896.         strokepath setmatrix
  7897.     }{uappend strokepath}ifelse
  7898. } __NXbdef
  7899. /upath{
  7900.     [exch {/ucache cvx}if pathbbox /setbbox cvx
  7901.      {/moveto cvx}{/lineto cvx}{/curveto cvx}{/closepath cvx}pathforall]cvx
  7902. } __NXbdef
  7903. /setstrokeadjust{pop}__NXbdef
  7904. /currentstrokeadjust{false}__NXbdef
  7905. /selectfont{exch findfont exch
  7906. dup type /arraytype eq {makefont}{scalefont}ifelse setfont}__NXbdef
  7907. /_NXCombineArrays{
  7908.     counttomark dup 2 add index dup length 3 -1 roll {
  7909.         2 index length sub dup 4 1 roll 1 index exch 4 -1 roll putinterval exch
  7910.     }repeat pop pop pop
  7911. }__NXbdef
  7912. /setcmykcolor{
  7913.     1.0 exch sub dup dup 6 -1 roll
  7914.     sub dup 0 lt{pop 0}if 5 1 roll
  7915.     4 -1 roll sub dup 0 lt{pop 0}if 3 1 roll
  7916.     exch sub dup 0 lt{pop 0}if setrgbcolor
  7917. }__NXbdef
  7918. /currentcmykcolor{currentrgbcolor 3{1.0 exch sub 3 1 roll}repeat 0}__NXbdef
  7919. /flushgraphics{}def
  7920. /setwindowtype{pop pop}def
  7921. /currentwindowtype{pop 0}def
  7922. /setalpha{pop}def
  7923. /currentalpha{1.0}def
  7924. /hidecursor{}def
  7925. /obscurecursor{}def
  7926. /revealcursor{}def
  7927. /setcursor{4 {pop}repeat}bind def
  7928. /showcursor{}def
  7929. /NextStepEncoding where not{
  7930. /NextStepEncoding StandardEncoding 256 array copy def
  7931. 0 [129/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/Ccedilla/Egrave
  7932. /Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
  7933. /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/Ugrave/Uacute
  7934. /Ucircumflex/Udieresis/Yacute/Thorn/mu/multiply/divide/copyright
  7935. 176/registered 181/brokenbar 190/logicalnot 192/onesuperior 201/twosuperior
  7936. 204/threesuperior 209/plusminus/onequarter/onehalf/threequarters/agrave
  7937. /aacute/acircumflex/atilde/adieresis/aring/ccedilla/egrave/eacute
  7938. /ecircumflex/edieresis/igrave 226/iacute 228/icircumflex/idieresis/eth
  7939. /ntilde 236/ograve/oacute/ocircumflex/otilde/odieresis 242/ugrave/uacute
  7940. /ucircumflex 246/udieresis/yacute 252/thorn/ydieresis]
  7941. {dup type /nametype eq
  7942.  {NextStepEncoding 2 index 2 index put pop 1 add}{exch pop}ifelse
  7943. }forall pop
  7944. /NextStepEncoding NextStepEncoding readonly def   
  7945. /_NXfstr 128 string dup 0 (_NX) putinterval def   
  7946. /findfont{
  7947.  % Because we can never let NextStepEncoding get into
  7948.  % SharedFontDirectory, we cannot reencode a font to NextStepEncoding
  7949.  % if we are in shared mode.  So if currentshared is true,
  7950.  % we call the normal findfont and return that
  7951.  /currentshared where {pop currentshared} {false} ifelse
  7952.  {//findfont exec}
  7953.  {dup _NXfstr 3 125 getinterval cvs length 3 add _NXfstr 0 3 -1 roll
  7954.   getinterval cvn exch FontDirectory 2 index known 
  7955.   {pop FontDirectory exch get}
  7956.   {//findfont exec dup /Encoding get StandardEncoding eq
  7957.    {    dup length dict exch
  7958.     {1 index /FID ne {2 index 3 1 roll put}{pop pop}ifelse}forall
  7959.      dup /Encoding NextStepEncoding put definefont
  7960.     }{exch pop} ifelse
  7961.    }ifelse
  7962.  }ifelse
  7963. }bind def
  7964. }{pop}ifelse
  7965. /_NXProcArray 5 array __NXdef
  7966. /_NXChannels 0 __NXdef
  7967. /_NXTotalBytes 0 __NXdef
  7968. /_NXDoImageOp{
  7969.     1 index{dup}{1}ifelse /_NXChannels exch store
  7970.     _NXChannels 2 add 2 roll _NXProcArray 0 _NXChannels getinterval astore pop
  7971.     5 index 4 index mul 2 index{1 sub 8 idiv 1 add mul}{mul 1 sub 8 idiv 1 add}ifelse
  7972.     4 index mul /_NXTotalBytes exch store pop exch pop
  7973.     gsave matrix invertmatrix concat 0.5 setgray 0 0 4 2 roll rectfill grestore
  7974.     {    0 1 _NXChannels 1 sub{
  7975.             _NXProcArray exch get exec
  7976.             length _NXTotalBytes exch sub /_NXTotalBytes exch store}for
  7977.         _NXTotalBytes 0 le{exit}if
  7978.     }loop /_NXProcArray 5 array def
  7979. }__NXbdef
  7980. /colorimage{_NXDoImageOp}__NXbdef
  7981. /alphaimage{1 add _NXDoImageOp}def
  7982. %%EndDocument
  7983.  
  7984. % EquationBuilder(TM) Expression
  7985. % +.\Jr(=:/*V[StRFQAYmdjEEA;1nuN+[co.OZ7L#cq3iK%3:</XJ@:d#6;^G;Td47dud<A3@
  7986. % 5%MGToUOR5&d`'TuEDU)B-tbR".R+:s'?'JKOf0M'9NV$2,7,X_XRS2ihA"VLe`-6WLgVDQ[
  7987. % K-Oh*sQ3\5X&jqDA/d.K[>m^Q5J[c<T!&,[Tin#Mqf\EPQp`n<3FPaBu@nDhna*n=K8V8]^g
  7988. % &Ph$W+?>=8/K#JVW;G9-88oJL(Oh['1U:3`L@o]lIuWp?:"^H/d3!JP0!\R-jBZK8pD@DIN&
  7989. % hI_^8*I1j!'<VA%_SCdPN3:hAs\OJ^'oBS.e=]gh`lO&(Vi958YOho/;)O!k8/8LS`:i1(9,
  7990. % rH^iu!PfY%KZGM\$co%)R!RE<#,$;G)AnSTaLU;;KC&!V)Z]EQ(VgLe?<CEd!cHYaE-)rf@#
  7991. % =CC!m3_W"um`\/dB*1."VSpUOY?+n,jdm#2g_fJcLm!$=2Tb,7/&97gK2GZ(Vb"DX]%.Ikna
  7992. % Y@=]Kni1OEc4<XqIBt2Po*n++:a`Y!#Yh]`N4Z3_7)Fiqa&l'cM6lU(RA>NdW@^tEBFr'kLJ
  7993. % s$6tih.W=.9mfHf#_>WOr,F#16OckALU\=(dKS-4Z8:E!c05OS;pT:VgqsB\-d8p4JlkG"40
  7994. % @?U>)b1j,"B,JK1SJjm":nLk_[?UB]Qf.>o13F/+^TmMP#He,G/uO[ptTeSVf;>A-EB/A#[Y
  7995. % P&qq*Z0+*f."(9l.'AEog'Fg@6<6aTOOb1mA<MQBTSt,T3#PmdAY,#rVi/]Rm!Jnon\uQ`,0
  7996. % V")h`1lOWOUa[Qos5CR;@\>E@bdhKt?h-I/:@b/r(n!)l0i(k)1mTf^eq";TQ*f0o<M'b"K\
  7997. % (M>(__NWC8/XVs8J5f^MA0F#U]/3U;7-c,rN@oBdM/#!G+m:\+;9@EL;8P:7Yf,q2$M?V>?>
  7998. % ]7j\;QF`ErGE#9fEkLDW%KH=W.?3(Qn8UKl7*47"tCS[GMCNZ4gViRm]5E`!LM'.K8MVT6Jn
  7999. % Vai,2m9.54.1Em4'.CPfn$fM5@$)]rFTJ:`;THOSF0!soeuhZ?b:Vc!n#-l.OVo0L`M)nuam
  8000. % (`>ol&OphObbr8HaY+/s+H?O8";'%"IgH.h"MkBESG6S"x
  8001. % EndExpression N 900 384 E 8c S 186ce R 3b33190f
  8002. gsave
  8003.  /__NXbasematrix matrix currentmatrix def
  8004. grestore
  8005. %%EndProlog
  8006. %%BeginSetup
  8007. /EqBFont 18 dict dup begin /FontType 3 def /PaintType 0 def /FontMatrix [0.001 0 0 0.001 0 0] def /FontBBox [15 -2950 1360 1045] def /Encoding [/.notdef /rad1 /rad2 /rad3 /rad4 /rad5 /radext /int /pathint /sum /prod /cdot /vdot /ddot /hbar /bigcap /bigcup /parallel] def /Metrics 18 dict dup begin /.notdef 0 def /rad1 1000 def /rad2 1000 def /rad3 1000 def /rad4 1000 def /rad5 1048 def /radext 1048 def /int 500 def /pathint 500 def /sum 700 def /prod 700 def /cdot 1000 def /vdot 550 def /ddot 1000 def /hbar 500 def /bigcap 700 def /bigcup 700 def /parallel 500 def end def /BBox 18 dict dup begin /.notdef [0 0 0 0] def /rad1 [110 -1150 1020 0] def /rad2 [110 -1750 1020 0] def /rad3 [110 -2350 1020 0] def /rad4 [110 -2950 1020 0] def /rad5 [128 -2890 740 0] def /radext [700 -600 740 0] def /int [20 0 425 1045] def /pathint [20 0 425 1045] def /sum [15 5 640 715] def /prod [15 0 670 715] def /cdot [110 215 890 325] def /vdot [165 -5 280 770] def /ddot [110 -5 890 770] def /hbar [20 -10 480 685] def /bigcap [0 0 680 720] def /bigcup [0 0 680 720] def /parallel [65 -175 400 675] def end def /CharacterDefs 18 dict dup begin /.notdef {
  8008.     
  8009. } def /rad1 {
  8010.     980 0 moveto 464 -1048 lineto 248 -560 lineto 110 -656 lineto 125 -675 lineto 200 -624 lineto 420 -1150 lineto 460 -1150 lineto 1020 0 lineto 980 0 lineto closepath
  8011. } def /rad2 {
  8012.     980 0 moveto 460 -1600 lineto 245 -864 lineto 110 -1000 lineto 128 -1023 lineto 200 -950 lineto 424 -1750 lineto 456 -1750 lineto 1020 0 lineto 980 0 lineto closepath
  8013. } def /rad3 {
  8014.     980 0 moveto 464 -2144 lineto 248 -1160 lineto 110 -1368 lineto 130 -1390 lineto 192 -1288 lineto 424 -2350 lineto 464 -2350 lineto 1020 0 lineto 980 0 lineto closepath
  8015. } def /rad4 {
  8016.     980 0 moveto 880 -488 lineto 672 -1600 lineto 464 -2696 lineto 248 -1464 lineto 110 -1728 lineto 130 -1750 lineto 192 -1616 lineto 424 -2950 lineto 464 -2950 lineto 768 -1312 lineto 1020 0 lineto 980 0 lineto closepath
  8017. } def /rad5 {
  8018.     700 0 moveto 700 -2628 lineto 248 -1284 lineto 128 -1564 lineto 150 -1580 lineto 215 -1425 lineto 688 -2890 lineto 740 -2890 lineto 740 0 lineto 700 0 lineto closepath
  8019. } def /radext {
  8020.     700 0 moveto 700 -600 lineto 740 -600 lineto 740 0 lineto 700 0 lineto closepath
  8021. } def /int {
  8022.     245 390 moveto 225 235 195 145 180 100 curveto 165 60 150 50 140 40 curveto 135 30 85 0 50 20 curveto 35 25 25 45 25 55 curveto 20 80 30 100 55 110 curveto 80 125 93 110 110 90 curveto 135 60 155 135 160 195 curveto 165 270 170 340 190 510 curveto 205 650 lineto 220 810 230 890 265 960 curveto 275 980 295 1015 320 1030 curveto 350 1045 380 1030 395 1020 curveto 410 1010 425 980 400 955 curveto 385 940 347 925 330 950 curveto 310 970 290 955 290 940 curveto 280 900 285 745 270 610 curveto 245 390 lineto closepath
  8023. } def /pathint {
  8024.     245 390 moveto 225 235 195 145 180 100 curveto 165 60 150 50 140 40 curveto 135 30 85 0 50 20 curveto 35 25 25 45 25 55 curveto 20 80 30 100 55 110 curveto 80 125 93 110 110 90 curveto 135 60 155 135 160 195 curveto 165 270 170 340 190 510 curveto 205 650 lineto 220 810 230 890 265 960 curveto 275 980 295 1015 320 1030 curveto 350 1045 380 1030 395 1020 curveto 410 1010 425 980 400 955 curveto 385 940 347 925 330 950 curveto 310 970 290 955 290 940 curveto 280 900 285 745 270 610 curveto 245 390 lineto fill 20 setlinewidth 220 400 moveto 290 400 340 455 340 500 curveto 340 585 290 640 220 640 curveto 155 640 100 585 100 500 curveto 100 455 155 400 220 400 curveto stroke
  8025. } def /sum {
  8026.     330 335 moveto 20 715 lineto 575 715 lineto 600 545 lineto 575 535 lineto 550 625 525 685 395 685 curveto 160 685 lineto 411 370 lineto 160 90 lineto 470 90 lineto 565 90 590 140 610 210 curveto 640 200 lineto 585 5 lineto 15 5 lineto 330 335 lineto closepath
  8027. } def /prod {
  8028.     590 90 moveto 590 30 620 20 670 20 curveto 670 0 lineto 410 0 lineto 410 20 lineto 460 20 495 30 495 90 curveto 495 670 lineto 190 670 lineto 190 90 lineto 190 30 225 20 275 20 curveto 275 0 lineto 15 0 lineto 15 20 lineto 65 20 100 30 100 90 curveto 100 615 lineto 100 690 40 700 20 700 curveto 20 715 lineto 670 715 lineto 670 700 lineto 645 700 590 690 590 615 curveto 590 90 lineto closepath
  8029. } def /cdot {
  8030.     110 270 moveto 110 300 135 325 165 325 curveto 195 325 220 300 220 270 curveto 220 235 185 215 165 215 curveto 145 215 110 235 110 270 curveto fill 445 270 moveto 445 300 470 325 500 325 curveto 530 325 555 300 555 270 curveto 555 235 520 215 500 215 curveto 480 215 445 235 445 270 curveto fill 775 270 moveto 775 300 800 325 830 325 curveto 860 325 890 300 890 270 curveto 890 235 850 215 830 215 curveto 810 215 775 235 775 270 curveto fill
  8031. } def /vdot {
  8032.     220 770 moveto 250 770 280 750 280 720 curveto 280 680 250 660 220 660 curveto 185 660 165 695 165 720 curveto 165 740 185 770 220 770 curveto fill 220 440 moveto 250 440 280 415 280 385 curveto 280 355 250 330 220 330 curveto 185 330 165 365 165 385 curveto 165 405 185 440 220 440 curveto fill 220 105 moveto 250 105 280 80 280 50 curveto 280 20 250 -5 220 -5 curveto 185 -5 165 30 165 50 curveto 165 70 185 105 220 105 curveto fill
  8033. } def /ddot {
  8034.     165 720 moveto 205 720 220 700 220 665 curveto 220 630 195 610 165 610 curveto 130 620 110 645 110 665 curveto 110 690 130 720 165 720 curveto fill 500 440 moveto 530 440 555 415 555 385 curveto 555 355 530 330 500 330 curveto 465 330 445 365 445 385 curveto 445 405 465 440 500 440 curveto fill 830 155 moveto 860 155 890 130 890 100 curveto 890 70 860 45 830 45 curveto 795 45 775 80 775 100 curveto 775 120 795 155 830 155 curveto fill
  8035. } def /hbar {
  8036.     480 105 moveto 440 55 400 -10 335 -10 curveto 300 -10 290 10 290 35 curveto 290 65 370 350 370 365 curveto 370 380 355 390 340 390 curveto 290 390 205 275 185 250 curveto 140 180 125 125 95 0 curveto 20 0 lineto 150 500 lineto 160 545 180 600 180 615 curveto 180 625 170 640 135 640 curveto 110 640 lineto 100 655 lineto 165 660 215 670 270 685 curveto 275 680 lineto 155 240 lineto 155 235 lineto 190 290 290 440 380 440 curveto 400 440 450 435 450 370 curveto 450 335 365 80 365 55 curveto 365 45 375 40 385 40 curveto 405 40 425 70 465 115 curveto 480 105 lineto fill 55 545 moveto 55 520 lineto 310 560 lineto 310 585 lineto 55 545 lineto fill
  8037. } def /bigcap {
  8038.     615 400 moveto 615 575 500 655 340 655 curveto 180 655 70 575 70 400 curveto 70 0 lineto 5 0 lineto 5 400 lineto 5 610 140 720 340 720 curveto 545 720 680 610 680 400 curveto 680 0 lineto 615 0 lineto 615 400 lineto closepath
  8039. } def /bigcup {
  8040.     65 320 moveto 65 145 180 65 340 65 curveto 500 65 615 145 615 320 curveto 615 720 lineto 680 720 lineto 680 320 lineto 680 110 540 0 340 0 curveto 140 0 0 110 0 320 curveto 0 720 lineto 65 720 lineto 65 320 lineto closepath
  8041. } def /parallel {
  8042.     135 675 moveto 135 -175 lineto 65 -175 lineto 65 675 lineto 135 675 lineto fill 335 675 moveto 335 -175 lineto 265 -175 lineto 265 675 lineto 335 675 lineto fill 400 675 moveto
  8043. } def end def /BuildChar {
  8044.     0 begin /char exch def /fontdict exch def /charname fontdict /Encoding get char get def fontdict begin Metrics charname get 0 BBox charname get aload pop setcachedevice CharacterDefs charname get exec eofill end end
  8045. } def /BuildChar load 0 3 dict put end definefont pop
  8046. %%EndSetup
  8047. gsave
  8048. 0 0 218.172668 19.308605 rectclip
  8049. 0 0 218.172668 19.308605 rectclip
  8050. 0 setgray
  8051. 1 setalpha
  8052. 1 1.001111 scale
  8053. /Symbol findfont 12 scalefont
  8054. 47
  8055. exch
  8056. defineuserobject
  8057. 47 execuserobject setfont
  8058. 8.236 6.301391 moveto
  8059. (\() [0 0] xyshow
  8060. 1 0.99889 scale
  8061. 1 1 scale
  8062. 47 execuserobject setfont
  8063. 41.408001 6.305604 moveto
  8064. (\)) [0 0] xyshow
  8065. 1 1 scale
  8066. 0 setgray
  8067. 1 setalpha
  8068. 1 1 scale
  8069. /Symbol findfont 9 scalefont
  8070. 45
  8071. exch
  8072. defineuserobject
  8073. 45 execuserobject setfont
  8074. 92.051659 12.247105 moveto
  8075. (\() [0 0] xyshow
  8076. 1 1 scale
  8077. 1 1 scale
  8078. 45 execuserobject setfont
  8079. 103.283661 12.242604 moveto
  8080. (\)) [0 0] xyshow
  8081. 1 1 scale
  8082. 0 setgray
  8083. 1 setalpha
  8084. 1 1.582485 scale
  8085. 47 execuserobject setfont
  8086. 74.240669 2.923917 moveto
  8087. (\() [0 0] xyshow
  8088. 1 0.631917 scale
  8089. 1 1.580656 scale
  8090. 47 execuserobject setfont
  8091. 108.716667 2.924649 moveto
  8092. (\)) [0 0] xyshow
  8093. 1 0.632649 scale
  8094. 0 setgray
  8095. 1 setalpha
  8096. 1 1 scale
  8097. 47 execuserobject setfont
  8098. 129.800659 6.311604 moveto
  8099. (\() [0 0] xyshow
  8100. 1 1 scale
  8101. 1 1 scale
  8102. 47 execuserobject setfont
  8103. 152.012665 6.305604 moveto
  8104. (\)) [0 0] xyshow
  8105. 1 1 scale
  8106. 0 setgray
  8107. 1 setalpha
  8108. 1 1 scale
  8109. 45 execuserobject setfont
  8110. 192.983673 12.247105 moveto
  8111. (\() [0 0] xyshow
  8112. 1 1 scale
  8113. 1 1 scale
  8114. 45 execuserobject setfont
  8115. 204.215668 12.242604 moveto
  8116. (\)) [0 0] xyshow
  8117. 1 1 scale
  8118. 0 setgray
  8119. 1 setalpha
  8120. 1 1.582485 scale
  8121. 47 execuserobject setfont
  8122. 173.096664 2.923917 moveto
  8123. (\() [0 0] xyshow
  8124. 1 0.631917 scale
  8125. 1 1.580656 scale
  8126. 47 execuserobject setfont
  8127. 209.648666 2.924649 moveto
  8128. (\)) [0 0] xyshow
  8129. 1 0.632649 scale
  8130. 0 setgray
  8131. 1 setalpha
  8132. /Times-BoldItalic findfont 12 scalefont
  8133. 44
  8134. exch
  8135. defineuserobject
  8136. 44 execuserobject setfont
  8137. 214.172668 6.203605 moveto
  8138. (.xtcmxJtu) [-27.612 0 -3.335999 0 -5.328003 0 -43.296005 0 -48.972 0 -26.441994 0 -21.990669 0 -36.195999 0 0 0 0 0] xyshow
  8139. 47 execuserobject setfont
  8140. 143.936661 6.203605 moveto
  8141. (jr=jr) [-64.895996 0 -29.77533 0 -24.641335 0 -11.588 0 0 0 0 0] xyshow
  8142. /Times-Roman findfont 12 scalefont
  8143. 70
  8144. exch
  8145. defineuserobject
  8146. 70 execuserobject setfont
  8147. 156.536667 6.203605 moveto
  8148. (coscos;,) [5.328003 0 6 0 -54.624001 0 5.328003 0 6 0 -92.708672 0 -12.236 0 0 0 0 0] xyshow
  8149. 45 execuserobject setfont
  8150. 50.221668 11.078728 moveto
  8151. () [-5.427002 0] xyshow
  8152. /Times-BoldItalic findfont 9 scalefont
  8153. 69
  8154. exch
  8155. defineuserobject
  8156. 69 execuserobject setfont
  8157. 192.560669 4.244796 moveto
  8158. (nmnmm) [4.022995 7.921309 -104.955002 -7.921309 4.023003 7.921309 -30.176994 -7.762475 0 0 -1.681558e-44 14937.355469] xyshow
  8159. grestore
  8160. %%Trailer
  8161. %%DocumentFonts: Times-BoldItalic
  8162. %%+ Times-Roman
  8163. %%+ Symbol
  8164.  
  8165. %End of Graphics
  8166. MathPictureEnd
  8167. end
  8168.  
  8169. :[font = text; inactive; preserveAspect; ]
  8170. In Mathematica this would be written as
  8171. ;[s]
  8172. 3:0,0;3,1;14,2;40,-1;
  8173. 3:1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,0,12,0,0,0;
  8174. :[font = input; preserveAspect; ]
  8175. u[m_,x_,rho_,phi_,t_]:=BesselJ[m,rho x]*
  8176.                          Cos[m phi]Cos[t x]
  8177. :[font = text; inactive; preserveAspect; ]
  8178. To graph  u  we need the command  ParametricPlot3D.  We define
  8179. a plot-valued function  uu  via
  8180. ;[s]
  8181. 7:0,0;10,1;11,2;34,3;50,4;87,5;90,6;94,-1;
  8182. 7:1,11,8,Times,0,12,0,0,0;1,10,8,Times,2,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Courier,0,12,0,0,0;1,11,8,Times,0,12,0,0,0;1,10,8,Courier,0,12,0,0,0;1,11,8,Times,0,12,0,0,0;
  8183. :[font = input; pageBreakBelow; dontNoPageBreakBelow; preserveAspect; ]
  8184. uu[m_,x_,t_]:=ParametricPlot3D[
  8185.            {rho Cos[phi],rho Sin[phi],
  8186.             u[m,x,rho,phi,t]}//Evaluate,
  8187.             {rho,0,1},{phi,0,2Pi},
  8188.             Axes->None, Boxed->False]
  8189. :[font = text; inactive; preserveAspect; ]
  8190. Then the 3-dimensional plots of solutions to the wave equation are generated
  8191. by the commands
  8192. :[font = input; preserveAspect; startGroup; ]
  8193. uu[0,2.40482,0];
  8194. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 34; pictureWidth = 282; pictureHeight = 244; endGroup; ]
  8195. %!
  8196. %%Creator: Mathematica
  8197. %%AspectRatio: 0.86847 
  8198. MathPictureStart
  8199. /Courier findfont 10  scalefont  setfont
  8200. % Scaling calculations
  8201. 0.024951 0.998021 -0.016657 0.998021 [
  8202. [ 0 0 0 0 ]
  8203. [ 1 0.868475 0 0 ]
  8204. ] MathScale
  8205. % Start of Graphics
  8206. 1 setlinecap
  8207. 1 setlinejoin
  8208. newpath
  8209. %%Object: Graphics3D
  8210. [ ] 0 setdash
  8211. 0 setgray
  8212. 0 0 moveto
  8213. 1 0 lineto
  8214. 1 0.86847 lineto
  8215. 0 0.86847 lineto
  8216. closepath
  8217. clip
  8218. newpath
  8219. gsave
  8220. 0.002 setlinewidth
  8221. 0.54428 0.54137 moveto 0.54528 0.53433 lineto 0.45421 0.53002 lineto gsave
  8222. 0.575 0.102 0.095 setrgbcolor
  8223. fill grestore
  8224. stroke
  8225. grestore
  8226. gsave
  8227. 0.002 setlinewidth
  8228. 0.54528 0.53433 moveto 0.54428 0.54137 lineto 0.62967 0.52905 lineto gsave
  8229. 0.438 0 0.075 setrgbcolor
  8230. fill grestore
  8231. stroke
  8232. grestore
  8233. gsave
  8234. 0.002 setlinewidth
  8235. 0.62967 0.52905 moveto 0.63455 0.52139 lineto 0.54528 0.53433 lineto gsave
  8236. 0.438 0 0.075 setrgbcolor
  8237. fill grestore
  8238. stroke
  8239. grestore
  8240. gsave
  8241. 0.002 setlinewidth
  8242. 0.45713 0.53727 moveto 0.45421 0.53002 lineto 0.36844 0.50868 lineto gsave
  8243. 0.665 0.16 0.034 setrgbcolor
  8244. fill grestore
  8245. stroke
  8246. grestore
  8247. gsave
  8248. 0.002 setlinewidth
  8249. 0.45421 0.53002 moveto 0.45713 0.53727 lineto 0.54428 0.54137 lineto gsave
  8250. 0.575 0.102 0.095 setrgbcolor
  8251. fill grestore
  8252. stroke
  8253. grestore
  8254. gsave
  8255. 0.002 setlinewidth
  8256. 0.63455 0.52139 moveto 0.62967 0.52905 lineto 0.70639 0.50092 lineto gsave
  8257. 0.211 0 0 setrgbcolor
  8258. fill grestore
  8259. stroke
  8260. grestore
  8261. gsave
  8262. 0.002 setlinewidth
  8263. 0.70639 0.50092 moveto 0.71491 0.49182 lineto 0.63455 0.52139 lineto gsave
  8264. 0.211 0 0 setrgbcolor
  8265. fill grestore
  8266. stroke
  8267. grestore
  8268. gsave
  8269. 0.002 setlinewidth
  8270. 0.54325 0.5492 moveto 0.54428 0.54137 lineto 0.45713 0.53727 lineto gsave
  8271. 0.589 0.128 0.126 setrgbcolor
  8272. fill grestore
  8273. stroke
  8274. grestore
  8275. gsave
  8276. 0.002 setlinewidth
  8277. 0.54428 0.54137 moveto 0.54325 0.5492 lineto 0.62471 0.5375 lineto gsave
  8278. 0.454 0.013 0.108 setrgbcolor
  8279. fill grestore
  8280. stroke
  8281. grestore
  8282. gsave
  8283. 0.002 setlinewidth
  8284. 0.62471 0.5375 moveto 0.62967 0.52905 lineto 0.54428 0.54137 lineto gsave
  8285. 0.454 0.013 0.108 setrgbcolor
  8286. fill grestore
  8287. stroke
  8288. grestore
  8289. gsave
  8290. 0.002 setlinewidth
  8291. 0.36844 0.50868 moveto 0.37514 0.51695 lineto 0.45713 0.53727 lineto gsave
  8292. 0.665 0.16 0.034 setrgbcolor
  8293. fill grestore
  8294. stroke
  8295. grestore
  8296. gsave
  8297. 0.002 setlinewidth
  8298. 0.4601 0.54531 moveto 0.45713 0.53727 lineto 0.37514 0.51695 lineto gsave
  8299. 0.68 0.186 0.069 setrgbcolor
  8300. fill grestore
  8301. stroke
  8302. grestore
  8303. gsave
  8304. 0.002 setlinewidth
  8305. 0.45713 0.53727 moveto 0.4601 0.54531 lineto 0.54325 0.5492 lineto gsave
  8306. 0.589 0.128 0.126 setrgbcolor
  8307. fill grestore
  8308. stroke
  8309. grestore
  8310. gsave
  8311. 0.002 setlinewidth
  8312. 0.37514 0.51695 moveto 0.36844 0.50868 lineto 0.29515 0.47136 lineto gsave
  8313. 0.692 0.148 0 setrgbcolor
  8314. fill grestore
  8315. stroke
  8316. grestore
  8317. gsave
  8318. 0.002 setlinewidth
  8319. 0.62967 0.52905 moveto 0.62471 0.5375 lineto 0.69776 0.51083 lineto gsave
  8320. 0.236 0 0.001 setrgbcolor
  8321. fill grestore
  8322. stroke
  8323. grestore
  8324. gsave
  8325. 0.002 setlinewidth
  8326. 0.69776 0.51083 moveto 0.70639 0.50092 lineto 0.62967 0.52905 lineto gsave
  8327. 0.236 0 0.001 setrgbcolor
  8328. fill grestore
  8329. stroke
  8330. grestore
  8331. gsave
  8332. 0.002 setlinewidth
  8333. 0.54221 0.55767 moveto 0.54325 0.5492 lineto 0.4601 0.54531 lineto gsave
  8334. 0.597 0.144 0.147 setrgbcolor
  8335. fill grestore
  8336. stroke
  8337. grestore
  8338. gsave
  8339. 0.002 setlinewidth
  8340. 0.54325 0.5492 moveto 0.54221 0.55767 lineto 0.61966 0.5466 lineto gsave
  8341. 0.465 0.031 0.129 setrgbcolor
  8342. fill grestore
  8343. stroke
  8344. grestore
  8345. gsave
  8346. 0.002 setlinewidth
  8347. 0.61966 0.5466 moveto 0.62471 0.5375 lineto 0.54325 0.5492 lineto gsave
  8348. 0.465 0.031 0.129 setrgbcolor
  8349. fill grestore
  8350. stroke
  8351. grestore
  8352. gsave
  8353. 0.002 setlinewidth
  8354. 0.37514 0.51695 moveto 0.38195 0.52603 lineto 0.4601 0.54531 lineto gsave
  8355. 0.68 0.186 0.069 setrgbcolor
  8356. fill grestore
  8357. stroke
  8358. grestore
  8359. gsave
  8360. 0.002 setlinewidth
  8361. 0.46312 0.55398 moveto 0.4601 0.54531 lineto 0.38195 0.52603 lineto gsave
  8362. 0.688 0.203 0.092 setrgbcolor
  8363. fill grestore
  8364. stroke
  8365. grestore
  8366. gsave
  8367. 0.002 setlinewidth
  8368. 0.4601 0.54531 moveto 0.46312 0.55398 lineto 0.54221 0.55767 lineto gsave
  8369. 0.597 0.144 0.147 setrgbcolor
  8370. fill grestore
  8371. stroke
  8372. grestore
  8373. gsave
  8374. 0.002 setlinewidth
  8375. 0.29515 0.47136 moveto 0.30527 0.48148 lineto 0.37514 0.51695 lineto gsave
  8376. 0.692 0.148 0 setrgbcolor
  8377. fill grestore
  8378. stroke
  8379. grestore
  8380. gsave
  8381. 0.002 setlinewidth
  8382. 0.38195 0.52603 moveto 0.37514 0.51695 lineto 0.30527 0.48148 lineto gsave
  8383. 0.715 0.182 0 setrgbcolor
  8384. fill grestore
  8385. stroke
  8386. grestore
  8387. gsave
  8388. 0.002 setlinewidth
  8389. 0.71491 0.49182 moveto 0.70639 0.50092 lineto 0.76744 0.45858 lineto gsave
  8390. 0 0 0 setrgbcolor
  8391. fill grestore
  8392. stroke
  8393. grestore
  8394. gsave
  8395. 0.002 setlinewidth
  8396. 0.75566 0.47077 moveto 0.76744 0.45858 lineto 0.76655 0.4592 lineto gsave
  8397. 0 0 0 setrgbcolor
  8398. fill grestore
  8399. stroke
  8400. grestore
  8401. gsave
  8402. 0.002 setlinewidth
  8403. 0.76655 0.4592 moveto 0.70639 0.50092 lineto gsave
  8404. 0.75566 0.47077 lineto 0 0 0 setrgbcolor
  8405. fill grestore
  8406. stroke
  8407. grestore
  8408. gsave
  8409. 0.002 setlinewidth
  8410. 0.74374 0.48363 moveto 0.75566 0.47077 lineto 0.75514 0.47113 lineto gsave
  8411. 0 0 0 setrgbcolor
  8412. fill grestore
  8413. stroke
  8414. grestore
  8415. gsave
  8416. 0.002 setlinewidth
  8417. 0.75514 0.47113 moveto 0.69776 0.51083 lineto gsave
  8418. 0.74374 0.48363 lineto 0 0 0 setrgbcolor
  8419. fill grestore
  8420. stroke
  8421. grestore
  8422. gsave
  8423. 0.002 setlinewidth
  8424. 0.73163 0.497 moveto 0.74374 0.48363 lineto 0.74357 0.48374 lineto gsave
  8425. 0 0 0 setrgbcolor
  8426. fill grestore
  8427. stroke
  8428. grestore
  8429. gsave
  8430. 0.002 setlinewidth
  8431. 0.74357 0.48374 moveto 0.68899 0.5214 lineto gsave
  8432. 0.73163 0.497 lineto 0 0 0 setrgbcolor
  8433. fill grestore
  8434. stroke
  8435. grestore
  8436. gsave
  8437. 0.002 setlinewidth
  8438. 0.71932 0.51068 moveto 0.73163 0.497 lineto 0.68006 0.53247 lineto gsave
  8439. 0 0 0 setrgbcolor
  8440. fill grestore
  8441. stroke
  8442. grestore
  8443. gsave
  8444. 0.002 setlinewidth
  8445. 0.73163 0.497 moveto 0.71932 0.51068 lineto 0.71941 0.51055 lineto gsave
  8446. 0.672 0.905 0.566 setrgbcolor
  8447. fill grestore
  8448. stroke
  8449. grestore
  8450. gsave
  8451. 0.002 setlinewidth
  8452. 0.77782 0.4481 moveto 0.71491 0.49182 lineto gsave
  8453. 0.76744 0.45858 lineto 0 0 0 setrgbcolor
  8454. fill grestore
  8455. stroke
  8456. grestore
  8457. gsave
  8458. 0.002 setlinewidth
  8459. 0.70639 0.50092 moveto 0.69776 0.51083 lineto 0.75566 0.47077 lineto gsave
  8460. 0 0 0 setrgbcolor
  8461. fill grestore
  8462. stroke
  8463. grestore
  8464. gsave
  8465. 0.002 setlinewidth
  8466. 0.69776 0.51083 moveto 0.68899 0.5214 lineto 0.74374 0.48363 lineto gsave
  8467. 0 0 0 setrgbcolor
  8468. fill grestore
  8469. stroke
  8470. grestore
  8471. gsave
  8472. 0.002 setlinewidth
  8473. 0.68899 0.5214 moveto 0.68006 0.53247 lineto 0.73163 0.497 lineto gsave
  8474. 0 0 0 setrgbcolor
  8475. fill grestore
  8476. stroke
  8477. grestore
  8478. gsave
  8479. 0.002 setlinewidth
  8480. 0.71941 0.51055 moveto 0.74884 0.4691 lineto gsave
  8481. 0.73163 0.497 lineto 0.672 0.905 0.566 setrgbcolor
  8482. fill grestore
  8483. stroke
  8484. grestore
  8485. gsave
  8486. 0.002 setlinewidth
  8487. 0.74374 0.48363 moveto 0.73163 0.497 lineto 0.73194 0.49655 lineto gsave
  8488. 0.675 0.907 0.571 setrgbcolor
  8489. fill grestore
  8490. stroke
  8491. grestore
  8492. gsave
  8493. 0.002 setlinewidth
  8494. 0.73194 0.49655 moveto 0.76337 0.45238 lineto gsave
  8495. 0.74374 0.48363 lineto 0.675 0.907 0.571 setrgbcolor
  8496. fill grestore
  8497. stroke
  8498. grestore
  8499. gsave
  8500. 0.002 setlinewidth
  8501. 0.75566 0.47077 moveto 0.74374 0.48363 lineto 0.74427 0.48287 lineto gsave
  8502. 0.683 0.915 0.585 setrgbcolor
  8503. fill grestore
  8504. stroke
  8505. grestore
  8506. gsave
  8507. 0.002 setlinewidth
  8508. 0.74427 0.48287 moveto 0.77771 0.43598 lineto gsave
  8509. 0.75566 0.47077 lineto 0.683 0.915 0.585 setrgbcolor
  8510. fill grestore
  8511. stroke
  8512. grestore
  8513. gsave
  8514. 0.002 setlinewidth
  8515. 0.76744 0.45858 moveto 0.75566 0.47077 lineto 0.75644 0.46968 lineto gsave
  8516. 0.697 0.928 0.61 setrgbcolor
  8517. fill grestore
  8518. stroke
  8519. grestore
  8520. gsave
  8521. 0.002 setlinewidth
  8522. 0.75644 0.46968 moveto 0.79188 0.42008 lineto gsave
  8523. 0.76744 0.45858 lineto 0.697 0.928 0.61 setrgbcolor
  8524. fill grestore
  8525. stroke
  8526. grestore
  8527. gsave
  8528. 0.002 setlinewidth
  8529. 0.76744 0.45858 moveto 0.77907 0.44723 lineto 0.77782 0.4481 lineto gsave
  8530. 0 0 0 setrgbcolor
  8531. fill grestore
  8532. stroke
  8533. grestore
  8534. gsave
  8535. 0.002 setlinewidth
  8536. 0.62471 0.5375 moveto 0.61966 0.5466 lineto 0.68899 0.5214 lineto gsave
  8537. 0.252 0 0.027 setrgbcolor
  8538. fill grestore
  8539. stroke
  8540. grestore
  8541. gsave
  8542. 0.002 setlinewidth
  8543. 0.68899 0.5214 moveto 0.69776 0.51083 lineto 0.62471 0.5375 lineto gsave
  8544. 0.252 0 0.027 setrgbcolor
  8545. fill grestore
  8546. stroke
  8547. grestore
  8548. gsave
  8549. 0.002 setlinewidth
  8550. 0.54115 0.5666 moveto 0.54221 0.55767 lineto 0.46312 0.55398 lineto gsave
  8551. 0.602 0.153 0.158 setrgbcolor
  8552. fill grestore
  8553. stroke
  8554. grestore
  8555. gsave
  8556. 0.002 setlinewidth
  8557. 0.54221 0.55767 moveto 0.54115 0.5666 lineto 0.61452 0.55617 lineto gsave
  8558. 0.471 0.041 0.141 setrgbcolor
  8559. fill grestore
  8560. stroke
  8561. grestore
  8562. gsave
  8563. 0.002 setlinewidth
  8564. 0.61452 0.55617 moveto 0.61966 0.5466 lineto 0.54221 0.55767 lineto gsave
  8565. 0.471 0.041 0.141 setrgbcolor
  8566. fill grestore
  8567. stroke
  8568. grestore
  8569. gsave
  8570. 0.002 setlinewidth
  8571. 0.38195 0.52603 moveto 0.38886 0.53575 lineto 0.46312 0.55398 lineto gsave
  8572. 0.688 0.203 0.092 setrgbcolor
  8573. fill grestore
  8574. stroke
  8575. grestore
  8576. gsave
  8577. 0.002 setlinewidth
  8578. 0.4662 0.56313 moveto 0.46312 0.55398 lineto 0.38886 0.53575 lineto gsave
  8579. 0.693 0.213 0.105 setrgbcolor
  8580. fill grestore
  8581. stroke
  8582. grestore
  8583. gsave
  8584. 0.002 setlinewidth
  8585. 0.46312 0.55398 moveto 0.4662 0.56313 lineto 0.54115 0.5666 lineto gsave
  8586. 0.602 0.153 0.158 setrgbcolor
  8587. fill grestore
  8588. stroke
  8589. grestore
  8590. gsave
  8591. 0.002 setlinewidth
  8592. 0.30527 0.48148 moveto 0.31552 0.49243 lineto 0.38195 0.52603 lineto gsave
  8593. 0.715 0.182 0 setrgbcolor
  8594. fill grestore
  8595. stroke
  8596. grestore
  8597. gsave
  8598. 0.002 setlinewidth
  8599. 0.38886 0.53575 moveto 0.38195 0.52603 lineto 0.31552 0.49243 lineto gsave
  8600. 0.729 0.204 0 setrgbcolor
  8601. fill grestore
  8602. stroke
  8603. grestore
  8604. gsave
  8605. 0.002 setlinewidth
  8606. 0.61966 0.5466 moveto 0.61452 0.55617 lineto 0.68006 0.53247 lineto gsave
  8607. 0.261 0 0.042 setrgbcolor
  8608. fill grestore
  8609. stroke
  8610. grestore
  8611. gsave
  8612. 0.002 setlinewidth
  8613. 0.68006 0.53247 moveto 0.68899 0.5214 lineto 0.61966 0.5466 lineto gsave
  8614. 0.261 0 0.042 setrgbcolor
  8615. fill grestore
  8616. stroke
  8617. grestore
  8618. gsave
  8619. 0.002 setlinewidth
  8620. 0.30527 0.48148 moveto 0.29515 0.47136 lineto 0.24165 0.42028 lineto gsave
  8621. 0.52 0.011 0 setrgbcolor
  8622. fill grestore
  8623. stroke
  8624. grestore
  8625. gsave
  8626. 0.002 setlinewidth
  8627. 0.54006 0.57582 moveto 0.54115 0.5666 lineto 0.4662 0.56313 lineto gsave
  8628. 0.603 0.155 0.161 setrgbcolor
  8629. fill grestore
  8630. stroke
  8631. grestore
  8632. gsave
  8633. 0.002 setlinewidth
  8634. 0.54115 0.5666 moveto 0.54006 0.57582 lineto 0.60926 0.56604 lineto gsave
  8635. 0.473 0.044 0.144 setrgbcolor
  8636. fill grestore
  8637. stroke
  8638. grestore
  8639. gsave
  8640. 0.002 setlinewidth
  8641. 0.60926 0.56604 moveto 0.61452 0.55617 lineto 0.54115 0.5666 lineto gsave
  8642. 0.473 0.044 0.144 setrgbcolor
  8643. fill grestore
  8644. stroke
  8645. grestore
  8646. gsave
  8647. 0.002 setlinewidth
  8648. 0.38886 0.53575 moveto 0.39591 0.54596 lineto 0.4662 0.56313 lineto gsave
  8649. 0.693 0.213 0.105 setrgbcolor
  8650. fill grestore
  8651. stroke
  8652. grestore
  8653. gsave
  8654. 0.002 setlinewidth
  8655. 0.46934 0.57256 moveto 0.4662 0.56313 lineto 0.39591 0.54596 lineto gsave
  8656. 0.695 0.216 0.109 setrgbcolor
  8657. fill grestore
  8658. stroke
  8659. grestore
  8660. gsave
  8661. 0.002 setlinewidth
  8662. 0.4662 0.56313 moveto 0.46934 0.57256 lineto 0.54006 0.57582 lineto gsave
  8663. 0.603 0.155 0.161 setrgbcolor
  8664. fill grestore
  8665. stroke
  8666. grestore
  8667. gsave
  8668. 0.002 setlinewidth
  8669. 0.31552 0.49243 moveto 0.32592 0.50404 lineto 0.38886 0.53575 lineto gsave
  8670. 0.729 0.204 0 setrgbcolor
  8671. fill grestore
  8672. stroke
  8673. grestore
  8674. gsave
  8675. 0.002 setlinewidth
  8676. 0.39591 0.54596 moveto 0.38886 0.53575 lineto 0.32592 0.50404 lineto gsave
  8677. 0.737 0.216 0 setrgbcolor
  8678. fill grestore
  8679. stroke
  8680. grestore
  8681. gsave
  8682. 0.002 setlinewidth
  8683. 0.25452 0.43304 moveto 0.30527 0.48148 lineto gsave
  8684. 0.24292 0.4215 lineto 0.52 0.011 0 setrgbcolor
  8685. fill grestore
  8686. stroke
  8687. grestore
  8688. gsave
  8689. 0.002 setlinewidth
  8690. 0.31552 0.49243 moveto 0.30527 0.48148 lineto 0.25452 0.43304 lineto gsave
  8691. 0.563 0.053 0 setrgbcolor
  8692. fill grestore
  8693. stroke
  8694. grestore
  8695. gsave
  8696. 0.002 setlinewidth
  8697. 0.26753 0.44664 moveto 0.31552 0.49243 lineto gsave
  8698. 0.25544 0.43393 lineto 0.563 0.053 0 setrgbcolor
  8699. fill grestore
  8700. stroke
  8701. grestore
  8702. gsave
  8703. 0.25452 0.43304 moveto 0.26753 0.44664 lineto 0.25544 0.43393 lineto 0.563 0.053 0 setrgbcolor
  8704. fill
  8705. grestore
  8706. gsave
  8707. 0.002 setlinewidth
  8708. 0.32592 0.50404 moveto 0.31552 0.49243 lineto 0.26753 0.44664 lineto gsave
  8709. 0.591 0.082 0 setrgbcolor
  8710. fill grestore
  8711. stroke
  8712. grestore
  8713. gsave
  8714. 0.002 setlinewidth
  8715. 0.28068 0.46093 moveto 0.32592 0.50404 lineto gsave
  8716. 0.26808 0.44718 lineto 0.591 0.082 0 setrgbcolor
  8717. fill grestore
  8718. stroke
  8719. grestore
  8720. gsave
  8721. 0.26753 0.44664 moveto 0.28068 0.46093 lineto 0.26808 0.44718 lineto 0.591 0.082 0 setrgbcolor
  8722. fill
  8723. grestore
  8724. gsave
  8725. 0.002 setlinewidth
  8726. 0.33649 0.51615 moveto 0.32592 0.50404 lineto 0.28068 0.46093 lineto gsave
  8727. 0.607 0.098 0 setrgbcolor
  8728. fill grestore
  8729. stroke
  8730. grestore
  8731. gsave
  8732. 0.002 setlinewidth
  8733. 0.29402 0.47572 moveto 0.33649 0.51615 lineto gsave
  8734. 0.28086 0.4611 lineto 0.607 0.098 0 setrgbcolor
  8735. fill grestore
  8736. stroke
  8737. grestore
  8738. gsave
  8739. 0.28068 0.46093 moveto 0.29402 0.47572 lineto 0.28086 0.4611 lineto 0.607 0.098 0 setrgbcolor
  8740. fill
  8741. grestore
  8742. gsave
  8743. 0.002 setlinewidth
  8744. 0.34726 0.52857 moveto 0.33649 0.51615 lineto 0.29402 0.47572 lineto gsave
  8745. 0.612 0.103 0 setrgbcolor
  8746. fill grestore
  8747. stroke
  8748. grestore
  8749. gsave
  8750. 0.002 setlinewidth
  8751. 0.29402 0.47572 moveto 0.30756 0.49084 lineto 0.34726 0.52857 lineto gsave
  8752. 0.612 0.103 0 setrgbcolor
  8753. fill grestore
  8754. stroke
  8755. grestore
  8756. gsave
  8757. 0.002 setlinewidth
  8758. 0.29402 0.47572 moveto 0.27395 0.42791 lineto gsave
  8759. 0.30745 0.49064 lineto 0 0.144 0.689 setrgbcolor
  8760. fill grestore
  8761. stroke
  8762. grestore
  8763. gsave
  8764. 0.30756 0.49084 moveto 0.29402 0.47572 lineto 0.30745 0.49064 lineto 0 0.144 0.689 setrgbcolor
  8765. fill
  8766. grestore
  8767. gsave
  8768. 0.002 setlinewidth
  8769. 0.28068 0.46093 moveto 0.259 0.40979 lineto gsave
  8770. 0.2937 0.47511 lineto 0 0.148 0.691 setrgbcolor
  8771. fill grestore
  8772. stroke
  8773. grestore
  8774. gsave
  8775. 0.29402 0.47572 moveto 0.28068 0.46093 lineto 0.2937 0.47511 lineto 0 0.148 0.691 setrgbcolor
  8776. fill
  8777. grestore
  8778. gsave
  8779. 0.002 setlinewidth
  8780. 0.26753 0.44664 moveto 0.2442 0.39217 lineto gsave
  8781. 0.28014 0.45991 lineto 0 0.16 0.701 setrgbcolor
  8782. fill grestore
  8783. stroke
  8784. grestore
  8785. gsave
  8786. 0.28068 0.46093 moveto 0.26753 0.44664 lineto 0.28014 0.45991 lineto 0 0.16 0.701 setrgbcolor
  8787. fill
  8788. grestore
  8789. gsave
  8790. 0.002 setlinewidth
  8791. 0.25452 0.43304 moveto 0.22953 0.37522 lineto gsave
  8792. 0.26677 0.44522 lineto 0 0.181 0.716 setrgbcolor
  8793. fill grestore
  8794. stroke
  8795. grestore
  8796. gsave
  8797. 0.26753 0.44664 moveto 0.25452 0.43304 lineto 0.26677 0.44522 lineto 0 0.181 0.716 setrgbcolor
  8798. fill
  8799. grestore
  8800. gsave
  8801. 0.24165 0.42028 moveto 0.25452 0.43304 lineto 0.24292 0.4215 lineto 0.52 0.011 0 setrgbcolor
  8802. fill
  8803. grestore
  8804. gsave
  8805. 0.002 setlinewidth
  8806. 0.61452 0.55617 moveto 0.60926 0.56604 lineto 0.67097 0.54384 lineto gsave
  8807. 0.264 0 0.046 setrgbcolor
  8808. fill grestore
  8809. stroke
  8810. grestore
  8811. gsave
  8812. 0.002 setlinewidth
  8813. 0.67097 0.54384 moveto 0.68006 0.53247 lineto 0.61452 0.55617 lineto gsave
  8814. 0.264 0 0.046 setrgbcolor
  8815. fill grestore
  8816. stroke
  8817. grestore
  8818. gsave
  8819. 0.002 setlinewidth
  8820. 0.77907 0.44723 moveto 0.76744 0.45858 lineto 0.80591 0.40488 lineto gsave
  8821. 0.716 0.945 0.644 setrgbcolor
  8822. fill grestore
  8823. stroke
  8824. grestore
  8825. gsave
  8826. 0.002 setlinewidth
  8827. 0.80591 0.40488 moveto 0.81982 0.39052 lineto 0.77907 0.44723 lineto gsave
  8828. 0.716 0.945 0.644 setrgbcolor
  8829. fill grestore
  8830. stroke
  8831. grestore
  8832. gsave
  8833. 0.002 setlinewidth
  8834. 0.53895 0.58513 moveto 0.54006 0.57582 lineto 0.46934 0.57256 lineto gsave
  8835. 0.601 0.152 0.157 setrgbcolor
  8836. fill grestore
  8837. stroke
  8838. grestore
  8839. gsave
  8840. 0.002 setlinewidth
  8841. 0.54006 0.57582 moveto 0.53895 0.58513 lineto 0.6039 0.57601 lineto gsave
  8842. 0.47 0.04 0.14 setrgbcolor
  8843. fill grestore
  8844. stroke
  8845. grestore
  8846. gsave
  8847. 0.002 setlinewidth
  8848. 0.6039 0.57601 moveto 0.60926 0.56604 lineto 0.54006 0.57582 lineto gsave
  8849. 0.47 0.04 0.14 setrgbcolor
  8850. fill grestore
  8851. stroke
  8852. grestore
  8853. gsave
  8854. 0.002 setlinewidth
  8855. 0.32592 0.50404 moveto 0.33649 0.51615 lineto 0.39591 0.54596 lineto gsave
  8856. 0.737 0.216 0 setrgbcolor
  8857. fill grestore
  8858. stroke
  8859. grestore
  8860. gsave
  8861. 0.002 setlinewidth
  8862. 0.40309 0.55647 moveto 0.39591 0.54596 lineto 0.33649 0.51615 lineto gsave
  8863. 0.739 0.219 0 setrgbcolor
  8864. fill grestore
  8865. stroke
  8866. grestore
  8867. gsave
  8868. 0.002 setlinewidth
  8869. 0.39591 0.54596 moveto 0.40309 0.55647 lineto 0.46934 0.57256 lineto gsave
  8870. 0.695 0.216 0.109 setrgbcolor
  8871. fill grestore
  8872. stroke
  8873. grestore
  8874. gsave
  8875. 0.002 setlinewidth
  8876. 0.47256 0.58209 moveto 0.46934 0.57256 lineto 0.40309 0.55647 lineto gsave
  8877. 0.693 0.212 0.104 setrgbcolor
  8878. fill grestore
  8879. stroke
  8880. grestore
  8881. gsave
  8882. 0.002 setlinewidth
  8883. 0.46934 0.57256 moveto 0.47256 0.58209 lineto 0.53895 0.58513 lineto gsave
  8884. 0.601 0.152 0.157 setrgbcolor
  8885. fill grestore
  8886. stroke
  8887. grestore
  8888. gsave
  8889. 0.002 setlinewidth
  8890. 0.60926 0.56604 moveto 0.6039 0.57601 lineto 0.66169 0.55532 lineto gsave
  8891. 0.261 0 0.041 setrgbcolor
  8892. fill grestore
  8893. stroke
  8894. grestore
  8895. gsave
  8896. 0.002 setlinewidth
  8897. 0.66169 0.55532 moveto 0.67097 0.54384 lineto 0.60926 0.56604 lineto gsave
  8898. 0.261 0 0.041 setrgbcolor
  8899. fill grestore
  8900. stroke
  8901. grestore
  8902. gsave
  8903. 0.002 setlinewidth
  8904. 0.79188 0.42008 moveto 0.80591 0.40488 lineto 0.76744 0.45858 lineto gsave
  8905. 0.697 0.928 0.61 setrgbcolor
  8906. fill grestore
  8907. stroke
  8908. grestore
  8909. gsave
  8910. 0.002 setlinewidth
  8911. 0.68006 0.53247 moveto 0.67097 0.54384 lineto 0.71932 0.51068 lineto gsave
  8912. 0 0 0 setrgbcolor
  8913. fill grestore
  8914. stroke
  8915. grestore
  8916. gsave
  8917. 0.002 setlinewidth
  8918. 0.53782 0.59433 moveto 0.53895 0.58513 lineto 0.47256 0.58209 lineto gsave
  8919. 0.596 0.143 0.145 setrgbcolor
  8920. fill grestore
  8921. stroke
  8922. grestore
  8923. gsave
  8924. 0.002 setlinewidth
  8925. 0.53895 0.58513 moveto 0.53782 0.59433 lineto 0.5984 0.58587 lineto gsave
  8926. 0.464 0.03 0.127 setrgbcolor
  8927. fill grestore
  8928. stroke
  8929. grestore
  8930. gsave
  8931. 0.002 setlinewidth
  8932. 0.5984 0.58587 moveto 0.6039 0.57601 lineto 0.53895 0.58513 lineto gsave
  8933. 0.464 0.03 0.127 setrgbcolor
  8934. fill grestore
  8935. stroke
  8936. grestore
  8937. gsave
  8938. 0.002 setlinewidth
  8939. 0.33649 0.51615 moveto 0.34726 0.52857 lineto 0.40309 0.55647 lineto gsave
  8940. 0.739 0.219 0 setrgbcolor
  8941. fill grestore
  8942. stroke
  8943. grestore
  8944. gsave
  8945. 0.002 setlinewidth
  8946. 0.41043 0.56709 moveto 0.40309 0.55647 lineto 0.34726 0.52857 lineto gsave
  8947. 0.736 0.215 0 setrgbcolor
  8948. fill grestore
  8949. stroke
  8950. grestore
  8951. gsave
  8952. 0.002 setlinewidth
  8953. 0.40309 0.55647 moveto 0.41043 0.56709 lineto 0.47256 0.58209 lineto gsave
  8954. 0.693 0.212 0.104 setrgbcolor
  8955. fill grestore
  8956. stroke
  8957. grestore
  8958. gsave
  8959. 0.002 setlinewidth
  8960. 0.47585 0.59151 moveto 0.47256 0.58209 lineto 0.41043 0.56709 lineto gsave
  8961. 0.688 0.202 0.091 setrgbcolor
  8962. fill grestore
  8963. stroke
  8964. grestore
  8965. gsave
  8966. 0.002 setlinewidth
  8967. 0.47256 0.58209 moveto 0.47585 0.59151 lineto 0.53782 0.59433 lineto gsave
  8968. 0.596 0.143 0.145 setrgbcolor
  8969. fill grestore
  8970. stroke
  8971. grestore
  8972. gsave
  8973. 0.002 setlinewidth
  8974. 0.25452 0.43304 moveto 0.24165 0.42028 lineto 0.21495 0.35913 lineto gsave
  8975. 0 0.212 0.737 setrgbcolor
  8976. fill grestore
  8977. stroke
  8978. grestore
  8979. gsave
  8980. 0.002 setlinewidth
  8981. 0.77771 0.43598 moveto 0.79188 0.42008 lineto 0.75566 0.47077 lineto gsave
  8982. 0.683 0.915 0.585 setrgbcolor
  8983. fill grestore
  8984. stroke
  8985. grestore
  8986. gsave
  8987. 0.002 setlinewidth
  8988. 0.6039 0.57601 moveto 0.5984 0.58587 lineto 0.65221 0.5667 lineto gsave
  8989. 0.251 0 0.026 setrgbcolor
  8990. fill grestore
  8991. stroke
  8992. grestore
  8993. gsave
  8994. 0.002 setlinewidth
  8995. 0.65221 0.5667 moveto 0.66169 0.55532 lineto 0.6039 0.57601 lineto gsave
  8996. 0.251 0 0.026 setrgbcolor
  8997. fill grestore
  8998. stroke
  8999. grestore
  9000. gsave
  9001. 0.002 setlinewidth
  9002. 0.67097 0.54384 moveto 0.66169 0.55532 lineto 0.70679 0.52449 lineto gsave
  9003. 0 0 0 setrgbcolor
  9004. fill grestore
  9005. stroke
  9006. grestore
  9007. gsave
  9008. 0.002 setlinewidth
  9009. 0.70679 0.52449 moveto 0.71932 0.51068 lineto 0.67097 0.54384 lineto gsave
  9010. 0 0 0 setrgbcolor
  9011. fill grestore
  9012. stroke
  9013. grestore
  9014. gsave
  9015. 0.002 setlinewidth
  9016. 0.53665 0.6032 moveto 0.53782 0.59433 lineto 0.47585 0.59151 lineto gsave
  9017. 0.588 0.126 0.125 setrgbcolor
  9018. fill grestore
  9019. stroke
  9020. grestore
  9021. gsave
  9022. 0.002 setlinewidth
  9023. 0.53782 0.59433 moveto 0.53665 0.6032 lineto 0.59278 0.59541 lineto gsave
  9024. 0.454 0.011 0.106 setrgbcolor
  9025. fill grestore
  9026. stroke
  9027. grestore
  9028. gsave
  9029. 0.002 setlinewidth
  9030. 0.59278 0.59541 moveto 0.5984 0.58587 lineto 0.53782 0.59433 lineto gsave
  9031. 0.454 0.011 0.106 setrgbcolor
  9032. fill grestore
  9033. stroke
  9034. grestore
  9035. gsave
  9036. 0.002 setlinewidth
  9037. 0.21495 0.35913 moveto 0.22953 0.37522 lineto 0.25452 0.43304 lineto gsave
  9038. 0 0.212 0.737 setrgbcolor
  9039. fill grestore
  9040. stroke
  9041. grestore
  9042. gsave
  9043. 0.002 setlinewidth
  9044. 0.34726 0.52857 moveto 0.35822 0.54112 lineto 0.41043 0.56709 lineto gsave
  9045. 0.736 0.215 0 setrgbcolor
  9046. fill grestore
  9047. stroke
  9048. grestore
  9049. gsave
  9050. 0.002 setlinewidth
  9051. 0.41794 0.5776 moveto 0.41043 0.56709 lineto 0.35822 0.54112 lineto gsave
  9052. 0.728 0.202 0 setrgbcolor
  9053. fill grestore
  9054. stroke
  9055. grestore
  9056. gsave
  9057. 0.002 setlinewidth
  9058. 0.41043 0.56709 moveto 0.41794 0.5776 lineto 0.47585 0.59151 lineto gsave
  9059. 0.688 0.202 0.091 setrgbcolor
  9060. fill grestore
  9061. stroke
  9062. grestore
  9063. gsave
  9064. 0.002 setlinewidth
  9065. 0.76337 0.45238 moveto 0.77771 0.43598 lineto 0.74374 0.48363 lineto gsave
  9066. 0.675 0.907 0.571 setrgbcolor
  9067. fill grestore
  9068. stroke
  9069. grestore
  9070. gsave
  9071. 0.002 setlinewidth
  9072. 0.47923 0.60061 moveto 0.47585 0.59151 lineto 0.41794 0.5776 lineto gsave
  9073. 0.679 0.185 0.067 setrgbcolor
  9074. fill grestore
  9075. stroke
  9076. grestore
  9077. gsave
  9078. 0.002 setlinewidth
  9079. 0.47585 0.59151 moveto 0.47923 0.60061 lineto 0.53665 0.6032 lineto gsave
  9080. 0.588 0.126 0.125 setrgbcolor
  9081. fill grestore
  9082. stroke
  9083. grestore
  9084. gsave
  9085. 0.002 setlinewidth
  9086. 0.5984 0.58587 moveto 0.59278 0.59541 lineto 0.64252 0.57778 lineto gsave
  9087. 0.235 0 0 setrgbcolor
  9088. fill grestore
  9089. stroke
  9090. grestore
  9091. gsave
  9092. 0.002 setlinewidth
  9093. 0.64252 0.57778 moveto 0.65221 0.5667 lineto 0.5984 0.58587 lineto gsave
  9094. 0.235 0 0 setrgbcolor
  9095. fill grestore
  9096. stroke
  9097. grestore
  9098. gsave
  9099. 0.002 setlinewidth
  9100. 0.35822 0.54112 moveto 0.34726 0.52857 lineto 0.30756 0.49084 lineto gsave
  9101. 0.606 0.097 0 setrgbcolor
  9102. fill grestore
  9103. stroke
  9104. grestore
  9105. gsave
  9106. 0.002 setlinewidth
  9107. 0.22953 0.37522 moveto 0.2442 0.39217 lineto 0.26753 0.44664 lineto gsave
  9108. 0 0.181 0.716 setrgbcolor
  9109. fill grestore
  9110. stroke
  9111. grestore
  9112. gsave
  9113. 0.002 setlinewidth
  9114. 0.66169 0.55532 moveto 0.65221 0.5667 lineto 0.69403 0.53821 lineto gsave
  9115. 0 0 0 setrgbcolor
  9116. fill grestore
  9117. stroke
  9118. grestore
  9119. gsave
  9120. 0.002 setlinewidth
  9121. 0.69403 0.53821 moveto 0.70679 0.52449 lineto 0.66169 0.55532 lineto gsave
  9122. 0 0 0 setrgbcolor
  9123. fill grestore
  9124. stroke
  9125. grestore
  9126. gsave
  9127. 0.002 setlinewidth
  9128. 0.74884 0.4691 moveto 0.76337 0.45238 lineto 0.73163 0.497 lineto gsave
  9129. 0.672 0.905 0.566 setrgbcolor
  9130. fill grestore
  9131. stroke
  9132. grestore
  9133. gsave
  9134. 0.002 setlinewidth
  9135. 0.81982 0.39052 moveto 0.80591 0.40488 lineto 0.81571 0.34425 lineto gsave
  9136. 0.927 0.965 0.771 setrgbcolor
  9137. fill grestore
  9138. stroke
  9139. grestore
  9140. gsave
  9141. 0.002 setlinewidth
  9142. 0.81571 0.34425 moveto 0.83062 0.32628 lineto 0.81982 0.39052 lineto gsave
  9143. 0.927 0.965 0.771 setrgbcolor
  9144. fill grestore
  9145. stroke
  9146. grestore
  9147. gsave
  9148. 0.002 setlinewidth
  9149. 0.35822 0.54112 moveto 0.36941 0.55357 lineto 0.41794 0.5776 lineto gsave
  9150. 0.728 0.202 0 setrgbcolor
  9151. fill grestore
  9152. stroke
  9153. grestore
  9154. gsave
  9155. 0.002 setlinewidth
  9156. 0.42562 0.5878 moveto 0.41794 0.5776 lineto 0.36941 0.55357 lineto gsave
  9157. 0.714 0.18 0 setrgbcolor
  9158. fill grestore
  9159. stroke
  9160. grestore
  9161. gsave
  9162. 0.002 setlinewidth
  9163. 0.41794 0.5776 moveto 0.42562 0.5878 lineto 0.47923 0.60061 lineto gsave
  9164. 0.679 0.185 0.067 setrgbcolor
  9165. fill grestore
  9166. stroke
  9167. grestore
  9168. gsave
  9169. 0.002 setlinewidth
  9170. 0.53546 0.61153 moveto 0.53665 0.6032 lineto 0.47923 0.60061 lineto gsave
  9171. 0.574 0.101 0.093 setrgbcolor
  9172. fill grestore
  9173. stroke
  9174. grestore
  9175. gsave
  9176. 0.002 setlinewidth
  9177. 0.53665 0.6032 moveto 0.53546 0.61153 lineto 0.58702 0.60441 lineto gsave
  9178. 0.437 0 0.073 setrgbcolor
  9179. fill grestore
  9180. stroke
  9181. grestore
  9182. gsave
  9183. 0.002 setlinewidth
  9184. 0.58702 0.60441 moveto 0.59278 0.59541 lineto 0.53665 0.6032 lineto gsave
  9185. 0.437 0 0.073 setrgbcolor
  9186. fill grestore
  9187. stroke
  9188. grestore
  9189. gsave
  9190. 0.002 setlinewidth
  9191. 0.48268 0.60915 moveto 0.47923 0.60061 lineto 0.42562 0.5878 lineto gsave
  9192. 0.664 0.158 0.032 setrgbcolor
  9193. fill grestore
  9194. stroke
  9195. grestore
  9196. gsave
  9197. 0.002 setlinewidth
  9198. 0.47923 0.60061 moveto 0.48268 0.60915 lineto 0.53546 0.61153 lineto gsave
  9199. 0.574 0.101 0.093 setrgbcolor
  9200. fill grestore
  9201. stroke
  9202. grestore
  9203. gsave
  9204. 0.002 setlinewidth
  9205. 0.2442 0.39217 moveto 0.259 0.40979 lineto 0.28068 0.46093 lineto gsave
  9206. 0 0.16 0.701 setrgbcolor
  9207. fill grestore
  9208. stroke
  9209. grestore
  9210. gsave
  9211. 0.002 setlinewidth
  9212. 0.59278 0.59541 moveto 0.58702 0.60441 lineto 0.63262 0.58831 lineto gsave
  9213. 0.211 0 0 setrgbcolor
  9214. fill grestore
  9215. stroke
  9216. grestore
  9217. gsave
  9218. 0.002 setlinewidth
  9219. 0.63262 0.58831 moveto 0.64252 0.57778 lineto 0.59278 0.59541 lineto gsave
  9220. 0.211 0 0 setrgbcolor
  9221. fill grestore
  9222. stroke
  9223. grestore
  9224. gsave
  9225. 0.002 setlinewidth
  9226. 0.80591 0.40488 moveto 0.79188 0.42008 lineto 0.80071 0.36306 lineto gsave
  9227. 0.93 0.966 0.759 setrgbcolor
  9228. fill grestore
  9229. stroke
  9230. grestore
  9231. gsave
  9232. 0.002 setlinewidth
  9233. 0.80071 0.36306 moveto 0.81571 0.34425 lineto 0.80591 0.40488 lineto gsave
  9234. 0.93 0.966 0.759 setrgbcolor
  9235. fill grestore
  9236. stroke
  9237. grestore
  9238. gsave
  9239. 0.002 setlinewidth
  9240. 0.30756 0.49084 moveto 0.32131 0.50608 lineto 0.35822 0.54112 lineto gsave
  9241. 0.606 0.097 0 setrgbcolor
  9242. fill grestore
  9243. stroke
  9244. grestore
  9245. gsave
  9246. 0.002 setlinewidth
  9247. 0.36941 0.55357 moveto 0.35822 0.54112 lineto 0.32131 0.50608 lineto gsave
  9248. 0.589 0.08 0 setrgbcolor
  9249. fill grestore
  9250. stroke
  9251. grestore
  9252. gsave
  9253. 0.002 setlinewidth
  9254. 0.65221 0.5667 moveto 0.64252 0.57778 lineto 0.68102 0.55162 lineto gsave
  9255. 0 0 0 setrgbcolor
  9256. fill grestore
  9257. stroke
  9258. grestore
  9259. gsave
  9260. 0.002 setlinewidth
  9261. 0.68102 0.55162 moveto 0.69403 0.53821 lineto 0.65221 0.5667 lineto gsave
  9262. 0 0 0 setrgbcolor
  9263. fill grestore
  9264. stroke
  9265. grestore
  9266. gsave
  9267. 0.002 setlinewidth
  9268. 0.71932 0.51068 moveto 0.70679 0.52449 lineto 0.73409 0.48594 lineto gsave
  9269. 0.675 0.908 0.572 setrgbcolor
  9270. fill grestore
  9271. stroke
  9272. grestore
  9273. gsave
  9274. 0.002 setlinewidth
  9275. 0.73409 0.48594 moveto 0.74884 0.4691 lineto 0.71932 0.51068 lineto gsave
  9276. 0.675 0.908 0.572 setrgbcolor
  9277. fill grestore
  9278. stroke
  9279. grestore
  9280. gsave
  9281. 0.002 setlinewidth
  9282. 0.36941 0.55357 moveto 0.38084 0.56571 lineto 0.42562 0.5878 lineto gsave
  9283. 0.714 0.18 0 setrgbcolor
  9284. fill grestore
  9285. stroke
  9286. grestore
  9287. gsave
  9288. 0.002 setlinewidth
  9289. 0.43348 0.59746 moveto 0.42562 0.5878 lineto 0.38084 0.56571 lineto gsave
  9290. 0.69 0.146 0 setrgbcolor
  9291. fill grestore
  9292. stroke
  9293. grestore
  9294. gsave
  9295. 0.002 setlinewidth
  9296. 0.42562 0.5878 moveto 0.43348 0.59746 lineto 0.48268 0.60915 lineto gsave
  9297. 0.664 0.158 0.032 setrgbcolor
  9298. fill grestore
  9299. stroke
  9300. grestore
  9301. gsave
  9302. 0.002 setlinewidth
  9303. 0.53424 0.61907 moveto 0.53546 0.61153 lineto 0.48268 0.60915 lineto gsave
  9304. 0.554 0.065 0.048 setrgbcolor
  9305. fill grestore
  9306. stroke
  9307. grestore
  9308. gsave
  9309. 0.002 setlinewidth
  9310. 0.53546 0.61153 moveto 0.53424 0.61907 lineto 0.58112 0.61263 lineto gsave
  9311. 0.412 0 0.026 setrgbcolor
  9312. fill grestore
  9313. stroke
  9314. grestore
  9315. gsave
  9316. 0.002 setlinewidth
  9317. 0.58112 0.61263 moveto 0.58702 0.60441 lineto 0.53546 0.61153 lineto gsave
  9318. 0.412 0 0.026 setrgbcolor
  9319. fill grestore
  9320. stroke
  9321. grestore
  9322. gsave
  9323. 0.002 setlinewidth
  9324. 0.259 0.40979 moveto 0.27395 0.42791 lineto 0.29402 0.47572 lineto gsave
  9325. 0 0.148 0.691 setrgbcolor
  9326. fill grestore
  9327. stroke
  9328. grestore
  9329. gsave
  9330. 0.002 setlinewidth
  9331. 0.79188 0.42008 moveto 0.77771 0.43598 lineto 0.78562 0.38253 lineto gsave
  9332. 0.932 0.967 0.75 setrgbcolor
  9333. fill grestore
  9334. stroke
  9335. grestore
  9336. gsave
  9337. 0.002 setlinewidth
  9338. 0.78562 0.38253 moveto 0.80071 0.36306 lineto 0.79188 0.42008 lineto gsave
  9339. 0.932 0.967 0.75 setrgbcolor
  9340. fill grestore
  9341. stroke
  9342. grestore
  9343. gsave
  9344. 0.002 setlinewidth
  9345. 0.48623 0.61692 moveto 0.48268 0.60915 lineto 0.43348 0.59746 lineto gsave
  9346. 0.642 0.12 0 setrgbcolor
  9347. fill grestore
  9348. stroke
  9349. grestore
  9350. gsave
  9351. 0.002 setlinewidth
  9352. 0.48268 0.60915 moveto 0.48623 0.61692 lineto 0.53424 0.61907 lineto gsave
  9353. 0.554 0.065 0.048 setrgbcolor
  9354. fill grestore
  9355. stroke
  9356. grestore
  9357. gsave
  9358. 0.002 setlinewidth
  9359. 0.32131 0.50608 moveto 0.3353 0.52123 lineto 0.36941 0.55357 lineto gsave
  9360. 0.589 0.08 0 setrgbcolor
  9361. fill grestore
  9362. stroke
  9363. grestore
  9364. gsave
  9365. 0.002 setlinewidth
  9366. 0.38084 0.56571 moveto 0.36941 0.55357 lineto 0.3353 0.52123 lineto gsave
  9367. 0.561 0.051 0 setrgbcolor
  9368. fill grestore
  9369. stroke
  9370. grestore
  9371. gsave
  9372. 0.002 setlinewidth
  9373. 0.58702 0.60441 moveto 0.58112 0.61263 lineto 0.62249 0.59809 lineto gsave
  9374. 0.175 0 0 setrgbcolor
  9375. fill grestore
  9376. stroke
  9377. grestore
  9378. gsave
  9379. 0.002 setlinewidth
  9380. 0.62249 0.59809 moveto 0.63262 0.58831 lineto 0.58702 0.60441 lineto gsave
  9381. 0.175 0 0 setrgbcolor
  9382. fill grestore
  9383. stroke
  9384. grestore
  9385. gsave
  9386. 0.002 setlinewidth
  9387. 0.70679 0.52449 moveto 0.69403 0.53821 lineto 0.71912 0.50268 lineto gsave
  9388. 0.684 0.916 0.587 setrgbcolor
  9389. fill grestore
  9390. stroke
  9391. grestore
  9392. gsave
  9393. 0.002 setlinewidth
  9394. 0.71912 0.50268 moveto 0.73409 0.48594 lineto 0.70679 0.52449 lineto gsave
  9395. 0.684 0.916 0.587 setrgbcolor
  9396. fill grestore
  9397. stroke
  9398. grestore
  9399. gsave
  9400. 0.002 setlinewidth
  9401. 0.64252 0.57778 moveto 0.63262 0.58831 lineto 0.66775 0.5645 lineto gsave
  9402. 0 0 0 setrgbcolor
  9403. fill grestore
  9404. stroke
  9405. grestore
  9406. gsave
  9407. 0.002 setlinewidth
  9408. 0.66775 0.5645 moveto 0.68102 0.55162 lineto 0.64252 0.57778 lineto gsave
  9409. 0 0 0 setrgbcolor
  9410. fill grestore
  9411. stroke
  9412. grestore
  9413. gsave
  9414. 0.002 setlinewidth
  9415. 0.22953 0.37522 moveto 0.21495 0.35913 lineto 0.22079 0.29347 lineto gsave
  9416. 0.248 0.352 0.773 setrgbcolor
  9417. fill grestore
  9418. stroke
  9419. grestore
  9420. gsave
  9421. 0.002 setlinewidth
  9422. 0.77771 0.43598 moveto 0.76337 0.45238 lineto 0.7704 0.4025 lineto gsave
  9423. 0.933 0.967 0.745 setrgbcolor
  9424. fill grestore
  9425. stroke
  9426. grestore
  9427. gsave
  9428. 0.002 setlinewidth
  9429. 0.7704 0.4025 moveto 0.78562 0.38253 lineto 0.77771 0.43598 lineto gsave
  9430. 0.933 0.967 0.745 setrgbcolor
  9431. fill grestore
  9432. stroke
  9433. grestore
  9434. gsave
  9435. 0.002 setlinewidth
  9436. 0.27395 0.42791 moveto 0.28908 0.44636 lineto 0.30756 0.49084 lineto gsave
  9437. 0 0.144 0.689 setrgbcolor
  9438. fill grestore
  9439. stroke
  9440. grestore
  9441. gsave
  9442. 0.002 setlinewidth
  9443. 0.32131 0.50608 moveto 0.30756 0.49084 lineto 0.28908 0.44636 lineto gsave
  9444. 0 0.148 0.692 setrgbcolor
  9445. fill grestore
  9446. stroke
  9447. grestore
  9448. gsave
  9449. 0.002 setlinewidth
  9450. 0.38084 0.56571 moveto 0.3925 0.57732 lineto 0.43348 0.59746 lineto gsave
  9451. 0.69 0.146 0 setrgbcolor
  9452. fill grestore
  9453. stroke
  9454. grestore
  9455. gsave
  9456. 0.002 setlinewidth
  9457. 0.44153 0.60634 moveto 0.43348 0.59746 lineto 0.3925 0.57732 lineto gsave
  9458. 0.655 0.098 0 setrgbcolor
  9459. fill grestore
  9460. stroke
  9461. grestore
  9462. gsave
  9463. 0.002 setlinewidth
  9464. 0.43348 0.59746 moveto 0.44153 0.60634 lineto 0.48623 0.61692 lineto gsave
  9465. 0.642 0.12 0 setrgbcolor
  9466. fill grestore
  9467. stroke
  9468. grestore
  9469. gsave
  9470. 0.002 setlinewidth
  9471. 0.53298 0.62561 moveto 0.53424 0.61907 lineto 0.48623 0.61692 lineto gsave
  9472. 0.523 0.013 0 setrgbcolor
  9473. fill grestore
  9474. stroke
  9475. grestore
  9476. gsave
  9477. 0.002 setlinewidth
  9478. 0.53424 0.61907 moveto 0.53298 0.62561 lineto 0.57508 0.61985 lineto gsave
  9479. 0.376 0 0 setrgbcolor
  9480. fill grestore
  9481. stroke
  9482. grestore
  9483. gsave
  9484. 0.002 setlinewidth
  9485. 0.57508 0.61985 moveto 0.58112 0.61263 lineto 0.53424 0.61907 lineto gsave
  9486. 0.376 0 0 setrgbcolor
  9487. fill grestore
  9488. stroke
  9489. grestore
  9490. gsave
  9491. 0.002 setlinewidth
  9492. 0.22079 0.29347 moveto 0.23559 0.31336 lineto 0.22953 0.37522 lineto gsave
  9493. 0.248 0.352 0.773 setrgbcolor
  9494. fill grestore
  9495. stroke
  9496. grestore
  9497. gsave
  9498. 0.002 setlinewidth
  9499. 0.2442 0.39217 moveto 0.22953 0.37522 lineto 0.23559 0.31336 lineto gsave
  9500. 0.232 0.336 0.765 setrgbcolor
  9501. fill grestore
  9502. stroke
  9503. grestore
  9504. gsave
  9505. 0.002 setlinewidth
  9506. 0.48986 0.62369 moveto 0.48623 0.61692 lineto 0.44153 0.60634 lineto gsave
  9507. 0.607 0.064 0 setrgbcolor
  9508. fill grestore
  9509. stroke
  9510. grestore
  9511. gsave
  9512. 0.002 setlinewidth
  9513. 0.48623 0.61692 moveto 0.48986 0.62369 lineto 0.53298 0.62561 lineto gsave
  9514. 0.523 0.013 0 setrgbcolor
  9515. fill grestore
  9516. stroke
  9517. grestore
  9518. gsave
  9519. 0.002 setlinewidth
  9520. 0.3353 0.52123 moveto 0.34954 0.53607 lineto 0.38084 0.56571 lineto gsave
  9521. 0.561 0.051 0 setrgbcolor
  9522. fill grestore
  9523. stroke
  9524. grestore
  9525. gsave
  9526. 0.002 setlinewidth
  9527. 0.3925 0.57732 moveto 0.38084 0.56571 lineto 0.34954 0.53607 lineto gsave
  9528. 0.519 0.009 0 setrgbcolor
  9529. fill grestore
  9530. stroke
  9531. grestore
  9532. gsave
  9533. 0.002 setlinewidth
  9534. 0.69403 0.53821 moveto 0.68102 0.55162 lineto 0.70391 0.51911 lineto gsave
  9535. 0.697 0.929 0.611 setrgbcolor
  9536. fill grestore
  9537. stroke
  9538. grestore
  9539. gsave
  9540. 0.002 setlinewidth
  9541. 0.70391 0.51911 moveto 0.71912 0.50268 lineto 0.69403 0.53821 lineto gsave
  9542. 0.697 0.929 0.611 setrgbcolor
  9543. fill grestore
  9544. stroke
  9545. grestore
  9546. gsave
  9547. 0.002 setlinewidth
  9548. 0.76337 0.45238 moveto 0.74884 0.4691 lineto 0.75503 0.42277 lineto gsave
  9549. 0.934 0.967 0.743 setrgbcolor
  9550. fill grestore
  9551. stroke
  9552. grestore
  9553. gsave
  9554. 0.002 setlinewidth
  9555. 0.75503 0.42277 moveto 0.7704 0.4025 lineto 0.76337 0.45238 lineto gsave
  9556. 0.934 0.967 0.743 setrgbcolor
  9557. fill grestore
  9558. stroke
  9559. grestore
  9560. gsave
  9561. 0.002 setlinewidth
  9562. 0.58112 0.61263 moveto 0.57508 0.61985 lineto 0.61214 0.60686 lineto gsave
  9563. 0.125 0 0 setrgbcolor
  9564. fill grestore
  9565. stroke
  9566. grestore
  9567. gsave
  9568. 0.002 setlinewidth
  9569. 0.61214 0.60686 moveto 0.62249 0.59809 lineto 0.58112 0.61263 lineto gsave
  9570. 0.125 0 0 setrgbcolor
  9571. fill grestore
  9572. stroke
  9573. grestore
  9574. gsave
  9575. 0.002 setlinewidth
  9576. 0.63262 0.58831 moveto 0.62249 0.59809 lineto 0.65422 0.57662 lineto gsave
  9577. 0 0 0 setrgbcolor
  9578. fill grestore
  9579. stroke
  9580. grestore
  9581. gsave
  9582. 0.002 setlinewidth
  9583. 0.65422 0.57662 moveto 0.66775 0.5645 lineto 0.63262 0.58831 lineto gsave
  9584. 0 0 0 setrgbcolor
  9585. fill grestore
  9586. stroke
  9587. grestore
  9588. gsave
  9589. 0.002 setlinewidth
  9590. 0.28908 0.44636 moveto 0.30439 0.4649 lineto 0.32131 0.50608 lineto gsave
  9591. 0 0.148 0.692 setrgbcolor
  9592. fill grestore
  9593. stroke
  9594. grestore
  9595. gsave
  9596. 0.002 setlinewidth
  9597. 0.3353 0.52123 moveto 0.32131 0.50608 lineto 0.30439 0.4649 lineto gsave
  9598. 0 0.161 0.702 setrgbcolor
  9599. fill grestore
  9600. stroke
  9601. grestore
  9602. gsave
  9603. 0.002 setlinewidth
  9604. 0.23559 0.31336 moveto 0.25044 0.33407 lineto 0.2442 0.39217 lineto gsave
  9605. 0.232 0.336 0.765 setrgbcolor
  9606. fill grestore
  9607. stroke
  9608. grestore
  9609. gsave
  9610. 0.002 setlinewidth
  9611. 0.259 0.40979 moveto 0.2442 0.39217 lineto 0.25044 0.33407 lineto gsave
  9612. 0.221 0.325 0.759 setrgbcolor
  9613. fill grestore
  9614. stroke
  9615. grestore
  9616. gsave
  9617. 0.002 setlinewidth
  9618. 0.3925 0.57732 moveto 0.40442 0.58817 lineto 0.44153 0.60634 lineto gsave
  9619. 0.655 0.098 0 setrgbcolor
  9620. fill grestore
  9621. stroke
  9622. grestore
  9623. gsave
  9624. 0.002 setlinewidth
  9625. 0.44976 0.61424 moveto 0.44153 0.60634 lineto 0.40442 0.58817 lineto gsave
  9626. 0.602 0.031 0 setrgbcolor
  9627. fill grestore
  9628. stroke
  9629. grestore
  9630. gsave
  9631. 0.002 setlinewidth
  9632. 0.44153 0.60634 moveto 0.44976 0.61424 lineto 0.48986 0.62369 lineto gsave
  9633. 0.607 0.064 0 setrgbcolor
  9634. fill grestore
  9635. stroke
  9636. grestore
  9637. gsave
  9638. 0.002 setlinewidth
  9639. 0.5317 0.63092 moveto 0.53298 0.62561 lineto 0.48986 0.62369 lineto gsave
  9640. 0.475 0 0 setrgbcolor
  9641. fill grestore
  9642. stroke
  9643. grestore
  9644. gsave
  9645. 0.002 setlinewidth
  9646. 0.53298 0.62561 moveto 0.5317 0.63092 lineto 0.56889 0.62585 lineto gsave
  9647. 0.321 0 0 setrgbcolor
  9648. fill grestore
  9649. stroke
  9650. grestore
  9651. gsave
  9652. 0.002 setlinewidth
  9653. 0.56889 0.62585 moveto 0.57508 0.61985 lineto 0.53298 0.62561 lineto gsave
  9654. 0.321 0 0 setrgbcolor
  9655. fill grestore
  9656. stroke
  9657. grestore
  9658. gsave
  9659. 0.002 setlinewidth
  9660. 0.74884 0.4691 moveto 0.73409 0.48594 lineto 0.73949 0.44313 lineto gsave
  9661. 0.933 0.967 0.745 setrgbcolor
  9662. fill grestore
  9663. stroke
  9664. grestore
  9665. gsave
  9666. 0.002 setlinewidth
  9667. 0.73949 0.44313 moveto 0.75503 0.42277 lineto 0.74884 0.4691 lineto gsave
  9668. 0.933 0.967 0.745 setrgbcolor
  9669. fill grestore
  9670. stroke
  9671. grestore
  9672. gsave
  9673. 0.002 setlinewidth
  9674. 0.68102 0.55162 moveto 0.66775 0.5645 lineto 0.68845 0.53499 lineto gsave
  9675. 0.714 0.945 0.645 setrgbcolor
  9676. fill grestore
  9677. stroke
  9678. grestore
  9679. gsave
  9680. 0.002 setlinewidth
  9681. 0.68845 0.53499 moveto 0.70391 0.51911 lineto 0.68102 0.55162 lineto gsave
  9682. 0.714 0.945 0.645 setrgbcolor
  9683. fill grestore
  9684. stroke
  9685. grestore
  9686. gsave
  9687. 0.002 setlinewidth
  9688. 0.34954 0.53607 moveto 0.36404 0.55037 lineto 0.3925 0.57732 lineto gsave
  9689. 0.519 0.009 0 setrgbcolor
  9690. fill grestore
  9691. stroke
  9692. grestore
  9693. gsave
  9694. 0.002 setlinewidth
  9695. 0.40442 0.58817 moveto 0.3925 0.57732 lineto 0.36404 0.55037 lineto gsave
  9696. 0 0.047 0.539 setrgbcolor
  9697. fill grestore
  9698. stroke
  9699. grestore
  9700. gsave
  9701. 0.002 setlinewidth
  9702. 0.49359 0.62923 moveto 0.48986 0.62369 lineto 0.44976 0.61424 lineto gsave
  9703. 0.553 0 0 setrgbcolor
  9704. fill grestore
  9705. stroke
  9706. grestore
  9707. gsave
  9708. 0.002 setlinewidth
  9709. 0.48986 0.62369 moveto 0.49359 0.62923 lineto 0.5317 0.63092 lineto gsave
  9710. 0.475 0 0 setrgbcolor
  9711. fill grestore
  9712. stroke
  9713. grestore
  9714. gsave
  9715. 0.002 setlinewidth
  9716. 0.25044 0.33407 moveto 0.26536 0.35544 lineto 0.259 0.40979 lineto gsave
  9717. 0.221 0.325 0.759 setrgbcolor
  9718. fill grestore
  9719. stroke
  9720. grestore
  9721. gsave
  9722. 0.002 setlinewidth
  9723. 0.27395 0.42791 moveto 0.259 0.40979 lineto 0.26536 0.35544 lineto gsave
  9724. 0.214 0.318 0.755 setrgbcolor
  9725. fill grestore
  9726. stroke
  9727. grestore
  9728. gsave
  9729. 0.002 setlinewidth
  9730. 0.30439 0.4649 moveto 0.31992 0.48335 lineto 0.3353 0.52123 lineto gsave
  9731. 0 0.161 0.702 setrgbcolor
  9732. fill grestore
  9733. stroke
  9734. grestore
  9735. gsave
  9736. 0.002 setlinewidth
  9737. 0.34954 0.53607 moveto 0.3353 0.52123 lineto 0.31992 0.48335 lineto gsave
  9738. 0 0.183 0.717 setrgbcolor
  9739. fill grestore
  9740. stroke
  9741. grestore
  9742. gsave
  9743. 0.002 setlinewidth
  9744. 0.83062 0.32628 moveto 0.81571 0.34425 lineto 0.79271 0.2829 lineto gsave
  9745. 0.917 0.853 0.764 setrgbcolor
  9746. fill grestore
  9747. stroke
  9748. grestore
  9749. gsave
  9750. 0.002 setlinewidth
  9751. 0.79271 0.2829 moveto 0.80696 0.26106 lineto 0.83062 0.32628 lineto gsave
  9752. 0.917 0.853 0.764 setrgbcolor
  9753. fill grestore
  9754. stroke
  9755. grestore
  9756. gsave
  9757. 0.002 setlinewidth
  9758. 0.62249 0.59809 moveto 0.61214 0.60686 lineto 0.64043 0.58774 lineto gsave
  9759. 0 0 0 setrgbcolor
  9760. fill grestore
  9761. stroke
  9762. grestore
  9763. gsave
  9764. 0.002 setlinewidth
  9765. 0.64043 0.58774 moveto 0.65422 0.57662 lineto 0.62249 0.59809 lineto gsave
  9766. 0 0 0 setrgbcolor
  9767. fill grestore
  9768. stroke
  9769. grestore
  9770. gsave
  9771. 0.002 setlinewidth
  9772. 0.57508 0.61985 moveto 0.56889 0.62585 lineto 0.60156 0.61443 lineto gsave
  9773. 0.053 0 0 setrgbcolor
  9774. fill grestore
  9775. stroke
  9776. grestore
  9777. gsave
  9778. 0.002 setlinewidth
  9779. 0.60156 0.61443 moveto 0.61214 0.60686 lineto 0.57508 0.61985 lineto gsave
  9780. 0.053 0 0 setrgbcolor
  9781. fill grestore
  9782. stroke
  9783. grestore
  9784. gsave
  9785. 0.002 setlinewidth
  9786. 0.73409 0.48594 moveto 0.71912 0.50268 lineto 0.72377 0.46337 lineto gsave
  9787. 0.932 0.967 0.751 setrgbcolor
  9788. fill grestore
  9789. stroke
  9790. grestore
  9791. gsave
  9792. 0.002 setlinewidth
  9793. 0.72377 0.46337 moveto 0.73949 0.44313 lineto 0.73409 0.48594 lineto gsave
  9794. 0.932 0.967 0.751 setrgbcolor
  9795. fill grestore
  9796. stroke
  9797. grestore
  9798. gsave
  9799. 0.002 setlinewidth
  9800. 0.40442 0.58817 moveto 0.41659 0.59802 lineto 0.44976 0.61424 lineto gsave
  9801. 0.602 0.031 0 setrgbcolor
  9802. fill grestore
  9803. stroke
  9804. grestore
  9805. gsave
  9806. 0.002 setlinewidth
  9807. 0.45819 0.62091 moveto 0.44976 0.61424 lineto 0.41659 0.59802 lineto gsave
  9808. 0.522 0 0 setrgbcolor
  9809. fill grestore
  9810. stroke
  9811. grestore
  9812. gsave
  9813. 0.002 setlinewidth
  9814. 0.44976 0.61424 moveto 0.45819 0.62091 lineto 0.49359 0.62923 lineto gsave
  9815. 0.553 0 0 setrgbcolor
  9816. fill grestore
  9817. stroke
  9818. grestore
  9819. gsave
  9820. 0.002 setlinewidth
  9821. 0.81571 0.34425 moveto 0.80071 0.36306 lineto 0.77845 0.30554 lineto gsave
  9822. 0.922 0.854 0.757 setrgbcolor
  9823. fill grestore
  9824. stroke
  9825. grestore
  9826. gsave
  9827. 0.002 setlinewidth
  9828. 0.77845 0.30554 moveto 0.79271 0.2829 lineto 0.81571 0.34425 lineto gsave
  9829. 0.922 0.854 0.757 setrgbcolor
  9830. fill grestore
  9831. stroke
  9832. grestore
  9833. gsave
  9834. 0.002 setlinewidth
  9835. 0.26536 0.35544 moveto 0.28038 0.37728 lineto 0.27395 0.42791 lineto gsave
  9836. 0.214 0.318 0.755 setrgbcolor
  9837. fill grestore
  9838. stroke
  9839. grestore
  9840. gsave
  9841. 0.002 setlinewidth
  9842. 0.28908 0.44636 moveto 0.27395 0.42791 lineto 0.28038 0.37728 lineto gsave
  9843. 0.212 0.316 0.754 setrgbcolor
  9844. fill grestore
  9845. stroke
  9846. grestore
  9847. gsave
  9848. 0.002 setlinewidth
  9849. 0.66775 0.5645 moveto 0.65422 0.57662 lineto 0.67274 0.55009 lineto gsave
  9850. 0.733 0.963 0.686 setrgbcolor
  9851. fill grestore
  9852. stroke
  9853. grestore
  9854. gsave
  9855. 0.002 setlinewidth
  9856. 0.67274 0.55009 moveto 0.68845 0.53499 lineto 0.66775 0.5645 lineto gsave
  9857. 0.733 0.963 0.686 setrgbcolor
  9858. fill grestore
  9859. stroke
  9860. grestore
  9861. gsave
  9862. 0.002 setlinewidth
  9863. 0.36404 0.55037 moveto 0.37881 0.5639 lineto 0.40442 0.58817 lineto gsave
  9864. 0 0.047 0.539 setrgbcolor
  9865. fill grestore
  9866. stroke
  9867. grestore
  9868. gsave
  9869. 0.002 setlinewidth
  9870. 0.41659 0.59802 moveto 0.40442 0.58817 lineto 0.37881 0.5639 lineto gsave
  9871. 0 0.118 0.61 setrgbcolor
  9872. fill grestore
  9873. stroke
  9874. grestore
  9875. gsave
  9876. 0.002 setlinewidth
  9877. 0.53039 0.63478 moveto 0.5317 0.63092 lineto 0.49359 0.62923 lineto gsave
  9878. 0.399 0 0 setrgbcolor
  9879. fill grestore
  9880. stroke
  9881. grestore
  9882. gsave
  9883. 0.002 setlinewidth
  9884. 0.5317 0.63092 moveto 0.53039 0.63478 lineto 0.56256 0.6304 lineto gsave
  9885. 0.237 0 0 setrgbcolor
  9886. fill grestore
  9887. stroke
  9888. grestore
  9889. gsave
  9890. 0.002 setlinewidth
  9891. 0.56256 0.6304 moveto 0.56889 0.62585 lineto 0.5317 0.63092 lineto gsave
  9892. 0.237 0 0 setrgbcolor
  9893. fill grestore
  9894. stroke
  9895. grestore
  9896. gsave
  9897. 0.002 setlinewidth
  9898. 0.31992 0.48335 moveto 0.33567 0.50146 lineto 0.34954 0.53607 lineto gsave
  9899. 0 0.183 0.717 setrgbcolor
  9900. fill grestore
  9901. stroke
  9902. grestore
  9903. gsave
  9904. 0.002 setlinewidth
  9905. 0.36404 0.55037 moveto 0.34954 0.53607 lineto 0.33567 0.50146 lineto gsave
  9906. 0 0.213 0.737 setrgbcolor
  9907. fill grestore
  9908. stroke
  9909. grestore
  9910. gsave
  9911. 0.002 setlinewidth
  9912. 0.4974 0.63332 moveto 0.49359 0.62923 lineto 0.45819 0.62091 lineto gsave
  9913. 0.466 0 0 setrgbcolor
  9914. fill grestore
  9915. stroke
  9916. grestore
  9917. gsave
  9918. 0.002 setlinewidth
  9919. 0.49359 0.62923 moveto 0.4974 0.63332 lineto 0.53039 0.63478 lineto gsave
  9920. 0.399 0 0 setrgbcolor
  9921. fill grestore
  9922. stroke
  9923. grestore
  9924. gsave
  9925. 0.002 setlinewidth
  9926. 0.61214 0.60686 moveto 0.60156 0.61443 lineto 0.62638 0.59766 lineto gsave
  9927. 0 0 0 setrgbcolor
  9928. fill grestore
  9929. stroke
  9930. grestore
  9931. gsave
  9932. 0.002 setlinewidth
  9933. 0.62638 0.59766 moveto 0.64043 0.58774 lineto 0.61214 0.60686 lineto gsave
  9934. 0 0 0 setrgbcolor
  9935. fill grestore
  9936. stroke
  9937. grestore
  9938. gsave
  9939. 0.002 setlinewidth
  9940. 0.80071 0.36306 moveto 0.78562 0.38253 lineto 0.76413 0.32882 lineto gsave
  9941. 0.925 0.854 0.753 setrgbcolor
  9942. fill grestore
  9943. stroke
  9944. grestore
  9945. gsave
  9946. 0.002 setlinewidth
  9947. 0.76413 0.32882 moveto 0.77845 0.30554 lineto 0.80071 0.36306 lineto gsave
  9948. 0.925 0.854 0.753 setrgbcolor
  9949. fill grestore
  9950. stroke
  9951. grestore
  9952. gsave
  9953. 0.002 setlinewidth
  9954. 0.56889 0.62585 moveto 0.56256 0.6304 lineto 0.59076 0.62057 lineto gsave
  9955. 0 0 0 setrgbcolor
  9956. fill grestore
  9957. stroke
  9958. grestore
  9959. gsave
  9960. 0.002 setlinewidth
  9961. 0.59076 0.62057 moveto 0.60156 0.61443 lineto 0.56889 0.62585 lineto gsave
  9962. 0 0 0 setrgbcolor
  9963. fill grestore
  9964. stroke
  9965. grestore
  9966. gsave
  9967. 0.002 setlinewidth
  9968. 0.28038 0.37728 moveto 0.29552 0.39941 lineto 0.28908 0.44636 lineto gsave
  9969. 0.212 0.316 0.754 setrgbcolor
  9970. fill grestore
  9971. stroke
  9972. grestore
  9973. gsave
  9974. 0.002 setlinewidth
  9975. 0.30439 0.4649 moveto 0.28908 0.44636 lineto 0.29552 0.39941 lineto gsave
  9976. 0.215 0.319 0.755 setrgbcolor
  9977. fill grestore
  9978. stroke
  9979. grestore
  9980. gsave
  9981. 0.002 setlinewidth
  9982. 0.71912 0.50268 moveto 0.70391 0.51911 lineto 0.70786 0.48326 lineto gsave
  9983. 0.929 0.966 0.76 setrgbcolor
  9984. fill grestore
  9985. stroke
  9986. grestore
  9987. gsave
  9988. 0.002 setlinewidth
  9989. 0.70786 0.48326 moveto 0.72377 0.46337 lineto 0.71912 0.50268 lineto gsave
  9990. 0.929 0.966 0.76 setrgbcolor
  9991. fill grestore
  9992. stroke
  9993. grestore
  9994. gsave
  9995. 0.002 setlinewidth
  9996. 0.41659 0.59802 moveto 0.429 0.60667 lineto 0.45819 0.62091 lineto gsave
  9997. 0.522 0 0 setrgbcolor
  9998. fill grestore
  9999. stroke
  10000. grestore
  10001. gsave
  10002. 0.002 setlinewidth
  10003. 0.4668 0.62615 moveto 0.45819 0.62091 lineto 0.429 0.60667 lineto gsave
  10004. 0.405 0 0 setrgbcolor
  10005. fill grestore
  10006. stroke
  10007. grestore
  10008. gsave
  10009. 0.002 setlinewidth
  10010. 0.45819 0.62091 moveto 0.4668 0.62615 lineto 0.4974 0.63332 lineto gsave
  10011. 0.466 0 0 setrgbcolor
  10012. fill grestore
  10013. stroke
  10014. grestore
  10015. gsave
  10016. 0.002 setlinewidth
  10017. 0.65422 0.57662 moveto 0.64043 0.58774 lineto 0.65678 0.56419 lineto gsave
  10018. 0.753 0.98 0.733 setrgbcolor
  10019. fill grestore
  10020. stroke
  10021. grestore
  10022. gsave
  10023. 0.002 setlinewidth
  10024. 0.65678 0.56419 moveto 0.67274 0.55009 lineto 0.65422 0.57662 lineto gsave
  10025. 0.753 0.98 0.733 setrgbcolor
  10026. fill grestore
  10027. stroke
  10028. grestore
  10029. gsave
  10030. 0.002 setlinewidth
  10031. 0.78562 0.38253 moveto 0.7704 0.4025 lineto 0.74975 0.35255 lineto gsave
  10032. 0.927 0.855 0.75 setrgbcolor
  10033. fill grestore
  10034. stroke
  10035. grestore
  10036. gsave
  10037. 0.002 setlinewidth
  10038. 0.74975 0.35255 moveto 0.76413 0.32882 lineto 0.78562 0.38253 lineto gsave
  10039. 0.927 0.855 0.75 setrgbcolor
  10040. fill grestore
  10041. stroke
  10042. grestore
  10043. gsave
  10044. 0.002 setlinewidth
  10045. 0.33567 0.50146 moveto 0.35164 0.51901 lineto 0.36404 0.55037 lineto gsave
  10046. 0 0.213 0.737 setrgbcolor
  10047. fill grestore
  10048. stroke
  10049. grestore
  10050. gsave
  10051. 0.002 setlinewidth
  10052. 0.37881 0.5639 moveto 0.36404 0.55037 lineto 0.35164 0.51901 lineto gsave
  10053. 0 0.25 0.762 setrgbcolor
  10054. fill grestore
  10055. stroke
  10056. grestore
  10057. gsave
  10058. 0.002 setlinewidth
  10059. 0.37881 0.5639 moveto 0.39383 0.57645 lineto 0.41659 0.59802 lineto gsave
  10060. 0 0.118 0.61 setrgbcolor
  10061. fill grestore
  10062. stroke
  10063. grestore
  10064. gsave
  10065. 0.002 setlinewidth
  10066. 0.429 0.60667 moveto 0.41659 0.59802 lineto 0.39383 0.57645 lineto gsave
  10067. 0 0.205 0.69 setrgbcolor
  10068. fill grestore
  10069. stroke
  10070. grestore
  10071. gsave
  10072. 0.002 setlinewidth
  10073. 0.29552 0.39941 moveto 0.3108 0.4216 lineto 0.30439 0.4649 lineto gsave
  10074. 0.215 0.319 0.755 setrgbcolor
  10075. fill grestore
  10076. stroke
  10077. grestore
  10078. gsave
  10079. 0.002 setlinewidth
  10080. 0.31992 0.48335 moveto 0.30439 0.4649 lineto 0.3108 0.4216 lineto gsave
  10081. 0.221 0.326 0.759 setrgbcolor
  10082. fill grestore
  10083. stroke
  10084. grestore
  10085. gsave
  10086. 0.002 setlinewidth
  10087. 0.52905 0.637 moveto 0.53039 0.63478 lineto 0.4974 0.63332 lineto gsave
  10088. 0.275 0 0 setrgbcolor
  10089. fill grestore
  10090. stroke
  10091. grestore
  10092. gsave
  10093. 0.002 setlinewidth
  10094. 0.53039 0.63478 moveto 0.52905 0.637 lineto 0.5561 0.63332 lineto gsave
  10095. 0.109 0 0 setrgbcolor
  10096. fill grestore
  10097. stroke
  10098. grestore
  10099. gsave
  10100. 0.002 setlinewidth
  10101. 0.5561 0.63332 moveto 0.56256 0.6304 lineto 0.53039 0.63478 lineto gsave
  10102. 0.109 0 0 setrgbcolor
  10103. fill grestore
  10104. stroke
  10105. grestore
  10106. gsave
  10107. 0.002 setlinewidth
  10108. 0.70391 0.51911 moveto 0.68845 0.53499 lineto 0.69174 0.50256 lineto gsave
  10109. 0.926 0.965 0.773 setrgbcolor
  10110. fill grestore
  10111. stroke
  10112. grestore
  10113. gsave
  10114. 0.002 setlinewidth
  10115. 0.69174 0.50256 moveto 0.70786 0.48326 lineto 0.70391 0.51911 lineto gsave
  10116. 0.926 0.965 0.773 setrgbcolor
  10117. fill grestore
  10118. stroke
  10119. grestore
  10120. gsave
  10121. 0.002 setlinewidth
  10122. 0.23559 0.31336 moveto 0.22079 0.29347 lineto 0.26206 0.2307 lineto gsave
  10123. 0.435 0.427 0.752 setrgbcolor
  10124. fill grestore
  10125. stroke
  10126. grestore
  10127. gsave
  10128. 0.002 setlinewidth
  10129. 0.5013 0.63577 moveto 0.4974 0.63332 lineto 0.4668 0.62615 lineto gsave
  10130. 0.328 0 0 setrgbcolor
  10131. fill grestore
  10132. stroke
  10133. grestore
  10134. gsave
  10135. 0.002 setlinewidth
  10136. 0.4974 0.63332 moveto 0.5013 0.63577 lineto 0.52905 0.637 lineto gsave
  10137. 0.275 0 0 setrgbcolor
  10138. fill grestore
  10139. stroke
  10140. grestore
  10141. gsave
  10142. 0.002 setlinewidth
  10143. 0.60156 0.61443 moveto 0.59076 0.62057 lineto 0.61208 0.60615 lineto gsave
  10144. 0.456 0.856 0.671 setrgbcolor
  10145. fill grestore
  10146. stroke
  10147. grestore
  10148. gsave
  10149. 0.002 setlinewidth
  10150. 0.61208 0.60615 moveto 0.62638 0.59766 lineto 0.60156 0.61443 lineto gsave
  10151. 0.456 0.856 0.671 setrgbcolor
  10152. fill grestore
  10153. stroke
  10154. grestore
  10155. gsave
  10156. 0.002 setlinewidth
  10157. 0.7704 0.4025 moveto 0.75503 0.42277 lineto 0.73528 0.37653 lineto gsave
  10158. 0.928 0.855 0.749 setrgbcolor
  10159. fill grestore
  10160. stroke
  10161. grestore
  10162. gsave
  10163. 0.002 setlinewidth
  10164. 0.73528 0.37653 moveto 0.74975 0.35255 lineto 0.7704 0.4025 lineto gsave
  10165. 0.928 0.855 0.749 setrgbcolor
  10166. fill grestore
  10167. stroke
  10168. grestore
  10169. gsave
  10170. 0.002 setlinewidth
  10171. 0.56256 0.6304 moveto 0.5561 0.63332 lineto 0.57974 0.62508 lineto gsave
  10172. 0 0 0 setrgbcolor
  10173. fill grestore
  10174. stroke
  10175. grestore
  10176. gsave
  10177. 0.002 setlinewidth
  10178. 0.57974 0.62508 moveto 0.59076 0.62057 lineto 0.56256 0.6304 lineto gsave
  10179. 0 0 0 setrgbcolor
  10180. fill grestore
  10181. stroke
  10182. grestore
  10183. gsave
  10184. 0.002 setlinewidth
  10185. 0.64043 0.58774 moveto 0.62638 0.59766 lineto 0.64058 0.57707 lineto gsave
  10186. 0.77 0.993 0.783 setrgbcolor
  10187. fill grestore
  10188. stroke
  10189. grestore
  10190. gsave
  10191. 0.002 setlinewidth
  10192. 0.64058 0.57707 moveto 0.65678 0.56419 lineto 0.64043 0.58774 lineto gsave
  10193. 0.77 0.993 0.783 setrgbcolor
  10194. fill grestore
  10195. stroke
  10196. grestore
  10197. gsave
  10198. 0.002 setlinewidth
  10199. 0.26206 0.2307 moveto 0.27525 0.25442 lineto 0.23559 0.31336 lineto gsave
  10200. 0.435 0.427 0.752 setrgbcolor
  10201. fill grestore
  10202. stroke
  10203. grestore
  10204. gsave
  10205. 0.002 setlinewidth
  10206. 0.25044 0.33407 moveto 0.23559 0.31336 lineto 0.27525 0.25442 lineto gsave
  10207. 0.428 0.418 0.746 setrgbcolor
  10208. fill grestore
  10209. stroke
  10210. grestore
  10211. gsave
  10212. 0.002 setlinewidth
  10213. 0.35164 0.51901 moveto 0.36785 0.53577 lineto 0.37881 0.5639 lineto gsave
  10214. 0 0.25 0.762 setrgbcolor
  10215. fill grestore
  10216. stroke
  10217. grestore
  10218. gsave
  10219. 0.002 setlinewidth
  10220. 0.39383 0.57645 moveto 0.37881 0.5639 lineto 0.36785 0.53577 lineto gsave
  10221. 0.009 0.296 0.791 setrgbcolor
  10222. fill grestore
  10223. stroke
  10224. grestore
  10225. gsave
  10226. 0.002 setlinewidth
  10227. 0.429 0.60667 moveto 0.44166 0.61389 lineto 0.4668 0.62615 lineto gsave
  10228. 0.405 0 0 setrgbcolor
  10229. fill grestore
  10230. stroke
  10231. grestore
  10232. gsave
  10233. 0.002 setlinewidth
  10234. 0.4668 0.62615 moveto 0.4756 0.62975 lineto 0.5013 0.63577 lineto gsave
  10235. 0.328 0 0 setrgbcolor
  10236. fill grestore
  10237. stroke
  10238. grestore
  10239. gsave
  10240. 0.002 setlinewidth
  10241. 0.4756 0.62975 moveto 0.4668 0.62615 lineto 0.44166 0.61389 lineto gsave
  10242. 0 0.324 0.696 setrgbcolor
  10243. fill grestore
  10244. stroke
  10245. grestore
  10246. gsave
  10247. 0.002 setlinewidth
  10248. 0.3108 0.4216 moveto 0.32623 0.44365 lineto 0.31992 0.48335 lineto gsave
  10249. 0.221 0.326 0.759 setrgbcolor
  10250. fill grestore
  10251. stroke
  10252. grestore
  10253. gsave
  10254. 0.002 setlinewidth
  10255. 0.33567 0.50146 moveto 0.31992 0.48335 lineto 0.32623 0.44365 lineto gsave
  10256. 0.233 0.337 0.766 setrgbcolor
  10257. fill grestore
  10258. stroke
  10259. grestore
  10260. gsave
  10261. 0.002 setlinewidth
  10262. 0.39383 0.57645 moveto 0.40912 0.58777 lineto 0.429 0.60667 lineto gsave
  10263. 0 0.205 0.69 setrgbcolor
  10264. fill grestore
  10265. stroke
  10266. grestore
  10267. gsave
  10268. 0.002 setlinewidth
  10269. 0.44166 0.61389 moveto 0.429 0.60667 lineto 0.40912 0.58777 lineto gsave
  10270. 0 0.303 0.773 setrgbcolor
  10271. fill grestore
  10272. stroke
  10273. grestore
  10274. gsave
  10275. 0.002 setlinewidth
  10276. 0.68845 0.53499 moveto 0.67274 0.55009 lineto 0.67543 0.52106 lineto gsave
  10277. 0.92 0.963 0.788 setrgbcolor
  10278. fill grestore
  10279. stroke
  10280. grestore
  10281. gsave
  10282. 0.002 setlinewidth
  10283. 0.67543 0.52106 moveto 0.69174 0.50256 lineto 0.68845 0.53499 lineto gsave
  10284. 0.92 0.963 0.788 setrgbcolor
  10285. fill grestore
  10286. stroke
  10287. grestore
  10288. gsave
  10289. 0.002 setlinewidth
  10290. 0.75503 0.42277 moveto 0.73949 0.44313 lineto 0.7207 0.40056 lineto gsave
  10291. 0.927 0.855 0.75 setrgbcolor
  10292. fill grestore
  10293. stroke
  10294. grestore
  10295. gsave
  10296. 0.002 setlinewidth
  10297. 0.7207 0.40056 moveto 0.73528 0.37653 lineto 0.75503 0.42277 lineto gsave
  10298. 0.927 0.855 0.75 setrgbcolor
  10299. fill grestore
  10300. stroke
  10301. grestore
  10302. gsave
  10303. 0.002 setlinewidth
  10304. 0.27525 0.25442 moveto 0.28843 0.27891 lineto 0.25044 0.33407 lineto gsave
  10305. 0.428 0.418 0.746 setrgbcolor
  10306. fill grestore
  10307. stroke
  10308. grestore
  10309. gsave
  10310. 0.002 setlinewidth
  10311. 0.26536 0.35544 moveto 0.25044 0.33407 lineto 0.28843 0.27891 lineto gsave
  10312. 0.423 0.411 0.742 setrgbcolor
  10313. fill grestore
  10314. stroke
  10315. grestore
  10316. gsave
  10317. 0.002 setlinewidth
  10318. 0.59076 0.62057 moveto 0.57974 0.62508 lineto 0.59754 0.61302 lineto gsave
  10319. 0.538 0.919 0.788 setrgbcolor
  10320. fill grestore
  10321. stroke
  10322. grestore
  10323. gsave
  10324. 0.002 setlinewidth
  10325. 0.59754 0.61302 moveto 0.61208 0.60615 lineto 0.59076 0.62057 lineto gsave
  10326. 0.538 0.919 0.788 setrgbcolor
  10327. fill grestore
  10328. stroke
  10329. grestore
  10330. gsave
  10331. 0.002 setlinewidth
  10332. 0.52768 0.63738 moveto 0.52905 0.637 lineto 0.5013 0.63577 lineto gsave
  10333. 0.084 0 0 setrgbcolor
  10334. fill grestore
  10335. stroke
  10336. grestore
  10337. gsave
  10338. 0.002 setlinewidth
  10339. 0.52905 0.637 moveto 0.52768 0.63738 lineto 0.5495 0.63442 lineto gsave
  10340. 0 0 0 setrgbcolor
  10341. fill grestore
  10342. stroke
  10343. grestore
  10344. gsave
  10345. 0.002 setlinewidth
  10346. 0.5495 0.63442 moveto 0.5561 0.63332 lineto 0.52905 0.637 lineto gsave
  10347. 0 0 0 setrgbcolor
  10348. fill grestore
  10349. stroke
  10350. grestore
  10351. gsave
  10352. 0.002 setlinewidth
  10353. 0.5013 0.63577 moveto 0.50528 0.63639 lineto 0.52768 0.63738 lineto gsave
  10354. 0.084 0 0 setrgbcolor
  10355. fill grestore
  10356. stroke
  10357. grestore
  10358. gsave
  10359. 0.002 setlinewidth
  10360. 0.50528 0.63639 moveto 0.5013 0.63577 lineto 0.4756 0.62975 lineto gsave
  10361. 0 0.461 0.723 setrgbcolor
  10362. fill grestore
  10363. stroke
  10364. grestore
  10365. gsave
  10366. 0.002 setlinewidth
  10367. 0.32623 0.44365 moveto 0.34182 0.46532 lineto 0.33567 0.50146 lineto gsave
  10368. 0.233 0.337 0.766 setrgbcolor
  10369. fill grestore
  10370. stroke
  10371. grestore
  10372. gsave
  10373. 0.002 setlinewidth
  10374. 0.35164 0.51901 moveto 0.33567 0.50146 lineto 0.34182 0.46532 lineto gsave
  10375. 0.248 0.353 0.775 setrgbcolor
  10376. fill grestore
  10377. stroke
  10378. grestore
  10379. gsave
  10380. 0.002 setlinewidth
  10381. 0.36785 0.53577 moveto 0.38428 0.55152 lineto 0.39383 0.57645 lineto gsave
  10382. 0.009 0.296 0.791 setrgbcolor
  10383. fill grestore
  10384. stroke
  10385. grestore
  10386. gsave
  10387. 0.002 setlinewidth
  10388. 0.40912 0.58777 moveto 0.39383 0.57645 lineto 0.38428 0.55152 lineto gsave
  10389. 0.073 0.347 0.821 setrgbcolor
  10390. fill grestore
  10391. stroke
  10392. grestore
  10393. gsave
  10394. 0.002 setlinewidth
  10395. 0.5561 0.63332 moveto 0.5495 0.63442 lineto 0.56853 0.62777 lineto gsave
  10396. 0.332 0.813 0.783 setrgbcolor
  10397. fill grestore
  10398. stroke
  10399. grestore
  10400. gsave
  10401. 0.002 setlinewidth
  10402. 0.56853 0.62777 moveto 0.57974 0.62508 lineto 0.5561 0.63332 lineto gsave
  10403. 0.332 0.813 0.783 setrgbcolor
  10404. fill grestore
  10405. stroke
  10406. grestore
  10407. gsave
  10408. 0.002 setlinewidth
  10409. 0.62638 0.59766 moveto 0.61208 0.60615 lineto 0.62415 0.58851 lineto gsave
  10410. 0.783 0.998 0.833 setrgbcolor
  10411. fill grestore
  10412. stroke
  10413. grestore
  10414. gsave
  10415. 0.002 setlinewidth
  10416. 0.62415 0.58851 moveto 0.64058 0.57707 lineto 0.62638 0.59766 lineto gsave
  10417. 0.783 0.998 0.833 setrgbcolor
  10418. fill grestore
  10419. stroke
  10420. grestore
  10421. gsave
  10422. 0.002 setlinewidth
  10423. 0.28843 0.27891 moveto 0.30163 0.30401 lineto 0.26536 0.35544 lineto gsave
  10424. 0.423 0.411 0.742 setrgbcolor
  10425. fill grestore
  10426. stroke
  10427. grestore
  10428. gsave
  10429. 0.002 setlinewidth
  10430. 0.28038 0.37728 moveto 0.26536 0.35544 lineto 0.30163 0.30401 lineto gsave
  10431. 0.42 0.408 0.74 setrgbcolor
  10432. fill grestore
  10433. stroke
  10434. grestore
  10435. gsave
  10436. 0.002 setlinewidth
  10437. 0.73949 0.44313 moveto 0.72377 0.46337 lineto 0.70601 0.42442 lineto gsave
  10438. 0.925 0.854 0.753 setrgbcolor
  10439. fill grestore
  10440. stroke
  10441. grestore
  10442. gsave
  10443. 0.002 setlinewidth
  10444. 0.70601 0.42442 moveto 0.7207 0.40056 lineto 0.73949 0.44313 lineto gsave
  10445. 0.925 0.854 0.753 setrgbcolor
  10446. fill grestore
  10447. stroke
  10448. grestore
  10449. gsave
  10450. 0.002 setlinewidth
  10451. 0.67274 0.55009 moveto 0.65678 0.56419 lineto 0.65892 0.53851 lineto gsave
  10452. 0.912 0.96 0.806 setrgbcolor
  10453. fill grestore
  10454. stroke
  10455. grestore
  10456. gsave
  10457. 0.002 setlinewidth
  10458. 0.65892 0.53851 moveto 0.67543 0.52106 lineto 0.67274 0.55009 lineto gsave
  10459. 0.912 0.96 0.806 setrgbcolor
  10460. fill grestore
  10461. stroke
  10462. grestore
  10463. gsave
  10464. 0.002 setlinewidth
  10465. 0.40912 0.58777 moveto 0.42465 0.59767 lineto 0.44166 0.61389 lineto gsave
  10466. 0 0.303 0.773 setrgbcolor
  10467. fill grestore
  10468. stroke
  10469. grestore
  10470. gsave
  10471. 0.002 setlinewidth
  10472. 0.45456 0.61949 moveto 0.44166 0.61389 lineto 0.42465 0.59767 lineto gsave
  10473. 0 0.407 0.849 setrgbcolor
  10474. fill grestore
  10475. stroke
  10476. grestore
  10477. gsave
  10478. 0.002 setlinewidth
  10479. 0.44166 0.61389 moveto 0.45456 0.61949 lineto 0.4756 0.62975 lineto gsave
  10480. 0 0.324 0.696 setrgbcolor
  10481. fill grestore
  10482. stroke
  10483. grestore
  10484. gsave
  10485. 0.002 setlinewidth
  10486. 0.48457 0.63154 moveto 0.4756 0.62975 lineto 0.45456 0.61949 lineto gsave
  10487. 0 0.477 0.84 setrgbcolor
  10488. fill grestore
  10489. stroke
  10490. grestore
  10491. gsave
  10492. 0.002 setlinewidth
  10493. 0.4756 0.62975 moveto 0.48457 0.63154 lineto 0.50528 0.63639 lineto gsave
  10494. 0 0.461 0.723 setrgbcolor
  10495. fill grestore
  10496. stroke
  10497. grestore
  10498. gsave
  10499. 0.002 setlinewidth
  10500. 0.30163 0.30401 moveto 0.31487 0.32954 lineto 0.28038 0.37728 lineto gsave
  10501. 0.42 0.408 0.74 setrgbcolor
  10502. fill grestore
  10503. stroke
  10504. grestore
  10505. gsave
  10506. 0.002 setlinewidth
  10507. 0.29552 0.39941 moveto 0.28038 0.37728 lineto 0.31487 0.32954 lineto gsave
  10508. 0.419 0.406 0.739 setrgbcolor
  10509. fill grestore
  10510. stroke
  10511. grestore
  10512. gsave
  10513. 0.002 setlinewidth
  10514. 0.34182 0.46532 moveto 0.35758 0.48639 lineto 0.35164 0.51901 lineto gsave
  10515. 0.248 0.353 0.775 setrgbcolor
  10516. fill grestore
  10517. stroke
  10518. grestore
  10519. gsave
  10520. 0.002 setlinewidth
  10521. 0.36785 0.53577 moveto 0.35164 0.51901 lineto 0.35758 0.48639 lineto gsave
  10522. 0.268 0.373 0.786 setrgbcolor
  10523. fill grestore
  10524. stroke
  10525. grestore
  10526. gsave
  10527. 0.002 setlinewidth
  10528. 0.57974 0.62508 moveto 0.56853 0.62777 lineto 0.58278 0.61809 lineto gsave
  10529. 0.607 0.954 0.887 setrgbcolor
  10530. fill grestore
  10531. stroke
  10532. grestore
  10533. gsave
  10534. 0.002 setlinewidth
  10535. 0.58278 0.61809 moveto 0.59754 0.61302 lineto 0.57974 0.62508 lineto gsave
  10536. 0.607 0.954 0.887 setrgbcolor
  10537. fill grestore
  10538. stroke
  10539. grestore
  10540. gsave
  10541. 0.002 setlinewidth
  10542. 0.72377 0.46337 moveto 0.70786 0.48326 lineto 0.69118 0.44786 lineto gsave
  10543. 0.922 0.854 0.758 setrgbcolor
  10544. fill grestore
  10545. stroke
  10546. grestore
  10547. gsave
  10548. 0.002 setlinewidth
  10549. 0.69118 0.44786 moveto 0.70601 0.42442 lineto 0.72377 0.46337 lineto gsave
  10550. 0.922 0.854 0.758 setrgbcolor
  10551. fill grestore
  10552. stroke
  10553. grestore
  10554. gsave
  10555. 0.002 setlinewidth
  10556. 0.38428 0.55152 moveto 0.40094 0.56602 lineto 0.40912 0.58777 lineto gsave
  10557. 0.073 0.347 0.821 setrgbcolor
  10558. fill grestore
  10559. stroke
  10560. grestore
  10561. gsave
  10562. 0.002 setlinewidth
  10563. 0.42465 0.59767 moveto 0.40912 0.58777 lineto 0.40094 0.56602 lineto gsave
  10564. 0.144 0.404 0.851 setrgbcolor
  10565. fill grestore
  10566. stroke
  10567. grestore
  10568. gsave
  10569. 0.002 setlinewidth
  10570. 0.80696 0.26106 moveto 0.79271 0.2829 lineto 0.73648 0.22842 lineto gsave
  10571. 0.863 0.754 0.74 setrgbcolor
  10572. fill grestore
  10573. stroke
  10574. grestore
  10575. gsave
  10576. 0.002 setlinewidth
  10577. 0.73648 0.22842 moveto 0.74812 0.20295 lineto 0.80696 0.26106 lineto gsave
  10578. 0.863 0.754 0.74 setrgbcolor
  10579. fill grestore
  10580. stroke
  10581. grestore
  10582. gsave
  10583. 0.002 setlinewidth
  10584. 0.52628 0.63576 moveto 0.52768 0.63738 lineto 0.50528 0.63639 lineto gsave
  10585. 0.16 0.687 0.868 setrgbcolor
  10586. fill grestore
  10587. stroke
  10588. grestore
  10589. gsave
  10590. 0.002 setlinewidth
  10591. 0.52768 0.63738 moveto 0.52628 0.63576 lineto 0.54278 0.63352 lineto gsave
  10592. 0.287 0.782 0.88 setrgbcolor
  10593. fill grestore
  10594. stroke
  10595. grestore
  10596. gsave
  10597. 0.002 setlinewidth
  10598. 0.54278 0.63352 moveto 0.5495 0.63442 lineto 0.52768 0.63738 lineto gsave
  10599. 0.287 0.782 0.88 setrgbcolor
  10600. fill grestore
  10601. stroke
  10602. grestore
  10603. gsave
  10604. 0.002 setlinewidth
  10605. 0.61208 0.60615 moveto 0.59754 0.61302 lineto 0.6075 0.59832 lineto gsave
  10606. 0.787 0.993 0.878 setrgbcolor
  10607. fill grestore
  10608. stroke
  10609. grestore
  10610. gsave
  10611. 0.002 setlinewidth
  10612. 0.6075 0.59832 moveto 0.62415 0.58851 lineto 0.61208 0.60615 lineto gsave
  10613. 0.787 0.993 0.878 setrgbcolor
  10614. fill grestore
  10615. stroke
  10616. grestore
  10617. gsave
  10618. 0.002 setlinewidth
  10619. 0.50935 0.63501 moveto 0.50528 0.63639 lineto 0.48457 0.63154 lineto gsave
  10620. 0.125 0.632 0.9 setrgbcolor
  10621. fill grestore
  10622. stroke
  10623. grestore
  10624. gsave
  10625. 0.002 setlinewidth
  10626. 0.50528 0.63639 moveto 0.50935 0.63501 lineto 0.52628 0.63576 lineto gsave
  10627. 0.16 0.687 0.868 setrgbcolor
  10628. fill grestore
  10629. stroke
  10630. grestore
  10631. gsave
  10632. 0.002 setlinewidth
  10633. 0.65678 0.56419 moveto 0.64058 0.57707 lineto 0.64223 0.5547 lineto gsave
  10634. 0.9 0.954 0.825 setrgbcolor
  10635. fill grestore
  10636. stroke
  10637. grestore
  10638. gsave
  10639. 0.002 setlinewidth
  10640. 0.64223 0.5547 moveto 0.65892 0.53851 lineto 0.65678 0.56419 lineto gsave
  10641. 0.9 0.954 0.825 setrgbcolor
  10642. fill grestore
  10643. stroke
  10644. grestore
  10645. gsave
  10646. 0.002 setlinewidth
  10647. 0.5495 0.63442 moveto 0.54278 0.63352 lineto 0.55712 0.6285 lineto gsave
  10648. 0.474 0.889 0.923 setrgbcolor
  10649. fill grestore
  10650. stroke
  10651. grestore
  10652. gsave
  10653. 0.002 setlinewidth
  10654. 0.55712 0.6285 moveto 0.56853 0.62777 lineto 0.5495 0.63442 lineto gsave
  10655. 0.474 0.889 0.923 setrgbcolor
  10656. fill grestore
  10657. stroke
  10658. grestore
  10659. gsave
  10660. 0.002 setlinewidth
  10661. 0.42465 0.59767 moveto 0.44041 0.60595 lineto 0.45456 0.61949 lineto gsave
  10662. 0 0.407 0.849 setrgbcolor
  10663. fill grestore
  10664. stroke
  10665. grestore
  10666. gsave
  10667. 0.002 setlinewidth
  10668. 0.46767 0.62328 moveto 0.45456 0.61949 lineto 0.44041 0.60595 lineto gsave
  10669. 0.133 0.508 0.911 setrgbcolor
  10670. fill grestore
  10671. stroke
  10672. grestore
  10673. gsave
  10674. 0.002 setlinewidth
  10675. 0.45456 0.61949 moveto 0.46767 0.62328 lineto 0.48457 0.63154 lineto gsave
  10676. 0 0.477 0.84 setrgbcolor
  10677. fill grestore
  10678. stroke
  10679. grestore
  10680. gsave
  10681. 0.002 setlinewidth
  10682. 0.31487 0.32954 moveto 0.32818 0.35529 lineto 0.29552 0.39941 lineto gsave
  10683. 0.419 0.406 0.739 setrgbcolor
  10684. fill grestore
  10685. stroke
  10686. grestore
  10687. gsave
  10688. 0.002 setlinewidth
  10689. 0.3108 0.4216 moveto 0.29552 0.39941 lineto 0.32818 0.35529 lineto gsave
  10690. 0.42 0.408 0.74 setrgbcolor
  10691. fill grestore
  10692. stroke
  10693. grestore
  10694. gsave
  10695. 0.002 setlinewidth
  10696. 0.79271 0.2829 moveto 0.77845 0.30554 lineto 0.72486 0.25464 lineto gsave
  10697. 0.867 0.753 0.735 setrgbcolor
  10698. fill grestore
  10699. stroke
  10700. grestore
  10701. gsave
  10702. 0.002 setlinewidth
  10703. 0.72486 0.25464 moveto 0.73648 0.22842 lineto 0.79271 0.2829 lineto gsave
  10704. 0.867 0.753 0.735 setrgbcolor
  10705. fill grestore
  10706. stroke
  10707. grestore
  10708. gsave
  10709. 0.002 setlinewidth
  10710. 0.49371 0.63134 moveto 0.48457 0.63154 lineto 0.46767 0.62328 lineto gsave
  10711. 0.177 0.609 0.941 setrgbcolor
  10712. fill grestore
  10713. stroke
  10714. grestore
  10715. gsave
  10716. 0.002 setlinewidth
  10717. 0.48457 0.63154 moveto 0.49371 0.63134 lineto 0.50935 0.63501 lineto gsave
  10718. 0.125 0.632 0.9 setrgbcolor
  10719. fill grestore
  10720. stroke
  10721. grestore
  10722. gsave
  10723. 0.002 setlinewidth
  10724. 0.35758 0.48639 moveto 0.3735 0.50662 lineto 0.36785 0.53577 lineto gsave
  10725. 0.268 0.373 0.786 setrgbcolor
  10726. fill grestore
  10727. stroke
  10728. grestore
  10729. gsave
  10730. 0.002 setlinewidth
  10731. 0.38428 0.55152 moveto 0.36785 0.53577 lineto 0.3735 0.50662 lineto gsave
  10732. 0.291 0.397 0.799 setrgbcolor
  10733. fill grestore
  10734. stroke
  10735. grestore
  10736. gsave
  10737. 0.002 setlinewidth
  10738. 0.70786 0.48326 moveto 0.69174 0.50256 lineto 0.67623 0.47067 lineto gsave
  10739. 0.917 0.854 0.765 setrgbcolor
  10740. fill grestore
  10741. stroke
  10742. grestore
  10743. gsave
  10744. 0.002 setlinewidth
  10745. 0.67623 0.47067 moveto 0.69118 0.44786 lineto 0.70786 0.48326 lineto gsave
  10746. 0.917 0.854 0.765 setrgbcolor
  10747. fill grestore
  10748. stroke
  10749. grestore
  10750. gsave
  10751. 0.002 setlinewidth
  10752. 0.77845 0.30554 moveto 0.76413 0.32882 lineto 0.71324 0.28144 lineto gsave
  10753. 0.869 0.752 0.732 setrgbcolor
  10754. fill grestore
  10755. stroke
  10756. grestore
  10757. gsave
  10758. 0.002 setlinewidth
  10759. 0.71324 0.28144 moveto 0.72486 0.25464 lineto 0.77845 0.30554 lineto gsave
  10760. 0.869 0.752 0.732 setrgbcolor
  10761. fill grestore
  10762. stroke
  10763. grestore
  10764. gsave
  10765. 0.002 setlinewidth
  10766. 0.40094 0.56602 moveto 0.41779 0.57907 lineto 0.42465 0.59767 lineto gsave
  10767. 0.144 0.404 0.851 setrgbcolor
  10768. fill grestore
  10769. stroke
  10770. grestore
  10771. gsave
  10772. 0.002 setlinewidth
  10773. 0.44041 0.60595 moveto 0.42465 0.59767 lineto 0.41779 0.57907 lineto gsave
  10774. 0.221 0.465 0.88 setrgbcolor
  10775. fill grestore
  10776. stroke
  10777. grestore
  10778. gsave
  10779. 0.002 setlinewidth
  10780. 0.56853 0.62777 moveto 0.55712 0.6285 lineto 0.56781 0.6212 lineto gsave
  10781. 0.652 0.95 0.951 setrgbcolor
  10782. fill grestore
  10783. stroke
  10784. grestore
  10785. gsave
  10786. 0.002 setlinewidth
  10787. 0.56781 0.6212 moveto 0.58278 0.61809 lineto 0.56853 0.62777 lineto gsave
  10788. 0.652 0.95 0.951 setrgbcolor
  10789. fill grestore
  10790. stroke
  10791. grestore
  10792. gsave
  10793. 0.002 setlinewidth
  10794. 0.64058 0.57707 moveto 0.62415 0.58851 lineto 0.62537 0.56942 lineto gsave
  10795. 0.885 0.945 0.846 setrgbcolor
  10796. fill grestore
  10797. stroke
  10798. grestore
  10799. gsave
  10800. 0.002 setlinewidth
  10801. 0.62537 0.56942 moveto 0.64223 0.5547 lineto 0.64058 0.57707 lineto gsave
  10802. 0.885 0.945 0.846 setrgbcolor
  10803. fill grestore
  10804. stroke
  10805. grestore
  10806. gsave
  10807. 0.002 setlinewidth
  10808. 0.59754 0.61302 moveto 0.58278 0.61809 lineto 0.59066 0.60632 lineto gsave
  10809. 0.781 0.974 0.915 setrgbcolor
  10810. fill grestore
  10811. stroke
  10812. grestore
  10813. gsave
  10814. 0.002 setlinewidth
  10815. 0.59066 0.60632 moveto 0.6075 0.59832 lineto 0.59754 0.61302 lineto gsave
  10816. 0.781 0.974 0.915 setrgbcolor
  10817. fill grestore
  10818. stroke
  10819. grestore
  10820. gsave
  10821. 0.002 setlinewidth
  10822. 0.32818 0.35529 moveto 0.34156 0.38106 lineto 0.3108 0.4216 lineto gsave
  10823. 0.42 0.408 0.74 setrgbcolor
  10824. fill grestore
  10825. stroke
  10826. grestore
  10827. gsave
  10828. 0.002 setlinewidth
  10829. 0.32623 0.44365 moveto 0.3108 0.4216 lineto 0.34156 0.38106 lineto gsave
  10830. 0.423 0.412 0.742 setrgbcolor
  10831. fill grestore
  10832. stroke
  10833. grestore
  10834. gsave
  10835. 0.002 setlinewidth
  10836. 0.52486 0.63201 moveto 0.52628 0.63576 lineto 0.50935 0.63501 lineto gsave
  10837. 0.385 0.789 0.984 setrgbcolor
  10838. fill grestore
  10839. stroke
  10840. grestore
  10841. gsave
  10842. 0.002 setlinewidth
  10843. 0.52628 0.63576 moveto 0.52486 0.63201 lineto 0.53594 0.6305 lineto gsave
  10844. 0.466 0.847 0.985 setrgbcolor
  10845. fill grestore
  10846. stroke
  10847. grestore
  10848. gsave
  10849. 0.002 setlinewidth
  10850. 0.53594 0.6305 moveto 0.54278 0.63352 lineto 0.52628 0.63576 lineto gsave
  10851. 0.466 0.847 0.985 setrgbcolor
  10852. fill grestore
  10853. stroke
  10854. grestore
  10855. gsave
  10856. 0.002 setlinewidth
  10857. 0.51348 0.6315 moveto 0.50935 0.63501 lineto 0.49371 0.63134 lineto gsave
  10858. 0.351 0.737 0.986 setrgbcolor
  10859. fill grestore
  10860. stroke
  10861. grestore
  10862. gsave
  10863. 0.002 setlinewidth
  10864. 0.50935 0.63501 moveto 0.51348 0.6315 lineto 0.52486 0.63201 lineto gsave
  10865. 0.385 0.789 0.984 setrgbcolor
  10866. fill grestore
  10867. stroke
  10868. grestore
  10869. gsave
  10870. 0.002 setlinewidth
  10871. 0.69174 0.50256 moveto 0.67543 0.52106 lineto 0.66115 0.49261 lineto gsave
  10872. 0.91 0.853 0.774 setrgbcolor
  10873. fill grestore
  10874. stroke
  10875. grestore
  10876. gsave
  10877. 0.002 setlinewidth
  10878. 0.66115 0.49261 moveto 0.67623 0.47067 lineto 0.69174 0.50256 lineto gsave
  10879. 0.91 0.853 0.774 setrgbcolor
  10880. fill grestore
  10881. stroke
  10882. grestore
  10883. gsave
  10884. 0.002 setlinewidth
  10885. 0.76413 0.32882 moveto 0.74975 0.35255 lineto 0.7016 0.30863 lineto gsave
  10886. 0.87 0.752 0.729 setrgbcolor
  10887. fill grestore
  10888. stroke
  10889. grestore
  10890. gsave
  10891. 0.002 setlinewidth
  10892. 0.7016 0.30863 moveto 0.71324 0.28144 lineto 0.76413 0.32882 lineto gsave
  10893. 0.87 0.752 0.729 setrgbcolor
  10894. fill grestore
  10895. stroke
  10896. grestore
  10897. gsave
  10898. 0.002 setlinewidth
  10899. 0.3735 0.50662 moveto 0.38959 0.52577 lineto 0.38428 0.55152 lineto gsave
  10900. 0.291 0.397 0.799 setrgbcolor
  10901. fill grestore
  10902. stroke
  10903. grestore
  10904. gsave
  10905. 0.002 setlinewidth
  10906. 0.40094 0.56602 moveto 0.38428 0.55152 lineto 0.38959 0.52577 lineto gsave
  10907. 0.32 0.426 0.814 setrgbcolor
  10908. fill grestore
  10909. stroke
  10910. grestore
  10911. gsave
  10912. 0.002 setlinewidth
  10913. 0.44041 0.60595 moveto 0.4564 0.61242 lineto 0.46767 0.62328 lineto gsave
  10914. 0.133 0.508 0.911 setrgbcolor
  10915. fill grestore
  10916. stroke
  10917. grestore
  10918. gsave
  10919. 0.002 setlinewidth
  10920. 0.48099 0.62511 moveto 0.46767 0.62328 lineto 0.4564 0.61242 lineto gsave
  10921. 0.279 0.597 0.95 setrgbcolor
  10922. fill grestore
  10923. stroke
  10924. grestore
  10925. gsave
  10926. 0.002 setlinewidth
  10927. 0.46767 0.62328 moveto 0.48099 0.62511 lineto 0.49371 0.63134 lineto gsave
  10928. 0.177 0.609 0.941 setrgbcolor
  10929. fill grestore
  10930. stroke
  10931. grestore
  10932. gsave
  10933. 0.002 setlinewidth
  10934. 0.54278 0.63352 moveto 0.53594 0.6305 lineto 0.54555 0.62712 lineto gsave
  10935. 0.572 0.895 0.986 setrgbcolor
  10936. fill grestore
  10937. stroke
  10938. grestore
  10939. gsave
  10940. 0.002 setlinewidth
  10941. 0.54555 0.62712 moveto 0.55712 0.6285 lineto 0.54278 0.63352 lineto gsave
  10942. 0.572 0.895 0.986 setrgbcolor
  10943. fill grestore
  10944. stroke
  10945. grestore
  10946. gsave
  10947. 0.002 setlinewidth
  10948. 0.34156 0.38106 moveto 0.35503 0.40662 lineto 0.32623 0.44365 lineto gsave
  10949. 0.423 0.412 0.742 setrgbcolor
  10950. fill grestore
  10951. stroke
  10952. grestore
  10953. gsave
  10954. 0.002 setlinewidth
  10955. 0.34182 0.46532 moveto 0.32623 0.44365 lineto 0.35503 0.40662 lineto gsave
  10956. 0.428 0.419 0.747 setrgbcolor
  10957. fill grestore
  10958. stroke
  10959. grestore
  10960. gsave
  10961. 0.002 setlinewidth
  10962. 0.50299 0.62903 moveto 0.49371 0.63134 lineto 0.48099 0.62511 lineto gsave
  10963. 0.365 0.697 0.983 setrgbcolor
  10964. fill grestore
  10965. stroke
  10966. grestore
  10967. gsave
  10968. 0.002 setlinewidth
  10969. 0.49371 0.63134 moveto 0.50299 0.62903 lineto 0.51348 0.6315 lineto gsave
  10970. 0.351 0.737 0.986 setrgbcolor
  10971. fill grestore
  10972. stroke
  10973. grestore
  10974. gsave
  10975. 0.002 setlinewidth
  10976. 0.41779 0.57907 moveto 0.43484 0.59047 lineto 0.44041 0.60595 lineto gsave
  10977. 0.221 0.465 0.88 setrgbcolor
  10978. fill grestore
  10979. stroke
  10980. grestore
  10981. gsave
  10982. 0.002 setlinewidth
  10983. 0.4564 0.61242 moveto 0.44041 0.60595 lineto 0.43484 0.59047 lineto gsave
  10984. 0.302 0.527 0.905 setrgbcolor
  10985. fill grestore
  10986. stroke
  10987. grestore
  10988. gsave
  10989. 0.002 setlinewidth
  10990. 0.62415 0.58851 moveto 0.6075 0.59832 lineto 0.60835 0.58247 lineto gsave
  10991. 0.864 0.932 0.867 setrgbcolor
  10992. fill grestore
  10993. stroke
  10994. grestore
  10995. gsave
  10996. 0.002 setlinewidth
  10997. 0.60835 0.58247 moveto 0.62537 0.56942 lineto 0.62415 0.58851 lineto gsave
  10998. 0.864 0.932 0.867 setrgbcolor
  10999. fill grestore
  11000. stroke
  11001. grestore
  11002. gsave
  11003. 0.002 setlinewidth
  11004. 0.74975 0.35255 moveto 0.73528 0.37653 lineto 0.68993 0.33602 lineto gsave
  11005. 0.871 0.752 0.729 setrgbcolor
  11006. fill grestore
  11007. stroke
  11008. grestore
  11009. gsave
  11010. 0.002 setlinewidth
  11011. 0.68993 0.33602 moveto 0.7016 0.30863 lineto 0.74975 0.35255 lineto gsave
  11012. 0.871 0.752 0.729 setrgbcolor
  11013. fill grestore
  11014. stroke
  11015. grestore
  11016. gsave
  11017. 0.002 setlinewidth
  11018. 0.58278 0.61809 moveto 0.56781 0.6212 lineto 0.57366 0.61236 lineto gsave
  11019. 0.763 0.942 0.94 setrgbcolor
  11020. fill grestore
  11021. stroke
  11022. grestore
  11023. gsave
  11024. 0.002 setlinewidth
  11025. 0.57366 0.61236 moveto 0.59066 0.60632 lineto 0.58278 0.61809 lineto gsave
  11026. 0.763 0.942 0.94 setrgbcolor
  11027. fill grestore
  11028. stroke
  11029. grestore
  11030. gsave
  11031. 0.002 setlinewidth
  11032. 0.55712 0.6285 moveto 0.54555 0.62712 lineto 0.55267 0.62223 lineto gsave
  11033. 0.67 0.914 0.976 setrgbcolor
  11034. fill grestore
  11035. stroke
  11036. grestore
  11037. gsave
  11038. 0.002 setlinewidth
  11039. 0.55267 0.62223 moveto 0.56781 0.6212 lineto 0.55712 0.6285 lineto gsave
  11040. 0.67 0.914 0.976 setrgbcolor
  11041. fill grestore
  11042. stroke
  11043. grestore
  11044. gsave
  11045. 0.002 setlinewidth
  11046. 0.67543 0.52106 moveto 0.65892 0.53851 lineto 0.64594 0.51344 lineto gsave
  11047. 0.901 0.852 0.785 setrgbcolor
  11048. fill grestore
  11049. stroke
  11050. grestore
  11051. gsave
  11052. 0.002 setlinewidth
  11053. 0.64594 0.51344 moveto 0.66115 0.49261 lineto 0.67543 0.52106 lineto gsave
  11054. 0.901 0.852 0.785 setrgbcolor
  11055. fill grestore
  11056. stroke
  11057. grestore
  11058. gsave
  11059. 0.002 setlinewidth
  11060. 0.38959 0.52577 moveto 0.40583 0.54364 lineto 0.40094 0.56602 lineto gsave
  11061. 0.32 0.426 0.814 setrgbcolor
  11062. fill grestore
  11063. stroke
  11064. grestore
  11065. gsave
  11066. 0.002 setlinewidth
  11067. 0.41779 0.57907 moveto 0.40094 0.56602 lineto 0.40583 0.54364 lineto gsave
  11068. 0.352 0.46 0.831 setrgbcolor
  11069. fill grestore
  11070. stroke
  11071. grestore
  11072. gsave
  11073. 0.002 setlinewidth
  11074. 0.35503 0.40662 moveto 0.36859 0.43173 lineto 0.34182 0.46532 lineto gsave
  11075. 0.428 0.419 0.747 setrgbcolor
  11076. fill grestore
  11077. stroke
  11078. grestore
  11079. gsave
  11080. 0.002 setlinewidth
  11081. 0.35758 0.48639 moveto 0.34182 0.46532 lineto 0.36859 0.43173 lineto gsave
  11082. 0.434 0.428 0.753 setrgbcolor
  11083. fill grestore
  11084. stroke
  11085. grestore
  11086. gsave
  11087. 0.002 setlinewidth
  11088. 0.4564 0.61242 moveto 0.47257 0.61694 lineto 0.48099 0.62511 lineto gsave
  11089. 0.279 0.597 0.95 setrgbcolor
  11090. fill grestore
  11091. stroke
  11092. grestore
  11093. gsave
  11094. 0.002 setlinewidth
  11095. 0.4945 0.62485 moveto 0.48099 0.62511 lineto 0.47257 0.61694 lineto gsave
  11096. 0.409 0.667 0.966 setrgbcolor
  11097. fill grestore
  11098. stroke
  11099. grestore
  11100. gsave
  11101. 0.002 setlinewidth
  11102. 0.48099 0.62511 moveto 0.4945 0.62485 lineto 0.50299 0.62903 lineto gsave
  11103. 0.365 0.697 0.983 setrgbcolor
  11104. fill grestore
  11105. stroke
  11106. grestore
  11107. gsave
  11108. 0.002 setlinewidth
  11109. 0.73528 0.37653 moveto 0.7207 0.40056 lineto 0.67821 0.36339 lineto gsave
  11110. 0.87 0.752 0.73 setrgbcolor
  11111. fill grestore
  11112. stroke
  11113. grestore
  11114. gsave
  11115. 0.002 setlinewidth
  11116. 0.67821 0.36339 moveto 0.68993 0.33602 lineto 0.73528 0.37653 lineto gsave
  11117. 0.87 0.752 0.73 setrgbcolor
  11118. fill grestore
  11119. stroke
  11120. grestore
  11121. gsave
  11122. 0.002 setlinewidth
  11123. 0.27525 0.25442 moveto 0.26206 0.2307 lineto 0.33689 0.17937 lineto gsave
  11124. 0.548 0.48 0.731 setrgbcolor
  11125. fill grestore
  11126. stroke
  11127. grestore
  11128. gsave
  11129. 0.002 setlinewidth
  11130. 0.52342 0.626 moveto 0.52486 0.63201 lineto 0.51348 0.6315 lineto gsave
  11131. 0.534 0.806 0.996 setrgbcolor
  11132. fill grestore
  11133. stroke
  11134. grestore
  11135. gsave
  11136. 0.002 setlinewidth
  11137. 0.52486 0.63201 moveto 0.52342 0.626 lineto 0.52899 0.62524 lineto gsave
  11138. 0.574 0.834 0.994 setrgbcolor
  11139. fill grestore
  11140. stroke
  11141. grestore
  11142. gsave
  11143. 0.002 setlinewidth
  11144. 0.52899 0.62524 moveto 0.53594 0.6305 lineto 0.52486 0.63201 lineto gsave
  11145. 0.574 0.834 0.994 setrgbcolor
  11146. fill grestore
  11147. stroke
  11148. grestore
  11149. gsave
  11150. 0.002 setlinewidth
  11151. 0.6075 0.59832 moveto 0.59066 0.60632 lineto 0.5912 0.59368 lineto gsave
  11152. 0.838 0.915 0.887 setrgbcolor
  11153. fill grestore
  11154. stroke
  11155. grestore
  11156. gsave
  11157. 0.002 setlinewidth
  11158. 0.5912 0.59368 moveto 0.60835 0.58247 lineto 0.6075 0.59832 lineto gsave
  11159. 0.838 0.915 0.887 setrgbcolor
  11160. fill grestore
  11161. stroke
  11162. grestore
  11163. gsave
  11164. 0.002 setlinewidth
  11165. 0.43484 0.59047 moveto 0.45205 0.60006 lineto 0.4564 0.61242 lineto gsave
  11166. 0.302 0.527 0.905 setrgbcolor
  11167. fill grestore
  11168. stroke
  11169. grestore
  11170. gsave
  11171. 0.002 setlinewidth
  11172. 0.47257 0.61694 moveto 0.4564 0.61242 lineto 0.45205 0.60006 lineto gsave
  11173. 0.384 0.588 0.924 setrgbcolor
  11174. fill grestore
  11175. stroke
  11176. grestore
  11177. gsave
  11178. 0.002 setlinewidth
  11179. 0.51769 0.62575 moveto 0.51348 0.6315 lineto 0.50299 0.62903 lineto gsave
  11180. 0.511 0.774 0.991 setrgbcolor
  11181. fill grestore
  11182. stroke
  11183. grestore
  11184. gsave
  11185. 0.002 setlinewidth
  11186. 0.51348 0.6315 moveto 0.51769 0.62575 lineto 0.52342 0.626 lineto gsave
  11187. 0.534 0.806 0.996 setrgbcolor
  11188. fill grestore
  11189. stroke
  11190. grestore
  11191. gsave
  11192. 0.002 setlinewidth
  11193. 0.53594 0.6305 moveto 0.52899 0.62524 lineto 0.53382 0.62354 lineto gsave
  11194. 0.622 0.853 0.986 setrgbcolor
  11195. fill grestore
  11196. stroke
  11197. grestore
  11198. gsave
  11199. 0.002 setlinewidth
  11200. 0.53382 0.62354 moveto 0.54555 0.62712 lineto 0.53594 0.6305 lineto gsave
  11201. 0.622 0.853 0.986 setrgbcolor
  11202. fill grestore
  11203. stroke
  11204. grestore
  11205. gsave
  11206. 0.002 setlinewidth
  11207. 0.65892 0.53851 moveto 0.64223 0.5547 lineto 0.63062 0.53295 lineto gsave
  11208. 0.89 0.85 0.798 setrgbcolor
  11209. fill grestore
  11210. stroke
  11211. grestore
  11212. gsave
  11213. 0.002 setlinewidth
  11214. 0.63062 0.53295 moveto 0.64594 0.51344 lineto 0.65892 0.53851 lineto gsave
  11215. 0.89 0.85 0.798 setrgbcolor
  11216. fill grestore
  11217. stroke
  11218. grestore
  11219. gsave
  11220. 0.002 setlinewidth
  11221. 0.40583 0.54364 moveto 0.4222 0.56 lineto 0.41779 0.57907 lineto gsave
  11222. 0.352 0.46 0.831 setrgbcolor
  11223. fill grestore
  11224. stroke
  11225. grestore
  11226. gsave
  11227. 0.002 setlinewidth
  11228. 0.43484 0.59047 moveto 0.41779 0.57907 lineto 0.4222 0.56 lineto gsave
  11229. 0.388 0.498 0.849 setrgbcolor
  11230. fill grestore
  11231. stroke
  11232. grestore
  11233. gsave
  11234. 0.002 setlinewidth
  11235. 0.33689 0.17937 moveto 0.34652 0.20636 lineto 0.27525 0.25442 lineto gsave
  11236. 0.548 0.48 0.731 setrgbcolor
  11237. fill grestore
  11238. stroke
  11239. grestore
  11240. gsave
  11241. 0.002 setlinewidth
  11242. 0.28843 0.27891 moveto 0.27525 0.25442 lineto 0.34652 0.20636 lineto gsave
  11243. 0.544 0.473 0.726 setrgbcolor
  11244. fill grestore
  11245. stroke
  11246. grestore
  11247. gsave
  11248. 0.002 setlinewidth
  11249. 0.56781 0.6212 moveto 0.55267 0.62223 lineto 0.55652 0.61633 lineto gsave
  11250. 0.736 0.899 0.952 setrgbcolor
  11251. fill grestore
  11252. stroke
  11253. grestore
  11254. gsave
  11255. 0.002 setlinewidth
  11256. 0.55652 0.61633 moveto 0.57366 0.61236 lineto 0.56781 0.6212 lineto gsave
  11257. 0.736 0.899 0.952 setrgbcolor
  11258. fill grestore
  11259. stroke
  11260. grestore
  11261. gsave
  11262. 0.002 setlinewidth
  11263. 0.51242 0.6245 moveto 0.50299 0.62903 lineto 0.4945 0.62485 lineto gsave
  11264. 0.507 0.744 0.98 setrgbcolor
  11265. fill grestore
  11266. stroke
  11267. grestore
  11268. gsave
  11269. 0.002 setlinewidth
  11270. 0.50299 0.62903 moveto 0.51242 0.6245 lineto 0.51769 0.62575 lineto gsave
  11271. 0.511 0.774 0.991 setrgbcolor
  11272. fill grestore
  11273. stroke
  11274. grestore
  11275. gsave
  11276. 0.002 setlinewidth
  11277. 0.36859 0.43173 moveto 0.38225 0.45618 lineto 0.35758 0.48639 lineto gsave
  11278. 0.434 0.428 0.753 setrgbcolor
  11279. fill grestore
  11280. stroke
  11281. grestore
  11282. gsave
  11283. 0.002 setlinewidth
  11284. 0.3735 0.50662 moveto 0.35758 0.48639 lineto 0.38225 0.45618 lineto gsave
  11285. 0.443 0.44 0.761 setrgbcolor
  11286. fill grestore
  11287. stroke
  11288. grestore
  11289. gsave
  11290. 0.002 setlinewidth
  11291. 0.7207 0.40056 moveto 0.70601 0.42442 lineto 0.66642 0.39051 lineto gsave
  11292. 0.869 0.752 0.732 setrgbcolor
  11293. fill grestore
  11294. stroke
  11295. grestore
  11296. gsave
  11297. 0.002 setlinewidth
  11298. 0.66642 0.39051 moveto 0.67821 0.36339 lineto 0.7207 0.40056 lineto gsave
  11299. 0.869 0.752 0.732 setrgbcolor
  11300. fill grestore
  11301. stroke
  11302. grestore
  11303. gsave
  11304. 0.002 setlinewidth
  11305. 0.54555 0.62712 moveto 0.53382 0.62354 lineto 0.53737 0.62108 lineto gsave
  11306. 0.668 0.857 0.972 setrgbcolor
  11307. fill grestore
  11308. stroke
  11309. grestore
  11310. gsave
  11311. 0.002 setlinewidth
  11312. 0.53737 0.62108 moveto 0.55267 0.62223 lineto 0.54555 0.62712 lineto gsave
  11313. 0.668 0.857 0.972 setrgbcolor
  11314. fill grestore
  11315. stroke
  11316. grestore
  11317. gsave
  11318. 0.002 setlinewidth
  11319. 0.34652 0.20636 moveto 0.35612 0.23407 lineto 0.28843 0.27891 lineto gsave
  11320. 0.544 0.473 0.726 setrgbcolor
  11321. fill grestore
  11322. stroke
  11323. grestore
  11324. gsave
  11325. 0.002 setlinewidth
  11326. 0.30163 0.30401 moveto 0.28843 0.27891 lineto 0.35612 0.23407 lineto gsave
  11327. 0.542 0.469 0.723 setrgbcolor
  11328. fill grestore
  11329. stroke
  11330. grestore
  11331. gsave
  11332. 0.002 setlinewidth
  11333. 0.59066 0.60632 moveto 0.57366 0.61236 lineto 0.57396 0.60291 lineto gsave
  11334. 0.806 0.892 0.905 setrgbcolor
  11335. fill grestore
  11336. stroke
  11337. grestore
  11338. gsave
  11339. 0.002 setlinewidth
  11340. 0.57396 0.60291 moveto 0.5912 0.59368 lineto 0.59066 0.60632 lineto gsave
  11341. 0.806 0.892 0.905 setrgbcolor
  11342. fill grestore
  11343. stroke
  11344. grestore
  11345. gsave
  11346. 0.002 setlinewidth
  11347. 0.45205 0.60006 moveto 0.4694 0.60767 lineto 0.47257 0.61694 lineto gsave
  11348. 0.384 0.588 0.924 setrgbcolor
  11349. fill grestore
  11350. stroke
  11351. grestore
  11352. gsave
  11353. 0.002 setlinewidth
  11354. 0.48891 0.61938 moveto 0.47257 0.61694 lineto 0.4694 0.60767 lineto gsave
  11355. 0.465 0.646 0.937 setrgbcolor
  11356. fill grestore
  11357. stroke
  11358. grestore
  11359. gsave
  11360. 0.002 setlinewidth
  11361. 0.47257 0.61694 moveto 0.48891 0.61938 lineto 0.4945 0.62485 lineto gsave
  11362. 0.409 0.667 0.966 setrgbcolor
  11363. fill grestore
  11364. stroke
  11365. grestore
  11366. gsave
  11367. 0.002 setlinewidth
  11368. 0.50816 0.62239 moveto 0.4945 0.62485 lineto 0.48891 0.61938 lineto gsave
  11369. 0.519 0.718 0.963 setrgbcolor
  11370. fill grestore
  11371. stroke
  11372. grestore
  11373. gsave
  11374. 0.002 setlinewidth
  11375. 0.4945 0.62485 moveto 0.50816 0.62239 lineto 0.51242 0.6245 lineto gsave
  11376. 0.507 0.744 0.98 setrgbcolor
  11377. fill grestore
  11378. stroke
  11379. grestore
  11380. gsave
  11381. 0.002 setlinewidth
  11382. 0.64223 0.5547 moveto 0.62537 0.56942 lineto 0.61521 0.55092 lineto gsave
  11383. 0.875 0.848 0.813 setrgbcolor
  11384. fill grestore
  11385. stroke
  11386. grestore
  11387. gsave
  11388. 0.002 setlinewidth
  11389. 0.61521 0.55092 moveto 0.63062 0.53295 lineto 0.64223 0.5547 lineto gsave
  11390. 0.875 0.848 0.813 setrgbcolor
  11391. fill grestore
  11392. stroke
  11393. grestore
  11394. gsave
  11395. 0.002 setlinewidth
  11396. 0.4222 0.56 moveto 0.43869 0.57468 lineto 0.43484 0.59047 lineto gsave
  11397. 0.388 0.498 0.849 setrgbcolor
  11398. fill grestore
  11399. stroke
  11400. grestore
  11401. gsave
  11402. 0.002 setlinewidth
  11403. 0.45205 0.60006 moveto 0.43484 0.59047 lineto 0.43869 0.57468 lineto gsave
  11404. 0.429 0.54 0.868 setrgbcolor
  11405. fill grestore
  11406. stroke
  11407. grestore
  11408. gsave
  11409. 0.002 setlinewidth
  11410. 0.38225 0.45618 moveto 0.39601 0.47971 lineto 0.3735 0.50662 lineto gsave
  11411. 0.443 0.44 0.761 setrgbcolor
  11412. fill grestore
  11413. stroke
  11414. grestore
  11415. gsave
  11416. 0.002 setlinewidth
  11417. 0.38959 0.52577 moveto 0.3735 0.50662 lineto 0.39601 0.47971 lineto gsave
  11418. 0.454 0.456 0.771 setrgbcolor
  11419. fill grestore
  11420. stroke
  11421. grestore
  11422. gsave
  11423. 0.002 setlinewidth
  11424. 0.70601 0.42442 moveto 0.69118 0.44786 lineto 0.65458 0.41717 lineto gsave
  11425. 0.866 0.753 0.736 setrgbcolor
  11426. fill grestore
  11427. stroke
  11428. grestore
  11429. gsave
  11430. 0.002 setlinewidth
  11431. 0.65458 0.41717 moveto 0.66642 0.39051 lineto 0.70601 0.42442 lineto gsave
  11432. 0.866 0.753 0.736 setrgbcolor
  11433. fill grestore
  11434. stroke
  11435. grestore
  11436. gsave
  11437. 0.002 setlinewidth
  11438. 0.35612 0.23407 moveto 0.3657 0.26234 lineto 0.30163 0.30401 lineto gsave
  11439. 0.542 0.469 0.723 setrgbcolor
  11440. fill grestore
  11441. stroke
  11442. grestore
  11443. gsave
  11444. 0.002 setlinewidth
  11445. 0.31487 0.32954 moveto 0.30163 0.30401 lineto 0.3657 0.26234 lineto gsave
  11446. 0.541 0.466 0.721 setrgbcolor
  11447. fill grestore
  11448. stroke
  11449. grestore
  11450. gsave
  11451. 0.002 setlinewidth
  11452. 0.55267 0.62223 moveto 0.53737 0.62108 lineto 0.53927 0.61811 lineto gsave
  11453. 0.702 0.848 0.953 setrgbcolor
  11454. fill grestore
  11455. stroke
  11456. grestore
  11457. gsave
  11458. 0.002 setlinewidth
  11459. 0.53927 0.61811 moveto 0.55652 0.61633 lineto 0.55267 0.62223 lineto gsave
  11460. 0.702 0.848 0.953 setrgbcolor
  11461. fill grestore
  11462. stroke
  11463. grestore
  11464. gsave
  11465. 0.002 setlinewidth
  11466. 0.52196 0.61767 moveto 0.52342 0.626 lineto 0.51769 0.62575 lineto closepath gsave
  11467. 0.617 0.782 0.96 setrgbcolor
  11468. fill grestore
  11469. stroke
  11470. grestore
  11471. gsave
  11472. 0.002 setlinewidth
  11473. 0.52196 0.61767 moveto 0.52899 0.62524 lineto 0.52342 0.626 lineto closepath gsave
  11474. 0.628 0.79 0.96 setrgbcolor
  11475. fill grestore
  11476. stroke
  11477. grestore
  11478. gsave
  11479. 0.002 setlinewidth
  11480. 0.52196 0.61767 moveto 0.51769 0.62575 lineto 0.51242 0.6245 lineto closepath gsave
  11481. 0.61 0.772 0.958 setrgbcolor
  11482. fill grestore
  11483. stroke
  11484. grestore
  11485. gsave
  11486. 0.002 setlinewidth
  11487. 0.57366 0.61236 moveto 0.55652 0.61633 lineto 0.55665 0.61003 lineto gsave
  11488. 0.767 0.863 0.92 setrgbcolor
  11489. fill grestore
  11490. stroke
  11491. grestore
  11492. gsave
  11493. 0.002 setlinewidth
  11494. 0.55665 0.61003 moveto 0.57396 0.60291 lineto 0.57366 0.61236 lineto gsave
  11495. 0.767 0.863 0.92 setrgbcolor
  11496. fill grestore
  11497. stroke
  11498. grestore
  11499. gsave
  11500. 0.002 setlinewidth
  11501. 0.52196 0.61767 moveto 0.53382 0.62354 lineto 0.52899 0.62524 lineto closepath gsave
  11502. 0.64 0.794 0.956 setrgbcolor
  11503. fill grestore
  11504. stroke
  11505. grestore
  11506. gsave
  11507. 0.002 setlinewidth
  11508. 0.62537 0.56942 moveto 0.60835 0.58247 lineto 0.59971 0.56718 lineto gsave
  11509. 0.858 0.844 0.83 setrgbcolor
  11510. fill grestore
  11511. stroke
  11512. grestore
  11513. gsave
  11514. 0.002 setlinewidth
  11515. 0.59971 0.56718 moveto 0.61521 0.55092 lineto 0.62537 0.56942 lineto gsave
  11516. 0.858 0.844 0.83 setrgbcolor
  11517. fill grestore
  11518. stroke
  11519. grestore
  11520. gsave
  11521. 0.002 setlinewidth
  11522. 0.52196 0.61767 moveto 0.51242 0.6245 lineto 0.50816 0.62239 lineto closepath gsave
  11523. 0.606 0.762 0.954 setrgbcolor
  11524. fill grestore
  11525. stroke
  11526. grestore
  11527. gsave
  11528. 0.002 setlinewidth
  11529. 0.43869 0.57468 moveto 0.45528 0.58749 lineto 0.45205 0.60006 lineto gsave
  11530. 0.429 0.54 0.868 setrgbcolor
  11531. fill grestore
  11532. stroke
  11533. grestore
  11534. gsave
  11535. 0.002 setlinewidth
  11536. 0.4694 0.60767 moveto 0.45205 0.60006 lineto 0.45528 0.58749 lineto gsave
  11537. 0.472 0.586 0.887 setrgbcolor
  11538. fill grestore
  11539. stroke
  11540. grestore
  11541. gsave
  11542. 0.002 setlinewidth
  11543. 0.4694 0.60767 moveto 0.48686 0.6132 lineto 0.48891 0.61938 lineto gsave
  11544. 0.465 0.646 0.937 setrgbcolor
  11545. fill grestore
  11546. stroke
  11547. grestore
  11548. gsave
  11549. 0.002 setlinewidth
  11550. 0.50538 0.61965 moveto 0.48891 0.61938 lineto 0.48686 0.6132 lineto gsave
  11551. 0.541 0.699 0.942 setrgbcolor
  11552. fill grestore
  11553. stroke
  11554. grestore
  11555. gsave
  11556. 0.002 setlinewidth
  11557. 0.48891 0.61938 moveto 0.50538 0.61965 lineto 0.50816 0.62239 lineto gsave
  11558. 0.519 0.718 0.963 setrgbcolor
  11559. fill grestore
  11560. stroke
  11561. grestore
  11562. gsave
  11563. 0.002 setlinewidth
  11564. 0.52196 0.61767 moveto 0.53737 0.62108 lineto 0.53382 0.62354 lineto closepath gsave
  11565. 0.653 0.796 0.951 setrgbcolor
  11566. fill grestore
  11567. stroke
  11568. grestore
  11569. gsave
  11570. 0.002 setlinewidth
  11571. 0.3657 0.26234 moveto 0.3753 0.29097 lineto 0.31487 0.32954 lineto gsave
  11572. 0.541 0.466 0.721 setrgbcolor
  11573. fill grestore
  11574. stroke
  11575. grestore
  11576. gsave
  11577. 0.002 setlinewidth
  11578. 0.32818 0.35529 moveto 0.31487 0.32954 lineto 0.3753 0.29097 lineto gsave
  11579. 0.54 0.465 0.72 setrgbcolor
  11580. fill grestore
  11581. stroke
  11582. grestore
  11583. gsave
  11584. 0.002 setlinewidth
  11585. 0.39601 0.47971 moveto 0.40985 0.50211 lineto 0.38959 0.52577 lineto gsave
  11586. 0.454 0.456 0.771 setrgbcolor
  11587. fill grestore
  11588. stroke
  11589. grestore
  11590. gsave
  11591. 0.002 setlinewidth
  11592. 0.40583 0.54364 moveto 0.38959 0.52577 lineto 0.40985 0.50211 lineto gsave
  11593. 0.467 0.475 0.783 setrgbcolor
  11594. fill grestore
  11595. stroke
  11596. grestore
  11597. gsave
  11598. 0.002 setlinewidth
  11599. 0.69118 0.44786 moveto 0.67623 0.47067 lineto 0.64266 0.44311 lineto gsave
  11600. 0.863 0.755 0.741 setrgbcolor
  11601. fill grestore
  11602. stroke
  11603. grestore
  11604. gsave
  11605. 0.002 setlinewidth
  11606. 0.64266 0.44311 moveto 0.65458 0.41717 lineto 0.69118 0.44786 lineto gsave
  11607. 0.863 0.755 0.741 setrgbcolor
  11608. fill grestore
  11609. stroke
  11610. grestore
  11611. gsave
  11612. 0.002 setlinewidth
  11613. 0.52196 0.61767 moveto 0.50816 0.62239 lineto 0.50538 0.61965 lineto closepath gsave
  11614. 0.607 0.753 0.948 setrgbcolor
  11615. fill grestore
  11616. stroke
  11617. grestore
  11618. gsave
  11619. 0.002 setlinewidth
  11620. 0.55652 0.61633 moveto 0.53927 0.61811 lineto 0.5393 0.61497 lineto gsave
  11621. 0.722 0.828 0.931 setrgbcolor
  11622. fill grestore
  11623. stroke
  11624. grestore
  11625. gsave
  11626. 0.002 setlinewidth
  11627. 0.5393 0.61497 moveto 0.55665 0.61003 lineto 0.55652 0.61633 lineto gsave
  11628. 0.722 0.828 0.931 setrgbcolor
  11629. fill grestore
  11630. stroke
  11631. grestore
  11632. gsave
  11633. 0.002 setlinewidth
  11634. 0.60835 0.58247 moveto 0.5912 0.59368 lineto 0.58416 0.58153 lineto gsave
  11635. 0.835 0.839 0.849 setrgbcolor
  11636. fill grestore
  11637. stroke
  11638. grestore
  11639. gsave
  11640. 0.002 setlinewidth
  11641. 0.58416 0.58153 moveto 0.59971 0.56718 lineto 0.60835 0.58247 lineto gsave
  11642. 0.835 0.839 0.849 setrgbcolor
  11643. fill grestore
  11644. stroke
  11645. grestore
  11646. gsave
  11647. 0.002 setlinewidth
  11648. 0.52196 0.61767 moveto 0.53927 0.61811 lineto 0.53737 0.62108 lineto closepath gsave
  11649. 0.663 0.793 0.944 setrgbcolor
  11650. fill grestore
  11651. stroke
  11652. grestore
  11653. gsave
  11654. 0.002 setlinewidth
  11655. 0.45528 0.58749 moveto 0.47193 0.59829 lineto 0.4694 0.60767 lineto gsave
  11656. 0.472 0.586 0.887 setrgbcolor
  11657. fill grestore
  11658. stroke
  11659. grestore
  11660. gsave
  11661. 0.002 setlinewidth
  11662. 0.48686 0.6132 moveto 0.4694 0.60767 lineto 0.47193 0.59829 lineto gsave
  11663. 0.519 0.636 0.905 setrgbcolor
  11664. fill grestore
  11665. stroke
  11666. grestore
  11667. gsave
  11668. 0.002 setlinewidth
  11669. 0.48686 0.6132 moveto 0.50439 0.61655 lineto 0.50538 0.61965 lineto gsave
  11670. 0.541 0.699 0.942 setrgbcolor
  11671. fill grestore
  11672. stroke
  11673. grestore
  11674. gsave
  11675. 0.002 setlinewidth
  11676. 0.52196 0.61767 moveto 0.50538 0.61965 lineto 0.50439 0.61655 lineto closepath gsave
  11677. 0.611 0.745 0.94 setrgbcolor
  11678. fill grestore
  11679. stroke
  11680. grestore
  11681. gsave
  11682. 0.002 setlinewidth
  11683. 0.3753 0.29097 moveto 0.38491 0.31976 lineto 0.32818 0.35529 lineto gsave
  11684. 0.54 0.465 0.72 setrgbcolor
  11685. fill grestore
  11686. stroke
  11687. grestore
  11688. gsave
  11689. 0.002 setlinewidth
  11690. 0.34156 0.38106 moveto 0.32818 0.35529 lineto 0.38491 0.31976 lineto gsave
  11691. 0.541 0.466 0.721 setrgbcolor
  11692. fill grestore
  11693. stroke
  11694. grestore
  11695. gsave
  11696. 0.002 setlinewidth
  11697. 0.40985 0.50211 moveto 0.42378 0.52314 lineto 0.40583 0.54364 lineto gsave
  11698. 0.467 0.475 0.783 setrgbcolor
  11699. fill grestore
  11700. stroke
  11701. grestore
  11702. gsave
  11703. 0.002 setlinewidth
  11704. 0.4222 0.56 moveto 0.40583 0.54364 lineto 0.42378 0.52314 lineto gsave
  11705. 0.482 0.497 0.797 setrgbcolor
  11706. fill grestore
  11707. stroke
  11708. grestore
  11709. gsave
  11710. 0.002 setlinewidth
  11711. 0.67623 0.47067 moveto 0.66115 0.49261 lineto 0.63069 0.4681 lineto gsave
  11712. 0.859 0.756 0.749 setrgbcolor
  11713. fill grestore
  11714. stroke
  11715. grestore
  11716. gsave
  11717. 0.002 setlinewidth
  11718. 0.63069 0.4681 moveto 0.64266 0.44311 lineto 0.67623 0.47067 lineto gsave
  11719. 0.859 0.756 0.749 setrgbcolor
  11720. fill grestore
  11721. stroke
  11722. grestore
  11723. gsave
  11724. 0.002 setlinewidth
  11725. 0.47193 0.59829 moveto 0.48861 0.60697 lineto 0.48686 0.6132 lineto gsave
  11726. 0.519 0.636 0.905 setrgbcolor
  11727. fill grestore
  11728. stroke
  11729. grestore
  11730. gsave
  11731. 0.002 setlinewidth
  11732. 0.50439 0.61655 moveto 0.48686 0.6132 lineto 0.48861 0.60697 lineto gsave
  11733. 0.568 0.687 0.92 setrgbcolor
  11734. fill grestore
  11735. stroke
  11736. grestore
  11737. gsave
  11738. 0.002 setlinewidth
  11739. 0.52196 0.61767 moveto 0.5393 0.61497 lineto 0.53927 0.61811 lineto closepath gsave
  11740. 0.671 0.788 0.937 setrgbcolor
  11741. fill grestore
  11742. stroke
  11743. grestore
  11744. gsave
  11745. 0.002 setlinewidth
  11746. 0.5912 0.59368 moveto 0.57396 0.60291 lineto 0.56858 0.59386 lineto gsave
  11747. 0.807 0.831 0.869 setrgbcolor
  11748. fill grestore
  11749. stroke
  11750. grestore
  11751. gsave
  11752. 0.002 setlinewidth
  11753. 0.56858 0.59386 moveto 0.58416 0.58153 lineto 0.5912 0.59368 lineto gsave
  11754. 0.807 0.831 0.869 setrgbcolor
  11755. fill grestore
  11756. stroke
  11757. grestore
  11758. gsave
  11759. 0.002 setlinewidth
  11760. 0.48861 0.60697 moveto 0.5053 0.61345 lineto 0.50439 0.61655 lineto gsave
  11761. 0.568 0.687 0.92 setrgbcolor
  11762. fill grestore
  11763. stroke
  11764. grestore
  11765. gsave
  11766. 0.002 setlinewidth
  11767. 0.52196 0.61767 moveto 0.50439 0.61655 lineto 0.5053 0.61345 lineto closepath gsave
  11768. 0.618 0.739 0.933 setrgbcolor
  11769. fill grestore
  11770. stroke
  11771. grestore
  11772. gsave
  11773. 0.002 setlinewidth
  11774. 0.57396 0.60291 moveto 0.55665 0.61003 lineto 0.553 0.60404 lineto gsave
  11775. 0.772 0.819 0.89 setrgbcolor
  11776. fill grestore
  11777. stroke
  11778. grestore
  11779. gsave
  11780. 0.002 setlinewidth
  11781. 0.553 0.60404 moveto 0.56858 0.59386 lineto 0.57396 0.60291 lineto gsave
  11782. 0.772 0.819 0.89 setrgbcolor
  11783. fill grestore
  11784. stroke
  11785. grestore
  11786. gsave
  11787. 0.002 setlinewidth
  11788. 0.52196 0.61767 moveto 0.5339 0.60949 lineto 0.53745 0.61199 lineto closepath gsave
  11789. 0.675 0.771 0.923 setrgbcolor
  11790. fill grestore
  11791. stroke
  11792. grestore
  11793. gsave
  11794. 0.002 setlinewidth
  11795. 0.52196 0.61767 moveto 0.52904 0.60776 lineto 0.5339 0.60949 lineto closepath gsave
  11796. 0.671 0.761 0.918 setrgbcolor
  11797. fill grestore
  11798. stroke
  11799. grestore
  11800. gsave
  11801. 0.002 setlinewidth
  11802. 0.52196 0.61767 moveto 0.5234 0.60698 lineto 0.52904 0.60776 lineto closepath gsave
  11803. 0.666 0.752 0.915 setrgbcolor
  11804. fill grestore
  11805. stroke
  11806. grestore
  11807. gsave
  11808. 0.002 setlinewidth
  11809. 0.52196 0.61767 moveto 0.5176 0.60724 lineto 0.5234 0.60698 lineto closepath gsave
  11810. 0.657 0.745 0.914 setrgbcolor
  11811. fill grestore
  11812. stroke
  11813. grestore
  11814. gsave
  11815. 0.002 setlinewidth
  11816. 0.52196 0.61767 moveto 0.51228 0.60852 lineto 0.5176 0.60724 lineto closepath gsave
  11817. 0.648 0.739 0.916 setrgbcolor
  11818. fill grestore
  11819. stroke
  11820. grestore
  11821. gsave
  11822. 0.002 setlinewidth
  11823. 0.52196 0.61767 moveto 0.50803 0.61067 lineto 0.51228 0.60852 lineto closepath gsave
  11824. 0.638 0.737 0.92 setrgbcolor
  11825. fill grestore
  11826. stroke
  11827. grestore
  11828. gsave
  11829. 0.002 setlinewidth
  11830. 0.52196 0.61767 moveto 0.5053 0.61345 lineto 0.50803 0.61067 lineto closepath gsave
  11831. 0.627 0.737 0.926 setrgbcolor
  11832. fill grestore
  11833. stroke
  11834. grestore
  11835. gsave
  11836. 0.002 setlinewidth
  11837. 0.52196 0.61767 moveto 0.53745 0.61199 lineto 0.5393 0.61497 lineto closepath gsave
  11838. 0.674 0.78 0.929 setrgbcolor
  11839. fill grestore
  11840. stroke
  11841. grestore
  11842. gsave
  11843. 0.002 setlinewidth
  11844. 0.42378 0.52314 moveto 0.43778 0.54261 lineto 0.4222 0.56 lineto gsave
  11845. 0.482 0.497 0.797 setrgbcolor
  11846. fill grestore
  11847. stroke
  11848. grestore
  11849. gsave
  11850. 0.002 setlinewidth
  11851. 0.43869 0.57468 moveto 0.4222 0.56 lineto 0.43778 0.54261 lineto gsave
  11852. 0.499 0.524 0.813 setrgbcolor
  11853. fill grestore
  11854. stroke
  11855. grestore
  11856. gsave
  11857. 0.002 setlinewidth
  11858. 0.38491 0.31976 moveto 0.39454 0.3485 lineto 0.34156 0.38106 lineto gsave
  11859. 0.541 0.466 0.721 setrgbcolor
  11860. fill grestore
  11861. stroke
  11862. grestore
  11863. gsave
  11864. 0.002 setlinewidth
  11865. 0.35503 0.40662 moveto 0.34156 0.38106 lineto 0.39454 0.3485 lineto gsave
  11866. 0.542 0.469 0.723 setrgbcolor
  11867. fill grestore
  11868. stroke
  11869. grestore
  11870. gsave
  11871. 0.002 setlinewidth
  11872. 0.74812 0.20295 moveto 0.73648 0.22842 lineto 0.65172 0.18876 lineto gsave
  11873. 0.806 0.679 0.723 setrgbcolor
  11874. fill grestore
  11875. stroke
  11876. grestore
  11877. gsave
  11878. 0.002 setlinewidth
  11879. 0.65172 0.18876 moveto 0.65892 0.16053 lineto 0.74812 0.20295 lineto gsave
  11880. 0.806 0.679 0.723 setrgbcolor
  11881. fill grestore
  11882. stroke
  11883. grestore
  11884. gsave
  11885. 0.002 setlinewidth
  11886. 0.55665 0.61003 moveto 0.5393 0.61497 lineto 0.53745 0.61199 lineto gsave
  11887. 0.728 0.803 0.91 setrgbcolor
  11888. fill grestore
  11889. stroke
  11890. grestore
  11891. gsave
  11892. 0.002 setlinewidth
  11893. 0.53745 0.61199 moveto 0.553 0.60404 lineto 0.55665 0.61003 lineto gsave
  11894. 0.728 0.803 0.91 setrgbcolor
  11895. fill grestore
  11896. stroke
  11897. grestore
  11898. gsave
  11899. 0.002 setlinewidth
  11900. 0.66115 0.49261 moveto 0.64594 0.51344 lineto 0.61865 0.49192 lineto gsave
  11901. 0.853 0.759 0.758 setrgbcolor
  11902. fill grestore
  11903. stroke
  11904. grestore
  11905. gsave
  11906. 0.002 setlinewidth
  11907. 0.61865 0.49192 moveto 0.63069 0.4681 lineto 0.66115 0.49261 lineto gsave
  11908. 0.853 0.759 0.758 setrgbcolor
  11909. fill grestore
  11910. stroke
  11911. grestore
  11912. gsave
  11913. 0.002 setlinewidth
  11914. 0.43778 0.54261 moveto 0.45182 0.56032 lineto 0.43869 0.57468 lineto gsave
  11915. 0.499 0.524 0.813 setrgbcolor
  11916. fill grestore
  11917. stroke
  11918. grestore
  11919. gsave
  11920. 0.002 setlinewidth
  11921. 0.45528 0.58749 moveto 0.43869 0.57468 lineto 0.45182 0.56032 lineto gsave
  11922. 0.52 0.555 0.832 setrgbcolor
  11923. fill grestore
  11924. stroke
  11925. grestore
  11926. gsave
  11927. 0.002 setlinewidth
  11928. 0.73648 0.22842 moveto 0.72486 0.25464 lineto 0.64456 0.21768 lineto gsave
  11929. 0.808 0.677 0.719 setrgbcolor
  11930. fill grestore
  11931. stroke
  11932. grestore
  11933. gsave
  11934. 0.002 setlinewidth
  11935. 0.64456 0.21768 moveto 0.65172 0.18876 lineto 0.73648 0.22842 lineto gsave
  11936. 0.808 0.677 0.719 setrgbcolor
  11937. fill grestore
  11938. stroke
  11939. grestore
  11940. gsave
  11941. 0.002 setlinewidth
  11942. 0.49402 0.60137 moveto 0.50803 0.61067 lineto 0.5053 0.61345 lineto gsave
  11943. 0.597 0.683 0.901 setrgbcolor
  11944. fill grestore
  11945. stroke
  11946. grestore
  11947. gsave
  11948. 0.002 setlinewidth
  11949. 0.5053 0.61345 moveto 0.48861 0.60697 lineto 0.49402 0.60137 lineto gsave
  11950. 0.597 0.683 0.901 setrgbcolor
  11951. fill grestore
  11952. stroke
  11953. grestore
  11954. gsave
  11955. 0.002 setlinewidth
  11956. 0.45182 0.56032 moveto 0.46589 0.5761 lineto 0.45528 0.58749 lineto gsave
  11957. 0.52 0.555 0.832 setrgbcolor
  11958. fill grestore
  11959. stroke
  11960. grestore
  11961. gsave
  11962. 0.002 setlinewidth
  11963. 0.47193 0.59829 moveto 0.45528 0.58749 lineto 0.46589 0.5761 lineto gsave
  11964. 0.543 0.592 0.853 setrgbcolor
  11965. fill grestore
  11966. stroke
  11967. grestore
  11968. gsave
  11969. 0.002 setlinewidth
  11970. 0.553 0.60404 moveto 0.53745 0.61199 lineto 0.5339 0.60949 lineto gsave
  11971. 0.724 0.775 0.893 setrgbcolor
  11972. fill grestore
  11973. stroke
  11974. grestore
  11975. gsave
  11976. 0.002 setlinewidth
  11977. 0.39454 0.3485 moveto 0.40422 0.37697 lineto 0.35503 0.40662 lineto gsave
  11978. 0.542 0.469 0.723 setrgbcolor
  11979. fill grestore
  11980. stroke
  11981. grestore
  11982. gsave
  11983. 0.002 setlinewidth
  11984. 0.36859 0.43173 moveto 0.35503 0.40662 lineto 0.40422 0.37697 lineto gsave
  11985. 0.544 0.474 0.727 setrgbcolor
  11986. fill grestore
  11987. stroke
  11988. grestore
  11989. gsave
  11990. 0.002 setlinewidth
  11991. 0.47997 0.58982 moveto 0.49402 0.60137 lineto 0.48861 0.60697 lineto gsave
  11992. 0.569 0.634 0.877 setrgbcolor
  11993. fill grestore
  11994. stroke
  11995. grestore
  11996. gsave
  11997. 0.002 setlinewidth
  11998. 0.48861 0.60697 moveto 0.47193 0.59829 lineto 0.47997 0.58982 lineto gsave
  11999. 0.569 0.634 0.877 setrgbcolor
  12000. fill grestore
  12001. stroke
  12002. grestore
  12003. gsave
  12004. 0.002 setlinewidth
  12005. 0.64594 0.51344 moveto 0.63062 0.53295 lineto 0.60657 0.51434 lineto gsave
  12006. 0.846 0.761 0.769 setrgbcolor
  12007. fill grestore
  12008. stroke
  12009. grestore
  12010. gsave
  12011. 0.002 setlinewidth
  12012. 0.60657 0.51434 moveto 0.61865 0.49192 lineto 0.64594 0.51344 lineto gsave
  12013. 0.846 0.761 0.769 setrgbcolor
  12014. fill grestore
  12015. stroke
  12016. grestore
  12017. gsave
  12018. 0.002 setlinewidth
  12019. 0.46589 0.5761 moveto 0.47997 0.58982 lineto 0.47193 0.59829 lineto gsave
  12020. 0.543 0.592 0.853 setrgbcolor
  12021. fill grestore
  12022. stroke
  12023. grestore
  12024. gsave
  12025. 0.002 setlinewidth
  12026. 0.72486 0.25464 moveto 0.71324 0.28144 lineto 0.63741 0.24713 lineto gsave
  12027. 0.809 0.675 0.716 setrgbcolor
  12028. fill grestore
  12029. stroke
  12030. grestore
  12031. gsave
  12032. 0.002 setlinewidth
  12033. 0.63741 0.24713 moveto 0.64456 0.21768 lineto 0.72486 0.25464 lineto gsave
  12034. 0.809 0.675 0.716 setrgbcolor
  12035. fill grestore
  12036. stroke
  12037. grestore
  12038. gsave
  12039. 0.002 setlinewidth
  12040. 0.50253 0.59703 moveto 0.51228 0.60852 lineto 0.50803 0.61067 lineto gsave
  12041. 0.625 0.685 0.886 setrgbcolor
  12042. fill grestore
  12043. stroke
  12044. grestore
  12045. gsave
  12046. 0.002 setlinewidth
  12047. 0.50803 0.61067 moveto 0.49402 0.60137 lineto 0.50253 0.59703 lineto gsave
  12048. 0.625 0.685 0.886 setrgbcolor
  12049. fill grestore
  12050. stroke
  12051. grestore
  12052. gsave
  12053. 0.002 setlinewidth
  12054. 0.5339 0.60949 moveto 0.54593 0.599 lineto 0.553 0.60404 lineto gsave
  12055. 0.724 0.775 0.893 setrgbcolor
  12056. fill grestore
  12057. stroke
  12058. grestore
  12059. gsave
  12060. 0.002 setlinewidth
  12061. 0.54593 0.599 moveto 0.5339 0.60949 lineto 0.52904 0.60776 lineto gsave
  12062. 0.713 0.749 0.881 setrgbcolor
  12063. fill grestore
  12064. stroke
  12065. grestore
  12066. gsave
  12067. 0.002 setlinewidth
  12068. 0.56858 0.59386 moveto 0.553 0.60404 lineto 0.54593 0.599 lineto gsave
  12069. 0.761 0.776 0.865 setrgbcolor
  12070. fill grestore
  12071. stroke
  12072. grestore
  12073. gsave
  12074. 0.002 setlinewidth
  12075. 0.63062 0.53295 moveto 0.61521 0.55092 lineto 0.59444 0.53516 lineto gsave
  12076. 0.836 0.764 0.783 setrgbcolor
  12077. fill grestore
  12078. stroke
  12079. grestore
  12080. gsave
  12081. 0.002 setlinewidth
  12082. 0.59444 0.53516 moveto 0.60657 0.51434 lineto 0.63062 0.53295 lineto gsave
  12083. 0.836 0.764 0.783 setrgbcolor
  12084. fill grestore
  12085. stroke
  12086. grestore
  12087. gsave
  12088. 0.002 setlinewidth
  12089. 0.71324 0.28144 moveto 0.7016 0.30863 lineto 0.63026 0.27691 lineto gsave
  12090. 0.81 0.674 0.714 setrgbcolor
  12091. fill grestore
  12092. stroke
  12093. grestore
  12094. gsave
  12095. 0.002 setlinewidth
  12096. 0.63026 0.27691 moveto 0.63741 0.24713 lineto 0.71324 0.28144 lineto gsave
  12097. 0.81 0.674 0.714 setrgbcolor
  12098. fill grestore
  12099. stroke
  12100. grestore
  12101. gsave
  12102. 0.002 setlinewidth
  12103. 0.40422 0.37697 moveto 0.41393 0.40493 lineto 0.36859 0.43173 lineto gsave
  12104. 0.544 0.474 0.727 setrgbcolor
  12105. fill grestore
  12106. stroke
  12107. grestore
  12108. gsave
  12109. 0.002 setlinewidth
  12110. 0.38225 0.45618 moveto 0.36859 0.43173 lineto 0.41393 0.40493 lineto gsave
  12111. 0.548 0.48 0.732 setrgbcolor
  12112. fill grestore
  12113. stroke
  12114. grestore
  12115. gsave
  12116. 0.002 setlinewidth
  12117. 0.5132 0.59444 moveto 0.5176 0.60724 lineto 0.51228 0.60852 lineto gsave
  12118. 0.651 0.694 0.876 setrgbcolor
  12119. fill grestore
  12120. stroke
  12121. grestore
  12122. gsave
  12123. 0.002 setlinewidth
  12124. 0.51228 0.60852 moveto 0.50253 0.59703 lineto 0.5132 0.59444 lineto gsave
  12125. 0.651 0.694 0.876 setrgbcolor
  12126. fill grestore
  12127. stroke
  12128. grestore
  12129. gsave
  12130. 0.002 setlinewidth
  12131. 0.52904 0.60776 moveto 0.53619 0.59549 lineto 0.54593 0.599 lineto gsave
  12132. 0.713 0.749 0.881 setrgbcolor
  12133. fill grestore
  12134. stroke
  12135. grestore
  12136. gsave
  12137. 0.002 setlinewidth
  12138. 0.53619 0.59549 moveto 0.52904 0.60776 lineto 0.5234 0.60698 lineto gsave
  12139. 0.696 0.727 0.874 setrgbcolor
  12140. fill grestore
  12141. stroke
  12142. grestore
  12143. gsave
  12144. 0.002 setlinewidth
  12145. 0.52486 0.59391 moveto 0.5234 0.60698 lineto 0.5176 0.60724 lineto gsave
  12146. 0.675 0.708 0.872 setrgbcolor
  12147. fill grestore
  12148. stroke
  12149. grestore
  12150. gsave
  12151. 0.002 setlinewidth
  12152. 0.5176 0.60724 moveto 0.5132 0.59444 lineto 0.52486 0.59391 lineto gsave
  12153. 0.675 0.708 0.872 setrgbcolor
  12154. fill grestore
  12155. stroke
  12156. grestore
  12157. gsave
  12158. 0.002 setlinewidth
  12159. 0.61521 0.55092 moveto 0.59971 0.56718 lineto 0.5823 0.55419 lineto gsave
  12160. 0.824 0.767 0.799 setrgbcolor
  12161. fill grestore
  12162. stroke
  12163. grestore
  12164. gsave
  12165. 0.002 setlinewidth
  12166. 0.5823 0.55419 moveto 0.59444 0.53516 lineto 0.61521 0.55092 lineto gsave
  12167. 0.824 0.767 0.799 setrgbcolor
  12168. fill grestore
  12169. stroke
  12170. grestore
  12171. gsave
  12172. 0.002 setlinewidth
  12173. 0.58416 0.58153 moveto 0.56858 0.59386 lineto 0.55802 0.58623 lineto gsave
  12174. 0.788 0.774 0.84 setrgbcolor
  12175. fill grestore
  12176. stroke
  12177. grestore
  12178. gsave
  12179. 0.002 setlinewidth
  12180. 0.54593 0.599 moveto 0.55802 0.58623 lineto 0.56858 0.59386 lineto gsave
  12181. 0.761 0.776 0.865 setrgbcolor
  12182. fill grestore
  12183. stroke
  12184. grestore
  12185. gsave
  12186. 0.002 setlinewidth
  12187. 0.5234 0.60698 moveto 0.52486 0.59391 lineto 0.53619 0.59549 lineto gsave
  12188. 0.696 0.727 0.874 setrgbcolor
  12189. fill grestore
  12190. stroke
  12191. grestore
  12192. gsave
  12193. 0.002 setlinewidth
  12194. 0.49271 0.58324 moveto 0.50253 0.59703 lineto 0.49402 0.60137 lineto gsave
  12195. 0.612 0.642 0.856 setrgbcolor
  12196. fill grestore
  12197. stroke
  12198. grestore
  12199. gsave
  12200. 0.002 setlinewidth
  12201. 0.49402 0.60137 moveto 0.47997 0.58982 lineto 0.49271 0.58324 lineto gsave
  12202. 0.612 0.642 0.856 setrgbcolor
  12203. fill grestore
  12204. stroke
  12205. grestore
  12206. gsave
  12207. 0.002 setlinewidth
  12208. 0.59971 0.56718 moveto 0.58416 0.58153 lineto 0.57015 0.57125 lineto gsave
  12209. 0.809 0.771 0.818 setrgbcolor
  12210. fill grestore
  12211. stroke
  12212. grestore
  12213. gsave
  12214. 0.002 setlinewidth
  12215. 0.57015 0.57125 moveto 0.5823 0.55419 lineto 0.59971 0.56718 lineto gsave
  12216. 0.809 0.771 0.818 setrgbcolor
  12217. fill grestore
  12218. stroke
  12219. grestore
  12220. gsave
  12221. 0.002 setlinewidth
  12222. 0.55802 0.58623 moveto 0.57015 0.57125 lineto 0.58416 0.58153 lineto gsave
  12223. 0.788 0.774 0.84 setrgbcolor
  12224. fill grestore
  12225. stroke
  12226. grestore
  12227. gsave
  12228. 0.002 setlinewidth
  12229. 0.7016 0.30863 moveto 0.68993 0.33602 lineto 0.6231 0.30684 lineto gsave
  12230. 0.81 0.674 0.713 setrgbcolor
  12231. fill grestore
  12232. stroke
  12233. grestore
  12234. gsave
  12235. 0.002 setlinewidth
  12236. 0.6231 0.30684 moveto 0.63026 0.27691 lineto 0.7016 0.30863 lineto gsave
  12237. 0.81 0.674 0.713 setrgbcolor
  12238. fill grestore
  12239. stroke
  12240. grestore
  12241. gsave
  12242. 0.002 setlinewidth
  12243. 0.41393 0.40493 moveto 0.42369 0.43214 lineto 0.38225 0.45618 lineto gsave
  12244. 0.548 0.48 0.732 setrgbcolor
  12245. fill grestore
  12246. stroke
  12247. grestore
  12248. gsave
  12249. 0.002 setlinewidth
  12250. 0.39601 0.47971 moveto 0.38225 0.45618 lineto 0.42369 0.43214 lineto gsave
  12251. 0.552 0.489 0.739 setrgbcolor
  12252. fill grestore
  12253. stroke
  12254. grestore
  12255. gsave
  12256. 0.002 setlinewidth
  12257. 0.55802 0.58623 moveto 0.54593 0.599 lineto 0.53619 0.59549 lineto gsave
  12258. 0.741 0.737 0.848 setrgbcolor
  12259. fill grestore
  12260. stroke
  12261. grestore
  12262. gsave
  12263. 0.002 setlinewidth
  12264. 0.68993 0.33602 moveto 0.67821 0.36339 lineto 0.61594 0.33669 lineto gsave
  12265. 0.81 0.674 0.714 setrgbcolor
  12266. fill grestore
  12267. stroke
  12268. grestore
  12269. gsave
  12270. 0.002 setlinewidth
  12271. 0.61594 0.33669 moveto 0.6231 0.30684 lineto 0.68993 0.33602 lineto gsave
  12272. 0.81 0.674 0.714 setrgbcolor
  12273. fill grestore
  12274. stroke
  12275. grestore
  12276. gsave
  12277. 0.002 setlinewidth
  12278. 0.48285 0.56722 moveto 0.49271 0.58324 lineto 0.47997 0.58982 lineto gsave
  12279. 0.599 0.605 0.829 setrgbcolor
  12280. fill grestore
  12281. stroke
  12282. grestore
  12283. gsave
  12284. 0.002 setlinewidth
  12285. 0.47997 0.58982 moveto 0.46589 0.5761 lineto 0.48285 0.56722 lineto gsave
  12286. 0.599 0.605 0.829 setrgbcolor
  12287. fill grestore
  12288. stroke
  12289. grestore
  12290. gsave
  12291. 0.002 setlinewidth
  12292. 0.42369 0.43214 moveto 0.43349 0.45838 lineto 0.39601 0.47971 lineto gsave
  12293. 0.552 0.489 0.739 setrgbcolor
  12294. fill grestore
  12295. stroke
  12296. grestore
  12297. gsave
  12298. 0.002 setlinewidth
  12299. 0.40985 0.50211 moveto 0.39601 0.47971 lineto 0.43349 0.45838 lineto gsave
  12300. 0.557 0.5 0.747 setrgbcolor
  12301. fill grestore
  12302. stroke
  12303. grestore
  12304. gsave
  12305. 0.002 setlinewidth
  12306. 0.50877 0.57931 moveto 0.5132 0.59444 lineto 0.50253 0.59703 lineto gsave
  12307. 0.65 0.656 0.842 setrgbcolor
  12308. fill grestore
  12309. stroke
  12310. grestore
  12311. gsave
  12312. 0.002 setlinewidth
  12313. 0.50253 0.59703 moveto 0.49271 0.58324 lineto 0.50877 0.57931 lineto gsave
  12314. 0.65 0.656 0.842 setrgbcolor
  12315. fill grestore
  12316. stroke
  12317. grestore
  12318. gsave
  12319. 0.002 setlinewidth
  12320. 0.43349 0.45838 moveto 0.44332 0.4834 lineto 0.40985 0.50211 lineto gsave
  12321. 0.557 0.5 0.747 setrgbcolor
  12322. fill grestore
  12323. stroke
  12324. grestore
  12325. gsave
  12326. 0.002 setlinewidth
  12327. 0.42378 0.52314 moveto 0.40985 0.50211 lineto 0.44332 0.4834 lineto gsave
  12328. 0.563 0.514 0.758 setrgbcolor
  12329. fill grestore
  12330. stroke
  12331. grestore
  12332. gsave
  12333. 0.002 setlinewidth
  12334. 0.47297 0.54908 moveto 0.48285 0.56722 lineto 0.46589 0.5761 lineto gsave
  12335. 0.588 0.575 0.806 setrgbcolor
  12336. fill grestore
  12337. stroke
  12338. grestore
  12339. gsave
  12340. 0.002 setlinewidth
  12341. 0.46589 0.5761 moveto 0.45182 0.56032 lineto 0.47297 0.54908 lineto gsave
  12342. 0.588 0.575 0.806 setrgbcolor
  12343. fill grestore
  12344. stroke
  12345. grestore
  12346. gsave
  12347. 0.002 setlinewidth
  12348. 0.53619 0.59549 moveto 0.54339 0.58089 lineto 0.55802 0.58623 lineto gsave
  12349. 0.741 0.737 0.848 setrgbcolor
  12350. fill grestore
  12351. stroke
  12352. grestore
  12353. gsave
  12354. 0.002 setlinewidth
  12355. 0.54339 0.58089 moveto 0.53619 0.59549 lineto 0.52486 0.59391 lineto gsave
  12356. 0.715 0.704 0.839 setrgbcolor
  12357. fill grestore
  12358. stroke
  12359. grestore
  12360. gsave
  12361. 0.002 setlinewidth
  12362. 0.67821 0.36339 moveto 0.66642 0.39051 lineto 0.60875 0.36623 lineto gsave
  12363. 0.809 0.675 0.716 setrgbcolor
  12364. fill grestore
  12365. stroke
  12366. grestore
  12367. gsave
  12368. 0.002 setlinewidth
  12369. 0.60875 0.36623 moveto 0.61594 0.33669 lineto 0.67821 0.36339 lineto gsave
  12370. 0.809 0.675 0.716 setrgbcolor
  12371. fill grestore
  12372. stroke
  12373. grestore
  12374. gsave
  12375. 0.002 setlinewidth
  12376. 0.44332 0.4834 moveto 0.45319 0.50699 lineto 0.42378 0.52314 lineto gsave
  12377. 0.563 0.514 0.758 setrgbcolor
  12378. fill grestore
  12379. stroke
  12380. grestore
  12381. gsave
  12382. 0.002 setlinewidth
  12383. 0.43778 0.54261 moveto 0.42378 0.52314 lineto 0.45319 0.50699 lineto gsave
  12384. 0.57 0.53 0.772 setrgbcolor
  12385. fill grestore
  12386. stroke
  12387. grestore
  12388. gsave
  12389. 0.002 setlinewidth
  12390. 0.46307 0.52895 moveto 0.47297 0.54908 lineto 0.45182 0.56032 lineto gsave
  12391. 0.578 0.551 0.787 setrgbcolor
  12392. fill grestore
  12393. stroke
  12394. grestore
  12395. gsave
  12396. 0.002 setlinewidth
  12397. 0.45182 0.56032 moveto 0.43778 0.54261 lineto 0.46307 0.52895 lineto gsave
  12398. 0.578 0.551 0.787 setrgbcolor
  12399. fill grestore
  12400. stroke
  12401. grestore
  12402. gsave
  12403. 0.002 setlinewidth
  12404. 0.57015 0.57125 moveto 0.55802 0.58623 lineto 0.54339 0.58089 lineto gsave
  12405. 0.76 0.725 0.82 setrgbcolor
  12406. fill grestore
  12407. stroke
  12408. grestore
  12409. gsave
  12410. 0.002 setlinewidth
  12411. 0.52633 0.57849 moveto 0.52486 0.59391 lineto 0.5132 0.59444 lineto gsave
  12412. 0.684 0.677 0.837 setrgbcolor
  12413. fill grestore
  12414. stroke
  12415. grestore
  12416. gsave
  12417. 0.002 setlinewidth
  12418. 0.5132 0.59444 moveto 0.50877 0.57931 lineto 0.52633 0.57849 lineto gsave
  12419. 0.684 0.677 0.837 setrgbcolor
  12420. fill grestore
  12421. stroke
  12422. grestore
  12423. gsave
  12424. 0.002 setlinewidth
  12425. 0.45319 0.50699 moveto 0.46307 0.52895 lineto 0.43778 0.54261 lineto gsave
  12426. 0.57 0.53 0.772 setrgbcolor
  12427. fill grestore
  12428. stroke
  12429. grestore
  12430. gsave
  12431. 0.002 setlinewidth
  12432. 0.52486 0.59391 moveto 0.52633 0.57849 lineto 0.54339 0.58089 lineto gsave
  12433. 0.715 0.704 0.839 setrgbcolor
  12434. fill grestore
  12435. stroke
  12436. grestore
  12437. gsave
  12438. 0.002 setlinewidth
  12439. 0.66642 0.39051 moveto 0.65458 0.41717 lineto 0.60154 0.39523 lineto gsave
  12440. 0.808 0.677 0.719 setrgbcolor
  12441. fill grestore
  12442. stroke
  12443. grestore
  12444. gsave
  12445. 0.002 setlinewidth
  12446. 0.60154 0.39523 moveto 0.60875 0.36623 lineto 0.66642 0.39051 lineto gsave
  12447. 0.808 0.677 0.719 setrgbcolor
  12448. fill grestore
  12449. stroke
  12450. grestore
  12451. gsave
  12452. 0.002 setlinewidth
  12453. 0.34652 0.20636 moveto 0.33689 0.17937 lineto 0.43743 0.14759 lineto gsave
  12454. 0.628 0.525 0.718 setrgbcolor
  12455. fill grestore
  12456. stroke
  12457. grestore
  12458. gsave
  12459. 0.002 setlinewidth
  12460. 0.50431 0.5619 moveto 0.50877 0.57931 lineto 0.49271 0.58324 lineto gsave
  12461. 0.647 0.625 0.814 setrgbcolor
  12462. fill grestore
  12463. stroke
  12464. grestore
  12465. gsave
  12466. 0.002 setlinewidth
  12467. 0.49271 0.58324 moveto 0.48285 0.56722 lineto 0.50431 0.5619 lineto gsave
  12468. 0.647 0.625 0.814 setrgbcolor
  12469. fill grestore
  12470. stroke
  12471. grestore
  12472. gsave
  12473. 0.002 setlinewidth
  12474. 0.5823 0.55419 moveto 0.57015 0.57125 lineto 0.55064 0.56405 lineto gsave
  12475. 0.773 0.715 0.797 setrgbcolor
  12476. fill grestore
  12477. stroke
  12478. grestore
  12479. gsave
  12480. 0.002 setlinewidth
  12481. 0.54339 0.58089 moveto 0.55064 0.56405 lineto 0.57015 0.57125 lineto gsave
  12482. 0.76 0.725 0.82 setrgbcolor
  12483. fill grestore
  12484. stroke
  12485. grestore
  12486. gsave
  12487. 0.002 setlinewidth
  12488. 0.43743 0.14759 moveto 0.44189 0.17668 lineto 0.34652 0.20636 lineto gsave
  12489. 0.628 0.525 0.718 setrgbcolor
  12490. fill grestore
  12491. stroke
  12492. grestore
  12493. gsave
  12494. 0.002 setlinewidth
  12495. 0.35612 0.23407 moveto 0.34652 0.20636 lineto 0.44189 0.17668 lineto gsave
  12496. 0.626 0.52 0.714 setrgbcolor
  12497. fill grestore
  12498. stroke
  12499. grestore
  12500. gsave
  12501. 0.002 setlinewidth
  12502. 0.65458 0.41717 moveto 0.64266 0.44311 lineto 0.59431 0.42347 lineto gsave
  12503. 0.806 0.679 0.724 setrgbcolor
  12504. fill grestore
  12505. stroke
  12506. grestore
  12507. gsave
  12508. 0.002 setlinewidth
  12509. 0.59431 0.42347 moveto 0.60154 0.39523 lineto 0.65458 0.41717 lineto gsave
  12510. 0.806 0.679 0.724 setrgbcolor
  12511. fill grestore
  12512. stroke
  12513. grestore
  12514. gsave
  12515. 0.002 setlinewidth
  12516. 0.44189 0.17668 moveto 0.44633 0.20644 lineto 0.35612 0.23407 lineto gsave
  12517. 0.626 0.52 0.714 setrgbcolor
  12518. fill grestore
  12519. stroke
  12520. grestore
  12521. gsave
  12522. 0.002 setlinewidth
  12523. 0.3657 0.26234 moveto 0.35612 0.23407 lineto 0.44633 0.20644 lineto gsave
  12524. 0.625 0.517 0.711 setrgbcolor
  12525. fill grestore
  12526. stroke
  12527. grestore
  12528. gsave
  12529. 0.002 setlinewidth
  12530. 0.55064 0.56405 moveto 0.54339 0.58089 lineto 0.52633 0.57849 lineto gsave
  12531. 0.726 0.685 0.81 setrgbcolor
  12532. fill grestore
  12533. stroke
  12534. grestore
  12535. gsave
  12536. 0.002 setlinewidth
  12537. 0.64266 0.44311 moveto 0.63069 0.4681 lineto 0.58705 0.45069 lineto gsave
  12538. 0.804 0.683 0.731 setrgbcolor
  12539. fill grestore
  12540. stroke
  12541. grestore
  12542. gsave
  12543. 0.002 setlinewidth
  12544. 0.58705 0.45069 moveto 0.59431 0.42347 lineto 0.64266 0.44311 lineto gsave
  12545. 0.804 0.683 0.731 setrgbcolor
  12546. fill grestore
  12547. stroke
  12548. grestore
  12549. gsave
  12550. 0.002 setlinewidth
  12551. 0.59444 0.53516 moveto 0.5823 0.55419 lineto 0.55791 0.54506 lineto gsave
  12552. 0.783 0.706 0.778 setrgbcolor
  12553. fill grestore
  12554. stroke
  12555. grestore
  12556. gsave
  12557. 0.002 setlinewidth
  12558. 0.55064 0.56405 moveto 0.55791 0.54506 lineto 0.5823 0.55419 lineto gsave
  12559. 0.773 0.715 0.797 setrgbcolor
  12560. fill grestore
  12561. stroke
  12562. grestore
  12563. gsave
  12564. 0.002 setlinewidth
  12565. 0.44633 0.20644 moveto 0.45076 0.23671 lineto 0.3657 0.26234 lineto gsave
  12566. 0.625 0.517 0.711 setrgbcolor
  12567. fill grestore
  12568. stroke
  12569. grestore
  12570. gsave
  12571. 0.002 setlinewidth
  12572. 0.3753 0.29097 moveto 0.3657 0.26234 lineto 0.45076 0.23671 lineto gsave
  12573. 0.625 0.515 0.709 setrgbcolor
  12574. fill grestore
  12575. stroke
  12576. grestore
  12577. gsave
  12578. 0.002 setlinewidth
  12579. 0.52781 0.5608 moveto 0.52633 0.57849 lineto 0.50877 0.57931 lineto gsave
  12580. 0.689 0.652 0.808 setrgbcolor
  12581. fill grestore
  12582. stroke
  12583. grestore
  12584. gsave
  12585. 0.002 setlinewidth
  12586. 0.50877 0.57931 moveto 0.50431 0.5619 lineto 0.52781 0.5608 lineto gsave
  12587. 0.689 0.652 0.808 setrgbcolor
  12588. fill grestore
  12589. stroke
  12590. grestore
  12591. gsave
  12592. 0.002 setlinewidth
  12593. 0.63069 0.4681 moveto 0.61865 0.49192 lineto 0.57978 0.47667 lineto gsave
  12594. 0.8 0.687 0.739 setrgbcolor
  12595. fill grestore
  12596. stroke
  12597. grestore
  12598. gsave
  12599. 0.002 setlinewidth
  12600. 0.57978 0.47667 moveto 0.58705 0.45069 lineto 0.63069 0.4681 lineto gsave
  12601. 0.8 0.687 0.739 setrgbcolor
  12602. fill grestore
  12603. stroke
  12604. grestore
  12605. gsave
  12606. 0.002 setlinewidth
  12607. 0.49983 0.54233 moveto 0.50431 0.5619 lineto 0.48285 0.56722 lineto gsave
  12608. 0.644 0.601 0.791 setrgbcolor
  12609. fill grestore
  12610. stroke
  12611. grestore
  12612. gsave
  12613. 0.002 setlinewidth
  12614. 0.48285 0.56722 moveto 0.47297 0.54908 lineto 0.49983 0.54233 lineto gsave
  12615. 0.644 0.601 0.791 setrgbcolor
  12616. fill grestore
  12617. stroke
  12618. grestore
  12619. gsave
  12620. 0.002 setlinewidth
  12621. 0.60657 0.51434 moveto 0.59444 0.53516 lineto 0.5652 0.52406 lineto gsave
  12622. 0.791 0.698 0.763 setrgbcolor
  12623. fill grestore
  12624. stroke
  12625. grestore
  12626. gsave
  12627. 0.002 setlinewidth
  12628. 0.55791 0.54506 moveto 0.5652 0.52406 lineto 0.59444 0.53516 lineto gsave
  12629. 0.783 0.706 0.778 setrgbcolor
  12630. fill grestore
  12631. stroke
  12632. grestore
  12633. gsave
  12634. 0.002 setlinewidth
  12635. 0.52633 0.57849 moveto 0.52781 0.5608 lineto 0.55064 0.56405 lineto gsave
  12636. 0.726 0.685 0.81 setrgbcolor
  12637. fill grestore
  12638. stroke
  12639. grestore
  12640. gsave
  12641. 0.002 setlinewidth
  12642. 0.61865 0.49192 moveto 0.60657 0.51434 lineto 0.57249 0.5012 lineto gsave
  12643. 0.796 0.692 0.75 setrgbcolor
  12644. fill grestore
  12645. stroke
  12646. grestore
  12647. gsave
  12648. 0.002 setlinewidth
  12649. 0.57249 0.5012 moveto 0.57978 0.47667 lineto 0.61865 0.49192 lineto gsave
  12650. 0.796 0.692 0.75 setrgbcolor
  12651. fill grestore
  12652. stroke
  12653. grestore
  12654. gsave
  12655. 0.002 setlinewidth
  12656. 0.5652 0.52406 moveto 0.57249 0.5012 lineto 0.60657 0.51434 lineto gsave
  12657. 0.791 0.698 0.763 setrgbcolor
  12658. fill grestore
  12659. stroke
  12660. grestore
  12661. gsave
  12662. 0.002 setlinewidth
  12663. 0.45076 0.23671 moveto 0.45519 0.26729 lineto 0.3753 0.29097 lineto gsave
  12664. 0.625 0.515 0.709 setrgbcolor
  12665. fill grestore
  12666. stroke
  12667. grestore
  12668. gsave
  12669. 0.002 setlinewidth
  12670. 0.38491 0.31976 moveto 0.3753 0.29097 lineto 0.45519 0.26729 lineto gsave
  12671. 0.625 0.514 0.708 setrgbcolor
  12672. fill grestore
  12673. stroke
  12674. grestore
  12675. gsave
  12676. 0.002 setlinewidth
  12677. 0.45519 0.26729 moveto 0.45961 0.298 lineto 0.38491 0.31976 lineto gsave
  12678. 0.625 0.514 0.708 setrgbcolor
  12679. fill grestore
  12680. stroke
  12681. grestore
  12682. gsave
  12683. 0.002 setlinewidth
  12684. 0.39454 0.3485 moveto 0.38491 0.31976 lineto 0.45961 0.298 lineto gsave
  12685. 0.625 0.515 0.709 setrgbcolor
  12686. fill grestore
  12687. stroke
  12688. grestore
  12689. gsave
  12690. 0.002 setlinewidth
  12691. 0.55791 0.54506 moveto 0.55064 0.56405 lineto 0.52781 0.5608 lineto gsave
  12692. 0.734 0.669 0.787 setrgbcolor
  12693. fill grestore
  12694. stroke
  12695. grestore
  12696. gsave
  12697. 0.002 setlinewidth
  12698. 0.49534 0.52073 moveto 0.49983 0.54233 lineto 0.47297 0.54908 lineto gsave
  12699. 0.64 0.581 0.772 setrgbcolor
  12700. fill grestore
  12701. stroke
  12702. grestore
  12703. gsave
  12704. 0.002 setlinewidth
  12705. 0.47297 0.54908 moveto 0.46307 0.52895 lineto 0.49534 0.52073 lineto gsave
  12706. 0.64 0.581 0.772 setrgbcolor
  12707. fill grestore
  12708. stroke
  12709. grestore
  12710. gsave
  12711. 0.002 setlinewidth
  12712. 0.45961 0.298 moveto 0.46404 0.32861 lineto 0.39454 0.3485 lineto gsave
  12713. 0.625 0.515 0.709 setrgbcolor
  12714. fill grestore
  12715. stroke
  12716. grestore
  12717. gsave
  12718. 0.002 setlinewidth
  12719. 0.40422 0.37697 moveto 0.39454 0.3485 lineto 0.46404 0.32861 lineto gsave
  12720. 0.625 0.517 0.711 setrgbcolor
  12721. fill grestore
  12722. stroke
  12723. grestore
  12724. gsave
  12725. 0.002 setlinewidth
  12726. 0.5293 0.54094 moveto 0.52781 0.5608 lineto 0.50431 0.5619 lineto gsave
  12727. 0.691 0.632 0.784 setrgbcolor
  12728. fill grestore
  12729. stroke
  12730. grestore
  12731. gsave
  12732. 0.002 setlinewidth
  12733. 0.50431 0.5619 moveto 0.49983 0.54233 lineto 0.5293 0.54094 lineto gsave
  12734. 0.691 0.632 0.784 setrgbcolor
  12735. fill grestore
  12736. stroke
  12737. grestore
  12738. gsave
  12739. 0.002 setlinewidth
  12740. 0.49085 0.49726 moveto 0.49534 0.52073 lineto 0.46307 0.52895 lineto gsave
  12741. 0.637 0.564 0.756 setrgbcolor
  12742. fill grestore
  12743. stroke
  12744. grestore
  12745. gsave
  12746. 0.002 setlinewidth
  12747. 0.46307 0.52895 moveto 0.45319 0.50699 lineto 0.49085 0.49726 lineto gsave
  12748. 0.637 0.564 0.756 setrgbcolor
  12749. fill grestore
  12750. stroke
  12751. grestore
  12752. gsave
  12753. 0.002 setlinewidth
  12754. 0.46404 0.32861 moveto 0.46848 0.35889 lineto 0.40422 0.37697 lineto gsave
  12755. 0.625 0.517 0.711 setrgbcolor
  12756. fill grestore
  12757. stroke
  12758. grestore
  12759. gsave
  12760. 0.002 setlinewidth
  12761. 0.41393 0.40493 moveto 0.40422 0.37697 lineto 0.46848 0.35889 lineto gsave
  12762. 0.626 0.521 0.714 setrgbcolor
  12763. fill grestore
  12764. stroke
  12765. grestore
  12766. gsave
  12767. 0.002 setlinewidth
  12768. 0.52781 0.5608 moveto 0.5293 0.54094 lineto 0.55791 0.54506 lineto gsave
  12769. 0.734 0.669 0.787 setrgbcolor
  12770. fill grestore
  12771. stroke
  12772. grestore
  12773. gsave
  12774. 0.002 setlinewidth
  12775. 0.5652 0.52406 moveto 0.55791 0.54506 lineto 0.5293 0.54094 lineto gsave
  12776. 0.739 0.656 0.768 setrgbcolor
  12777. fill grestore
  12778. stroke
  12779. grestore
  12780. gsave
  12781. 0.002 setlinewidth
  12782. 0.46848 0.35889 moveto 0.47293 0.38862 lineto 0.41393 0.40493 lineto gsave
  12783. 0.626 0.521 0.714 setrgbcolor
  12784. fill grestore
  12785. stroke
  12786. grestore
  12787. gsave
  12788. 0.002 setlinewidth
  12789. 0.42369 0.43214 moveto 0.41393 0.40493 lineto 0.47293 0.38862 lineto gsave
  12790. 0.628 0.526 0.719 setrgbcolor
  12791. fill grestore
  12792. stroke
  12793. grestore
  12794. gsave
  12795. 0.002 setlinewidth
  12796. 0.48635 0.4721 moveto 0.49085 0.49726 lineto 0.45319 0.50699 lineto gsave
  12797. 0.634 0.551 0.744 setrgbcolor
  12798. fill grestore
  12799. stroke
  12800. grestore
  12801. gsave
  12802. 0.002 setlinewidth
  12803. 0.45319 0.50699 moveto 0.44332 0.4834 lineto 0.48635 0.4721 lineto gsave
  12804. 0.634 0.551 0.744 setrgbcolor
  12805. fill grestore
  12806. stroke
  12807. grestore
  12808. gsave
  12809. 0.002 setlinewidth
  12810. 0.47293 0.38862 moveto 0.47739 0.41755 lineto 0.42369 0.43214 lineto gsave
  12811. 0.628 0.526 0.719 setrgbcolor
  12812. fill grestore
  12813. stroke
  12814. grestore
  12815. gsave
  12816. 0.002 setlinewidth
  12817. 0.43349 0.45838 moveto 0.42369 0.43214 lineto 0.47739 0.41755 lineto gsave
  12818. 0.629 0.532 0.725 setrgbcolor
  12819. fill grestore
  12820. stroke
  12821. grestore
  12822. gsave
  12823. 0.002 setlinewidth
  12824. 0.48187 0.44546 moveto 0.48635 0.4721 lineto 0.44332 0.4834 lineto gsave
  12825. 0.631 0.541 0.733 setrgbcolor
  12826. fill grestore
  12827. stroke
  12828. grestore
  12829. gsave
  12830. 0.002 setlinewidth
  12831. 0.44332 0.4834 moveto 0.43349 0.45838 lineto 0.48187 0.44546 lineto gsave
  12832. 0.631 0.541 0.733 setrgbcolor
  12833. fill grestore
  12834. stroke
  12835. grestore
  12836. gsave
  12837. 0.002 setlinewidth
  12838. 0.47739 0.41755 moveto 0.48187 0.44546 lineto 0.43349 0.45838 lineto gsave
  12839. 0.629 0.532 0.725 setrgbcolor
  12840. fill grestore
  12841. stroke
  12842. grestore
  12843. gsave
  12844. 0.002 setlinewidth
  12845. 0.65892 0.16053 moveto 0.65172 0.18876 lineto 0.54873 0.17044 lineto gsave
  12846. 0.75 0.62 0.715 setrgbcolor
  12847. fill grestore
  12848. stroke
  12849. grestore
  12850. gsave
  12851. 0.002 setlinewidth
  12852. 0.54873 0.17044 moveto 0.55023 0.14091 lineto 0.65892 0.16053 lineto gsave
  12853. 0.75 0.62 0.715 setrgbcolor
  12854. fill grestore
  12855. stroke
  12856. grestore
  12857. gsave
  12858. 0.002 setlinewidth
  12859. 0.5308 0.51903 moveto 0.5293 0.54094 lineto 0.49983 0.54233 lineto gsave
  12860. 0.692 0.615 0.765 setrgbcolor
  12861. fill grestore
  12862. stroke
  12863. grestore
  12864. gsave
  12865. 0.002 setlinewidth
  12866. 0.49983 0.54233 moveto 0.49534 0.52073 lineto 0.5308 0.51903 lineto gsave
  12867. 0.692 0.615 0.765 setrgbcolor
  12868. fill grestore
  12869. stroke
  12870. grestore
  12871. gsave
  12872. 0.002 setlinewidth
  12873. 0.65172 0.18876 moveto 0.64456 0.21768 lineto 0.54724 0.20063 lineto gsave
  12874. 0.751 0.617 0.71 setrgbcolor
  12875. fill grestore
  12876. stroke
  12877. grestore
  12878. gsave
  12879. 0.002 setlinewidth
  12880. 0.54724 0.20063 moveto 0.54873 0.17044 lineto 0.65172 0.18876 lineto gsave
  12881. 0.751 0.617 0.71 setrgbcolor
  12882. fill grestore
  12883. stroke
  12884. grestore
  12885. gsave
  12886. 0.002 setlinewidth
  12887. 0.57249 0.5012 moveto 0.5652 0.52406 lineto 0.5308 0.51903 lineto gsave
  12888. 0.743 0.646 0.752 setrgbcolor
  12889. fill grestore
  12890. stroke
  12891. grestore
  12892. gsave
  12893. 0.002 setlinewidth
  12894. 0.5293 0.54094 moveto 0.5308 0.51903 lineto 0.5652 0.52406 lineto gsave
  12895. 0.739 0.656 0.768 setrgbcolor
  12896. fill grestore
  12897. stroke
  12898. grestore
  12899. gsave
  12900. 0.002 setlinewidth
  12901. 0.64456 0.21768 moveto 0.63741 0.24713 lineto 0.54575 0.23133 lineto gsave
  12902. 0.751 0.615 0.707 setrgbcolor
  12903. fill grestore
  12904. stroke
  12905. grestore
  12906. gsave
  12907. 0.002 setlinewidth
  12908. 0.54575 0.23133 moveto 0.54724 0.20063 lineto 0.64456 0.21768 lineto gsave
  12909. 0.751 0.615 0.707 setrgbcolor
  12910. fill grestore
  12911. stroke
  12912. grestore
  12913. gsave
  12914. 0.002 setlinewidth
  12915. 0.63741 0.24713 moveto 0.63026 0.27691 lineto 0.54426 0.26233 lineto gsave
  12916. 0.752 0.613 0.705 setrgbcolor
  12917. fill grestore
  12918. stroke
  12919. grestore
  12920. gsave
  12921. 0.002 setlinewidth
  12922. 0.54426 0.26233 moveto 0.54575 0.23133 lineto 0.63741 0.24713 lineto gsave
  12923. 0.752 0.613 0.705 setrgbcolor
  12924. fill grestore
  12925. stroke
  12926. grestore
  12927. gsave
  12928. 0.002 setlinewidth
  12929. 0.63026 0.27691 moveto 0.6231 0.30684 lineto 0.54277 0.29345 lineto gsave
  12930. 0.752 0.613 0.705 setrgbcolor
  12931. fill grestore
  12932. stroke
  12933. grestore
  12934. gsave
  12935. 0.002 setlinewidth
  12936. 0.54277 0.29345 moveto 0.54426 0.26233 lineto 0.63026 0.27691 lineto gsave
  12937. 0.752 0.613 0.705 setrgbcolor
  12938. fill grestore
  12939. stroke
  12940. grestore
  12941. gsave
  12942. 0.002 setlinewidth
  12943. 0.57978 0.47667 moveto 0.57249 0.5012 lineto 0.5323 0.49523 lineto gsave
  12944. 0.746 0.637 0.74 setrgbcolor
  12945. fill grestore
  12946. stroke
  12947. grestore
  12948. gsave
  12949. 0.002 setlinewidth
  12950. 0.5308 0.51903 moveto 0.5323 0.49523 lineto 0.57249 0.5012 lineto gsave
  12951. 0.743 0.646 0.752 setrgbcolor
  12952. fill grestore
  12953. stroke
  12954. grestore
  12955. gsave
  12956. 0.002 setlinewidth
  12957. 0.6231 0.30684 moveto 0.61594 0.33669 lineto 0.54128 0.32445 lineto gsave
  12958. 0.752 0.614 0.706 setrgbcolor
  12959. fill grestore
  12960. stroke
  12961. grestore
  12962. gsave
  12963. 0.002 setlinewidth
  12964. 0.54128 0.32445 moveto 0.54277 0.29345 lineto 0.6231 0.30684 lineto gsave
  12965. 0.752 0.614 0.706 setrgbcolor
  12966. fill grestore
  12967. stroke
  12968. grestore
  12969. gsave
  12970. 0.002 setlinewidth
  12971. 0.5323 0.49523 moveto 0.5308 0.51903 lineto 0.49534 0.52073 lineto gsave
  12972. 0.693 0.602 0.75 setrgbcolor
  12973. fill grestore
  12974. stroke
  12975. grestore
  12976. gsave
  12977. 0.002 setlinewidth
  12978. 0.49534 0.52073 moveto 0.49085 0.49726 lineto 0.5323 0.49523 lineto gsave
  12979. 0.693 0.602 0.75 setrgbcolor
  12980. fill grestore
  12981. stroke
  12982. grestore
  12983. gsave
  12984. 0.002 setlinewidth
  12985. 0.61594 0.33669 moveto 0.60875 0.36623 lineto 0.53979 0.35512 lineto gsave
  12986. 0.751 0.615 0.707 setrgbcolor
  12987. fill grestore
  12988. stroke
  12989. grestore
  12990. gsave
  12991. 0.002 setlinewidth
  12992. 0.53979 0.35512 moveto 0.54128 0.32445 lineto 0.61594 0.33669 lineto gsave
  12993. 0.751 0.615 0.707 setrgbcolor
  12994. fill grestore
  12995. stroke
  12996. grestore
  12997. gsave
  12998. 0.002 setlinewidth
  12999. 0.58705 0.45069 moveto 0.57978 0.47667 lineto 0.5338 0.46975 lineto gsave
  13000. 0.748 0.63 0.73 setrgbcolor
  13001. fill grestore
  13002. stroke
  13003. grestore
  13004. gsave
  13005. 0.002 setlinewidth
  13006. 0.5323 0.49523 moveto 0.5338 0.46975 lineto 0.57978 0.47667 lineto gsave
  13007. 0.746 0.637 0.74 setrgbcolor
  13008. fill grestore
  13009. stroke
  13010. grestore
  13011. gsave
  13012. 0.002 setlinewidth
  13013. 0.60875 0.36623 moveto 0.60154 0.39523 lineto 0.5383 0.38522 lineto gsave
  13014. 0.751 0.617 0.711 setrgbcolor
  13015. fill grestore
  13016. stroke
  13017. grestore
  13018. gsave
  13019. 0.002 setlinewidth
  13020. 0.5383 0.38522 moveto 0.53979 0.35512 lineto 0.60875 0.36623 lineto gsave
  13021. 0.751 0.617 0.711 setrgbcolor
  13022. fill grestore
  13023. stroke
  13024. grestore
  13025. gsave
  13026. 0.002 setlinewidth
  13027. 0.59431 0.42347 moveto 0.58705 0.45069 lineto 0.5353 0.44276 lineto gsave
  13028. 0.749 0.625 0.722 setrgbcolor
  13029. fill grestore
  13030. stroke
  13031. grestore
  13032. gsave
  13033. 0.002 setlinewidth
  13034. 0.5338 0.46975 moveto 0.5353 0.44276 lineto 0.58705 0.45069 lineto gsave
  13035. 0.748 0.63 0.73 setrgbcolor
  13036. fill grestore
  13037. stroke
  13038. grestore
  13039. gsave
  13040. 0.002 setlinewidth
  13041. 0.60154 0.39523 moveto 0.59431 0.42347 lineto 0.5368 0.41451 lineto gsave
  13042. 0.75 0.62 0.715 setrgbcolor
  13043. fill grestore
  13044. stroke
  13045. grestore
  13046. gsave
  13047. 0.002 setlinewidth
  13048. 0.5368 0.41451 moveto 0.5383 0.38522 lineto 0.60154 0.39523 lineto gsave
  13049. 0.75 0.62 0.715 setrgbcolor
  13050. fill grestore
  13051. stroke
  13052. grestore
  13053. gsave
  13054. 0.002 setlinewidth
  13055. 0.5353 0.44276 moveto 0.5368 0.41451 lineto 0.59431 0.42347 lineto gsave
  13056. 0.749 0.625 0.722 setrgbcolor
  13057. fill grestore
  13058. stroke
  13059. grestore
  13060. gsave
  13061. 0.002 setlinewidth
  13062. 0.5338 0.46975 moveto 0.5323 0.49523 lineto 0.49085 0.49726 lineto gsave
  13063. 0.693 0.591 0.738 setrgbcolor
  13064. fill grestore
  13065. stroke
  13066. grestore
  13067. gsave
  13068. 0.002 setlinewidth
  13069. 0.49085 0.49726 moveto 0.48635 0.4721 lineto 0.5338 0.46975 lineto gsave
  13070. 0.693 0.591 0.738 setrgbcolor
  13071. fill grestore
  13072. stroke
  13073. grestore
  13074. gsave
  13075. 0.002 setlinewidth
  13076. 0.5353 0.44276 moveto 0.5338 0.46975 lineto 0.48635 0.4721 lineto gsave
  13077. 0.693 0.583 0.728 setrgbcolor
  13078. fill grestore
  13079. stroke
  13080. grestore
  13081. gsave
  13082. 0.002 setlinewidth
  13083. 0.48635 0.4721 moveto 0.48187 0.44546 lineto 0.5353 0.44276 lineto gsave
  13084. 0.693 0.583 0.728 setrgbcolor
  13085. fill grestore
  13086. stroke
  13087. grestore
  13088. gsave
  13089. 0.002 setlinewidth
  13090. 0.55023 0.14091 moveto 0.54873 0.17044 lineto 0.44189 0.17668 lineto gsave
  13091. 0.692 0.57 0.713 setrgbcolor
  13092. fill grestore
  13093. stroke
  13094. grestore
  13095. gsave
  13096. 0.002 setlinewidth
  13097. 0.44189 0.17668 moveto 0.43743 0.14759 lineto 0.55023 0.14091 lineto gsave
  13098. 0.692 0.57 0.713 setrgbcolor
  13099. fill grestore
  13100. stroke
  13101. grestore
  13102. gsave
  13103. 0.002 setlinewidth
  13104. 0.44633 0.20644 moveto 0.44189 0.17668 lineto 0.54873 0.17044 lineto gsave
  13105. 0.692 0.566 0.709 setrgbcolor
  13106. fill grestore
  13107. stroke
  13108. grestore
  13109. gsave
  13110. 0.002 setlinewidth
  13111. 0.54873 0.17044 moveto 0.54724 0.20063 lineto 0.44633 0.20644 lineto gsave
  13112. 0.692 0.566 0.709 setrgbcolor
  13113. fill grestore
  13114. stroke
  13115. grestore
  13116. gsave
  13117. 0.002 setlinewidth
  13118. 0.45076 0.23671 moveto 0.44633 0.20644 lineto 0.54724 0.20063 lineto gsave
  13119. 0.692 0.564 0.706 setrgbcolor
  13120. fill grestore
  13121. stroke
  13122. grestore
  13123. gsave
  13124. 0.002 setlinewidth
  13125. 0.54724 0.20063 moveto 0.54575 0.23133 lineto 0.45076 0.23671 lineto gsave
  13126. 0.692 0.564 0.706 setrgbcolor
  13127. fill grestore
  13128. stroke
  13129. grestore
  13130. gsave
  13131. 0.002 setlinewidth
  13132. 0.45519 0.26729 moveto 0.45076 0.23671 lineto 0.54575 0.23133 lineto gsave
  13133. 0.692 0.562 0.704 setrgbcolor
  13134. fill grestore
  13135. stroke
  13136. grestore
  13137. gsave
  13138. 0.002 setlinewidth
  13139. 0.54575 0.23133 moveto 0.54426 0.26233 lineto 0.45519 0.26729 lineto gsave
  13140. 0.692 0.562 0.704 setrgbcolor
  13141. fill grestore
  13142. stroke
  13143. grestore
  13144. gsave
  13145. 0.002 setlinewidth
  13146. 0.45961 0.298 moveto 0.45519 0.26729 lineto 0.54426 0.26233 lineto gsave
  13147. 0.692 0.562 0.703 setrgbcolor
  13148. fill grestore
  13149. stroke
  13150. grestore
  13151. gsave
  13152. 0.002 setlinewidth
  13153. 0.5368 0.41451 moveto 0.5353 0.44276 lineto 0.48187 0.44546 lineto gsave
  13154. 0.692 0.576 0.72 setrgbcolor
  13155. fill grestore
  13156. stroke
  13157. grestore
  13158. gsave
  13159. 0.002 setlinewidth
  13160. 0.48187 0.44546 moveto 0.47739 0.41755 lineto 0.5368 0.41451 lineto gsave
  13161. 0.692 0.576 0.72 setrgbcolor
  13162. fill grestore
  13163. stroke
  13164. grestore
  13165. gsave
  13166. 0.002 setlinewidth
  13167. 0.54426 0.26233 moveto 0.54277 0.29345 lineto 0.45961 0.298 lineto gsave
  13168. 0.692 0.562 0.703 setrgbcolor
  13169. fill grestore
  13170. stroke
  13171. grestore
  13172. gsave
  13173. 0.002 setlinewidth
  13174. 0.46404 0.32861 moveto 0.45961 0.298 lineto 0.54277 0.29345 lineto gsave
  13175. 0.692 0.562 0.704 setrgbcolor
  13176. fill grestore
  13177. stroke
  13178. grestore
  13179. gsave
  13180. 0.002 setlinewidth
  13181. 0.5383 0.38522 moveto 0.5368 0.41451 lineto 0.47739 0.41755 lineto gsave
  13182. 0.692 0.571 0.714 setrgbcolor
  13183. fill grestore
  13184. stroke
  13185. grestore
  13186. gsave
  13187. 0.002 setlinewidth
  13188. 0.47739 0.41755 moveto 0.47293 0.38862 lineto 0.5383 0.38522 lineto gsave
  13189. 0.692 0.571 0.714 setrgbcolor
  13190. fill grestore
  13191. stroke
  13192. grestore
  13193. gsave
  13194. 0.002 setlinewidth
  13195. 0.54277 0.29345 moveto 0.54128 0.32445 lineto 0.46404 0.32861 lineto gsave
  13196. 0.692 0.562 0.704 setrgbcolor
  13197. fill grestore
  13198. stroke
  13199. grestore
  13200. gsave
  13201. 0.002 setlinewidth
  13202. 0.46848 0.35889 moveto 0.46404 0.32861 lineto 0.54128 0.32445 lineto gsave
  13203. 0.692 0.564 0.706 setrgbcolor
  13204. fill grestore
  13205. stroke
  13206. grestore
  13207. gsave
  13208. 0.002 setlinewidth
  13209. 0.54128 0.32445 moveto 0.53979 0.35512 lineto 0.46848 0.35889 lineto gsave
  13210. 0.692 0.564 0.706 setrgbcolor
  13211. fill grestore
  13212. stroke
  13213. grestore
  13214. gsave
  13215. 0.002 setlinewidth
  13216. 0.47293 0.38862 moveto 0.46848 0.35889 lineto 0.53979 0.35512 lineto gsave
  13217. 0.692 0.567 0.709 setrgbcolor
  13218. fill grestore
  13219. stroke
  13220. grestore
  13221. gsave
  13222. 0.002 setlinewidth
  13223. 0.53979 0.35512 moveto 0.5383 0.38522 lineto 0.47293 0.38862 lineto gsave
  13224. 0.692 0.567 0.709 setrgbcolor
  13225. fill grestore
  13226. stroke
  13227. grestore
  13228. gsave
  13229. grestore
  13230. % End of Graphics
  13231. MathPictureEnd
  13232. :[font = input; preserveAspect; startGroup; ]
  13233. uu[1,3.83171,0];
  13234. :[font = postscript; PostScript; formatAsPostScript; output; inactive; pageBreakBelow; dontNoPageBreakBelow; preserveAspect; pictureLeft = 34; pictureWidth = 282; pictureHeight = 254; endGroup; ]
  13235. %!
  13236. %%Creator: Mathematica
  13237. %%AspectRatio: 0.90371 
  13238. MathPictureStart
  13239. /Courier findfont 10  scalefont  setfont
  13240. % Scaling calculations
  13241. 0.024959 0.998348 -3.905855e-05 0.998348 [
  13242. [ 0 0 0 0 ]
  13243. [ 1 0.903715 0 0 ]
  13244. ] MathScale
  13245. % Start of Graphics
  13246. 1 setlinecap
  13247. 1 setlinejoin
  13248. newpath
  13249. %%Object: Graphics3D
  13250. [ ] 0 setdash
  13251. 0 setgray
  13252. 0 0 moveto
  13253. 1 0 lineto
  13254. 1 0.90371 lineto
  13255. 0 0.90371 lineto
  13256. closepath
  13257. clip
  13258. newpath
  13259. gsave
  13260. 0.002 setlinewidth
  13261. 0.5449 0.65071 moveto 0.54609 0.66678 lineto 0.45231 0.66267 lineto gsave
  13262. 0.712 0.642 0.778 setrgbcolor
  13263. fill grestore
  13264. stroke
  13265. grestore
  13266. gsave
  13267. 0.002 setlinewidth
  13268. 0.54609 0.66678 moveto 0.5449 0.65071 lineto 0.63244 0.64529 lineto gsave
  13269. 0.659 0.601 0.78 setrgbcolor
  13270. fill grestore
  13271. stroke
  13272. grestore
  13273. gsave
  13274. 0.002 setlinewidth
  13275. 0.63244 0.64529 moveto 0.63804 0.65442 lineto 0.54609 0.66678 lineto gsave
  13276. 0.668 0.712 0.882 setrgbcolor
  13277. fill grestore
  13278. stroke
  13279. grestore
  13280. gsave
  13281. 0.002 setlinewidth
  13282. 0.45593 0.64123 moveto 0.45231 0.66267 lineto 0.36389 0.64227 lineto gsave
  13283. 0.763 0.647 0.734 setrgbcolor
  13284. fill grestore
  13285. stroke
  13286. grestore
  13287. gsave
  13288. 0.002 setlinewidth
  13289. 0.45231 0.66267 moveto 0.45593 0.64123 lineto 0.5449 0.65071 lineto gsave
  13290. 0.709 0.596 0.727 setrgbcolor
  13291. fill grestore
  13292. stroke
  13293. grestore
  13294. gsave
  13295. 0.002 setlinewidth
  13296. 0.54371 0.6344 moveto 0.5449 0.65071 lineto 0.45593 0.64123 lineto gsave
  13297. 0.7 0.631 0.777 setrgbcolor
  13298. fill grestore
  13299. stroke
  13300. grestore
  13301. gsave
  13302. 0.002 setlinewidth
  13303. 0.5449 0.65071 moveto 0.54371 0.6344 lineto 0.62678 0.63605 lineto gsave
  13304. 0.64 0.586 0.778 setrgbcolor
  13305. fill grestore
  13306. stroke
  13307. grestore
  13308. gsave
  13309. 0.002 setlinewidth
  13310. 0.62678 0.63605 moveto 0.63244 0.64529 lineto 0.5449 0.65071 lineto gsave
  13311. 0.64 0.7 0.889 setrgbcolor
  13312. fill grestore
  13313. stroke
  13314. grestore
  13315. gsave
  13316. 0.002 setlinewidth
  13317. 0.36389 0.64227 moveto 0.37238 0.61755 lineto 0.45593 0.64123 lineto gsave
  13318. 0.763 0.626 0.708 setrgbcolor
  13319. fill grestore
  13320. stroke
  13321. grestore
  13322. gsave
  13323. 0.002 setlinewidth
  13324. 0.45956 0.6195 moveto 0.45593 0.64123 lineto 0.37238 0.61755 lineto gsave
  13325. 0.756 0.639 0.732 setrgbcolor
  13326. fill grestore
  13327. stroke
  13328. grestore
  13329. gsave
  13330. 0.002 setlinewidth
  13331. 0.45593 0.64123 moveto 0.45956 0.6195 lineto 0.54371 0.6344 lineto gsave
  13332. 0.699 0.584 0.724 setrgbcolor
  13333. fill grestore
  13334. stroke
  13335. grestore
  13336. gsave
  13337. 0.002 setlinewidth
  13338. 0.37238 0.61755 moveto 0.38087 0.59255 lineto 0.45956 0.6195 lineto gsave
  13339. 0.757 0.618 0.705 setrgbcolor
  13340. fill grestore
  13341. stroke
  13342. grestore
  13343. gsave
  13344. 0.002 setlinewidth
  13345. 0.4632 0.59793 moveto 0.45956 0.6195 lineto 0.38087 0.59255 lineto gsave
  13346. 0.748 0.633 0.732 setrgbcolor
  13347. fill grestore
  13348. stroke
  13349. grestore
  13350. gsave
  13351. 0.002 setlinewidth
  13352. 0.45956 0.6195 moveto 0.4632 0.59793 lineto 0.54251 0.61811 lineto gsave
  13353. 0.687 0.574 0.723 setrgbcolor
  13354. fill grestore
  13355. stroke
  13356. grestore
  13357. gsave
  13358. 0.002 setlinewidth
  13359. 0.54251 0.61811 moveto 0.54371 0.6344 lineto 0.45956 0.6195 lineto gsave
  13360. 0.684 0.621 0.779 setrgbcolor
  13361. fill grestore
  13362. stroke
  13363. grestore
  13364. gsave
  13365. 0.002 setlinewidth
  13366. 0.54371 0.6344 moveto 0.54251 0.61811 lineto 0.62108 0.62675 lineto gsave
  13367. 0.618 0.57 0.778 setrgbcolor
  13368. fill grestore
  13369. stroke
  13370. grestore
  13371. gsave
  13372. 0.002 setlinewidth
  13373. 0.62108 0.62675 moveto 0.62678 0.63605 lineto 0.54371 0.6344 lineto gsave
  13374. 0.605 0.684 0.898 setrgbcolor
  13375. fill grestore
  13376. stroke
  13377. grestore
  13378. gsave
  13379. 0.002 setlinewidth
  13380. 0.38087 0.59255 moveto 0.38933 0.56786 lineto 0.4632 0.59793 lineto gsave
  13381. 0.75 0.611 0.704 setrgbcolor
  13382. fill grestore
  13383. stroke
  13384. grestore
  13385. gsave
  13386. 0.002 setlinewidth
  13387. 0.46683 0.57697 moveto 0.4632 0.59793 lineto 0.38933 0.56786 lineto gsave
  13388. 0.738 0.627 0.736 setrgbcolor
  13389. fill grestore
  13390. stroke
  13391. grestore
  13392. gsave
  13393. 0.002 setlinewidth
  13394. 0.4632 0.59793 moveto 0.46683 0.57697 lineto 0.5413 0.60213 lineto gsave
  13395. 0.673 0.565 0.725 setrgbcolor
  13396. fill grestore
  13397. stroke
  13398. grestore
  13399. gsave
  13400. 0.002 setlinewidth
  13401. 0.5413 0.60213 moveto 0.54251 0.61811 lineto 0.4632 0.59793 lineto gsave
  13402. 0.665 0.61 0.784 setrgbcolor
  13403. fill grestore
  13404. stroke
  13405. grestore
  13406. gsave
  13407. 0.002 setlinewidth
  13408. 0.38933 0.56786 moveto 0.39774 0.54408 lineto 0.46683 0.57697 lineto gsave
  13409. 0.742 0.605 0.706 setrgbcolor
  13410. fill grestore
  13411. stroke
  13412. grestore
  13413. gsave
  13414. 0.002 setlinewidth
  13415. 0.47045 0.55707 moveto 0.46683 0.57697 lineto 0.39774 0.54408 lineto gsave
  13416. 0.724 0.621 0.743 setrgbcolor
  13417. fill grestore
  13418. stroke
  13419. grestore
  13420. gsave
  13421. 0.002 setlinewidth
  13422. 0.46683 0.57697 moveto 0.47045 0.55707 lineto 0.54009 0.58671 lineto gsave
  13423. 0.656 0.555 0.729 setrgbcolor
  13424. fill grestore
  13425. stroke
  13426. grestore
  13427. gsave
  13428. 0.002 setlinewidth
  13429. 0.54009 0.58671 moveto 0.5413 0.60213 lineto 0.46683 0.57697 lineto gsave
  13430. 0.641 0.599 0.792 setrgbcolor
  13431. fill grestore
  13432. stroke
  13433. grestore
  13434. gsave
  13435. 0.002 setlinewidth
  13436. 0.63804 0.65442 moveto 0.63244 0.64529 lineto 0.71155 0.62497 lineto gsave
  13437. 0.624 0.693 0.894 setrgbcolor
  13438. fill grestore
  13439. stroke
  13440. grestore
  13441. gsave
  13442. 0.002 setlinewidth
  13443. 0.71155 0.62497 moveto 0.72094 0.62615 lineto 0.63804 0.65442 lineto gsave
  13444. 0.583 0.896 0.987 setrgbcolor
  13445. fill grestore
  13446. stroke
  13447. grestore
  13448. gsave
  13449. 0.002 setlinewidth
  13450. 0.39774 0.54408 moveto 0.40608 0.52175 lineto 0.47045 0.55707 lineto gsave
  13451. 0.73 0.6 0.711 setrgbcolor
  13452. fill grestore
  13453. stroke
  13454. grestore
  13455. gsave
  13456. 0.002 setlinewidth
  13457. 0.47406 0.5386 moveto 0.47045 0.55707 lineto 0.40608 0.52175 lineto gsave
  13458. 0.705 0.615 0.753 setrgbcolor
  13459. fill grestore
  13460. stroke
  13461. grestore
  13462. gsave
  13463. 0.002 setlinewidth
  13464. 0.47045 0.55707 moveto 0.47406 0.5386 lineto 0.53888 0.5721 lineto gsave
  13465. 0.634 0.545 0.737 setrgbcolor
  13466. fill grestore
  13467. stroke
  13468. grestore
  13469. gsave
  13470. 0.002 setlinewidth
  13471. 0.53888 0.5721 moveto 0.54009 0.58671 lineto 0.47045 0.55707 lineto gsave
  13472. 0.609 0.586 0.802 setrgbcolor
  13473. fill grestore
  13474. stroke
  13475. grestore
  13476. gsave
  13477. 0.002 setlinewidth
  13478. 0.54251 0.61811 moveto 0.5413 0.60213 lineto 0.61532 0.61744 lineto gsave
  13479. 0.593 0.555 0.781 setrgbcolor
  13480. fill grestore
  13481. stroke
  13482. grestore
  13483. gsave
  13484. 0.002 setlinewidth
  13485. 0.61532 0.61744 moveto 0.62108 0.62675 lineto 0.54251 0.61811 lineto gsave
  13486. 0.559 0.664 0.907 setrgbcolor
  13487. fill grestore
  13488. stroke
  13489. grestore
  13490. gsave
  13491. 0.002 setlinewidth
  13492. 0.40608 0.52175 moveto 0.41435 0.50135 lineto 0.47406 0.5386 lineto gsave
  13493. 0.716 0.594 0.718 setrgbcolor
  13494. fill grestore
  13495. stroke
  13496. grestore
  13497. gsave
  13498. 0.002 setlinewidth
  13499. 0.47765 0.52192 moveto 0.47406 0.5386 lineto 0.41435 0.50135 lineto gsave
  13500. 0.681 0.607 0.767 setrgbcolor
  13501. fill grestore
  13502. stroke
  13503. grestore
  13504. gsave
  13505. 0.002 setlinewidth
  13506. 0.47406 0.5386 moveto 0.47765 0.52192 lineto 0.53767 0.55851 lineto gsave
  13507. 0.606 0.534 0.747 setrgbcolor
  13508. fill grestore
  13509. stroke
  13510. grestore
  13511. gsave
  13512. 0.002 setlinewidth
  13513. 0.53767 0.55851 moveto 0.53888 0.5721 lineto 0.47406 0.5386 lineto gsave
  13514. 0.568 0.57 0.815 setrgbcolor
  13515. fill grestore
  13516. stroke
  13517. grestore
  13518. gsave
  13519. 0.002 setlinewidth
  13520. 0.5413 0.60213 moveto 0.54009 0.58671 lineto 0.60952 0.6082 lineto gsave
  13521. 0.561 0.538 0.786 setrgbcolor
  13522. fill grestore
  13523. stroke
  13524. grestore
  13525. gsave
  13526. 0.002 setlinewidth
  13527. 0.60952 0.6082 moveto 0.61532 0.61744 lineto 0.5413 0.60213 lineto gsave
  13528. 0.501 0.637 0.915 setrgbcolor
  13529. fill grestore
  13530. stroke
  13531. grestore
  13532. gsave
  13533. 0.002 setlinewidth
  13534. 0.33962 0.50593 moveto 0.35216 0.48349 lineto 0.40608 0.52175 lineto gsave
  13535. 0.799 0.664 0.715 setrgbcolor
  13536. fill grestore
  13537. stroke
  13538. grestore
  13539. gsave
  13540. 0.002 setlinewidth
  13541. 0.40608 0.52175 moveto 0.39774 0.54408 lineto 0.33962 0.50593 lineto gsave
  13542. 0.795 0.674 0.731 setrgbcolor
  13543. fill grestore
  13544. stroke
  13545. grestore
  13546. gsave
  13547. 0.002 setlinewidth
  13548. 0.41435 0.50135 moveto 0.40608 0.52175 lineto 0.35216 0.48349 lineto gsave
  13549. 0.782 0.672 0.742 setrgbcolor
  13550. fill grestore
  13551. stroke
  13552. grestore
  13553. gsave
  13554. 0.002 setlinewidth
  13555. 0.32692 0.53009 moveto 0.33962 0.50593 lineto 0.39774 0.54408 lineto gsave
  13556. 0.807 0.667 0.709 setrgbcolor
  13557. fill grestore
  13558. stroke
  13559. grestore
  13560. gsave
  13561. 0.002 setlinewidth
  13562. 0.39774 0.54408 moveto 0.38933 0.56786 lineto 0.32692 0.53009 lineto gsave
  13563. 0.804 0.676 0.723 setrgbcolor
  13564. fill grestore
  13565. stroke
  13566. grestore
  13567. gsave
  13568. 0.002 setlinewidth
  13569. 0.63244 0.64529 moveto 0.62678 0.63605 lineto 0.70205 0.62387 lineto gsave
  13570. 0.586 0.674 0.901 setrgbcolor
  13571. fill grestore
  13572. stroke
  13573. grestore
  13574. gsave
  13575. 0.002 setlinewidth
  13576. 0.70205 0.62387 moveto 0.71155 0.62497 lineto 0.63244 0.64529 lineto gsave
  13577. 0.491 0.868 0.979 setrgbcolor
  13578. fill grestore
  13579. stroke
  13580. grestore
  13581. gsave
  13582. 0.002 setlinewidth
  13583. 0.35216 0.48349 moveto 0.36454 0.46331 lineto 0.41435 0.50135 lineto gsave
  13584. 0.787 0.662 0.725 setrgbcolor
  13585. fill grestore
  13586. stroke
  13587. grestore
  13588. gsave
  13589. 0.002 setlinewidth
  13590. 0.42254 0.48334 moveto 0.41435 0.50135 lineto 0.36454 0.46331 lineto gsave
  13591. 0.764 0.669 0.757 setrgbcolor
  13592. fill grestore
  13593. stroke
  13594. grestore
  13595. gsave
  13596. 0.002 setlinewidth
  13597. 0.41435 0.50135 moveto 0.42254 0.48334 lineto 0.47765 0.52192 lineto gsave
  13598. 0.696 0.587 0.729 setrgbcolor
  13599. fill grestore
  13600. stroke
  13601. grestore
  13602. gsave
  13603. 0.002 setlinewidth
  13604. 0.48124 0.50731 moveto 0.47765 0.52192 lineto 0.42254 0.48334 lineto gsave
  13605. 0.646 0.597 0.785 setrgbcolor
  13606. fill grestore
  13607. stroke
  13608. grestore
  13609. gsave
  13610. 0.002 setlinewidth
  13611. 0.47765 0.52192 moveto 0.48124 0.50731 lineto 0.53645 0.54614 lineto gsave
  13612. 0.569 0.519 0.759 setrgbcolor
  13613. fill grestore
  13614. stroke
  13615. grestore
  13616. gsave
  13617. 0.002 setlinewidth
  13618. 0.53645 0.54614 moveto 0.53767 0.55851 lineto 0.47765 0.52192 lineto gsave
  13619. 0.512 0.548 0.83 setrgbcolor
  13620. fill grestore
  13621. stroke
  13622. grestore
  13623. gsave
  13624. 0.002 setlinewidth
  13625. 0.31409 0.55535 moveto 0.32692 0.53009 lineto 0.38933 0.56786 lineto gsave
  13626. 0.812 0.67 0.706 setrgbcolor
  13627. fill grestore
  13628. stroke
  13629. grestore
  13630. gsave
  13631. 0.002 setlinewidth
  13632. 0.38933 0.56786 moveto 0.38087 0.59255 lineto 0.31409 0.55535 lineto gsave
  13633. 0.81 0.679 0.719 setrgbcolor
  13634. fill grestore
  13635. stroke
  13636. grestore
  13637. gsave
  13638. 0.002 setlinewidth
  13639. 0.36454 0.46331 moveto 0.37675 0.44585 lineto 0.42254 0.48334 lineto gsave
  13640. 0.771 0.659 0.739 setrgbcolor
  13641. fill grestore
  13642. stroke
  13643. grestore
  13644. gsave
  13645. 0.002 setlinewidth
  13646. 0.43067 0.46805 moveto 0.42254 0.48334 lineto 0.37675 0.44585 lineto gsave
  13647. 0.737 0.664 0.778 setrgbcolor
  13648. fill grestore
  13649. stroke
  13650. grestore
  13651. gsave
  13652. 0.002 setlinewidth
  13653. 0.42254 0.48334 moveto 0.43067 0.46805 lineto 0.48124 0.50731 lineto gsave
  13654. 0.67 0.579 0.744 setrgbcolor
  13655. fill grestore
  13656. stroke
  13657. grestore
  13658. gsave
  13659. 0.002 setlinewidth
  13660. 0.30116 0.58107 moveto 0.31409 0.55535 lineto 0.38087 0.59255 lineto gsave
  13661. 0.816 0.674 0.706 setrgbcolor
  13662. fill grestore
  13663. stroke
  13664. grestore
  13665. gsave
  13666. 0.002 setlinewidth
  13667. 0.38087 0.59255 moveto 0.37238 0.61755 lineto 0.30116 0.58107 lineto gsave
  13668. 0.815 0.683 0.719 setrgbcolor
  13669. fill grestore
  13670. stroke
  13671. grestore
  13672. gsave
  13673. 0.002 setlinewidth
  13674. 0.54009 0.58671 moveto 0.53888 0.5721 lineto 0.60367 0.59905 lineto gsave
  13675. 0.522 0.518 0.793 setrgbcolor
  13676. fill grestore
  13677. stroke
  13678. grestore
  13679. gsave
  13680. 0.002 setlinewidth
  13681. 0.60367 0.59905 moveto 0.60952 0.6082 lineto 0.54009 0.58671 lineto gsave
  13682. 0.427 0.602 0.919 setrgbcolor
  13683. fill grestore
  13684. stroke
  13685. grestore
  13686. gsave
  13687. 0.002 setlinewidth
  13688. 0.28818 0.60657 moveto 0.30116 0.58107 lineto 0.37238 0.61755 lineto gsave
  13689. 0.819 0.679 0.709 setrgbcolor
  13690. fill grestore
  13691. stroke
  13692. grestore
  13693. gsave
  13694. 0.002 setlinewidth
  13695. 0.37238 0.61755 moveto 0.36389 0.64227 lineto 0.28818 0.60657 lineto gsave
  13696. 0.817 0.687 0.721 setrgbcolor
  13697. fill grestore
  13698. stroke
  13699. grestore
  13700. gsave
  13701. 0.002 setlinewidth
  13702. 0.37675 0.44585 moveto 0.38881 0.43152 lineto 0.43067 0.46805 lineto gsave
  13703. 0.748 0.655 0.758 setrgbcolor
  13704. fill grestore
  13705. stroke
  13706. grestore
  13707. gsave
  13708. 0.002 setlinewidth
  13709. 0.43874 0.45578 moveto 0.43067 0.46805 lineto 0.38881 0.43152 lineto gsave
  13710. 0.698 0.656 0.805 setrgbcolor
  13711. fill grestore
  13712. stroke
  13713. grestore
  13714. gsave
  13715. 0.002 setlinewidth
  13716. 0.43067 0.46805 moveto 0.43874 0.45578 lineto 0.48482 0.49502 lineto gsave
  13717. 0.633 0.568 0.763 setrgbcolor
  13718. fill grestore
  13719. stroke
  13720. grestore
  13721. gsave
  13722. 0.002 setlinewidth
  13723. 0.48482 0.49502 moveto 0.48124 0.50731 lineto 0.43067 0.46805 lineto gsave
  13724. 0.597 0.582 0.806 setrgbcolor
  13725. fill grestore
  13726. stroke
  13727. grestore
  13728. gsave
  13729. 0.002 setlinewidth
  13730. 0.48124 0.50731 moveto 0.48482 0.49502 lineto 0.53522 0.53511 lineto gsave
  13731. 0.519 0.5 0.775 setrgbcolor
  13732. fill grestore
  13733. stroke
  13734. grestore
  13735. gsave
  13736. 0.002 setlinewidth
  13737. 0.53522 0.53511 moveto 0.53645 0.54614 lineto 0.48124 0.50731 lineto gsave
  13738. 0.435 0.517 0.843 setrgbcolor
  13739. fill grestore
  13740. stroke
  13741. grestore
  13742. gsave
  13743. 0.002 setlinewidth
  13744. 0.62678 0.63605 moveto 0.62108 0.62675 lineto 0.69244 0.62267 lineto gsave
  13745. 0.538 0.651 0.908 setrgbcolor
  13746. fill grestore
  13747. stroke
  13748. grestore
  13749. gsave
  13750. 0.002 setlinewidth
  13751. 0.69244 0.62267 moveto 0.70205 0.62387 lineto 0.62678 0.63605 lineto gsave
  13752. 0.373 0.815 0.953 setrgbcolor
  13753. fill grestore
  13754. stroke
  13755. grestore
  13756. gsave
  13757. 0.002 setlinewidth
  13758. 0.53888 0.5721 moveto 0.53767 0.55851 lineto 0.59776 0.59006 lineto gsave
  13759. 0.473 0.495 0.801 setrgbcolor
  13760. fill grestore
  13761. stroke
  13762. grestore
  13763. gsave
  13764. 0.002 setlinewidth
  13765. 0.59776 0.59006 moveto 0.60367 0.59905 lineto 0.53888 0.5721 lineto gsave
  13766. 0.335 0.554 0.915 setrgbcolor
  13767. fill grestore
  13768. stroke
  13769. grestore
  13770. gsave
  13771. 0.002 setlinewidth
  13772. 0.38881 0.43152 moveto 0.40074 0.4206 lineto 0.43874 0.45578 lineto gsave
  13773. 0.714 0.648 0.782 setrgbcolor
  13774. fill grestore
  13775. stroke
  13776. grestore
  13777. gsave
  13778. 0.002 setlinewidth
  13779. 0.44679 0.44672 moveto 0.43874 0.45578 lineto 0.40074 0.4206 lineto gsave
  13780. 0.637 0.64 0.837 setrgbcolor
  13781. fill grestore
  13782. stroke
  13783. grestore
  13784. gsave
  13785. 0.002 setlinewidth
  13786. 0.43874 0.45578 moveto 0.44679 0.44672 lineto 0.4884 0.48519 lineto gsave
  13787. 0.579 0.55 0.786 setrgbcolor
  13788. fill grestore
  13789. stroke
  13790. grestore
  13791. gsave
  13792. 0.002 setlinewidth
  13793. 0.4884 0.48519 moveto 0.48482 0.49502 lineto 0.43874 0.45578 lineto gsave
  13794. 0.526 0.557 0.83 setrgbcolor
  13795. fill grestore
  13796. stroke
  13797. grestore
  13798. gsave
  13799. 0.002 setlinewidth
  13800. 0.48482 0.49502 moveto 0.4884 0.48519 lineto 0.53399 0.52554 lineto gsave
  13801. 0.449 0.472 0.791 setrgbcolor
  13802. fill grestore
  13803. stroke
  13804. grestore
  13805. gsave
  13806. 0.002 setlinewidth
  13807. 0.53399 0.52554 moveto 0.53522 0.53511 lineto 0.48482 0.49502 lineto gsave
  13808. 0.332 0.47 0.849 setrgbcolor
  13809. fill grestore
  13810. stroke
  13811. grestore
  13812. gsave
  13813. 0.002 setlinewidth
  13814. 0.62108 0.62675 moveto 0.61532 0.61744 lineto 0.68271 0.62121 lineto gsave
  13815. 0.478 0.621 0.913 setrgbcolor
  13816. fill grestore
  13817. stroke
  13818. grestore
  13819. gsave
  13820. 0.002 setlinewidth
  13821. 0.68271 0.62121 moveto 0.69244 0.62267 lineto 0.62108 0.62675 lineto gsave
  13822. 0.236 0.734 0.909 setrgbcolor
  13823. fill grestore
  13824. stroke
  13825. grestore
  13826. gsave
  13827. 0.002 setlinewidth
  13828. 0.53767 0.55851 moveto 0.53645 0.54614 lineto 0.59181 0.58126 lineto gsave
  13829. 0.408 0.466 0.808 setrgbcolor
  13830. fill grestore
  13831. stroke
  13832. grestore
  13833. gsave
  13834. 0.002 setlinewidth
  13835. 0.59181 0.58126 moveto 0.59776 0.59006 lineto 0.53767 0.55851 lineto gsave
  13836. 0.223 0.492 0.898 setrgbcolor
  13837. fill grestore
  13838. stroke
  13839. grestore
  13840. gsave
  13841. 0.002 setlinewidth
  13842. 0.40074 0.4206 moveto 0.41258 0.41332 lineto 0.44679 0.44672 lineto gsave
  13843. 0.662 0.635 0.813 setrgbcolor
  13844. fill grestore
  13845. stroke
  13846. grestore
  13847. gsave
  13848. 0.002 setlinewidth
  13849. 0.45482 0.44099 moveto 0.44679 0.44672 lineto 0.41258 0.41332 lineto gsave
  13850. 0.54 0.608 0.87 setrgbcolor
  13851. fill grestore
  13852. stroke
  13853. grestore
  13854. gsave
  13855. 0.002 setlinewidth
  13856. 0.44679 0.44672 moveto 0.45482 0.44099 lineto 0.49198 0.47792 lineto gsave
  13857. 0.498 0.521 0.811 setrgbcolor
  13858. fill grestore
  13859. stroke
  13860. grestore
  13861. gsave
  13862. 0.002 setlinewidth
  13863. 0.49198 0.47792 moveto 0.4884 0.48519 lineto 0.44679 0.44672 lineto gsave
  13864. 0.42 0.515 0.85 setrgbcolor
  13865. fill grestore
  13866. stroke
  13867. grestore
  13868. gsave
  13869. 0.002 setlinewidth
  13870. 0.32912 0.42759 moveto 0.34436 0.41262 lineto 0.37675 0.44585 lineto gsave
  13871. 0.837 0.762 0.779 setrgbcolor
  13872. fill grestore
  13873. stroke
  13874. grestore
  13875. gsave
  13876. 0.002 setlinewidth
  13877. 0.37675 0.44585 moveto 0.36454 0.46331 lineto 0.32912 0.42759 lineto gsave
  13878. 0.837 0.762 0.779 setrgbcolor
  13879. fill grestore
  13880. stroke
  13881. grestore
  13882. gsave
  13883. 0.002 setlinewidth
  13884. 0.38881 0.43152 moveto 0.37675 0.44585 lineto 0.34436 0.41262 lineto gsave
  13885. 0.811 0.763 0.807 setrgbcolor
  13886. fill grestore
  13887. stroke
  13888. grestore
  13889. gsave
  13890. 0.002 setlinewidth
  13891. 0.31362 0.44538 moveto 0.32912 0.42759 lineto 0.36454 0.46331 lineto gsave
  13892. 0.853 0.76 0.759 setrgbcolor
  13893. fill grestore
  13894. stroke
  13895. grestore
  13896. gsave
  13897. 0.002 setlinewidth
  13898. 0.36454 0.46331 moveto 0.35216 0.48349 lineto 0.31362 0.44538 lineto gsave
  13899. 0.853 0.76 0.759 setrgbcolor
  13900. fill grestore
  13901. stroke
  13902. grestore
  13903. gsave
  13904. 0.002 setlinewidth
  13905. 0.34436 0.41262 moveto 0.35937 0.40083 lineto 0.38881 0.43152 lineto gsave
  13906. 0.811 0.763 0.807 setrgbcolor
  13907. fill grestore
  13908. stroke
  13909. grestore
  13910. gsave
  13911. 0.002 setlinewidth
  13912. 0.40074 0.4206 moveto 0.38881 0.43152 lineto 0.35937 0.40083 lineto gsave
  13913. 0.77 0.76 0.843 setrgbcolor
  13914. fill grestore
  13915. stroke
  13916. grestore
  13917. gsave
  13918. 0.002 setlinewidth
  13919. 0.4884 0.48519 moveto 0.49198 0.47792 lineto 0.53275 0.51749 lineto gsave
  13920. 0.35 0.43 0.803 setrgbcolor
  13921. fill grestore
  13922. stroke
  13923. grestore
  13924. gsave
  13925. 0.002 setlinewidth
  13926. 0.53275 0.51749 moveto 0.53399 0.52554 lineto 0.4884 0.48519 lineto gsave
  13927. 0.194 0.403 0.839 setrgbcolor
  13928. fill grestore
  13929. stroke
  13930. grestore
  13931. gsave
  13932. 0.002 setlinewidth
  13933. 0.29786 0.46549 moveto 0.31362 0.44538 lineto 0.35216 0.48349 lineto gsave
  13934. 0.864 0.758 0.744 setrgbcolor
  13935. fill grestore
  13936. stroke
  13937. grestore
  13938. gsave
  13939. 0.002 setlinewidth
  13940. 0.35216 0.48349 moveto 0.33962 0.50593 lineto 0.29786 0.46549 lineto gsave
  13941. 0.864 0.758 0.744 setrgbcolor
  13942. fill grestore
  13943. stroke
  13944. grestore
  13945. gsave
  13946. 0.002 setlinewidth
  13947. 0.61532 0.61744 moveto 0.60952 0.6082 lineto 0.67284 0.61931 lineto gsave
  13948. 0.403 0.583 0.913 setrgbcolor
  13949. fill grestore
  13950. stroke
  13951. grestore
  13952. gsave
  13953. 0.002 setlinewidth
  13954. 0.67284 0.61931 moveto 0.68271 0.62121 lineto 0.61532 0.61744 lineto gsave
  13955. 0.09 0.632 0.848 setrgbcolor
  13956. fill grestore
  13957. stroke
  13958. grestore
  13959. gsave
  13960. 0.002 setlinewidth
  13961. 0.53645 0.54614 moveto 0.53522 0.53511 lineto 0.58581 0.57269 lineto gsave
  13962. 0.325 0.427 0.812 setrgbcolor
  13963. fill grestore
  13964. stroke
  13965. grestore
  13966. gsave
  13967. 0.002 setlinewidth
  13968. 0.58581 0.57269 moveto 0.59181 0.58126 lineto 0.53645 0.54614 lineto gsave
  13969. 0.092 0.414 0.863 setrgbcolor
  13970. fill grestore
  13971. stroke
  13972. grestore
  13973. gsave
  13974. 0.002 setlinewidth
  13975. 0.35937 0.40083 moveto 0.37417 0.39252 lineto 0.40074 0.4206 lineto gsave
  13976. 0.77 0.76 0.843 setrgbcolor
  13977. fill grestore
  13978. stroke
  13979. grestore
  13980. gsave
  13981. 0.002 setlinewidth
  13982. 0.41258 0.41332 moveto 0.40074 0.4206 lineto 0.37417 0.39252 lineto gsave
  13983. 0.702 0.747 0.886 setrgbcolor
  13984. fill grestore
  13985. stroke
  13986. grestore
  13987. gsave
  13988. 0.002 setlinewidth
  13989. 0.72094 0.62615 moveto 0.71155 0.62497 lineto 0.76367 0.59672 lineto gsave
  13990. 0.623 0.905 0.985 setrgbcolor
  13991. fill grestore
  13992. stroke
  13993. grestore
  13994. gsave
  13995. 0.002 setlinewidth
  13996. 0.71155 0.62497 moveto 0.70205 0.62387 lineto 0.74638 0.60491 lineto gsave
  13997. 0.539 0.885 0.984 setrgbcolor
  13998. fill grestore
  13999. stroke
  14000. grestore
  14001. gsave
  14002. 0.71155 0.62497 moveto 0.74638 0.60491 lineto 0.74867 0.60445 lineto 0.539 0.885 0.984 setrgbcolor
  14003. fill
  14004. grestore
  14005. gsave
  14006. 0.002 setlinewidth
  14007. 0.76367 0.59672 moveto 0.77498 0.59058 lineto gsave
  14008. 0.76737 0.5956 lineto 0.623 0.905 0.985 setrgbcolor
  14009. fill grestore
  14010. stroke
  14011. grestore
  14012. gsave
  14013. 0.72094 0.62615 moveto 0.76367 0.59672 lineto 0.76737 0.5956 lineto 0.623 0.905 0.985 setrgbcolor
  14014. fill
  14015. grestore
  14016. gsave
  14017. 0.002 setlinewidth
  14018. 0.76247 0.59803 moveto 0.77498 0.59058 lineto 0.71155 0.62497 lineto gsave
  14019. 0 0 0 setrgbcolor
  14020. fill grestore
  14021. stroke
  14022. grestore
  14023. gsave
  14024. 0.71155 0.62497 moveto 0.75277 0.60218 lineto 0.75663 0.60112 lineto 0.539 0.885 0.984 setrgbcolor
  14025. fill
  14026. grestore
  14027. gsave
  14028. 0.002 setlinewidth
  14029. 0.74638 0.60491 moveto 0.75277 0.60218 lineto gsave
  14030. 0.74867 0.60445 lineto 0.539 0.885 0.984 setrgbcolor
  14031. fill grestore
  14032. stroke
  14033. grestore
  14034. gsave
  14035. 0.002 setlinewidth
  14036. 0.75277 0.60218 moveto 0.76247 0.59803 lineto gsave
  14037. 0.75663 0.60112 lineto 0.539 0.885 0.984 setrgbcolor
  14038. fill grestore
  14039. stroke
  14040. grestore
  14041. gsave
  14042. 0.002 setlinewidth
  14043. 0.74978 0.60539 moveto 0.76247 0.59803 lineto 0.70205 0.62387 lineto gsave
  14044. 0 0 0 setrgbcolor
  14045. fill grestore
  14046. stroke
  14047. grestore
  14048. gsave
  14049. 0.002 setlinewidth
  14050. 0.70205 0.62387 moveto 0.69244 0.62267 lineto 0.72971 0.61144 lineto gsave
  14051. 0.427 0.84 0.968 setrgbcolor
  14052. fill grestore
  14053. stroke
  14054. grestore
  14055. gsave
  14056. 0.70205 0.62387 moveto 0.72971 0.61144 lineto 0.73226 0.61119 lineto 0.427 0.84 0.968 setrgbcolor
  14057. fill
  14058. grestore
  14059. gsave
  14060. 0.70205 0.62387 moveto 0.73668 0.60934 lineto 0.73916 0.60894 lineto 0.427 0.84 0.968 setrgbcolor
  14061. fill
  14062. grestore
  14063. gsave
  14064. 0.74649 0.60667 moveto 0.74171 0.60852 lineto 0.74254 0.60757 lineto 0.427 0.84 0.968 setrgbcolor
  14065. fill
  14066. grestore
  14067. gsave
  14068. 0.70205 0.62387 moveto 0.73916 0.60894 lineto 0.74171 0.60852 lineto 0.427 0.84 0.968 setrgbcolor
  14069. fill
  14070. grestore
  14071. gsave
  14072. 0.74254 0.60757 moveto 0.74171 0.60852 lineto 0.73916 0.60894 lineto 0.427 0.84 0.968 setrgbcolor
  14073. fill
  14074. grestore
  14075. gsave
  14076. 0.002 setlinewidth
  14077. 0.72971 0.61144 moveto 0.73668 0.60934 lineto gsave
  14078. 0.73226 0.61119 lineto 0.427 0.84 0.968 setrgbcolor
  14079. fill grestore
  14080. stroke
  14081. grestore
  14082. gsave
  14083. 0.002 setlinewidth
  14084. 0.73668 0.60934 moveto 0.74254 0.60757 lineto gsave
  14085. 0.73916 0.60894 lineto 0.427 0.84 0.968 setrgbcolor
  14086. fill grestore
  14087. stroke
  14088. grestore
  14089. gsave
  14090. 0.002 setlinewidth
  14091. 0.74254 0.60757 moveto 0.74978 0.60539 lineto gsave
  14092. 0.74649 0.60667 lineto 0.427 0.84 0.968 setrgbcolor
  14093. fill grestore
  14094. stroke
  14095. grestore
  14096. gsave
  14097. 0.002 setlinewidth
  14098. 0.73689 0.61227 moveto 0.74978 0.60539 lineto 0.69244 0.62267 lineto gsave
  14099. 0 0 0 setrgbcolor
  14100. fill grestore
  14101. stroke
  14102. grestore
  14103. gsave
  14104. 0.002 setlinewidth
  14105. 0.69244 0.62267 moveto 0.68271 0.62121 lineto 0.73689 0.61227 lineto gsave
  14106. 0.289 0.765 0.931 setrgbcolor
  14107. fill grestore
  14108. stroke
  14109. grestore
  14110. gsave
  14111. 0.002 setlinewidth
  14112. 0.69729 0.6188 moveto 0.68456 0.6209 lineto gsave
  14113. 0.72378 0.61826 lineto 0.076 0 0 setrgbcolor
  14114. fill grestore
  14115. stroke
  14116. grestore
  14117. gsave
  14118. 0.002 setlinewidth
  14119. 0.72378 0.61826 moveto 0.73689 0.61227 lineto 0.69729 0.6188 lineto gsave
  14120. 0.076 0 0 setrgbcolor
  14121. fill grestore
  14122. stroke
  14123. grestore
  14124. gsave
  14125. 0.002 setlinewidth
  14126. 0.68456 0.6209 moveto 0.68427 0.62095 lineto gsave
  14127. 0.68439 0.62094 lineto 0.076 0 0 setrgbcolor
  14128. fill grestore
  14129. stroke
  14130. grestore
  14131. gsave
  14132. 0.72378 0.61826 moveto 0.68456 0.6209 lineto 0.68439 0.62094 lineto 0.076 0 0 setrgbcolor
  14133. fill
  14134. grestore
  14135. gsave
  14136. 0.002 setlinewidth
  14137. 0.68427 0.62095 moveto 0.68303 0.62116 lineto gsave
  14138. 0.6837 0.62111 lineto 0.076 0 0 setrgbcolor
  14139. fill grestore
  14140. stroke
  14141. grestore
  14142. gsave
  14143. 0.72378 0.61826 moveto 0.68427 0.62095 lineto 0.6837 0.62111 lineto 0.076 0 0 setrgbcolor
  14144. fill
  14145. grestore
  14146. gsave
  14147. 0.002 setlinewidth
  14148. 0.68303 0.62116 moveto 0.68271 0.62121 lineto gsave
  14149. 0.6829 0.6212 lineto 0.076 0 0 setrgbcolor
  14150. fill grestore
  14151. stroke
  14152. grestore
  14153. gsave
  14154. 0.72378 0.61826 moveto 0.68303 0.62116 lineto 0.6829 0.6212 lineto 0.076 0 0 setrgbcolor
  14155. fill
  14156. grestore
  14157. gsave
  14158. 0.002 setlinewidth
  14159. 0.68271 0.62121 moveto 0.67284 0.61931 lineto 0.70539 0.61864 lineto gsave
  14160. 0.133 0.662 0.872 setrgbcolor
  14161. fill grestore
  14162. stroke
  14163. grestore
  14164. gsave
  14165. 0.002 setlinewidth
  14166. 0.66284 0.6168 moveto 0.67284 0.61931 lineto 0.66675 0.61824 lineto gsave
  14167. 0 0.518 0.776 setrgbcolor
  14168. fill grestore
  14169. stroke
  14170. grestore
  14171. gsave
  14172. 0.002 setlinewidth
  14173. 0.66675 0.61824 moveto 0.63532 0.61272 lineto gsave
  14174. 0.66284 0.6168 lineto 0 0.518 0.776 setrgbcolor
  14175. fill grestore
  14176. stroke
  14177. grestore
  14178. gsave
  14179. 0.002 setlinewidth
  14180. 0.66284 0.6168 moveto 0.6527 0.61352 lineto 0.6582 0.61508 lineto gsave
  14181. 0 0.41 0.709 setrgbcolor
  14182. fill grestore
  14183. stroke
  14184. grestore
  14185. gsave
  14186. 0.68271 0.62121 moveto 0.70539 0.61864 lineto 0.71194 0.61911 lineto 0.133 0.662 0.872 setrgbcolor
  14187. fill
  14188. grestore
  14189. gsave
  14190. 0.67459 0.61948 moveto 0.67466 0.61948 lineto 0.67572 0.61925 lineto 0.178 0 0 setrgbcolor
  14191. fill
  14192. grestore
  14193. gsave
  14194. 0.71043 0.62297 moveto 0.67596 0.61927 lineto 0.67466 0.61948 lineto 0.178 0 0 setrgbcolor
  14195. fill
  14196. grestore
  14197. gsave
  14198. 0.67572 0.61925 moveto 0.67466 0.61948 lineto 0.67596 0.61927 lineto 0.178 0 0 setrgbcolor
  14199. fill
  14200. grestore
  14201. gsave
  14202. 0.002 setlinewidth
  14203. 0.68092 0.61914 moveto 0.67616 0.61924 lineto gsave
  14204. 0.71043 0.62297 lineto 0.178 0 0 setrgbcolor
  14205. fill grestore
  14206. stroke
  14207. grestore
  14208. gsave
  14209. 0.002 setlinewidth
  14210. 0.70539 0.61864 moveto 0.72378 0.61826 lineto gsave
  14211. 0.71194 0.61911 lineto 0.133 0.662 0.872 setrgbcolor
  14212. fill grestore
  14213. stroke
  14214. grestore
  14215. gsave
  14216. 0.002 setlinewidth
  14217. 0.71043 0.62297 moveto 0.72378 0.61826 lineto 0.68092 0.61914 lineto gsave
  14218. 0.178 0 0 setrgbcolor
  14219. fill grestore
  14220. stroke
  14221. grestore
  14222. gsave
  14223. 0.002 setlinewidth
  14224. 0.67616 0.61924 moveto 0.67572 0.61925 lineto gsave
  14225. 0.67596 0.61927 lineto 0.178 0 0 setrgbcolor
  14226. fill grestore
  14227. stroke
  14228. grestore
  14229. gsave
  14230. 0.71043 0.62297 moveto 0.67616 0.61924 lineto 0.67596 0.61927 lineto 0.178 0 0 setrgbcolor
  14231. fill
  14232. grestore
  14233. gsave
  14234. 0.002 setlinewidth
  14235. 0.67572 0.61925 moveto 0.67284 0.61931 lineto gsave
  14236. 0.67459 0.61948 lineto 0.178 0 0 setrgbcolor
  14237. fill grestore
  14238. stroke
  14239. grestore
  14240. gsave
  14241. 0.002 setlinewidth
  14242. 0.67284 0.61931 moveto 0.66284 0.6168 lineto 0.71043 0.62297 lineto gsave
  14243. 0 0.539 0.795 setrgbcolor
  14244. fill grestore
  14245. stroke
  14246. grestore
  14247. gsave
  14248. 0.66599 0.61765 moveto 0.66757 0.6175 lineto 0.66284 0.6168 lineto 0.274 0 0 setrgbcolor
  14249. fill
  14250. grestore
  14251. gsave
  14252. 0.002 setlinewidth
  14253. 0.66796 0.61746 moveto 0.66284 0.6168 lineto gsave
  14254. 0.66757 0.6175 lineto 0.274 0 0 setrgbcolor
  14255. fill grestore
  14256. stroke
  14257. grestore
  14258. gsave
  14259. 0.69683 0.62604 moveto 0.66796 0.61746 lineto 0.66599 0.61765 lineto 0.274 0 0 setrgbcolor
  14260. fill
  14261. grestore
  14262. gsave
  14263. 0.002 setlinewidth
  14264. 0.6582 0.61508 moveto 0.69683 0.62604 lineto gsave
  14265. 0.66284 0.6168 lineto 0 0.41 0.709 setrgbcolor
  14266. fill grestore
  14267. stroke
  14268. grestore
  14269. gsave
  14270. 0.002 setlinewidth
  14271. 0.63532 0.61272 moveto 0.60952 0.6082 lineto gsave
  14272. 0.66284 0.6168 lineto 0 0.518 0.776 setrgbcolor
  14273. fill grestore
  14274. stroke
  14275. grestore
  14276. gsave
  14277. 0.002 setlinewidth
  14278. 0.60952 0.6082 moveto 0.60367 0.59905 lineto 0.66284 0.6168 lineto gsave
  14279. 0.312 0.533 0.906 setrgbcolor
  14280. fill grestore
  14281. stroke
  14282. grestore
  14283. gsave
  14284. 0.002 setlinewidth
  14285. 0.60367 0.59905 moveto 0.59776 0.59006 lineto 0.6527 0.61352 lineto gsave
  14286. 0.203 0.471 0.887 setrgbcolor
  14287. fill grestore
  14288. stroke
  14289. grestore
  14290. gsave
  14291. 0.002 setlinewidth
  14292. 0.6527 0.61352 moveto 0.64242 0.60936 lineto 0.64822 0.6119 lineto gsave
  14293. 0.3 0 0 setrgbcolor
  14294. fill grestore
  14295. stroke
  14296. grestore
  14297. gsave
  14298. 0.002 setlinewidth
  14299. 0.65645 0.61488 moveto 0.62277 0.60478 lineto gsave
  14300. 0.6527 0.61352 lineto 0 0.401 0.701 setrgbcolor
  14301. fill grestore
  14302. stroke
  14303. grestore
  14304. gsave
  14305. 0.002 setlinewidth
  14306. 0.62277 0.60478 moveto 0.60367 0.59905 lineto gsave
  14307. 0.6527 0.61352 lineto 0 0.401 0.701 setrgbcolor
  14308. fill grestore
  14309. stroke
  14310. grestore
  14311. gsave
  14312. 0.002 setlinewidth
  14313. 0.64822 0.6119 moveto 0.683 0.62716 lineto gsave
  14314. 0.6527 0.61352 lineto 0.3 0 0 setrgbcolor
  14315. fill grestore
  14316. stroke
  14317. grestore
  14318. gsave
  14319. 0.002 setlinewidth
  14320. 0.6527 0.61352 moveto 0.66284 0.6168 lineto 0.65645 0.61488 lineto gsave
  14321. 0 0.401 0.701 setrgbcolor
  14322. fill grestore
  14323. stroke
  14324. grestore
  14325. gsave
  14326. 0.65619 0.6151 moveto 0.6587 0.61528 lineto 0.6527 0.61352 lineto 0.361 0 0 setrgbcolor
  14327. fill
  14328. grestore
  14329. gsave
  14330. 0.002 setlinewidth
  14331. 0.65894 0.61529 moveto 0.6527 0.61352 lineto gsave
  14332. 0.6587 0.61528 lineto 0.361 0 0 setrgbcolor
  14333. fill grestore
  14334. stroke
  14335. grestore
  14336. gsave
  14337. 0.002 setlinewidth
  14338. 0.683 0.62716 moveto 0.69683 0.62604 lineto 0.65894 0.61529 lineto gsave
  14339. 0.361 0 0 setrgbcolor
  14340. fill grestore
  14341. stroke
  14342. grestore
  14343. gsave
  14344. 0.683 0.62716 moveto 0.65894 0.61529 lineto 0.65619 0.6151 lineto 0.361 0 0 setrgbcolor
  14345. fill
  14346. grestore
  14347. gsave
  14348. 0.002 setlinewidth
  14349. 0.69683 0.62604 moveto 0.71043 0.62297 lineto 0.66796 0.61746 lineto gsave
  14350. 0.274 0 0 setrgbcolor
  14351. fill grestore
  14352. stroke
  14353. grestore
  14354. gsave
  14355. 0.002 setlinewidth
  14356. 0.77498 0.59058 moveto 0.78735 0.58344 lineto 0.72094 0.62615 lineto gsave
  14357. 0.436 0.846 0.668 setrgbcolor
  14358. fill grestore
  14359. stroke
  14360. grestore
  14361. gsave
  14362. 0.002 setlinewidth
  14363. 0.28185 0.4874 moveto 0.29786 0.46549 lineto 0.33962 0.50593 lineto gsave
  14364. 0.87 0.756 0.734 setrgbcolor
  14365. fill grestore
  14366. stroke
  14367. grestore
  14368. gsave
  14369. 0.002 setlinewidth
  14370. 0.33962 0.50593 moveto 0.32692 0.53009 lineto 0.28185 0.4874 lineto gsave
  14371. 0.87 0.756 0.734 setrgbcolor
  14372. fill grestore
  14373. stroke
  14374. grestore
  14375. gsave
  14376. 0.002 setlinewidth
  14377. 0.41258 0.41332 moveto 0.42436 0.4098 lineto 0.45482 0.44099 lineto gsave
  14378. 0.58 0.61 0.847 setrgbcolor
  14379. fill grestore
  14380. stroke
  14381. grestore
  14382. gsave
  14383. 0.002 setlinewidth
  14384. 0.46286 0.43861 moveto 0.45482 0.44099 lineto 0.42436 0.4098 lineto gsave
  14385. 0.389 0.546 0.89 setrgbcolor
  14386. fill grestore
  14387. stroke
  14388. grestore
  14389. gsave
  14390. 0.002 setlinewidth
  14391. 0.45482 0.44099 moveto 0.46286 0.43861 lineto 0.49559 0.47323 lineto gsave
  14392. 0.375 0.471 0.83 setrgbcolor
  14393. fill grestore
  14394. stroke
  14395. grestore
  14396. gsave
  14397. 0.002 setlinewidth
  14398. 0.49559 0.47323 moveto 0.49198 0.47792 lineto 0.45482 0.44099 lineto gsave
  14399. 0.265 0.445 0.852 setrgbcolor
  14400. fill grestore
  14401. stroke
  14402. grestore
  14403. gsave
  14404. 0.002 setlinewidth
  14405. 0.37417 0.39252 moveto 0.38881 0.38791 lineto 0.41258 0.41332 lineto gsave
  14406. 0.702 0.747 0.886 setrgbcolor
  14407. fill grestore
  14408. stroke
  14409. grestore
  14410. gsave
  14411. 0.002 setlinewidth
  14412. 0.42436 0.4098 moveto 0.41258 0.41332 lineto 0.38881 0.38791 lineto gsave
  14413. 0.588 0.711 0.928 setrgbcolor
  14414. fill grestore
  14415. stroke
  14416. grestore
  14417. gsave
  14418. 0.002 setlinewidth
  14419. 0.26561 0.5105 moveto 0.28185 0.4874 lineto 0.32692 0.53009 lineto gsave
  14420. 0.873 0.755 0.728 setrgbcolor
  14421. fill grestore
  14422. stroke
  14423. grestore
  14424. gsave
  14425. 0.002 setlinewidth
  14426. 0.32692 0.53009 moveto 0.31409 0.55535 lineto 0.26561 0.5105 lineto gsave
  14427. 0.873 0.755 0.728 setrgbcolor
  14428. fill grestore
  14429. stroke
  14430. grestore
  14431. gsave
  14432. 0.002 setlinewidth
  14433. 0.53522 0.53511 moveto 0.53399 0.52554 lineto 0.57974 0.56436 lineto gsave
  14434. 0.218 0.374 0.807 setrgbcolor
  14435. fill grestore
  14436. stroke
  14437. grestore
  14438. gsave
  14439. 0.002 setlinewidth
  14440. 0.57974 0.56436 moveto 0.58581 0.57269 lineto 0.53522 0.53511 lineto gsave
  14441. 0 0.322 0.807 setrgbcolor
  14442. fill grestore
  14443. stroke
  14444. grestore
  14445. gsave
  14446. 0.002 setlinewidth
  14447. 0.49198 0.47792 moveto 0.49559 0.47323 lineto 0.53149 0.51096 lineto gsave
  14448. 0.211 0.366 0.802 setrgbcolor
  14449. fill grestore
  14450. stroke
  14451. grestore
  14452. gsave
  14453. 0.002 setlinewidth
  14454. 0.53149 0.51096 moveto 0.53275 0.51749 lineto 0.49198 0.47792 lineto gsave
  14455. 0.025 0.311 0.8 setrgbcolor
  14456. fill grestore
  14457. stroke
  14458. grestore
  14459. gsave
  14460. 0.002 setlinewidth
  14461. 0.38881 0.38791 moveto 0.40332 0.3871 lineto 0.42436 0.4098 lineto gsave
  14462. 0.588 0.711 0.928 setrgbcolor
  14463. fill grestore
  14464. stroke
  14465. grestore
  14466. gsave
  14467. 0.002 setlinewidth
  14468. 0.43613 0.41004 moveto 0.42436 0.4098 lineto 0.40332 0.3871 lineto gsave
  14469. 0.403 0.629 0.946 setrgbcolor
  14470. fill grestore
  14471. stroke
  14472. grestore
  14473. gsave
  14474. 0.002 setlinewidth
  14475. 0.42436 0.4098 moveto 0.43613 0.41004 lineto 0.46286 0.43861 lineto gsave
  14476. 0.449 0.559 0.875 setrgbcolor
  14477. fill grestore
  14478. stroke
  14479. grestore
  14480. gsave
  14481. 0.002 setlinewidth
  14482. 0.2492 0.53412 moveto 0.26561 0.5105 lineto 0.31409 0.55535 lineto gsave
  14483. 0.874 0.754 0.727 setrgbcolor
  14484. fill grestore
  14485. stroke
  14486. grestore
  14487. gsave
  14488. 0.002 setlinewidth
  14489. 0.31409 0.55535 moveto 0.30116 0.58107 lineto 0.2492 0.53412 lineto gsave
  14490. 0.874 0.754 0.727 setrgbcolor
  14491. fill grestore
  14492. stroke
  14493. grestore
  14494. gsave
  14495. 0.002 setlinewidth
  14496. 0.47096 0.43951 moveto 0.46286 0.43861 lineto 0.43613 0.41004 lineto gsave
  14497. 0.169 0.433 0.867 setrgbcolor
  14498. fill grestore
  14499. stroke
  14500. grestore
  14501. gsave
  14502. 0.002 setlinewidth
  14503. 0.46286 0.43861 moveto 0.47096 0.43951 lineto 0.49922 0.47107 lineto gsave
  14504. 0.196 0.386 0.825 setrgbcolor
  14505. fill grestore
  14506. stroke
  14507. grestore
  14508. gsave
  14509. 0.002 setlinewidth
  14510. 0.49922 0.47107 moveto 0.49559 0.47323 lineto 0.46286 0.43861 lineto gsave
  14511. 0.06 0.336 0.815 setrgbcolor
  14512. fill grestore
  14513. stroke
  14514. grestore
  14515. gsave
  14516. 0.002 setlinewidth
  14517. 0.53399 0.52554 moveto 0.53275 0.51749 lineto 0.57363 0.55628 lineto gsave
  14518. 0.084 0.305 0.786 setrgbcolor
  14519. fill grestore
  14520. stroke
  14521. grestore
  14522. gsave
  14523. 0.002 setlinewidth
  14524. 0.57363 0.55628 moveto 0.57974 0.56436 lineto 0.53399 0.52554 lineto gsave
  14525. 0 0.222 0.734 setrgbcolor
  14526. fill grestore
  14527. stroke
  14528. grestore
  14529. gsave
  14530. 0.002 setlinewidth
  14531. 0.23266 0.55759 moveto 0.2492 0.53412 lineto 0.30116 0.58107 lineto gsave
  14532. 0.873 0.755 0.729 setrgbcolor
  14533. fill grestore
  14534. stroke
  14535. grestore
  14536. gsave
  14537. 0.002 setlinewidth
  14538. 0.30116 0.58107 moveto 0.28818 0.60657 lineto 0.23266 0.55759 lineto gsave
  14539. 0.873 0.755 0.729 setrgbcolor
  14540. fill grestore
  14541. stroke
  14542. grestore
  14543. gsave
  14544. 0.002 setlinewidth
  14545. 0.49559 0.47323 moveto 0.49922 0.47107 lineto 0.53023 0.50591 lineto gsave
  14546. 0.03 0.273 0.77 setrgbcolor
  14547. fill grestore
  14548. stroke
  14549. grestore
  14550. gsave
  14551. 0.002 setlinewidth
  14552. 0.53023 0.50591 moveto 0.53149 0.51096 lineto 0.49559 0.47323 lineto gsave
  14553. 0 0.198 0.725 setrgbcolor
  14554. fill grestore
  14555. stroke
  14556. grestore
  14557. gsave
  14558. 0.002 setlinewidth
  14559. 0.40332 0.3871 moveto 0.41778 0.39011 lineto 0.43613 0.41004 lineto gsave
  14560. 0.403 0.629 0.946 setrgbcolor
  14561. fill grestore
  14562. stroke
  14563. grestore
  14564. gsave
  14565. 0.002 setlinewidth
  14566. 0.44793 0.41399 moveto 0.43613 0.41004 lineto 0.41778 0.39011 lineto gsave
  14567. 0.14 0.479 0.898 setrgbcolor
  14568. fill grestore
  14569. stroke
  14570. grestore
  14571. gsave
  14572. 0.002 setlinewidth
  14573. 0.43613 0.41004 moveto 0.44793 0.41399 lineto 0.47096 0.43951 lineto gsave
  14574. 0.248 0.463 0.872 setrgbcolor
  14575. fill grestore
  14576. stroke
  14577. grestore
  14578. gsave
  14579. 0.002 setlinewidth
  14580. 0.64242 0.60936 moveto 0.6527 0.61352 lineto 0.64614 0.61072 lineto gsave
  14581. 0.295 0 0 setrgbcolor
  14582. fill grestore
  14583. stroke
  14584. grestore
  14585. gsave
  14586. 0.002 setlinewidth
  14587. 0.64614 0.61072 moveto 0.59776 0.59006 lineto gsave
  14588. 0.64242 0.60936 lineto 0.295 0 0 setrgbcolor
  14589. fill grestore
  14590. stroke
  14591. grestore
  14592. gsave
  14593. 0.002 setlinewidth
  14594. 0.59776 0.59006 moveto 0.59181 0.58126 lineto 0.64242 0.60936 lineto gsave
  14595. 0.079 0.395 0.852 setrgbcolor
  14596. fill grestore
  14597. stroke
  14598. grestore
  14599. gsave
  14600. 0.002 setlinewidth
  14601. 0.64242 0.60936 moveto 0.63201 0.6042 lineto 0.63795 0.60772 lineto gsave
  14602. 0.404 0 0 setrgbcolor
  14603. fill grestore
  14604. stroke
  14605. grestore
  14606. gsave
  14607. 0.002 setlinewidth
  14608. 0.63795 0.60772 moveto 0.66894 0.62609 lineto gsave
  14609. 0.64242 0.60936 lineto 0.404 0 0 setrgbcolor
  14610. fill grestore
  14611. stroke
  14612. grestore
  14613. gsave
  14614. 0.002 setlinewidth
  14615. 0.32903 0.38681 moveto 0.34561 0.37899 lineto 0.35937 0.40083 lineto gsave
  14616. 0.809 0.91 0.909 setrgbcolor
  14617. fill grestore
  14618. stroke
  14619. grestore
  14620. gsave
  14621. 0.002 setlinewidth
  14622. 0.35937 0.40083 moveto 0.34436 0.41262 lineto 0.32903 0.38681 lineto gsave
  14623. 0.847 0.905 0.876 setrgbcolor
  14624. fill grestore
  14625. stroke
  14626. grestore
  14627. gsave
  14628. 0.002 setlinewidth
  14629. 0.37417 0.39252 moveto 0.35937 0.40083 lineto 0.34561 0.37899 lineto gsave
  14630. 0.782 0.902 0.926 setrgbcolor
  14631. fill grestore
  14632. stroke
  14633. grestore
  14634. gsave
  14635. 0.002 setlinewidth
  14636. 0.53275 0.51749 moveto 0.53149 0.51096 lineto 0.56745 0.54846 lineto gsave
  14637. 0 0.217 0.74 setrgbcolor
  14638. fill grestore
  14639. stroke
  14640. grestore
  14641. gsave
  14642. 0.002 setlinewidth
  14643. 0.56745 0.54846 moveto 0.57363 0.55628 lineto 0.53275 0.51749 lineto gsave
  14644. 0 0.125 0.649 setrgbcolor
  14645. fill grestore
  14646. stroke
  14647. grestore
  14648. gsave
  14649. 0.002 setlinewidth
  14650. 0.47913 0.44354 moveto 0.47096 0.43951 lineto 0.44793 0.41399 lineto gsave
  14651. 0 0.271 0.775 setrgbcolor
  14652. fill grestore
  14653. stroke
  14654. grestore
  14655. gsave
  14656. 0.002 setlinewidth
  14657. 0.47096 0.43951 moveto 0.47913 0.44354 lineto 0.50289 0.4713 lineto gsave
  14658. 0 0.259 0.768 setrgbcolor
  14659. fill grestore
  14660. stroke
  14661. grestore
  14662. gsave
  14663. 0.002 setlinewidth
  14664. 0.50289 0.4713 moveto 0.49922 0.47107 lineto 0.47096 0.43951 lineto gsave
  14665. 0 0.196 0.723 setrgbcolor
  14666. fill grestore
  14667. stroke
  14668. grestore
  14669. gsave
  14670. 0.002 setlinewidth
  14671. 0.34561 0.37899 moveto 0.36192 0.37435 lineto 0.37417 0.39252 lineto gsave
  14672. 0.725 0.898 0.957 setrgbcolor
  14673. fill grestore
  14674. stroke
  14675. grestore
  14676. gsave
  14677. 0.002 setlinewidth
  14678. 0.38881 0.38791 moveto 0.37417 0.39252 lineto 0.36192 0.37435 lineto gsave
  14679. 0.668 0.873 0.976 setrgbcolor
  14680. fill grestore
  14681. stroke
  14682. grestore
  14683. gsave
  14684. 0.002 setlinewidth
  14685. 0.31216 0.39754 moveto 0.32903 0.38681 lineto 0.34436 0.41262 lineto gsave
  14686. 0.858 0.907 0.866 setrgbcolor
  14687. fill grestore
  14688. stroke
  14689. grestore
  14690. gsave
  14691. 0.002 setlinewidth
  14692. 0.34436 0.41262 moveto 0.32912 0.42759 lineto 0.31216 0.39754 lineto gsave
  14693. 0.884 0.899 0.835 setrgbcolor
  14694. fill grestore
  14695. stroke
  14696. grestore
  14697. gsave
  14698. 0.002 setlinewidth
  14699. 0.36192 0.37435 moveto 0.37803 0.37308 lineto 0.38881 0.38791 lineto gsave
  14700. 0.582 0.849 0.995 setrgbcolor
  14701. fill grestore
  14702. stroke
  14703. grestore
  14704. gsave
  14705. 0.002 setlinewidth
  14706. 0.40332 0.3871 moveto 0.38881 0.38791 lineto 0.37803 0.37308 lineto gsave
  14707. 0.479 0.79 0.999 setrgbcolor
  14708. fill grestore
  14709. stroke
  14710. grestore
  14711. gsave
  14712. 0.002 setlinewidth
  14713. 0.63201 0.6042 moveto 0.64242 0.60936 lineto 0.6358 0.60568 lineto gsave
  14714. 0.388 0 0 setrgbcolor
  14715. fill grestore
  14716. stroke
  14717. grestore
  14718. gsave
  14719. 0.002 setlinewidth
  14720. 0.6358 0.60568 moveto 0.59181 0.58126 lineto gsave
  14721. 0.63201 0.6042 lineto 0.388 0 0 setrgbcolor
  14722. fill grestore
  14723. stroke
  14724. grestore
  14725. gsave
  14726. 0.002 setlinewidth
  14727. 0.59181 0.58126 moveto 0.58581 0.57269 lineto 0.63201 0.6042 lineto gsave
  14728. 0 0.307 0.799 setrgbcolor
  14729. fill grestore
  14730. stroke
  14731. grestore
  14732. gsave
  14733. 0.002 setlinewidth
  14734. 0.63201 0.6042 moveto 0.62146 0.59797 lineto 0.62745 0.60242 lineto gsave
  14735. 0.485 0 0 setrgbcolor
  14736. fill grestore
  14737. stroke
  14738. grestore
  14739. gsave
  14740. 0.002 setlinewidth
  14741. 0.62745 0.60242 moveto 0.65468 0.62264 lineto gsave
  14742. 0.63201 0.6042 lineto 0.485 0 0 setrgbcolor
  14743. fill grestore
  14744. stroke
  14745. grestore
  14746. gsave
  14747. 0.002 setlinewidth
  14748. 0.29497 0.41084 moveto 0.31216 0.39754 lineto 0.32912 0.42759 lineto gsave
  14749. 0.887 0.899 0.832 setrgbcolor
  14750. fill grestore
  14751. stroke
  14752. grestore
  14753. gsave
  14754. 0.002 setlinewidth
  14755. 0.32912 0.42759 moveto 0.31362 0.44538 lineto 0.29497 0.41084 lineto gsave
  14756. 0.906 0.889 0.803 setrgbcolor
  14757. fill grestore
  14758. stroke
  14759. grestore
  14760. gsave
  14761. 0.002 setlinewidth
  14762. 0.41778 0.39011 moveto 0.43224 0.39685 lineto 0.44793 0.41399 lineto gsave
  14763. 0.14 0.479 0.898 setrgbcolor
  14764. fill grestore
  14765. stroke
  14766. grestore
  14767. gsave
  14768. 0.002 setlinewidth
  14769. 0.45982 0.42146 moveto 0.44793 0.41399 lineto 0.43224 0.39685 lineto gsave
  14770. 0 0.281 0.77 setrgbcolor
  14771. fill grestore
  14772. stroke
  14773. grestore
  14774. gsave
  14775. 0.002 setlinewidth
  14776. 0.44793 0.41399 moveto 0.45982 0.42146 lineto 0.47913 0.44354 lineto gsave
  14777. 0 0.312 0.803 setrgbcolor
  14778. fill grestore
  14779. stroke
  14780. grestore
  14781. gsave
  14782. 0.002 setlinewidth
  14783. 0.49922 0.47107 moveto 0.50289 0.4713 lineto 0.52895 0.50226 lineto gsave
  14784. 0 0.154 0.696 setrgbcolor
  14785. fill grestore
  14786. stroke
  14787. grestore
  14788. gsave
  14789. 0.002 setlinewidth
  14790. 0.52895 0.50226 moveto 0.53023 0.50591 lineto 0.49922 0.47107 lineto gsave
  14791. 0 0.08 0.624 setrgbcolor
  14792. fill grestore
  14793. stroke
  14794. grestore
  14795. gsave
  14796. 0.002 setlinewidth
  14797. 0.37803 0.37308 moveto 0.39396 0.37526 lineto 0.40332 0.3871 lineto gsave
  14798. 0.362 0.736 0.988 setrgbcolor
  14799. fill grestore
  14800. stroke
  14801. grestore
  14802. gsave
  14803. 0.002 setlinewidth
  14804. 0.41778 0.39011 moveto 0.40332 0.3871 lineto 0.39396 0.37526 lineto gsave
  14805. 0.211 0.627 0.952 setrgbcolor
  14806. fill grestore
  14807. stroke
  14808. grestore
  14809. gsave
  14810. 0.002 setlinewidth
  14811. 0.27747 0.42627 moveto 0.29497 0.41084 lineto 0.31362 0.44538 lineto gsave
  14812. 0.903 0.889 0.807 setrgbcolor
  14813. fill grestore
  14814. stroke
  14815. grestore
  14816. gsave
  14817. 0.002 setlinewidth
  14818. 0.31362 0.44538 moveto 0.29786 0.46549 lineto 0.27747 0.42627 lineto gsave
  14819. 0.918 0.88 0.781 setrgbcolor
  14820. fill grestore
  14821. stroke
  14822. grestore
  14823. gsave
  14824. 0.002 setlinewidth
  14825. 0.53149 0.51096 moveto 0.53023 0.50591 lineto 0.5612 0.54089 lineto gsave
  14826. 0 0.119 0.668 setrgbcolor
  14827. fill grestore
  14828. stroke
  14829. grestore
  14830. gsave
  14831. 0.002 setlinewidth
  14832. 0.5612 0.54089 moveto 0.56745 0.54846 lineto 0.53149 0.51096 lineto gsave
  14833. 0 0.036 0.563 setrgbcolor
  14834. fill grestore
  14835. stroke
  14836. grestore
  14837. gsave
  14838. 0.002 setlinewidth
  14839. 0.62146 0.59797 moveto 0.63201 0.6042 lineto 0.58581 0.57269 lineto gsave
  14840. 0.462 0 0 setrgbcolor
  14841. fill grestore
  14842. stroke
  14843. grestore
  14844. gsave
  14845. 0.002 setlinewidth
  14846. 0.58581 0.57269 moveto 0.57974 0.56436 lineto 0.62146 0.59797 lineto gsave
  14847. 0 0.214 0.73 setrgbcolor
  14848. fill grestore
  14849. stroke
  14850. grestore
  14851. gsave
  14852. 0.002 setlinewidth
  14853. 0.39396 0.37526 moveto 0.40978 0.3809 lineto 0.41778 0.39011 lineto gsave
  14854. 0.083 0.547 0.904 setrgbcolor
  14855. fill grestore
  14856. stroke
  14857. grestore
  14858. gsave
  14859. 0.002 setlinewidth
  14860. 0.43224 0.39685 moveto 0.41778 0.39011 lineto 0.40978 0.3809 lineto gsave
  14861. 0 0.406 0.823 setrgbcolor
  14862. fill grestore
  14863. stroke
  14864. grestore
  14865. gsave
  14866. 0.002 setlinewidth
  14867. 0.48742 0.45044 moveto 0.47913 0.44354 lineto 0.45982 0.42146 lineto gsave
  14868. 0 0.098 0.631 setrgbcolor
  14869. fill grestore
  14870. stroke
  14871. grestore
  14872. gsave
  14873. 0.002 setlinewidth
  14874. 0.47913 0.44354 moveto 0.48742 0.45044 lineto 0.50661 0.47372 lineto gsave
  14875. 0 0.107 0.653 setrgbcolor
  14876. fill grestore
  14877. stroke
  14878. grestore
  14879. gsave
  14880. 0.002 setlinewidth
  14881. 0.50661 0.47372 moveto 0.50289 0.4713 lineto 0.47913 0.44354 lineto gsave
  14882. 0 0.052 0.595 setrgbcolor
  14883. fill grestore
  14884. stroke
  14885. grestore
  14886. gsave
  14887. 0.002 setlinewidth
  14888. 0.25965 0.44336 moveto 0.27747 0.42627 lineto 0.29786 0.46549 lineto gsave
  14889. 0.912 0.879 0.789 setrgbcolor
  14890. fill grestore
  14891. stroke
  14892. grestore
  14893. gsave
  14894. 0.002 setlinewidth
  14895. 0.29786 0.46549 moveto 0.28185 0.4874 lineto 0.25965 0.44336 lineto gsave
  14896. 0.925 0.871 0.766 setrgbcolor
  14897. fill grestore
  14898. stroke
  14899. grestore
  14900. gsave
  14901. 0.002 setlinewidth
  14902. 0.43224 0.39685 moveto 0.44676 0.40715 lineto 0.45982 0.42146 lineto gsave
  14903. 0 0.281 0.77 setrgbcolor
  14904. fill grestore
  14905. stroke
  14906. grestore
  14907. gsave
  14908. 0.002 setlinewidth
  14909. 0.47185 0.43219 moveto 0.45982 0.42146 lineto 0.44676 0.40715 lineto gsave
  14910. 0 0.092 0.607 setrgbcolor
  14911. fill grestore
  14912. stroke
  14913. grestore
  14914. gsave
  14915. 0.002 setlinewidth
  14916. 0.45982 0.42146 moveto 0.47185 0.43219 lineto 0.48742 0.45044 lineto gsave
  14917. 0 0.134 0.667 setrgbcolor
  14918. fill grestore
  14919. stroke
  14920. grestore
  14921. gsave
  14922. 0.002 setlinewidth
  14923. 0.78735 0.58344 moveto 0.77498 0.59058 lineto 0.81546 0.54414 lineto gsave
  14924. 0.713 0.985 0.817 setrgbcolor
  14925. fill grestore
  14926. stroke
  14927. grestore
  14928. gsave
  14929. 0.002 setlinewidth
  14930. 0.81546 0.54414 moveto 0.8298 0.529 lineto 0.78735 0.58344 lineto gsave
  14931. 0.651 0.907 0.588 setrgbcolor
  14932. fill grestore
  14933. stroke
  14934. grestore
  14935. gsave
  14936. 0.002 setlinewidth
  14937. 0.50289 0.4713 moveto 0.50661 0.47372 lineto 0.52765 0.49986 lineto gsave
  14938. 0 0.031 0.586 setrgbcolor
  14939. fill grestore
  14940. stroke
  14941. grestore
  14942. gsave
  14943. 0.002 setlinewidth
  14944. 0.50661 0.47372 moveto 0.5104 0.47805 lineto 0.51512 0.48413 lineto gsave
  14945. 0 0 0.47 setrgbcolor
  14946. fill grestore
  14947. stroke
  14948. grestore
  14949. gsave
  14950. 0.002 setlinewidth
  14951. 0.52765 0.49986 moveto 0.52895 0.50226 lineto 0.52136 0.49324 lineto gsave
  14952. 0 0 0.515 setrgbcolor
  14953. fill grestore
  14954. stroke
  14955. grestore
  14956. gsave
  14957. 0.52765 0.49986 moveto 0.52136 0.49324 lineto 0.5193 0.49023 lineto 0 0 0.515 setrgbcolor
  14958. fill
  14959. grestore
  14960. gsave
  14961. 0.002 setlinewidth
  14962. 0.52633 0.49855 moveto 0.52765 0.49986 lineto 0.5256 0.49732 lineto gsave
  14963. 0.574 0.104 0 setrgbcolor
  14964. fill grestore
  14965. stroke
  14966. grestore
  14967. gsave
  14968. 0.002 setlinewidth
  14969. 0.5256 0.49732 moveto 0.50661 0.47372 lineto gsave
  14970. 0.52115 0.49204 lineto 0.574 0.104 0 setrgbcolor
  14971. fill grestore
  14972. stroke
  14973. grestore
  14974. gsave
  14975. 0.52633 0.49855 moveto 0.5256 0.49732 lineto 0.52115 0.49204 lineto 0.574 0.104 0 setrgbcolor
  14976. fill
  14977. grestore
  14978. gsave
  14979. 0.002 setlinewidth
  14980. 0.52136 0.49324 moveto 0.50289 0.4713 lineto gsave
  14981. 0.5193 0.49023 lineto 0 0 0.515 setrgbcolor
  14982. fill grestore
  14983. stroke
  14984. grestore
  14985. gsave
  14986. 0.002 setlinewidth
  14987. 0.51426 0.48395 moveto 0.52499 0.4981 lineto gsave
  14988. 0.51687 0.48695 lineto 0.615 0.149 0 setrgbcolor
  14989. fill grestore
  14990. stroke
  14991. grestore
  14992. gsave
  14993. 0.50661 0.47372 moveto 0.51512 0.48413 lineto 0.51665 0.48637 lineto 0 0 0.47 setrgbcolor
  14994. fill
  14995. grestore
  14996. gsave
  14997. 0.002 setlinewidth
  14998. 0.5104 0.47805 moveto 0.51396 0.48349 lineto gsave
  14999. 0.51687 0.48695 lineto 0.615 0.149 0 setrgbcolor
  15000. fill grestore
  15001. stroke
  15002. grestore
  15003. gsave
  15004. 0.002 setlinewidth
  15005. 0.51396 0.48349 moveto 0.51426 0.48395 lineto gsave
  15006. 0.51687 0.48695 lineto 0.615 0.149 0 setrgbcolor
  15007. fill grestore
  15008. stroke
  15009. grestore
  15010. gsave
  15011. 0.002 setlinewidth
  15012. 0.51512 0.48413 moveto 0.52633 0.49855 lineto gsave
  15013. 0.51665 0.48637 lineto 0 0 0.47 setrgbcolor
  15014. fill grestore
  15015. stroke
  15016. grestore
  15017. gsave
  15018. 0.002 setlinewidth
  15019. 0.61079 0.59062 moveto 0.62146 0.59797 lineto 0.57974 0.56436 lineto gsave
  15020. 0.52 0 0 setrgbcolor
  15021. fill grestore
  15022. stroke
  15023. grestore
  15024. gsave
  15025. 0.002 setlinewidth
  15026. 0.57974 0.56436 moveto 0.57363 0.55628 lineto 0.61079 0.59062 lineto gsave
  15027. 0 0.121 0.651 setrgbcolor
  15028. fill grestore
  15029. stroke
  15030. grestore
  15031. gsave
  15032. 0.002 setlinewidth
  15033. 0.40978 0.3809 moveto 0.42556 0.38992 lineto 0.43224 0.39685 lineto gsave
  15034. 0 0.327 0.757 setrgbcolor
  15035. fill grestore
  15036. stroke
  15037. grestore
  15038. gsave
  15039. 0.002 setlinewidth
  15040. 0.44676 0.40715 moveto 0.43224 0.39685 lineto 0.42556 0.38992 lineto gsave
  15041. 0 0.193 0.66 setrgbcolor
  15042. fill grestore
  15043. stroke
  15044. grestore
  15045. gsave
  15046. 0.002 setlinewidth
  15047. 0.53023 0.50591 moveto 0.52895 0.50226 lineto 0.55489 0.53354 lineto gsave
  15048. 0 0.021 0.576 setrgbcolor
  15049. fill grestore
  15050. stroke
  15051. grestore
  15052. gsave
  15053. 0.002 setlinewidth
  15054. 0.54851 0.52639 moveto 0.55489 0.53354 lineto 0.52895 0.50226 lineto gsave
  15055. 0.579 0.099 0 setrgbcolor
  15056. fill grestore
  15057. stroke
  15058. grestore
  15059. gsave
  15060. 0.002 setlinewidth
  15061. 0.52895 0.50226 moveto 0.52765 0.49986 lineto 0.54851 0.52639 lineto gsave
  15062. 0 0 0.482 setrgbcolor
  15063. fill grestore
  15064. stroke
  15065. grestore
  15066. gsave
  15067. 0.002 setlinewidth
  15068. 0.52765 0.49986 moveto 0.52633 0.49855 lineto 0.53804 0.51406 lineto gsave
  15069. 0.591 0.13 0 setrgbcolor
  15070. fill grestore
  15071. stroke
  15072. grestore
  15073. gsave
  15074. 0.002 setlinewidth
  15075. 0.54818 0.52618 moveto 0.53023 0.50591 lineto gsave
  15076. 0.54604 0.52362 lineto 0 0 0.484 setrgbcolor
  15077. fill grestore
  15078. stroke
  15079. grestore
  15080. gsave
  15081. 0.002 setlinewidth
  15082. 0.53804 0.51406 moveto 0.54206 0.51938 lineto gsave
  15083. 0.53881 0.51498 lineto 0.591 0.13 0 setrgbcolor
  15084. fill grestore
  15085. stroke
  15086. grestore
  15087. gsave
  15088. 0.52765 0.49986 moveto 0.53804 0.51406 lineto 0.53881 0.51498 lineto 0.591 0.13 0 setrgbcolor
  15089. fill
  15090. grestore
  15091. gsave
  15092. 0.002 setlinewidth
  15093. 0.55489 0.53354 moveto 0.5612 0.54089 lineto 0.54818 0.52618 lineto gsave
  15094. 0 0 0.484 setrgbcolor
  15095. fill grestore
  15096. stroke
  15097. grestore
  15098. gsave
  15099. 0.55489 0.53354 moveto 0.54818 0.52618 lineto 0.54604 0.52362 lineto 0 0 0.484 setrgbcolor
  15100. fill
  15101. grestore
  15102. gsave
  15103. 0.002 setlinewidth
  15104. 0.24154 0.46154 moveto 0.25965 0.44336 lineto 0.28185 0.4874 lineto gsave
  15105. 0.916 0.87 0.779 setrgbcolor
  15106. fill grestore
  15107. stroke
  15108. grestore
  15109. gsave
  15110. 0.002 setlinewidth
  15111. 0.28185 0.4874 moveto 0.26561 0.5105 lineto 0.24154 0.46154 lineto gsave
  15112. 0.927 0.863 0.757 setrgbcolor
  15113. fill grestore
  15114. stroke
  15115. grestore
  15116. gsave
  15117. 0.002 setlinewidth
  15118. 0.60001 0.58217 moveto 0.61079 0.59062 lineto 0.57363 0.55628 lineto gsave
  15119. 0.565 0.024 0 setrgbcolor
  15120. fill grestore
  15121. stroke
  15122. grestore
  15123. gsave
  15124. 0.002 setlinewidth
  15125. 0.57363 0.55628 moveto 0.56745 0.54846 lineto 0.60001 0.58217 lineto gsave
  15126. 0 0.037 0.569 setrgbcolor
  15127. fill grestore
  15128. stroke
  15129. grestore
  15130. gsave
  15131. 0.002 setlinewidth
  15132. 0.77498 0.59058 moveto 0.76247 0.59803 lineto 0.78986 0.57083 lineto gsave
  15133. 0.632 0.954 0.772 setrgbcolor
  15134. fill grestore
  15135. stroke
  15136. grestore
  15137. gsave
  15138. 0.002 setlinewidth
  15139. 0.78986 0.57083 moveto 0.79559 0.56513 lineto gsave
  15140. 0.79298 0.56836 lineto 0.632 0.954 0.772 setrgbcolor
  15141. fill grestore
  15142. stroke
  15143. grestore
  15144. gsave
  15145. 0.77498 0.59058 moveto 0.78986 0.57083 lineto 0.79298 0.56836 lineto 0.632 0.954 0.772 setrgbcolor
  15146. fill
  15147. grestore
  15148. gsave
  15149. 0.002 setlinewidth
  15150. 0.76247 0.59803 moveto 0.74978 0.60539 lineto 0.77797 0.58221 lineto gsave
  15151. 0.531 0.904 0.724 setrgbcolor
  15152. fill grestore
  15153. stroke
  15154. grestore
  15155. gsave
  15156. 0.002 setlinewidth
  15157. 0.79559 0.56513 moveto 0.80096 0.5598 lineto gsave
  15158. 0.79897 0.56216 lineto 0.632 0.954 0.772 setrgbcolor
  15159. fill grestore
  15160. stroke
  15161. grestore
  15162. gsave
  15163. 0.77498 0.59058 moveto 0.79559 0.56513 lineto 0.79897 0.56216 lineto 0.632 0.954 0.772 setrgbcolor
  15164. fill
  15165. grestore
  15166. gsave
  15167. 0.002 setlinewidth
  15168. 0.78624 0.5754 moveto 0.80096 0.5598 lineto 0.76247 0.59803 lineto gsave
  15169. 0 0 0 setrgbcolor
  15170. fill grestore
  15171. stroke
  15172. grestore
  15173. gsave
  15174. 0.002 setlinewidth
  15175. 0.77797 0.58221 moveto 0.78624 0.5754 lineto gsave
  15176. 0.78302 0.57847 lineto 0.531 0.904 0.724 setrgbcolor
  15177. fill grestore
  15178. stroke
  15179. grestore
  15180. gsave
  15181. 0.76247 0.59803 moveto 0.77797 0.58221 lineto 0.78302 0.57847 lineto 0.531 0.904 0.724 setrgbcolor
  15182. fill
  15183. grestore
  15184. gsave
  15185. 0.002 setlinewidth
  15186. 0.77127 0.59034 moveto 0.78624 0.5754 lineto 0.77797 0.58221 lineto gsave
  15187. 0 0 0 setrgbcolor
  15188. fill grestore
  15189. stroke
  15190. grestore
  15191. gsave
  15192. 0.002 setlinewidth
  15193. 0.77797 0.58221 moveto 0.75087 0.6045 lineto gsave
  15194. 0.77127 0.59034 lineto 0 0 0 setrgbcolor
  15195. fill grestore
  15196. stroke
  15197. grestore
  15198. gsave
  15199. 0.002 setlinewidth
  15200. 0.75087 0.6045 moveto 0.74978 0.60539 lineto gsave
  15201. 0.75013 0.60515 lineto 0 0 0 setrgbcolor
  15202. fill grestore
  15203. stroke
  15204. grestore
  15205. gsave
  15206. 0.77127 0.59034 moveto 0.75087 0.6045 lineto 0.75013 0.60515 lineto 0 0 0 setrgbcolor
  15207. fill
  15208. grestore
  15209. gsave
  15210. 0.002 setlinewidth
  15211. 0.74978 0.60539 moveto 0.73689 0.61227 lineto 0.77127 0.59034 lineto gsave
  15212. 0.413 0.837 0.678 setrgbcolor
  15213. fill grestore
  15214. stroke
  15215. grestore
  15216. gsave
  15217. 0.002 setlinewidth
  15218. 0.75601 0.60402 moveto 0.77127 0.59034 lineto 0.74015 0.61019 lineto gsave
  15219. 0 0 0 setrgbcolor
  15220. fill grestore
  15221. stroke
  15222. grestore
  15223. gsave
  15224. 0.002 setlinewidth
  15225. 0.74015 0.61019 moveto 0.73964 0.61052 lineto gsave
  15226. 0.73979 0.61046 lineto 0 0 0 setrgbcolor
  15227. fill grestore
  15228. stroke
  15229. grestore
  15230. gsave
  15231. 0.75601 0.60402 moveto 0.74015 0.61019 lineto 0.73979 0.61046 lineto 0 0 0 setrgbcolor
  15232. fill
  15233. grestore
  15234. gsave
  15235. 0.002 setlinewidth
  15236. 0.73964 0.61052 moveto 0.73689 0.61227 lineto gsave
  15237. 0.73806 0.61177 lineto 0 0 0 setrgbcolor
  15238. fill grestore
  15239. stroke
  15240. grestore
  15241. gsave
  15242. 0.75601 0.60402 moveto 0.73964 0.61052 lineto 0.73806 0.61177 lineto 0 0 0 setrgbcolor
  15243. fill
  15244. grestore
  15245. gsave
  15246. 0.002 setlinewidth
  15247. 0.80096 0.5598 moveto 0.81546 0.54414 lineto 0.77498 0.59058 lineto gsave
  15248. 0.561 0.845 0.512 setrgbcolor
  15249. fill grestore
  15250. stroke
  15251. grestore
  15252. gsave
  15253. 0.002 setlinewidth
  15254. 0.49584 0.45989 moveto 0.48742 0.45044 lineto 0.47185 0.43219 lineto gsave
  15255. 0 0 0.486 setrgbcolor
  15256. fill grestore
  15257. stroke
  15258. grestore
  15259. gsave
  15260. 0.002 setlinewidth
  15261. 0.48742 0.45044 moveto 0.49584 0.45989 lineto 0.5104 0.47805 lineto gsave
  15262. 0 0 0.515 setrgbcolor
  15263. fill grestore
  15264. stroke
  15265. grestore
  15266. gsave
  15267. 0.002 setlinewidth
  15268. 0.50661 0.47372 moveto 0.48742 0.45044 lineto gsave
  15269. 0.50656 0.47344 lineto 0 0 0.468 setrgbcolor
  15270. fill grestore
  15271. stroke
  15272. grestore
  15273. gsave
  15274. 0.002 setlinewidth
  15275. 0.50444 0.47143 moveto 0.51426 0.48395 lineto gsave
  15276. 0.50059 0.46609 lineto 0.595 0.128 0 setrgbcolor
  15277. fill grestore
  15278. stroke
  15279. grestore
  15280. gsave
  15281. 0.002 setlinewidth
  15282. 0.49584 0.45989 moveto 0.49902 0.46416 lineto gsave
  15283. 0.50059 0.46609 lineto 0.595 0.128 0 setrgbcolor
  15284. fill grestore
  15285. stroke
  15286. grestore
  15287. gsave
  15288. 0.002 setlinewidth
  15289. 0.49902 0.46416 moveto 0.50444 0.47143 lineto gsave
  15290. 0.50059 0.46609 lineto 0.595 0.128 0 setrgbcolor
  15291. fill grestore
  15292. stroke
  15293. grestore
  15294. gsave
  15295. 0.002 setlinewidth
  15296. 0.5104 0.47805 moveto 0.50908 0.47655 lineto gsave
  15297. 0.50656 0.47344 lineto 0 0 0.468 setrgbcolor
  15298. fill grestore
  15299. stroke
  15300. grestore
  15301. gsave
  15302. 0.002 setlinewidth
  15303. 0.50908 0.47655 moveto 0.50661 0.47372 lineto gsave
  15304. 0.50656 0.47344 lineto 0 0 0.468 setrgbcolor
  15305. fill grestore
  15306. stroke
  15307. grestore
  15308. gsave
  15309. 0.002 setlinewidth
  15310. 0.22319 0.48023 moveto 0.24154 0.46154 lineto 0.26561 0.5105 lineto gsave
  15311. 0.915 0.863 0.774 setrgbcolor
  15312. fill grestore
  15313. stroke
  15314. grestore
  15315. gsave
  15316. 0.002 setlinewidth
  15317. 0.26561 0.5105 moveto 0.2492 0.53412 lineto 0.22319 0.48023 lineto gsave
  15318. 0.925 0.856 0.754 setrgbcolor
  15319. fill grestore
  15320. stroke
  15321. grestore
  15322. gsave
  15323. 0.002 setlinewidth
  15324. 0.42556 0.38992 moveto 0.44134 0.40214 lineto 0.44676 0.40715 lineto gsave
  15325. 0 0.135 0.602 setrgbcolor
  15326. fill grestore
  15327. stroke
  15328. grestore
  15329. gsave
  15330. 0.002 setlinewidth
  15331. 0.44676 0.40715 moveto 0.4614 0.42073 lineto 0.47185 0.43219 lineto gsave
  15332. 0 0.092 0.607 setrgbcolor
  15333. fill grestore
  15334. stroke
  15335. grestore
  15336. gsave
  15337. 0.002 setlinewidth
  15338. 0.4614 0.42073 moveto 0.44676 0.40715 lineto 0.44134 0.40214 lineto gsave
  15339. 0.481 0 0 setrgbcolor
  15340. fill grestore
  15341. stroke
  15342. grestore
  15343. gsave
  15344. 0.002 setlinewidth
  15345. 0.47185 0.43219 moveto 0.48406 0.4458 lineto 0.49584 0.45989 lineto gsave
  15346. 0 0 0.515 setrgbcolor
  15347. fill grestore
  15348. stroke
  15349. grestore
  15350. gsave
  15351. 0.002 setlinewidth
  15352. 0.48406 0.4458 moveto 0.47185 0.43219 lineto 0.4614 0.42073 lineto gsave
  15353. 0.533 0.048 0 setrgbcolor
  15354. fill grestore
  15355. stroke
  15356. grestore
  15357. gsave
  15358. 0.002 setlinewidth
  15359. 0.36618 0.36852 moveto 0.3821 0.37093 lineto 0.37803 0.37308 lineto gsave
  15360. 0.015 0.577 0.801 setrgbcolor
  15361. fill grestore
  15362. stroke
  15363. grestore
  15364. gsave
  15365. 0.002 setlinewidth
  15366. 0.37803 0.37308 moveto 0.36192 0.37435 lineto 0.36618 0.36852 lineto gsave
  15367. 0.258 0.762 0.877 setrgbcolor
  15368. fill grestore
  15369. stroke
  15370. grestore
  15371. gsave
  15372. 0.002 setlinewidth
  15373. 0.39396 0.37526 moveto 0.37803 0.37308 lineto 0.3821 0.37093 lineto gsave
  15374. 0.012 0.575 0.802 setrgbcolor
  15375. fill grestore
  15376. stroke
  15377. grestore
  15378. gsave
  15379. 0.002 setlinewidth
  15380. 0.35002 0.36877 moveto 0.36618 0.36852 lineto 0.36192 0.37435 lineto gsave
  15381. 0.243 0.75 0.881 setrgbcolor
  15382. fill grestore
  15383. stroke
  15384. grestore
  15385. gsave
  15386. 0.002 setlinewidth
  15387. 0.36192 0.37435 moveto 0.34561 0.37899 lineto 0.35002 0.36877 lineto gsave
  15388. 0.475 0.893 0.901 setrgbcolor
  15389. fill grestore
  15390. stroke
  15391. grestore
  15392. gsave
  15393. 0.002 setlinewidth
  15394. 0.58913 0.57263 moveto 0.60001 0.58217 lineto 0.56745 0.54846 lineto gsave
  15395. 0.6 0.073 0 setrgbcolor
  15396. fill grestore
  15397. stroke
  15398. grestore
  15399. gsave
  15400. 0.002 setlinewidth
  15401. 0.56745 0.54846 moveto 0.5612 0.54089 lineto 0.58913 0.57263 lineto gsave
  15402. 0 0 0.493 setrgbcolor
  15403. fill grestore
  15404. stroke
  15405. grestore
  15406. gsave
  15407. 0.002 setlinewidth
  15408. 0.3821 0.37093 moveto 0.39784 0.37605 lineto 0.39396 0.37526 lineto gsave
  15409. 0 0.388 0.692 setrgbcolor
  15410. fill grestore
  15411. stroke
  15412. grestore
  15413. gsave
  15414. 0.002 setlinewidth
  15415. 0.40978 0.3809 moveto 0.39396 0.37526 lineto 0.39784 0.37605 lineto gsave
  15416. 0 0.369 0.691 setrgbcolor
  15417. fill grestore
  15418. stroke
  15419. grestore
  15420. gsave
  15421. 0.002 setlinewidth
  15422. 0.20465 0.4988 moveto 0.22319 0.48023 lineto 0.2492 0.53412 lineto gsave
  15423. 0.912 0.855 0.773 setrgbcolor
  15424. fill grestore
  15425. stroke
  15426. grestore
  15427. gsave
  15428. 0.002 setlinewidth
  15429. 0.2492 0.53412 moveto 0.23266 0.55759 lineto 0.20465 0.4988 lineto gsave
  15430. 0.921 0.85 0.756 setrgbcolor
  15431. fill grestore
  15432. stroke
  15433. grestore
  15434. gsave
  15435. 0.002 setlinewidth
  15436. 0.33359 0.37152 moveto 0.35002 0.36877 lineto 0.34561 0.37899 lineto gsave
  15437. 0.446 0.874 0.919 setrgbcolor
  15438. fill grestore
  15439. stroke
  15440. grestore
  15441. gsave
  15442. 0.002 setlinewidth
  15443. 0.34561 0.37899 moveto 0.32903 0.38681 lineto 0.33359 0.37152 lineto gsave
  15444. 0.635 0.964 0.888 setrgbcolor
  15445. fill grestore
  15446. stroke
  15447. grestore
  15448. gsave
  15449. 0.002 setlinewidth
  15450. 0.39784 0.37605 moveto 0.41344 0.38388 lineto 0.40978 0.3809 lineto gsave
  15451. 0.367 0 0 setrgbcolor
  15452. fill grestore
  15453. stroke
  15454. grestore
  15455. gsave
  15456. 0.002 setlinewidth
  15457. 0.42556 0.38992 moveto 0.40978 0.3809 lineto 0.41344 0.38388 lineto gsave
  15458. 0.386 0 0 setrgbcolor
  15459. fill grestore
  15460. stroke
  15461. grestore
  15462. gsave
  15463. 0.002 setlinewidth
  15464. 0.44134 0.40214 moveto 0.45719 0.41729 lineto 0.4614 0.42073 lineto gsave
  15465. 0.523 0.007 0 setrgbcolor
  15466. fill grestore
  15467. stroke
  15468. grestore
  15469. gsave
  15470. 0.002 setlinewidth
  15471. 0.47622 0.4372 moveto 0.4614 0.42073 lineto 0.45719 0.41729 lineto gsave
  15472. 0.582 0.081 0 setrgbcolor
  15473. fill grestore
  15474. stroke
  15475. grestore
  15476. gsave
  15477. 0.002 setlinewidth
  15478. 0.4614 0.42073 moveto 0.47622 0.4372 lineto 0.48406 0.4458 lineto gsave
  15479. 0.533 0.048 0 setrgbcolor
  15480. fill grestore
  15481. stroke
  15482. grestore
  15483. gsave
  15484. 0.002 setlinewidth
  15485. 0.31688 0.37656 moveto 0.33359 0.37152 lineto 0.32903 0.38681 lineto gsave
  15486. 0.602 0.947 0.922 setrgbcolor
  15487. fill grestore
  15488. stroke
  15489. grestore
  15490. gsave
  15491. 0.002 setlinewidth
  15492. 0.32903 0.38681 moveto 0.31216 0.39754 lineto 0.31688 0.37656 lineto gsave
  15493. 0.742 0.992 0.861 setrgbcolor
  15494. fill grestore
  15495. stroke
  15496. grestore
  15497. gsave
  15498. 0.002 setlinewidth
  15499. 0.66894 0.62609 moveto 0.683 0.62716 lineto 0.64242 0.60936 lineto gsave
  15500. 0.44 0 0 setrgbcolor
  15501. fill grestore
  15502. stroke
  15503. grestore
  15504. gsave
  15505. 0.002 setlinewidth
  15506. 0.41344 0.38388 moveto 0.42894 0.39435 lineto 0.42556 0.38992 lineto gsave
  15507. 0.489 0 0 setrgbcolor
  15508. fill grestore
  15509. stroke
  15510. grestore
  15511. gsave
  15512. 0.002 setlinewidth
  15513. 0.44134 0.40214 moveto 0.42556 0.38992 lineto 0.42894 0.39435 lineto gsave
  15514. 0.505 0 0 setrgbcolor
  15515. fill grestore
  15516. stroke
  15517. grestore
  15518. gsave
  15519. 0.002 setlinewidth
  15520. 0.5612 0.54089 moveto 0.55489 0.53354 lineto 0.57816 0.56209 lineto gsave
  15521. 0.569 0.095 0 setrgbcolor
  15522. fill grestore
  15523. stroke
  15524. grestore
  15525. gsave
  15526. 0.002 setlinewidth
  15527. 0.57816 0.56209 moveto 0.58913 0.57263 lineto 0.5612 0.54089 lineto gsave
  15528. 0.627 0.113 0 setrgbcolor
  15529. fill grestore
  15530. stroke
  15531. grestore
  15532. gsave
  15533. 0.002 setlinewidth
  15534. 0.54206 0.51938 moveto 0.54851 0.52639 lineto 0.52765 0.49986 lineto gsave
  15535. 0.627 0.145 0 setrgbcolor
  15536. fill grestore
  15537. stroke
  15538. grestore
  15539. gsave
  15540. 0.002 setlinewidth
  15541. 0.50444 0.47143 moveto 0.49584 0.45989 lineto 0.48406 0.4458 lineto gsave
  15542. 0.613 0.135 0 setrgbcolor
  15543. fill grestore
  15544. stroke
  15545. grestore
  15546. gsave
  15547. 0.002 setlinewidth
  15548. 0.51426 0.48395 moveto 0.5104 0.47805 lineto 0.49584 0.45989 lineto gsave
  15549. 0.619 0.144 0 setrgbcolor
  15550. fill grestore
  15551. stroke
  15552. grestore
  15553. gsave
  15554. 0.002 setlinewidth
  15555. 0.49651 0.46182 moveto 0.48406 0.4458 lineto 0.47622 0.4372 lineto gsave
  15556. 0.623 0.138 0 setrgbcolor
  15557. fill grestore
  15558. stroke
  15559. grestore
  15560. gsave
  15561. 0.002 setlinewidth
  15562. 0.48406 0.4458 moveto 0.49651 0.46182 lineto 0.50444 0.47143 lineto gsave
  15563. 0.598 0.123 0 setrgbcolor
  15564. fill grestore
  15565. stroke
  15566. grestore
  15567. gsave
  15568. 0.002 setlinewidth
  15569. 0.29985 0.38361 moveto 0.31688 0.37656 lineto 0.31216 0.39754 lineto gsave
  15570. 0.711 0.98 0.907 setrgbcolor
  15571. fill grestore
  15572. stroke
  15573. grestore
  15574. gsave
  15575. 0.002 setlinewidth
  15576. 0.31216 0.39754 moveto 0.29497 0.41084 lineto 0.29985 0.38361 lineto gsave
  15577. 0.812 0.999 0.835 setrgbcolor
  15578. fill grestore
  15579. stroke
  15580. grestore
  15581. gsave
  15582. 0.002 setlinewidth
  15583. 0.52499 0.4981 moveto 0.52633 0.49855 lineto 0.5104 0.47805 lineto gsave
  15584. 0.638 0.161 0 setrgbcolor
  15585. fill grestore
  15586. stroke
  15587. grestore
  15588. gsave
  15589. 0.002 setlinewidth
  15590. 0.42894 0.39435 moveto 0.44439 0.40729 lineto 0.44134 0.40214 lineto gsave
  15591. 0.572 0.029 0 setrgbcolor
  15592. fill grestore
  15593. stroke
  15594. grestore
  15595. gsave
  15596. 0.002 setlinewidth
  15597. 0.45719 0.41729 moveto 0.44134 0.40214 lineto 0.44439 0.40729 lineto gsave
  15598. 0.582 0.054 0 setrgbcolor
  15599. fill grestore
  15600. stroke
  15601. grestore
  15602. gsave
  15603. 0.002 setlinewidth
  15604. 0.65468 0.62264 moveto 0.66894 0.62609 lineto 0.63201 0.6042 lineto gsave
  15605. 0.508 0 0 setrgbcolor
  15606. fill grestore
  15607. stroke
  15608. grestore
  15609. gsave
  15610. 0.002 setlinewidth
  15611. 0.55489 0.53354 moveto 0.54851 0.52639 lineto 0.5671 0.55063 lineto gsave
  15612. 0.619 0.141 0 setrgbcolor
  15613. fill grestore
  15614. stroke
  15615. grestore
  15616. gsave
  15617. 0.002 setlinewidth
  15618. 0.5671 0.55063 moveto 0.57816 0.56209 lineto 0.55489 0.53354 lineto gsave
  15619. 0.648 0.146 0 setrgbcolor
  15620. fill grestore
  15621. stroke
  15622. grestore
  15623. gsave
  15624. 0.002 setlinewidth
  15625. 0.45719 0.41729 moveto 0.47316 0.43501 lineto 0.47622 0.4372 lineto gsave
  15626. 0.606 0.102 0 setrgbcolor
  15627. fill grestore
  15628. stroke
  15629. grestore
  15630. gsave
  15631. 0.002 setlinewidth
  15632. 0.49127 0.45609 moveto 0.47622 0.4372 lineto 0.47316 0.43501 lineto gsave
  15633. 0.643 0.152 0 setrgbcolor
  15634. fill grestore
  15635. stroke
  15636. grestore
  15637. gsave
  15638. 0.002 setlinewidth
  15639. 0.47622 0.4372 moveto 0.49127 0.45609 lineto 0.49651 0.46182 lineto gsave
  15640. 0.623 0.138 0 setrgbcolor
  15641. fill grestore
  15642. stroke
  15643. grestore
  15644. gsave
  15645. 0.002 setlinewidth
  15646. 0.28251 0.39234 moveto 0.29985 0.38361 lineto 0.29497 0.41084 lineto gsave
  15647. 0.783 0.99 0.889 setrgbcolor
  15648. fill grestore
  15649. stroke
  15650. grestore
  15651. gsave
  15652. 0.002 setlinewidth
  15653. 0.29497 0.41084 moveto 0.27747 0.42627 lineto 0.28251 0.39234 lineto gsave
  15654. 0.857 0.996 0.814 setrgbcolor
  15655. fill grestore
  15656. stroke
  15657. grestore
  15658. gsave
  15659. 0.002 setlinewidth
  15660. 0.62146 0.59797 moveto 0.61079 0.59062 lineto 0.64024 0.61674 lineto gsave
  15661. 0.547 0 0 setrgbcolor
  15662. fill grestore
  15663. stroke
  15664. grestore
  15665. gsave
  15666. 0.002 setlinewidth
  15667. 0.64024 0.61674 moveto 0.65468 0.62264 lineto 0.62146 0.59797 lineto gsave
  15668. 0.563 0 0 setrgbcolor
  15669. fill grestore
  15670. stroke
  15671. grestore
  15672. gsave
  15673. 0.002 setlinewidth
  15674. 0.73689 0.61227 moveto 0.72378 0.61826 lineto 0.75601 0.60402 lineto gsave
  15675. 0 0 0 setrgbcolor
  15676. fill grestore
  15677. stroke
  15678. grestore
  15679. gsave
  15680. 0.002 setlinewidth
  15681. 0.52633 0.49855 moveto 0.52499 0.4981 lineto 0.53553 0.51248 lineto gsave
  15682. 0.647 0.176 0 setrgbcolor
  15683. fill grestore
  15684. stroke
  15685. grestore
  15686. gsave
  15687. 0.002 setlinewidth
  15688. 0.53553 0.51248 moveto 0.54206 0.51938 lineto 0.52633 0.49855 lineto gsave
  15689. 0.66 0.179 0 setrgbcolor
  15690. fill grestore
  15691. stroke
  15692. grestore
  15693. gsave
  15694. 0.002 setlinewidth
  15695. 0.44439 0.40729 moveto 0.45983 0.42248 lineto 0.45719 0.41729 lineto gsave
  15696. 0.626 0.104 0 setrgbcolor
  15697. fill grestore
  15698. stroke
  15699. grestore
  15700. gsave
  15701. 0.002 setlinewidth
  15702. 0.47316 0.43501 moveto 0.45719 0.41729 lineto 0.45983 0.42248 lineto gsave
  15703. 0.632 0.124 0 setrgbcolor
  15704. fill grestore
  15705. stroke
  15706. grestore
  15707. gsave
  15708. 0.002 setlinewidth
  15709. 0.51323 0.48458 moveto 0.50444 0.47143 lineto 0.49651 0.46182 lineto gsave
  15710. 0.669 0.189 0 setrgbcolor
  15711. fill grestore
  15712. stroke
  15713. grestore
  15714. gsave
  15715. 0.002 setlinewidth
  15716. 0.50444 0.47143 moveto 0.51323 0.48458 lineto 0.5182 0.49099 lineto gsave
  15717. 0.662 0.186 0 setrgbcolor
  15718. fill grestore
  15719. stroke
  15720. grestore
  15721. gsave
  15722. 0.002 setlinewidth
  15723. 0.5182 0.49099 moveto 0.51426 0.48395 lineto 0.50444 0.47143 lineto gsave
  15724. 0.671 0.192 0 setrgbcolor
  15725. fill grestore
  15726. stroke
  15727. grestore
  15728. gsave
  15729. 0.002 setlinewidth
  15730. 0.54851 0.52639 moveto 0.54206 0.51938 lineto 0.55597 0.53841 lineto gsave
  15731. 0.654 0.175 0 setrgbcolor
  15732. fill grestore
  15733. stroke
  15734. grestore
  15735. gsave
  15736. 0.002 setlinewidth
  15737. 0.55597 0.53841 moveto 0.5671 0.55063 lineto 0.54851 0.52639 lineto gsave
  15738. 0.664 0.171 0 setrgbcolor
  15739. fill grestore
  15740. stroke
  15741. grestore
  15742. gsave
  15743. 0.002 setlinewidth
  15744. 0.26485 0.40234 moveto 0.28251 0.39234 lineto 0.27747 0.42627 lineto gsave
  15745. 0.829 0.987 0.872 setrgbcolor
  15746. fill grestore
  15747. stroke
  15748. grestore
  15749. gsave
  15750. 0.002 setlinewidth
  15751. 0.27747 0.42627 moveto 0.25965 0.44336 lineto 0.26485 0.40234 lineto gsave
  15752. 0.886 0.988 0.801 setrgbcolor
  15753. fill grestore
  15754. stroke
  15755. grestore
  15756. gsave
  15757. 0.002 setlinewidth
  15758. 0.50922 0.47968 moveto 0.49651 0.46182 lineto 0.49127 0.45609 lineto gsave
  15759. 0.672 0.19 0 setrgbcolor
  15760. fill grestore
  15761. stroke
  15762. grestore
  15763. gsave
  15764. 0.002 setlinewidth
  15765. 0.49651 0.46182 moveto 0.50922 0.47968 lineto 0.51323 0.48458 lineto gsave
  15766. 0.663 0.185 0 setrgbcolor
  15767. fill grestore
  15768. stroke
  15769. grestore
  15770. gsave
  15771. 0.002 setlinewidth
  15772. 0.61079 0.59062 moveto 0.60001 0.58217 lineto 0.62565 0.60838 lineto gsave
  15773. 0.594 0.054 0 setrgbcolor
  15774. fill grestore
  15775. stroke
  15776. grestore
  15777. gsave
  15778. 0.002 setlinewidth
  15779. 0.62565 0.60838 moveto 0.64024 0.61674 lineto 0.61079 0.59062 lineto gsave
  15780. 0.605 0.036 0 setrgbcolor
  15781. fill grestore
  15782. stroke
  15783. grestore
  15784. gsave
  15785. 0.002 setlinewidth
  15786. 0.51426 0.48395 moveto 0.5182 0.49099 lineto 0.52362 0.49826 lineto gsave
  15787. 0.669 0.194 0 setrgbcolor
  15788. fill grestore
  15789. stroke
  15790. grestore
  15791. gsave
  15792. 0.002 setlinewidth
  15793. 0.52362 0.49826 moveto 0.52499 0.4981 lineto 0.51426 0.48395 lineto gsave
  15794. 0.676 0.196 0 setrgbcolor
  15795. fill grestore
  15796. stroke
  15797. grestore
  15798. gsave
  15799. 0.002 setlinewidth
  15800. 0.72378 0.61826 moveto 0.71043 0.62297 lineto 0.74043 0.61585 lineto gsave
  15801. 0 0 0 setrgbcolor
  15802. fill grestore
  15803. stroke
  15804. grestore
  15805. gsave
  15806. 0.002 setlinewidth
  15807. 0.74043 0.61585 moveto 0.75601 0.60402 lineto 0.72378 0.61826 lineto gsave
  15808. 0 0 0 setrgbcolor
  15809. fill grestore
  15810. stroke
  15811. grestore
  15812. gsave
  15813. 0.002 setlinewidth
  15814. 0.45983 0.42248 moveto 0.4753 0.43962 lineto 0.47316 0.43501 lineto gsave
  15815. 0.661 0.156 0 setrgbcolor
  15816. fill grestore
  15817. stroke
  15818. grestore
  15819. gsave
  15820. 0.002 setlinewidth
  15821. 0.4893 0.45486 moveto 0.47316 0.43501 lineto 0.4753 0.43962 lineto gsave
  15822. 0.664 0.17 0 setrgbcolor
  15823. fill grestore
  15824. stroke
  15825. grestore
  15826. gsave
  15827. 0.002 setlinewidth
  15828. 0.47316 0.43501 moveto 0.4893 0.45486 lineto 0.49127 0.45609 lineto gsave
  15829. 0.656 0.164 0 setrgbcolor
  15830. fill grestore
  15831. stroke
  15832. grestore
  15833. gsave
  15834. 0.002 setlinewidth
  15835. 0.5066 0.47682 moveto 0.49127 0.45609 lineto 0.4893 0.45486 lineto gsave
  15836. 0.677 0.194 0 setrgbcolor
  15837. fill grestore
  15838. stroke
  15839. grestore
  15840. gsave
  15841. 0.002 setlinewidth
  15842. 0.49127 0.45609 moveto 0.5066 0.47682 lineto 0.50922 0.47968 lineto gsave
  15843. 0.672 0.19 0 setrgbcolor
  15844. fill grestore
  15845. stroke
  15846. grestore
  15847. gsave
  15848. 0.002 setlinewidth
  15849. 0.60001 0.58217 moveto 0.58913 0.57263 lineto 0.61095 0.59766 lineto gsave
  15850. 0.629 0.104 0 setrgbcolor
  15851. fill grestore
  15852. stroke
  15853. grestore
  15854. gsave
  15855. 0.002 setlinewidth
  15856. 0.61095 0.59766 moveto 0.62565 0.60838 lineto 0.60001 0.58217 lineto gsave
  15857. 0.634 0.081 0 setrgbcolor
  15858. fill grestore
  15859. stroke
  15860. grestore
  15861. gsave
  15862. 0.002 setlinewidth
  15863. 0.8298 0.529 moveto 0.81546 0.54414 lineto 0.82634 0.48924 lineto gsave
  15864. 0.908 0.983 0.758 setrgbcolor
  15865. fill grestore
  15866. stroke
  15867. grestore
  15868. gsave
  15869. 0.002 setlinewidth
  15870. 0.82634 0.48924 moveto 0.84143 0.46716 lineto 0.8298 0.529 lineto gsave
  15871. 0.924 0.971 0.692 setrgbcolor
  15872. fill grestore
  15873. stroke
  15874. grestore
  15875. gsave
  15876. 0.002 setlinewidth
  15877. 0.52499 0.4981 moveto 0.52362 0.49826 lineto 0.52892 0.50561 lineto gsave
  15878. 0.68 0.204 0 setrgbcolor
  15879. fill grestore
  15880. stroke
  15881. grestore
  15882. gsave
  15883. 0.002 setlinewidth
  15884. 0.52892 0.50561 moveto 0.53553 0.51248 lineto 0.52499 0.4981 lineto gsave
  15885. 0.682 0.201 0 setrgbcolor
  15886. fill grestore
  15887. stroke
  15888. grestore
  15889. gsave
  15890. 0.002 setlinewidth
  15891. 0.54206 0.51938 moveto 0.53553 0.51248 lineto 0.54478 0.52556 lineto gsave
  15892. 0.677 0.199 0 setrgbcolor
  15893. fill grestore
  15894. stroke
  15895. grestore
  15896. gsave
  15897. 0.002 setlinewidth
  15898. 0.54478 0.52556 moveto 0.55597 0.53841 lineto 0.54206 0.51938 lineto gsave
  15899. 0.677 0.19 0 setrgbcolor
  15900. fill grestore
  15901. stroke
  15902. grestore
  15903. gsave
  15904. 0.002 setlinewidth
  15905. 0.24689 0.41319 moveto 0.26485 0.40234 lineto 0.25965 0.44336 lineto gsave
  15906. 0.858 0.978 0.86 setrgbcolor
  15907. fill grestore
  15908. stroke
  15909. grestore
  15910. gsave
  15911. 0.002 setlinewidth
  15912. 0.25965 0.44336 moveto 0.24154 0.46154 lineto 0.24689 0.41319 lineto gsave
  15913. 0.904 0.979 0.794 setrgbcolor
  15914. fill grestore
  15915. stroke
  15916. grestore
  15917. gsave
  15918. 0.002 setlinewidth
  15919. 0.41555 0.39031 moveto 0.42915 0.39954 lineto 0.41344 0.38388 lineto gsave
  15920. 0.554 0 0 setrgbcolor
  15921. fill grestore
  15922. stroke
  15923. grestore
  15924. gsave
  15925. 0.002 setlinewidth
  15926. 0.41344 0.38388 moveto 0.39784 0.37605 lineto 0.41555 0.39031 lineto gsave
  15927. 0.49 0 0 setrgbcolor
  15928. fill grestore
  15929. stroke
  15930. grestore
  15931. gsave
  15932. 0.002 setlinewidth
  15933. 0.42894 0.39435 moveto 0.41344 0.38388 lineto 0.42915 0.39954 lineto gsave
  15934. 0.561 0 0 setrgbcolor
  15935. fill grestore
  15936. stroke
  15937. grestore
  15938. gsave
  15939. 0.002 setlinewidth
  15940. 0.40181 0.38269 moveto 0.41555 0.39031 lineto 0.39784 0.37605 lineto gsave
  15941. 0.481 0 0 setrgbcolor
  15942. fill grestore
  15943. stroke
  15944. grestore
  15945. gsave
  15946. 0.002 setlinewidth
  15947. 0.39784 0.37605 moveto 0.3821 0.37093 lineto 0.40181 0.38269 lineto gsave
  15948. 0.392 0 0 setrgbcolor
  15949. fill grestore
  15950. stroke
  15951. grestore
  15952. gsave
  15953. 0.002 setlinewidth
  15954. 0.42915 0.39954 moveto 0.44263 0.41033 lineto 0.42894 0.39435 lineto gsave
  15955. 0.607 0.065 0 setrgbcolor
  15956. fill grestore
  15957. stroke
  15958. grestore
  15959. gsave
  15960. 0.002 setlinewidth
  15961. 0.44439 0.40729 moveto 0.42894 0.39435 lineto 0.44263 0.41033 lineto gsave
  15962. 0.609 0.065 0 setrgbcolor
  15963. fill grestore
  15964. stroke
  15965. grestore
  15966. gsave
  15967. 0.002 setlinewidth
  15968. 0.58913 0.57263 moveto 0.57816 0.56209 lineto 0.59618 0.58477 lineto gsave
  15969. 0.655 0.142 0 setrgbcolor
  15970. fill grestore
  15971. stroke
  15972. grestore
  15973. gsave
  15974. 0.002 setlinewidth
  15975. 0.59618 0.58477 moveto 0.61095 0.59766 lineto 0.58913 0.57263 lineto gsave
  15976. 0.654 0.119 0 setrgbcolor
  15977. fill grestore
  15978. stroke
  15979. grestore
  15980. gsave
  15981. 0.002 setlinewidth
  15982. 0.71043 0.62297 moveto 0.69683 0.62604 lineto 0.72453 0.62527 lineto gsave
  15983. 0.007 0 0 setrgbcolor
  15984. fill grestore
  15985. stroke
  15986. grestore
  15987. gsave
  15988. 0.002 setlinewidth
  15989. 0.72453 0.62527 moveto 0.74043 0.61585 lineto 0.71043 0.62297 lineto gsave
  15990. 0 0 0 setrgbcolor
  15991. fill grestore
  15992. stroke
  15993. grestore
  15994. gsave
  15995. 0.002 setlinewidth
  15996. 0.3879 0.3767 moveto 0.40181 0.38269 lineto 0.3821 0.37093 lineto gsave
  15997. 0.383 0 0 setrgbcolor
  15998. fill grestore
  15999. stroke
  16000. grestore
  16001. gsave
  16002. 0.002 setlinewidth
  16003. 0.3821 0.37093 moveto 0.36618 0.36852 lineto 0.3879 0.3767 lineto gsave
  16004. 0.265 0 0 setrgbcolor
  16005. fill grestore
  16006. stroke
  16007. grestore
  16008. gsave
  16009. 0.002 setlinewidth
  16010. 0.44263 0.41033 moveto 0.45601 0.42257 lineto 0.44439 0.40729 lineto gsave
  16011. 0.644 0.119 0 setrgbcolor
  16012. fill grestore
  16013. stroke
  16014. grestore
  16015. gsave
  16016. 0.002 setlinewidth
  16017. 0.45983 0.42248 moveto 0.44439 0.40729 lineto 0.45601 0.42257 lineto gsave
  16018. 0.642 0.119 0 setrgbcolor
  16019. fill grestore
  16020. stroke
  16021. grestore
  16022. gsave
  16023. 0.002 setlinewidth
  16024. 0.4753 0.43962 moveto 0.49085 0.45833 lineto 0.4893 0.45486 lineto gsave
  16025. 0.682 0.189 0 setrgbcolor
  16026. fill grestore
  16027. stroke
  16028. grestore
  16029. gsave
  16030. 0.002 setlinewidth
  16031. 0.50565 0.4763 moveto 0.4893 0.45486 lineto 0.49085 0.45833 lineto gsave
  16032. 0.683 0.199 0 setrgbcolor
  16033. fill grestore
  16034. stroke
  16035. grestore
  16036. gsave
  16037. 0.002 setlinewidth
  16038. 0.4893 0.45486 moveto 0.50565 0.4763 lineto 0.5066 0.47682 lineto gsave
  16039. 0.684 0.2 0 setrgbcolor
  16040. fill grestore
  16041. stroke
  16042. grestore
  16043. gsave
  16044. 0.002 setlinewidth
  16045. 0.45601 0.42257 moveto 0.46932 0.4361 lineto 0.45983 0.42248 lineto gsave
  16046. 0.669 0.158 0 setrgbcolor
  16047. fill grestore
  16048. stroke
  16049. grestore
  16050. gsave
  16051. 0.002 setlinewidth
  16052. 0.4753 0.43962 moveto 0.45983 0.42248 lineto 0.46932 0.4361 lineto gsave
  16053. 0.664 0.158 0 setrgbcolor
  16054. fill grestore
  16055. stroke
  16056. grestore
  16057. gsave
  16058. 0.002 setlinewidth
  16059. 0.37379 0.37229 moveto 0.3879 0.3767 lineto 0.36618 0.36852 lineto gsave
  16060. 0.255 0 0 setrgbcolor
  16061. fill grestore
  16062. stroke
  16063. grestore
  16064. gsave
  16065. 0.002 setlinewidth
  16066. 0.36618 0.36852 moveto 0.35002 0.36877 lineto 0.36777 0.3714 lineto gsave
  16067. 0.115 0 0 setrgbcolor
  16068. fill grestore
  16069. stroke
  16070. grestore
  16071. gsave
  16072. 0.002 setlinewidth
  16073. 0.36777 0.3714 moveto 0.37379 0.37229 lineto gsave
  16074. 0.37229 0.37155 lineto 0.115 0 0 setrgbcolor
  16075. fill grestore
  16076. stroke
  16077. grestore
  16078. gsave
  16079. 0.36618 0.36852 moveto 0.36777 0.3714 lineto 0.37229 0.37155 lineto 0.115 0 0 setrgbcolor
  16080. fill
  16081. grestore
  16082. gsave
  16083. 0.002 setlinewidth
  16084. 0.35947 0.36938 moveto 0.37379 0.37229 lineto 0.35002 0.36877 lineto gsave
  16085. 0 0.485 0.727 setrgbcolor
  16086. fill grestore
  16087. stroke
  16088. grestore
  16089. gsave
  16090. 0.002 setlinewidth
  16091. 0.35002 0.36877 moveto 0.33359 0.37152 lineto 0.35947 0.36938 lineto gsave
  16092. 0 0 0 setrgbcolor
  16093. fill grestore
  16094. stroke
  16095. grestore
  16096. gsave
  16097. 0.002 setlinewidth
  16098. 0.34492 0.36782 moveto 0.35947 0.36938 lineto 0.34437 0.37063 lineto gsave
  16099. 0.074 0.629 0.814 setrgbcolor
  16100. fill grestore
  16101. stroke
  16102. grestore
  16103. gsave
  16104. 0.002 setlinewidth
  16105. 0.34437 0.37063 moveto 0.33359 0.37152 lineto gsave
  16106. 0.33706 0.37039 lineto 0.074 0.629 0.814 setrgbcolor
  16107. fill grestore
  16108. stroke
  16109. grestore
  16110. gsave
  16111. 0.34492 0.36782 moveto 0.34437 0.37063 lineto 0.33706 0.37039 lineto 0.074 0.629 0.814 setrgbcolor
  16112. fill
  16113. grestore
  16114. gsave
  16115. 0.002 setlinewidth
  16116. 0.57816 0.56209 moveto 0.5671 0.55063 lineto 0.58136 0.56996 lineto gsave
  16117. 0.673 0.172 0 setrgbcolor
  16118. fill grestore
  16119. stroke
  16120. grestore
  16121. gsave
  16122. 0.002 setlinewidth
  16123. 0.58136 0.56996 moveto 0.59618 0.58477 lineto 0.57816 0.56209 lineto gsave
  16124. 0.667 0.149 0 setrgbcolor
  16125. fill grestore
  16126. stroke
  16127. grestore
  16128. gsave
  16129. 0.002 setlinewidth
  16130. 0.52223 0.49873 moveto 0.51323 0.48458 lineto 0.50922 0.47968 lineto closepath gsave
  16131. 0.693 0.214 0 setrgbcolor
  16132. fill grestore
  16133. stroke
  16134. grestore
  16135. gsave
  16136. 0.002 setlinewidth
  16137. 0.52223 0.49873 moveto 0.5182 0.49099 lineto 0.51323 0.48458 lineto closepath gsave
  16138. 0.693 0.214 0 setrgbcolor
  16139. fill grestore
  16140. stroke
  16141. grestore
  16142. gsave
  16143. 0.002 setlinewidth
  16144. 0.53553 0.51248 moveto 0.52892 0.50561 lineto 0.53353 0.51227 lineto gsave
  16145. 0.691 0.212 0 setrgbcolor
  16146. fill grestore
  16147. stroke
  16148. grestore
  16149. gsave
  16150. 0.002 setlinewidth
  16151. 0.53353 0.51227 moveto 0.54478 0.52556 lineto 0.53553 0.51248 lineto gsave
  16152. 0.686 0.205 0 setrgbcolor
  16153. fill grestore
  16154. stroke
  16155. grestore
  16156. gsave
  16157. 0.002 setlinewidth
  16158. 0.22866 0.4244 moveto 0.24689 0.41319 lineto 0.24154 0.46154 lineto gsave
  16159. 0.874 0.965 0.852 setrgbcolor
  16160. fill grestore
  16161. stroke
  16162. grestore
  16163. gsave
  16164. 0.002 setlinewidth
  16165. 0.24154 0.46154 moveto 0.22319 0.48023 lineto 0.22866 0.4244 lineto gsave
  16166. 0.914 0.968 0.794 setrgbcolor
  16167. fill grestore
  16168. stroke
  16169. grestore
  16170. gsave
  16171. 0.002 setlinewidth
  16172. 0.81546 0.54414 moveto 0.80096 0.5598 lineto 0.81111 0.51196 lineto gsave
  16173. 0.894 0.988 0.743 setrgbcolor
  16174. fill grestore
  16175. stroke
  16176. grestore
  16177. gsave
  16178. 0.002 setlinewidth
  16179. 0.81111 0.51196 moveto 0.82634 0.48924 lineto 0.81546 0.54414 lineto gsave
  16180. 0.91 0.971 0.671 setrgbcolor
  16181. fill grestore
  16182. stroke
  16183. grestore
  16184. gsave
  16185. 0.002 setlinewidth
  16186. 0.52223 0.49873 moveto 0.50922 0.47968 lineto 0.5066 0.47682 lineto closepath gsave
  16187. 0.693 0.214 0 setrgbcolor
  16188. fill grestore
  16189. stroke
  16190. grestore
  16191. gsave
  16192. 0.002 setlinewidth
  16193. 0.52223 0.49873 moveto 0.52362 0.49826 lineto 0.5182 0.49099 lineto closepath gsave
  16194. 0.693 0.214 0 setrgbcolor
  16195. fill grestore
  16196. stroke
  16197. grestore
  16198. gsave
  16199. 0.002 setlinewidth
  16200. 0.69683 0.62604 moveto 0.683 0.62716 lineto 0.70832 0.63183 lineto gsave
  16201. 0.152 0 0 setrgbcolor
  16202. fill grestore
  16203. stroke
  16204. grestore
  16205. gsave
  16206. 0.002 setlinewidth
  16207. 0.70832 0.63183 moveto 0.72453 0.62527 lineto 0.69683 0.62604 lineto gsave
  16208. 0.033 0 0 setrgbcolor
  16209. fill grestore
  16210. stroke
  16211. grestore
  16212. gsave
  16213. 0.002 setlinewidth
  16214. 0.46932 0.4361 moveto 0.48259 0.45074 lineto 0.4753 0.43962 lineto gsave
  16215. 0.685 0.186 0 setrgbcolor
  16216. fill grestore
  16217. stroke
  16218. grestore
  16219. gsave
  16220. 0.002 setlinewidth
  16221. 0.49085 0.45833 moveto 0.4753 0.43962 lineto 0.48259 0.45074 lineto gsave
  16222. 0.678 0.185 0 setrgbcolor
  16223. fill grestore
  16224. stroke
  16225. grestore
  16226. gsave
  16227. 0.002 setlinewidth
  16228. 0.52223 0.49873 moveto 0.5066 0.47682 lineto 0.50565 0.4763 lineto closepath gsave
  16229. 0.693 0.214 0 setrgbcolor
  16230. fill grestore
  16231. stroke
  16232. grestore
  16233. gsave
  16234. 0.002 setlinewidth
  16235. 0.5671 0.55063 moveto 0.55597 0.53841 lineto 0.56654 0.55355 lineto gsave
  16236. 0.686 0.193 0 setrgbcolor
  16237. fill grestore
  16238. stroke
  16239. grestore
  16240. gsave
  16241. 0.002 setlinewidth
  16242. 0.56654 0.55355 moveto 0.58136 0.56996 lineto 0.5671 0.55063 lineto gsave
  16243. 0.675 0.173 0 setrgbcolor
  16244. fill grestore
  16245. stroke
  16246. grestore
  16247. gsave
  16248. 0.002 setlinewidth
  16249. 0.52223 0.49873 moveto 0.52892 0.50561 lineto 0.52362 0.49826 lineto closepath gsave
  16250. 0.693 0.214 0 setrgbcolor
  16251. fill grestore
  16252. stroke
  16253. grestore
  16254. gsave
  16255. 0.002 setlinewidth
  16256. 0.49085 0.45833 moveto 0.50648 0.47819 lineto 0.50565 0.4763 lineto gsave
  16257. 0.693 0.209 0 setrgbcolor
  16258. fill grestore
  16259. stroke
  16260. grestore
  16261. gsave
  16262. 0.002 setlinewidth
  16263. 0.52223 0.49873 moveto 0.50565 0.4763 lineto 0.50648 0.47819 lineto closepath gsave
  16264. 0.693 0.214 0 setrgbcolor
  16265. fill grestore
  16266. stroke
  16267. grestore
  16268. gsave
  16269. 0.002 setlinewidth
  16270. 0.55597 0.53841 moveto 0.54478 0.52556 lineto 0.55173 0.53594 lineto gsave
  16271. 0.694 0.208 0 setrgbcolor
  16272. fill grestore
  16273. stroke
  16274. grestore
  16275. gsave
  16276. 0.002 setlinewidth
  16277. 0.55173 0.53594 moveto 0.56654 0.55355 lineto 0.55597 0.53841 lineto gsave
  16278. 0.682 0.191 0 setrgbcolor
  16279. fill grestore
  16280. stroke
  16281. grestore
  16282. gsave
  16283. 0.002 setlinewidth
  16284. 0.48259 0.45074 moveto 0.49582 0.46624 lineto 0.49085 0.45833 lineto gsave
  16285. 0.694 0.205 0 setrgbcolor
  16286. fill grestore
  16287. stroke
  16288. grestore
  16289. gsave
  16290. 0.002 setlinewidth
  16291. 0.50648 0.47819 moveto 0.49085 0.45833 lineto 0.49582 0.46624 lineto gsave
  16292. 0.687 0.203 0 setrgbcolor
  16293. fill grestore
  16294. stroke
  16295. grestore
  16296. gsave
  16297. 0.002 setlinewidth
  16298. 0.52223 0.49873 moveto 0.53353 0.51227 lineto 0.52892 0.50561 lineto closepath gsave
  16299. 0.693 0.214 0 setrgbcolor
  16300. fill grestore
  16301. stroke
  16302. grestore
  16303. gsave
  16304. 0.002 setlinewidth
  16305. 0.21021 0.4355 moveto 0.22866 0.4244 lineto 0.22319 0.48023 lineto gsave
  16306. 0.881 0.95 0.849 setrgbcolor
  16307. fill grestore
  16308. stroke
  16309. grestore
  16310. gsave
  16311. 0.002 setlinewidth
  16312. 0.22319 0.48023 moveto 0.20465 0.4988 lineto 0.21021 0.4355 lineto gsave
  16313. 0.917 0.955 0.799 setrgbcolor
  16314. fill grestore
  16315. stroke
  16316. grestore
  16317. gsave
  16318. 0.002 setlinewidth
  16319. 0.683 0.62716 moveto 0.66894 0.62609 lineto 0.69182 0.63513 lineto gsave
  16320. 0.285 0 0 setrgbcolor
  16321. fill grestore
  16322. stroke
  16323. grestore
  16324. gsave
  16325. 0.002 setlinewidth
  16326. 0.69182 0.63513 moveto 0.70832 0.63183 lineto 0.683 0.62716 lineto gsave
  16327. 0.159 0 0 setrgbcolor
  16328. fill grestore
  16329. stroke
  16330. grestore
  16331. gsave
  16332. 0.002 setlinewidth
  16333. 0.33359 0.37152 moveto 0.31688 0.37656 lineto 0.34492 0.36782 lineto gsave
  16334. 0.212 0.726 0.683 setrgbcolor
  16335. fill grestore
  16336. stroke
  16337. grestore
  16338. gsave
  16339. 0.002 setlinewidth
  16340. 0.80096 0.5598 moveto 0.78624 0.5754 lineto 0.79567 0.53463 lineto gsave
  16341. 0.871 0.991 0.736 setrgbcolor
  16342. fill grestore
  16343. stroke
  16344. grestore
  16345. gsave
  16346. 0.002 setlinewidth
  16347. 0.79567 0.53463 moveto 0.81111 0.51196 lineto 0.80096 0.5598 lineto gsave
  16348. 0.892 0.971 0.66 setrgbcolor
  16349. fill grestore
  16350. stroke
  16351. grestore
  16352. gsave
  16353. 0.002 setlinewidth
  16354. 0.54478 0.52556 moveto 0.53353 0.51227 lineto 0.53695 0.51752 lineto gsave
  16355. 0.697 0.216 0 setrgbcolor
  16356. fill grestore
  16357. stroke
  16358. grestore
  16359. gsave
  16360. 0.002 setlinewidth
  16361. 0.53695 0.51752 moveto 0.55173 0.53594 lineto 0.54478 0.52556 lineto gsave
  16362. 0.688 0.205 0 setrgbcolor
  16363. fill grestore
  16364. stroke
  16365. grestore
  16366. gsave
  16367. 0.002 setlinewidth
  16368. 0.49582 0.46624 moveto 0.50903 0.48233 lineto 0.50648 0.47819 lineto gsave
  16369. 0.698 0.215 0 setrgbcolor
  16370. fill grestore
  16371. stroke
  16372. grestore
  16373. gsave
  16374. 0.002 setlinewidth
  16375. 0.52223 0.49873 moveto 0.50648 0.47819 lineto 0.50903 0.48233 lineto closepath gsave
  16376. 0.693 0.214 0 setrgbcolor
  16377. fill grestore
  16378. stroke
  16379. grestore
  16380. gsave
  16381. 0.002 setlinewidth
  16382. 0.52223 0.49873 moveto 0.53695 0.51752 lineto 0.53353 0.51227 lineto closepath gsave
  16383. 0.693 0.214 0 setrgbcolor
  16384. fill grestore
  16385. stroke
  16386. grestore
  16387. gsave
  16388. 0.002 setlinewidth
  16389. 0.66894 0.62609 moveto 0.65468 0.62264 lineto 0.67507 0.63493 lineto gsave
  16390. 0.399 0 0 setrgbcolor
  16391. fill grestore
  16392. stroke
  16393. grestore
  16394. gsave
  16395. 0.002 setlinewidth
  16396. 0.67507 0.63493 moveto 0.69182 0.63513 lineto 0.66894 0.62609 lineto gsave
  16397. 0.285 0 0 setrgbcolor
  16398. fill grestore
  16399. stroke
  16400. grestore
  16401. gsave
  16402. 0.002 setlinewidth
  16403. 0.33012 0.36745 moveto 0.34492 0.36782 lineto 0.31688 0.37656 lineto gsave
  16404. 0.249 0.754 0.883 setrgbcolor
  16405. fill grestore
  16406. stroke
  16407. grestore
  16408. gsave
  16409. 0.002 setlinewidth
  16410. 0.31688 0.37656 moveto 0.29985 0.38361 lineto 0.33012 0.36745 lineto gsave
  16411. 0.362 0.82 0.721 setrgbcolor
  16412. fill grestore
  16413. stroke
  16414. grestore
  16415. gsave
  16416. 0.002 setlinewidth
  16417. 0.52223 0.49873 moveto 0.53366 0.51597 lineto 0.53707 0.51996 lineto closepath gsave
  16418. 0.693 0.214 0 setrgbcolor
  16419. fill grestore
  16420. stroke
  16421. grestore
  16422. gsave
  16423. 0.002 setlinewidth
  16424. 0.52223 0.49873 moveto 0.529 0.51009 lineto 0.53366 0.51597 lineto closepath gsave
  16425. 0.693 0.214 0 setrgbcolor
  16426. fill grestore
  16427. stroke
  16428. grestore
  16429. gsave
  16430. 0.002 setlinewidth
  16431. 0.52223 0.49873 moveto 0.5236 0.50298 lineto 0.529 0.51009 lineto closepath gsave
  16432. 0.693 0.214 0 setrgbcolor
  16433. fill grestore
  16434. stroke
  16435. grestore
  16436. gsave
  16437. 0.002 setlinewidth
  16438. 0.52223 0.49873 moveto 0.51807 0.49543 lineto 0.5236 0.50298 lineto closepath gsave
  16439. 0.693 0.214 0 setrgbcolor
  16440. fill grestore
  16441. stroke
  16442. grestore
  16443. gsave
  16444. 0.002 setlinewidth
  16445. 0.52223 0.49873 moveto 0.51303 0.48829 lineto 0.51807 0.49543 lineto closepath gsave
  16446. 0.693 0.214 0 setrgbcolor
  16447. fill grestore
  16448. stroke
  16449. grestore
  16450. gsave
  16451. 0.002 setlinewidth
  16452. 0.52223 0.49873 moveto 0.50903 0.48233 lineto 0.51303 0.48829 lineto closepath gsave
  16453. 0.693 0.214 0 setrgbcolor
  16454. fill grestore
  16455. stroke
  16456. grestore
  16457. gsave
  16458. 0.002 setlinewidth
  16459. 0.52223 0.49873 moveto 0.5388 0.52075 lineto 0.53695 0.51752 lineto closepath gsave
  16460. 0.693 0.214 0 setrgbcolor
  16461. fill grestore
  16462. stroke
  16463. grestore
  16464. gsave
  16465. 0.002 setlinewidth
  16466. 0.52223 0.49873 moveto 0.53885 0.52161 lineto 0.5388 0.52075 lineto closepath gsave
  16467. 0.693 0.214 0 setrgbcolor
  16468. fill grestore
  16469. stroke
  16470. grestore
  16471. gsave
  16472. 0.002 setlinewidth
  16473. 0.52223 0.49873 moveto 0.53707 0.51996 lineto 0.53885 0.52161 lineto closepath gsave
  16474. 0.693 0.214 0 setrgbcolor
  16475. fill grestore
  16476. stroke
  16477. grestore
  16478. gsave
  16479. 0.002 setlinewidth
  16480. 0.50376 0.47783 moveto 0.51303 0.48829 lineto 0.50903 0.48233 lineto gsave
  16481. 0.695 0.215 0 setrgbcolor
  16482. fill grestore
  16483. stroke
  16484. grestore
  16485. gsave
  16486. 0.002 setlinewidth
  16487. 0.50903 0.48233 moveto 0.49582 0.46624 lineto 0.50376 0.47783 lineto gsave
  16488. 0.687 0.205 0 setrgbcolor
  16489. fill grestore
  16490. stroke
  16491. grestore
  16492. gsave
  16493. 0.002 setlinewidth
  16494. 0.4944 0.4674 moveto 0.50376 0.47783 lineto 0.49582 0.46624 lineto gsave
  16495. 0.687 0.205 0 setrgbcolor
  16496. fill grestore
  16497. stroke
  16498. grestore
  16499. gsave
  16500. 0.002 setlinewidth
  16501. 0.49582 0.46624 moveto 0.48259 0.45074 lineto 0.4944 0.4674 lineto gsave
  16502. 0.68 0.191 0 setrgbcolor
  16503. fill grestore
  16504. stroke
  16505. grestore
  16506. gsave
  16507. 0.002 setlinewidth
  16508. 0.78624 0.5754 moveto 0.77127 0.59034 lineto 0.77997 0.5565 lineto gsave
  16509. 0.839 0.992 0.739 setrgbcolor
  16510. fill grestore
  16511. stroke
  16512. grestore
  16513. gsave
  16514. 0.002 setlinewidth
  16515. 0.77997 0.5565 moveto 0.79567 0.53463 lineto 0.78624 0.5754 lineto gsave
  16516. 0.869 0.973 0.661 setrgbcolor
  16517. fill grestore
  16518. stroke
  16519. grestore
  16520. gsave
  16521. 0.002 setlinewidth
  16522. 0.65468 0.62264 moveto 0.64024 0.61674 lineto 0.65812 0.6311 lineto gsave
  16523. 0.49 0 0 setrgbcolor
  16524. fill grestore
  16525. stroke
  16526. grestore
  16527. gsave
  16528. 0.002 setlinewidth
  16529. 0.65812 0.6311 moveto 0.67507 0.63493 lineto 0.65468 0.62264 lineto gsave
  16530. 0.399 0 0 setrgbcolor
  16531. fill grestore
  16532. stroke
  16533. grestore
  16534. gsave
  16535. 0.002 setlinewidth
  16536. 0.48495 0.45706 moveto 0.4944 0.4674 lineto 0.48259 0.45074 lineto gsave
  16537. 0.673 0.187 0 setrgbcolor
  16538. fill grestore
  16539. stroke
  16540. grestore
  16541. gsave
  16542. 0.002 setlinewidth
  16543. 0.48259 0.45074 moveto 0.46932 0.4361 lineto 0.48495 0.45706 lineto gsave
  16544. 0.669 0.171 0 setrgbcolor
  16545. fill grestore
  16546. stroke
  16547. grestore
  16548. gsave
  16549. 0.002 setlinewidth
  16550. 0.55173 0.53594 moveto 0.53695 0.51752 lineto 0.5388 0.52075 lineto gsave
  16551. 0.697 0.213 0 setrgbcolor
  16552. fill grestore
  16553. stroke
  16554. grestore
  16555. gsave
  16556. 0.002 setlinewidth
  16557. 0.47542 0.44687 moveto 0.48495 0.45706 lineto 0.46932 0.4361 lineto gsave
  16558. 0.652 0.161 0 setrgbcolor
  16559. fill grestore
  16560. stroke
  16561. grestore
  16562. gsave
  16563. 0.002 setlinewidth
  16564. 0.46932 0.4361 moveto 0.45601 0.42257 lineto 0.47542 0.44687 lineto gsave
  16565. 0.654 0.144 0 setrgbcolor
  16566. fill grestore
  16567. stroke
  16568. grestore
  16569. gsave
  16570. 0.002 setlinewidth
  16571. 0.64024 0.61674 moveto 0.62565 0.60838 lineto 0.64103 0.62367 lineto gsave
  16572. 0.559 0 0 setrgbcolor
  16573. fill grestore
  16574. stroke
  16575. grestore
  16576. gsave
  16577. 0.002 setlinewidth
  16578. 0.64103 0.62367 moveto 0.65812 0.6311 lineto 0.64024 0.61674 lineto gsave
  16579. 0.491 0 0 setrgbcolor
  16580. fill grestore
  16581. stroke
  16582. grestore
  16583. gsave
  16584. 0.002 setlinewidth
  16585. 0.56654 0.55355 moveto 0.55173 0.53594 lineto 0.55555 0.5424 lineto gsave
  16586. 0.692 0.201 0 setrgbcolor
  16587. fill grestore
  16588. stroke
  16589. grestore
  16590. gsave
  16591. 0.002 setlinewidth
  16592. 0.5388 0.52075 moveto 0.55555 0.5424 lineto 0.55173 0.53594 lineto gsave
  16593. 0.686 0.202 0 setrgbcolor
  16594. fill grestore
  16595. stroke
  16596. grestore
  16597. gsave
  16598. 0.002 setlinewidth
  16599. 0.46579 0.43686 moveto 0.47542 0.44687 lineto 0.45601 0.42257 lineto gsave
  16600. 0.622 0.125 0 setrgbcolor
  16601. fill grestore
  16602. stroke
  16603. grestore
  16604. gsave
  16605. 0.002 setlinewidth
  16606. 0.45601 0.42257 moveto 0.44263 0.41033 lineto 0.46579 0.43686 lineto gsave
  16607. 0.633 0.108 0 setrgbcolor
  16608. fill grestore
  16609. stroke
  16610. grestore
  16611. gsave
  16612. 0.002 setlinewidth
  16613. 0.51385 0.49189 moveto 0.51807 0.49543 lineto 0.51303 0.48829 lineto gsave
  16614. 0.686 0.209 0 setrgbcolor
  16615. fill grestore
  16616. stroke
  16617. grestore
  16618. gsave
  16619. 0.002 setlinewidth
  16620. 0.51303 0.48829 moveto 0.50376 0.47783 lineto 0.51385 0.49189 lineto gsave
  16621. 0.684 0.203 0 setrgbcolor
  16622. fill grestore
  16623. stroke
  16624. grestore
  16625. gsave
  16626. 0.002 setlinewidth
  16627. 0.31508 0.36804 moveto 0.33012 0.36745 lineto 0.29985 0.38361 lineto gsave
  16628. 0.406 0.849 0.928 setrgbcolor
  16629. fill grestore
  16630. stroke
  16631. grestore
  16632. gsave
  16633. 0.002 setlinewidth
  16634. 0.29985 0.38361 moveto 0.28251 0.39234 lineto 0.31508 0.36804 lineto gsave
  16635. 0.491 0.892 0.754 setrgbcolor
  16636. fill grestore
  16637. stroke
  16638. grestore
  16639. gsave
  16640. 0.002 setlinewidth
  16641. 0.58136 0.56996 moveto 0.56654 0.55355 lineto 0.57247 0.56302 lineto gsave
  16642. 0.683 0.18 0 setrgbcolor
  16643. fill grestore
  16644. stroke
  16645. grestore
  16646. gsave
  16647. 0.002 setlinewidth
  16648. 0.55555 0.5424 moveto 0.57247 0.56302 lineto 0.56654 0.55355 lineto gsave
  16649. 0.675 0.181 0 setrgbcolor
  16650. fill grestore
  16651. stroke
  16652. grestore
  16653. gsave
  16654. 0.002 setlinewidth
  16655. 0.62565 0.60838 moveto 0.61095 0.59766 lineto 0.62386 0.61279 lineto gsave
  16656. 0.609 0.054 0 setrgbcolor
  16657. fill grestore
  16658. stroke
  16659. grestore
  16660. gsave
  16661. 0.002 setlinewidth
  16662. 0.62386 0.61279 moveto 0.64103 0.62367 lineto 0.62565 0.60838 lineto gsave
  16663. 0.559 0 0 setrgbcolor
  16664. fill grestore
  16665. stroke
  16666. grestore
  16667. gsave
  16668. 0.002 setlinewidth
  16669. 0.44623 0.41754 moveto 0.45606 0.42708 lineto 0.4546 0.42558 lineto gsave
  16670. 0.525 0.018 0 setrgbcolor
  16671. fill grestore
  16672. stroke
  16673. grestore
  16674. gsave
  16675. 0.002 setlinewidth
  16676. 0.4546 0.42558 moveto 0.42915 0.39954 lineto gsave
  16677. 0.44623 0.41754 lineto 0.525 0.018 0 setrgbcolor
  16678. fill grestore
  16679. stroke
  16680. grestore
  16681. gsave
  16682. 0.002 setlinewidth
  16683. 0.42915 0.39954 moveto 0.41555 0.39031 lineto 0.44263 0.41435 lineto gsave
  16684. 0.563 0.003 0 setrgbcolor
  16685. fill grestore
  16686. stroke
  16687. grestore
  16688. gsave
  16689. 0.002 setlinewidth
  16690. 0.44263 0.41435 moveto 0.44372 0.41532 lineto gsave
  16691. 0.44324 0.41479 lineto 0.563 0.003 0 setrgbcolor
  16692. fill grestore
  16693. stroke
  16694. grestore
  16695. gsave
  16696. 0.42915 0.39954 moveto 0.44263 0.41435 lineto 0.44324 0.41479 lineto 0.563 0.003 0 setrgbcolor
  16697. fill
  16698. grestore
  16699. gsave
  16700. 0.002 setlinewidth
  16701. 0.44372 0.41532 moveto 0.44623 0.41754 lineto gsave
  16702. 0.44531 0.41658 lineto 0.563 0.003 0 setrgbcolor
  16703. fill grestore
  16704. stroke
  16705. grestore
  16706. gsave
  16707. 0.42915 0.39954 moveto 0.44372 0.41532 lineto 0.44531 0.41658 lineto 0.563 0.003 0 setrgbcolor
  16708. fill
  16709. grestore
  16710. gsave
  16711. 0.002 setlinewidth
  16712. 0.43628 0.40826 moveto 0.44623 0.41754 lineto 0.41555 0.39031 lineto gsave
  16713. 0 0.056 0.546 setrgbcolor
  16714. fill grestore
  16715. stroke
  16716. grestore
  16717. gsave
  16718. 0.002 setlinewidth
  16719. 0.41555 0.39031 moveto 0.40181 0.38269 lineto 0.43299 0.40582 lineto gsave
  16720. 0.507 0 0 setrgbcolor
  16721. fill grestore
  16722. stroke
  16723. grestore
  16724. gsave
  16725. 0.002 setlinewidth
  16726. 0.43299 0.40582 moveto 0.43628 0.40826 lineto gsave
  16727. 0.43464 0.40684 lineto 0.507 0 0 setrgbcolor
  16728. fill grestore
  16729. stroke
  16730. grestore
  16731. gsave
  16732. 0.41555 0.39031 moveto 0.43299 0.40582 lineto 0.43464 0.40684 lineto 0.507 0 0 setrgbcolor
  16733. fill
  16734. grestore
  16735. gsave
  16736. 0.002 setlinewidth
  16737. 0.4161 0.39329 moveto 0.41344 0.39132 lineto gsave
  16738. 0.42623 0.39925 lineto 0 0.146 0.628 setrgbcolor
  16739. fill grestore
  16740. stroke
  16741. grestore
  16742. gsave
  16743. 0.002 setlinewidth
  16744. 0.42623 0.39925 moveto 0.43628 0.40826 lineto 0.4161 0.39329 lineto gsave
  16745. 0 0.146 0.628 setrgbcolor
  16746. fill grestore
  16747. stroke
  16748. grestore
  16749. gsave
  16750. 0.002 setlinewidth
  16751. 0.41344 0.39132 moveto 0.40181 0.38269 lineto gsave
  16752. 0.40697 0.38619 lineto 0 0.146 0.628 setrgbcolor
  16753. fill grestore
  16754. stroke
  16755. grestore
  16756. gsave
  16757. 0.42623 0.39925 moveto 0.41344 0.39132 lineto 0.40697 0.38619 lineto 0 0.146 0.628 setrgbcolor
  16758. fill
  16759. grestore
  16760. gsave
  16761. 0.002 setlinewidth
  16762. 0.40181 0.38269 moveto 0.3879 0.3767 lineto 0.42326 0.3975 lineto gsave
  16763. 0.433 0 0 setrgbcolor
  16764. fill grestore
  16765. stroke
  16766. grestore
  16767. gsave
  16768. 0.002 setlinewidth
  16769. 0.38917 0.37745 moveto 0.3879 0.3767 lineto gsave
  16770. 0.38974 0.3776 lineto 0 0.249 0.716 setrgbcolor
  16771. fill grestore
  16772. stroke
  16773. grestore
  16774. gsave
  16775. 0.38974 0.3776 moveto 0.39809 0.38169 lineto 0.38917 0.37745 lineto 0 0.249 0.716 setrgbcolor
  16776. fill
  16777. grestore
  16778. gsave
  16779. 0.002 setlinewidth
  16780. 0.40502 0.38677 moveto 0.38917 0.37745 lineto gsave
  16781. 0.39809 0.38169 lineto 0 0.249 0.716 setrgbcolor
  16782. fill grestore
  16783. stroke
  16784. grestore
  16785. gsave
  16786. 0.40181 0.38269 moveto 0.42326 0.3975 lineto 0.42472 0.39822 lineto 0.433 0 0 setrgbcolor
  16787. fill
  16788. grestore
  16789. gsave
  16790. 0.41605 0.39049 moveto 0.40502 0.38677 lineto 0.39809 0.38169 lineto 0 0.249 0.716 setrgbcolor
  16791. fill
  16792. grestore
  16793. gsave
  16794. 0.002 setlinewidth
  16795. 0.3879 0.3767 moveto 0.37379 0.37229 lineto 0.41605 0.39049 lineto gsave
  16796. 0.339 0 0 setrgbcolor
  16797. fill grestore
  16798. stroke
  16799. grestore
  16800. gsave
  16801. 0.002 setlinewidth
  16802. 0.39019 0.37935 moveto 0.37379 0.37229 lineto gsave
  16803. 0.38354 0.37524 lineto 0 0.36 0.803 setrgbcolor
  16804. fill grestore
  16805. stroke
  16806. grestore
  16807. gsave
  16808. 0.40575 0.38195 moveto 0.39019 0.37935 lineto 0.38354 0.37524 lineto 0 0.36 0.803 setrgbcolor
  16809. fill
  16810. grestore
  16811. gsave
  16812. 0.002 setlinewidth
  16813. 0.37379 0.37229 moveto 0.35947 0.36938 lineto 0.40409 0.3815 lineto gsave
  16814. 0.222 0 0 setrgbcolor
  16815. fill grestore
  16816. stroke
  16817. grestore
  16818. gsave
  16819. 0.002 setlinewidth
  16820. 0.40409 0.3815 moveto 0.40575 0.38195 lineto gsave
  16821. 0.4051 0.38176 lineto 0.222 0 0 setrgbcolor
  16822. fill grestore
  16823. stroke
  16824. grestore
  16825. gsave
  16826. 0.37379 0.37229 moveto 0.40409 0.3815 lineto 0.4051 0.38176 lineto 0.222 0 0 setrgbcolor
  16827. fill
  16828. grestore
  16829. gsave
  16830. 0.002 setlinewidth
  16831. 0.37497 0.37359 moveto 0.35947 0.36938 lineto gsave
  16832. 0.36866 0.37047 lineto 0.032 0.469 0.879 setrgbcolor
  16833. fill grestore
  16834. stroke
  16835. grestore
  16836. gsave
  16837. 0.39532 0.37362 moveto 0.37497 0.37359 lineto 0.36866 0.37047 lineto 0.032 0.469 0.879 setrgbcolor
  16838. fill
  16839. grestore
  16840. gsave
  16841. 0.002 setlinewidth
  16842. 0.35947 0.36938 moveto 0.34492 0.36782 lineto 0.39532 0.37362 lineto gsave
  16843. 0.086 0 0 setrgbcolor
  16844. fill grestore
  16845. stroke
  16846. grestore
  16847. gsave
  16848. 0.002 setlinewidth
  16849. 0.38476 0.36545 moveto 0.39532 0.37362 lineto 0.35389 0.36885 lineto gsave
  16850. 0.176 0.568 0.935 setrgbcolor
  16851. fill grestore
  16852. stroke
  16853. grestore
  16854. gsave
  16855. 0.002 setlinewidth
  16856. 0.35389 0.36885 moveto 0.34492 0.36782 lineto gsave
  16857. 0.34886 0.36759 lineto 0.176 0.568 0.935 setrgbcolor
  16858. fill grestore
  16859. stroke
  16860. grestore
  16861. gsave
  16862. 0.38476 0.36545 moveto 0.35389 0.36885 lineto 0.34886 0.36759 lineto 0.176 0.568 0.935 setrgbcolor
  16863. fill
  16864. grestore
  16865. gsave
  16866. 0.002 setlinewidth
  16867. 0.39532 0.37362 moveto 0.40575 0.38195 lineto 0.37497 0.37359 lineto gsave
  16868. 0.032 0.469 0.879 setrgbcolor
  16869. fill grestore
  16870. stroke
  16871. grestore
  16872. gsave
  16873. 0.002 setlinewidth
  16874. 0.42326 0.3975 moveto 0.42623 0.39925 lineto gsave
  16875. 0.42472 0.39822 lineto 0.433 0 0 setrgbcolor
  16876. fill grestore
  16877. stroke
  16878. grestore
  16879. gsave
  16880. 0.002 setlinewidth
  16881. 0.40575 0.38195 moveto 0.41605 0.39049 lineto 0.39019 0.37935 lineto gsave
  16882. 0 0.36 0.803 setrgbcolor
  16883. fill grestore
  16884. stroke
  16885. grestore
  16886. gsave
  16887. 0.002 setlinewidth
  16888. 0.41605 0.39049 moveto 0.42623 0.39925 lineto 0.40502 0.38677 lineto gsave
  16889. 0 0.249 0.716 setrgbcolor
  16890. fill grestore
  16891. stroke
  16892. grestore
  16893. gsave
  16894. 0.002 setlinewidth
  16895. 0.44623 0.41754 moveto 0.43628 0.40826 lineto 0.43808 0.40972 lineto gsave
  16896. 0 0.129 0.619 setrgbcolor
  16897. fill grestore
  16898. stroke
  16899. grestore
  16900. gsave
  16901. 0.002 setlinewidth
  16902. 0.46428 0.43513 moveto 0.44263 0.41033 lineto gsave
  16903. 0.45606 0.42708 lineto 0.58 0.078 0 setrgbcolor
  16904. fill grestore
  16905. stroke
  16906. grestore
  16907. gsave
  16908. 0.002 setlinewidth
  16909. 0.44263 0.41033 moveto 0.42915 0.39954 lineto 0.45606 0.42708 lineto gsave
  16910. 0.604 0.062 0 setrgbcolor
  16911. fill grestore
  16912. stroke
  16913. grestore
  16914. gsave
  16915. 0.002 setlinewidth
  16916. 0.43808 0.40972 moveto 0.48257 0.44569 lineto gsave
  16917. 0.44623 0.41754 lineto 0 0.129 0.619 setrgbcolor
  16918. fill grestore
  16919. stroke
  16920. grestore
  16921. gsave
  16922. 0.002 setlinewidth
  16923. 0.45606 0.42708 moveto 0.44623 0.41754 lineto 0.44807 0.41925 lineto gsave
  16924. 0 0.046 0.542 setrgbcolor
  16925. fill grestore
  16926. stroke
  16927. grestore
  16928. gsave
  16929. 0.002 setlinewidth
  16930. 0.44807 0.41925 moveto 0.4872 0.4555 lineto gsave
  16931. 0.45606 0.42708 lineto 0 0.046 0.542 setrgbcolor
  16932. fill grestore
  16933. stroke
  16934. grestore
  16935. gsave
  16936. 0.002 setlinewidth
  16937. 0.45606 0.42708 moveto 0.46579 0.43686 lineto 0.46428 0.43513 lineto gsave
  16938. 0.58 0.078 0 setrgbcolor
  16939. fill grestore
  16940. stroke
  16941. grestore
  16942. gsave
  16943. 0.002 setlinewidth
  16944. 0.59618 0.58477 moveto 0.58136 0.56996 lineto 0.58952 0.582 lineto gsave
  16945. 0.667 0.15 0 setrgbcolor
  16946. fill grestore
  16947. stroke
  16948. grestore
  16949. gsave
  16950. 0.002 setlinewidth
  16951. 0.57247 0.56302 moveto 0.58952 0.582 lineto 0.58136 0.56996 lineto gsave
  16952. 0.66 0.151 0 setrgbcolor
  16953. fill grestore
  16954. stroke
  16955. grestore
  16956. gsave
  16957. 0.002 setlinewidth
  16958. 0.55555 0.5424 moveto 0.5388 0.52075 lineto 0.53885 0.52161 lineto gsave
  16959. 0.69 0.205 0 setrgbcolor
  16960. fill grestore
  16961. stroke
  16962. grestore
  16963. gsave
  16964. 0.002 setlinewidth
  16965. 0.61095 0.59766 moveto 0.59618 0.58477 lineto 0.60667 0.59876 lineto gsave
  16966. 0.644 0.108 0 setrgbcolor
  16967. fill grestore
  16968. stroke
  16969. grestore
  16970. gsave
  16971. 0.002 setlinewidth
  16972. 0.60667 0.59876 moveto 0.62386 0.61279 lineto 0.61095 0.59766 lineto gsave
  16973. 0.606 0.055 0 setrgbcolor
  16974. fill grestore
  16975. stroke
  16976. grestore
  16977. gsave
  16978. 0.002 setlinewidth
  16979. 0.58952 0.582 moveto 0.60667 0.59876 lineto 0.59618 0.58477 lineto gsave
  16980. 0.638 0.11 0 setrgbcolor
  16981. fill grestore
  16982. stroke
  16983. grestore
  16984. gsave
  16985. 0.002 setlinewidth
  16986. 0.77127 0.59034 moveto 0.75601 0.60402 lineto 0.76396 0.57683 lineto gsave
  16987. 0.795 0.992 0.753 setrgbcolor
  16988. fill grestore
  16989. stroke
  16990. grestore
  16991. gsave
  16992. 0.002 setlinewidth
  16993. 0.76396 0.57683 moveto 0.77997 0.5565 lineto 0.77127 0.59034 lineto gsave
  16994. 0.84 0.977 0.675 setrgbcolor
  16995. fill grestore
  16996. stroke
  16997. grestore
  16998. gsave
  16999. 0.002 setlinewidth
  17000. 0.52499 0.50688 moveto 0.5236 0.50298 lineto 0.51807 0.49543 lineto gsave
  17001. 0.675 0.199 0 setrgbcolor
  17002. fill grestore
  17003. stroke
  17004. grestore
  17005. gsave
  17006. 0.002 setlinewidth
  17007. 0.51807 0.49543 moveto 0.51385 0.49189 lineto 0.52499 0.50688 lineto gsave
  17008. 0.679 0.199 0 setrgbcolor
  17009. fill grestore
  17010. stroke
  17011. grestore
  17012. gsave
  17013. 0.002 setlinewidth
  17014. 0.50956 0.4879 moveto 0.51385 0.49189 lineto 0.50376 0.47783 lineto gsave
  17015. 0.664 0.19 0 setrgbcolor
  17016. fill grestore
  17017. stroke
  17018. grestore
  17019. gsave
  17020. 0.002 setlinewidth
  17021. 0.50376 0.47783 moveto 0.4944 0.4674 lineto 0.50956 0.4879 lineto gsave
  17022. 0.669 0.185 0 setrgbcolor
  17023. fill grestore
  17024. stroke
  17025. grestore
  17026. gsave
  17027. 0.002 setlinewidth
  17028. 0.53885 0.52161 moveto 0.55576 0.54414 lineto 0.55555 0.5424 lineto gsave
  17029. 0.681 0.197 0 setrgbcolor
  17030. fill grestore
  17031. stroke
  17032. grestore
  17033. gsave
  17034. 0.002 setlinewidth
  17035. 0.55576 0.54414 moveto 0.53885 0.52161 lineto 0.53707 0.51996 lineto gsave
  17036. 0.678 0.195 0 setrgbcolor
  17037. fill grestore
  17038. stroke
  17039. grestore
  17040. gsave
  17041. 0.002 setlinewidth
  17042. 0.29979 0.36935 moveto 0.31508 0.36804 lineto 0.28251 0.39234 lineto gsave
  17043. 0.534 0.909 0.951 setrgbcolor
  17044. fill grestore
  17045. stroke
  17046. grestore
  17047. gsave
  17048. 0.002 setlinewidth
  17049. 0.28251 0.39234 moveto 0.26485 0.40234 lineto 0.29979 0.36935 lineto gsave
  17050. 0.598 0.943 0.783 setrgbcolor
  17051. fill grestore
  17052. stroke
  17053. grestore
  17054. gsave
  17055. 0.002 setlinewidth
  17056. 0.53593 0.5211 moveto 0.529 0.51009 lineto 0.5236 0.50298 lineto gsave
  17057. 0.665 0.19 0 setrgbcolor
  17058. fill grestore
  17059. stroke
  17060. grestore
  17061. gsave
  17062. 0.002 setlinewidth
  17063. 0.5236 0.50298 moveto 0.52499 0.50688 lineto 0.53593 0.5211 lineto gsave
  17064. 0.673 0.194 0 setrgbcolor
  17065. fill grestore
  17066. stroke
  17067. grestore
  17068. gsave
  17069. 0.002 setlinewidth
  17070. 0.57247 0.56302 moveto 0.55555 0.5424 lineto 0.55576 0.54414 lineto gsave
  17071. 0.674 0.18 0 setrgbcolor
  17072. fill grestore
  17073. stroke
  17074. grestore
  17075. gsave
  17076. 0.002 setlinewidth
  17077. 0.55225 0.54086 moveto 0.53707 0.51996 lineto 0.53366 0.51597 lineto gsave
  17078. 0.668 0.187 0 setrgbcolor
  17079. fill grestore
  17080. stroke
  17081. grestore
  17082. gsave
  17083. 0.002 setlinewidth
  17084. 0.53707 0.51996 moveto 0.55225 0.54086 lineto 0.55576 0.54414 lineto gsave
  17085. 0.675 0.192 0 setrgbcolor
  17086. fill grestore
  17087. stroke
  17088. grestore
  17089. gsave
  17090. 0.002 setlinewidth
  17091. 0.54538 0.53289 moveto 0.53366 0.51597 lineto 0.529 0.51009 lineto gsave
  17092. 0.663 0.185 0 setrgbcolor
  17093. fill grestore
  17094. stroke
  17095. grestore
  17096. gsave
  17097. 0.002 setlinewidth
  17098. 0.529 0.51009 moveto 0.53593 0.5211 lineto 0.54538 0.53289 lineto gsave
  17099. 0.67 0.191 0 setrgbcolor
  17100. fill grestore
  17101. stroke
  17102. grestore
  17103. gsave
  17104. 0.002 setlinewidth
  17105. 0.53366 0.51597 moveto 0.54538 0.53289 lineto 0.55225 0.54086 lineto gsave
  17106. 0.671 0.19 0 setrgbcolor
  17107. fill grestore
  17108. stroke
  17109. grestore
  17110. gsave
  17111. 0.002 setlinewidth
  17112. 0.75601 0.60402 moveto 0.74043 0.61585 lineto 0.74762 0.59488 lineto gsave
  17113. 0.732 0.984 0.778 setrgbcolor
  17114. fill grestore
  17115. stroke
  17116. grestore
  17117. gsave
  17118. 0.002 setlinewidth
  17119. 0.74762 0.59488 moveto 0.76396 0.57683 lineto 0.75601 0.60402 lineto gsave
  17120. 0.799 0.98 0.703 setrgbcolor
  17121. fill grestore
  17122. stroke
  17123. grestore
  17124. gsave
  17125. 0.002 setlinewidth
  17126. 0.50521 0.48329 moveto 0.50956 0.4879 lineto 0.4944 0.4674 lineto gsave
  17127. 0.628 0.158 0 setrgbcolor
  17128. fill grestore
  17129. stroke
  17130. grestore
  17131. gsave
  17132. 0.002 setlinewidth
  17133. 0.4944 0.4674 moveto 0.48495 0.45706 lineto 0.50521 0.48329 lineto gsave
  17134. 0.648 0.16 0 setrgbcolor
  17135. fill grestore
  17136. stroke
  17137. grestore
  17138. gsave
  17139. 0.002 setlinewidth
  17140. 0.50956 0.4879 moveto 0.50521 0.48329 lineto 0.51271 0.49276 lineto gsave
  17141. 0.604 0.129 0 setrgbcolor
  17142. fill grestore
  17143. stroke
  17144. grestore
  17145. gsave
  17146. 0.002 setlinewidth
  17147. 0.52499 0.50688 moveto 0.52051 0.50084 lineto gsave
  17148. 0.52333 0.50522 lineto 0.633 0.164 0 setrgbcolor
  17149. fill grestore
  17150. stroke
  17151. grestore
  17152. gsave
  17153. 0.002 setlinewidth
  17154. 0.52642 0.51 moveto 0.52536 0.50768 lineto gsave
  17155. 0.52333 0.50522 lineto 0.633 0.164 0 setrgbcolor
  17156. fill grestore
  17157. stroke
  17158. grestore
  17159. gsave
  17160. 0.002 setlinewidth
  17161. 0.52536 0.50768 moveto 0.52499 0.50688 lineto gsave
  17162. 0.52333 0.50522 lineto 0.633 0.164 0 setrgbcolor
  17163. fill grestore
  17164. stroke
  17165. grestore
  17166. gsave
  17167. 0.50956 0.4879 moveto 0.51271 0.49276 lineto 0.51538 0.49553 lineto 0.604 0.129 0 setrgbcolor
  17168. fill
  17169. grestore
  17170. gsave
  17171. 0.52642 0.51 moveto 0.52051 0.50084 lineto 0.51893 0.49922 lineto 0.633 0.164 0 setrgbcolor
  17172. fill
  17173. grestore
  17174. gsave
  17175. 0.002 setlinewidth
  17176. 0.51385 0.49189 moveto 0.50956 0.4879 lineto 0.52642 0.51 lineto gsave
  17177. 0.65 0.171 0 setrgbcolor
  17178. fill grestore
  17179. stroke
  17180. grestore
  17181. gsave
  17182. 0.002 setlinewidth
  17183. 0.50079 0.47788 moveto 0.50521 0.48329 lineto 0.48495 0.45706 lineto gsave
  17184. 0.575 0.113 0 setrgbcolor
  17185. fill grestore
  17186. stroke
  17187. grestore
  17188. gsave
  17189. 0.002 setlinewidth
  17190. 0.54302 0.53111 moveto 0.53897 0.5254 lineto gsave
  17191. 0.53734 0.5234 lineto 0.606 0.14 0 setrgbcolor
  17192. fill grestore
  17193. stroke
  17194. grestore
  17195. gsave
  17196. 0.54302 0.53111 moveto 0.52893 0.51201 lineto 0.52761 0.51039 lineto 0.606 0.14 0 setrgbcolor
  17197. fill
  17198. grestore
  17199. gsave
  17200. 0.002 setlinewidth
  17201. 0.52499 0.50688 moveto 0.52642 0.51 lineto 0.54302 0.53111 lineto gsave
  17202. 0.63 0.154 0 setrgbcolor
  17203. fill grestore
  17204. stroke
  17205. grestore
  17206. gsave
  17207. 0.002 setlinewidth
  17208. 0.54538 0.53289 moveto 0.53593 0.5211 lineto gsave
  17209. 0.55326 0.5434 lineto 0.598 0.127 0 setrgbcolor
  17210. fill grestore
  17211. stroke
  17212. grestore
  17213. gsave
  17214. 0.002 setlinewidth
  17215. 0.55737 0.54869 moveto 0.55443 0.54482 lineto gsave
  17216. 0.55326 0.5434 lineto 0.598 0.127 0 setrgbcolor
  17217. fill grestore
  17218. stroke
  17219. grestore
  17220. gsave
  17221. 0.002 setlinewidth
  17222. 0.55443 0.54482 moveto 0.54538 0.53289 lineto gsave
  17223. 0.55326 0.5434 lineto 0.598 0.127 0 setrgbcolor
  17224. fill grestore
  17225. stroke
  17226. grestore
  17227. gsave
  17228. 0.002 setlinewidth
  17229. 0.55225 0.54086 moveto 0.56775 0.56062 lineto 0.57294 0.56554 lineto gsave
  17230. 0.636 0.148 0 setrgbcolor
  17231. fill grestore
  17232. stroke
  17233. grestore
  17234. gsave
  17235. 0.002 setlinewidth
  17236. 0.56775 0.56062 moveto 0.55225 0.54086 lineto 0.54538 0.53289 lineto gsave
  17237. 0.613 0.133 0 setrgbcolor
  17238. fill grestore
  17239. stroke
  17240. grestore
  17241. gsave
  17242. 0.002 setlinewidth
  17243. 0.53593 0.5211 moveto 0.54302 0.53111 lineto 0.55737 0.54869 lineto gsave
  17244. 0.618 0.141 0 setrgbcolor
  17245. fill grestore
  17246. stroke
  17247. grestore
  17248. gsave
  17249. 0.002 setlinewidth
  17250. 0.54538 0.53289 moveto 0.55737 0.54869 lineto 0.56775 0.56062 lineto gsave
  17251. 0.621 0.138 0 setrgbcolor
  17252. fill grestore
  17253. stroke
  17254. grestore
  17255. gsave
  17256. 0.002 setlinewidth
  17257. 0.59038 0.58506 moveto 0.57294 0.56554 lineto 0.56775 0.56062 lineto gsave
  17258. 0.583 0.085 0 setrgbcolor
  17259. fill grestore
  17260. stroke
  17261. grestore
  17262. gsave
  17263. 0.002 setlinewidth
  17264. 0.55028 0.53949 moveto 0.56963 0.56262 lineto gsave
  17265. 0.54631 0.535 lineto 0 0 0.471 setrgbcolor
  17266. fill grestore
  17267. stroke
  17268. grestore
  17269. gsave
  17270. 0.002 setlinewidth
  17271. 0.54302 0.53111 moveto 0.54451 0.53282 lineto gsave
  17272. 0.54631 0.535 lineto 0 0 0.471 setrgbcolor
  17273. fill grestore
  17274. stroke
  17275. grestore
  17276. gsave
  17277. 0.002 setlinewidth
  17278. 0.54451 0.53282 moveto 0.55028 0.53949 lineto gsave
  17279. 0.54631 0.535 lineto 0 0 0.471 setrgbcolor
  17280. fill grestore
  17281. stroke
  17282. grestore
  17283. gsave
  17284. 0.002 setlinewidth
  17285. 0.54302 0.53111 moveto 0.52642 0.51 lineto gsave
  17286. 0.54052 0.52743 lineto 0 0 0.486 setrgbcolor
  17287. fill grestore
  17288. stroke
  17289. grestore
  17290. gsave
  17291. 0.002 setlinewidth
  17292. 0.52642 0.51 moveto 0.52731 0.51117 lineto gsave
  17293. 0.53134 0.51609 lineto 0.556 0.089 0 setrgbcolor
  17294. fill grestore
  17295. stroke
  17296. grestore
  17297. gsave
  17298. 0.002 setlinewidth
  17299. 0.52731 0.51117 moveto 0.52788 0.51191 lineto gsave
  17300. 0.53134 0.51609 lineto 0.556 0.089 0 setrgbcolor
  17301. fill grestore
  17302. stroke
  17303. grestore
  17304. gsave
  17305. 0.002 setlinewidth
  17306. 0.53593 0.5211 moveto 0.52893 0.51201 lineto gsave
  17307. 0.53734 0.5234 lineto 0.606 0.14 0 setrgbcolor
  17308. fill grestore
  17309. stroke
  17310. grestore
  17311. gsave
  17312. 0.002 setlinewidth
  17313. 0.52788 0.51191 moveto 0.52936 0.51219 lineto 0.53099 0.51411 lineto gsave
  17314. 0 0.003 0.544 setrgbcolor
  17315. fill grestore
  17316. stroke
  17317. grestore
  17318. gsave
  17319. 0.002 setlinewidth
  17320. 0.53099 0.51411 moveto 0.55767 0.54562 lineto gsave
  17321. 0.53594 0.52103 lineto 0 0.003 0.544 setrgbcolor
  17322. fill grestore
  17323. stroke
  17324. grestore
  17325. gsave
  17326. 0.52788 0.51191 moveto 0.53099 0.51411 lineto 0.53594 0.52103 lineto 0 0.003 0.544 setrgbcolor
  17327. fill
  17328. grestore
  17329. gsave
  17330. 0.54398 0.53171 moveto 0.54326 0.53126 lineto 0.54052 0.52743 lineto 0 0 0.486 setrgbcolor
  17331. fill
  17332. grestore
  17333. gsave
  17334. 0.54302 0.53111 moveto 0.54052 0.52743 lineto 0.54326 0.53126 lineto 0 0 0.486 setrgbcolor
  17335. fill
  17336. grestore
  17337. gsave
  17338. 0.002 setlinewidth
  17339. 0.55028 0.53949 moveto 0.54891 0.53791 lineto gsave
  17340. 0.54398 0.53171 lineto 0 0 0.486 setrgbcolor
  17341. fill grestore
  17342. stroke
  17343. grestore
  17344. gsave
  17345. 0.002 setlinewidth
  17346. 0.54891 0.53791 moveto 0.54302 0.53111 lineto gsave
  17347. 0.54398 0.53171 lineto 0 0 0.486 setrgbcolor
  17348. fill grestore
  17349. stroke
  17350. grestore
  17351. gsave
  17352. 0.002 setlinewidth
  17353. 0.52788 0.51191 moveto 0.52642 0.51 lineto 0.51614 0.49653 lineto gsave
  17354. 0 0 0.429 setrgbcolor
  17355. fill grestore
  17356. stroke
  17357. grestore
  17358. gsave
  17359. 0.002 setlinewidth
  17360. 0.51614 0.49653 moveto 0.50956 0.4879 lineto gsave
  17361. 0.51583 0.49612 lineto 0 0 0.429 setrgbcolor
  17362. fill grestore
  17363. stroke
  17364. grestore
  17365. gsave
  17366. 0.52788 0.51191 moveto 0.51614 0.49653 lineto 0.51583 0.49612 lineto 0 0 0.429 setrgbcolor
  17367. fill
  17368. grestore
  17369. gsave
  17370. 0.002 setlinewidth
  17371. 0.50544 0.48347 moveto 0.51428 0.49408 lineto gsave
  17372. 0.51122 0.49049 lineto 0 0 0.459 setrgbcolor
  17373. fill grestore
  17374. stroke
  17375. grestore
  17376. gsave
  17377. 0.002 setlinewidth
  17378. 0.52893 0.51201 moveto 0.52499 0.50688 lineto gsave
  17379. 0.52761 0.51039 lineto 0.606 0.14 0 setrgbcolor
  17380. fill grestore
  17381. stroke
  17382. grestore
  17383. gsave
  17384. 0.002 setlinewidth
  17385. 0.51428 0.49408 moveto 0.52936 0.51219 lineto gsave
  17386. 0.51484 0.49482 lineto 0 0 0.459 setrgbcolor
  17387. fill grestore
  17388. stroke
  17389. grestore
  17390. gsave
  17391. 0.51122 0.49049 moveto 0.51428 0.49408 lineto 0.51484 0.49482 lineto 0 0 0.459 setrgbcolor
  17392. fill
  17393. grestore
  17394. gsave
  17395. 0.002 setlinewidth
  17396. 0.51271 0.49276 moveto 0.52788 0.51191 lineto gsave
  17397. 0.5189 0.50014 lineto 0.604 0.129 0 setrgbcolor
  17398. fill grestore
  17399. stroke
  17400. grestore
  17401. gsave
  17402. 0.51538 0.49553 moveto 0.51456 0.49468 lineto 0.5189 0.50014 lineto 0.604 0.129 0 setrgbcolor
  17403. fill
  17404. grestore
  17405. gsave
  17406. 0.51271 0.49276 moveto 0.5189 0.50014 lineto 0.51456 0.49468 lineto 0.604 0.129 0 setrgbcolor
  17407. fill
  17408. grestore
  17409. gsave
  17410. 0.002 setlinewidth
  17411. 0.52788 0.51191 moveto 0.55028 0.53949 lineto gsave
  17412. 0.53134 0.51609 lineto 0.556 0.089 0 setrgbcolor
  17413. fill grestore
  17414. stroke
  17415. grestore
  17416. gsave
  17417. 0.002 setlinewidth
  17418. 0.53897 0.5254 moveto 0.53593 0.5211 lineto gsave
  17419. 0.53734 0.5234 lineto 0.606 0.14 0 setrgbcolor
  17420. fill grestore
  17421. stroke
  17422. grestore
  17423. gsave
  17424. 0.002 setlinewidth
  17425. 0.50079 0.47788 moveto 0.50544 0.48347 lineto gsave
  17426. 0.50834 0.48705 lineto 0 0 0.459 setrgbcolor
  17427. fill grestore
  17428. stroke
  17429. grestore
  17430. gsave
  17431. 0.50834 0.48705 moveto 0.50544 0.48347 lineto 0.51122 0.49049 lineto 0 0 0.459 setrgbcolor
  17432. fill
  17433. grestore
  17434. gsave
  17435. 0.002 setlinewidth
  17436. 0.50521 0.48329 moveto 0.50119 0.47837 lineto gsave
  17437. 0.50834 0.48705 lineto 0 0 0.459 setrgbcolor
  17438. fill grestore
  17439. stroke
  17440. grestore
  17441. gsave
  17442. 0.002 setlinewidth
  17443. 0.50119 0.47837 moveto 0.50079 0.47788 lineto gsave
  17444. 0.50834 0.48705 lineto 0 0 0.459 setrgbcolor
  17445. fill grestore
  17446. stroke
  17447. grestore
  17448. gsave
  17449. 0.002 setlinewidth
  17450. 0.52051 0.50084 moveto 0.51385 0.49189 lineto gsave
  17451. 0.51893 0.49922 lineto 0.633 0.164 0 setrgbcolor
  17452. fill grestore
  17453. stroke
  17454. grestore
  17455. gsave
  17456. 0.002 setlinewidth
  17457. 0.58952 0.582 moveto 0.57247 0.56302 lineto 0.57294 0.56554 lineto gsave
  17458. 0.646 0.14 0 setrgbcolor
  17459. fill grestore
  17460. stroke
  17461. grestore
  17462. gsave
  17463. 0.002 setlinewidth
  17464. 0.55576 0.54414 moveto 0.57294 0.56554 lineto 0.57247 0.56302 lineto gsave
  17465. 0.658 0.165 0 setrgbcolor
  17466. fill grestore
  17467. stroke
  17468. grestore
  17469. gsave
  17470. 0.002 setlinewidth
  17471. 0.28426 0.37111 moveto 0.29979 0.36935 lineto 0.26485 0.40234 lineto gsave
  17472. 0.631 0.94 0.958 setrgbcolor
  17473. fill grestore
  17474. stroke
  17475. grestore
  17476. gsave
  17477. 0.002 setlinewidth
  17478. 0.26485 0.40234 moveto 0.24689 0.41319 lineto 0.28426 0.37111 lineto gsave
  17479. 0.683 0.976 0.81 setrgbcolor
  17480. fill grestore
  17481. stroke
  17482. grestore
  17483. gsave
  17484. 0.002 setlinewidth
  17485. 0.48495 0.45706 moveto 0.47542 0.44687 lineto 0.50079 0.47788 lineto gsave
  17486. 0.617 0.125 0 setrgbcolor
  17487. fill grestore
  17488. stroke
  17489. grestore
  17490. gsave
  17491. 0.002 setlinewidth
  17492. 0.57294 0.56554 moveto 0.55576 0.54414 lineto 0.55225 0.54086 lineto gsave
  17493. 0.643 0.154 0 setrgbcolor
  17494. fill grestore
  17495. stroke
  17496. grestore
  17497. gsave
  17498. 0.002 setlinewidth
  17499. 0.74043 0.61585 moveto 0.72453 0.62527 lineto 0.73093 0.60998 lineto gsave
  17500. 0.639 0.962 0.808 setrgbcolor
  17501. fill grestore
  17502. stroke
  17503. grestore
  17504. gsave
  17505. 0.002 setlinewidth
  17506. 0.73093 0.60998 moveto 0.74762 0.59488 lineto 0.74043 0.61585 lineto gsave
  17507. 0.738 0.979 0.744 setrgbcolor
  17508. fill grestore
  17509. stroke
  17510. grestore
  17511. gsave
  17512. 0.002 setlinewidth
  17513. 0.84143 0.46716 moveto 0.82634 0.48924 lineto 0.80304 0.43132 lineto gsave
  17514. 0.946 0.873 0.733 setrgbcolor
  17515. fill grestore
  17516. stroke
  17517. grestore
  17518. gsave
  17519. 0.002 setlinewidth
  17520. 0.80304 0.43132 moveto 0.81739 0.40417 lineto 0.84143 0.46716 lineto gsave
  17521. 0.951 0.869 0.721 setrgbcolor
  17522. fill grestore
  17523. stroke
  17524. grestore
  17525. gsave
  17526. 0.002 setlinewidth
  17527. 0.60667 0.59876 moveto 0.58952 0.582 lineto 0.59038 0.58506 lineto gsave
  17528. 0.604 0.079 0 setrgbcolor
  17529. fill grestore
  17530. stroke
  17531. grestore
  17532. gsave
  17533. 0.002 setlinewidth
  17534. 0.57294 0.56554 moveto 0.59038 0.58506 lineto 0.58952 0.582 lineto gsave
  17535. 0.621 0.113 0 setrgbcolor
  17536. fill grestore
  17537. stroke
  17538. grestore
  17539. gsave
  17540. 0.002 setlinewidth
  17541. 0.49632 0.47152 moveto 0.50079 0.47788 lineto 0.47542 0.44687 lineto gsave
  17542. 0 0 0.489 setrgbcolor
  17543. fill grestore
  17544. stroke
  17545. grestore
  17546. gsave
  17547. 0.002 setlinewidth
  17548. 0.47542 0.44687 moveto 0.46579 0.43686 lineto 0.49632 0.47152 lineto gsave
  17549. 0.577 0.081 0 setrgbcolor
  17550. fill grestore
  17551. stroke
  17552. grestore
  17553. gsave
  17554. 0.002 setlinewidth
  17555. 0.72453 0.62527 moveto 0.70832 0.63183 lineto 0.71393 0.62154 lineto gsave
  17556. 0.505 0.91 0.834 setrgbcolor
  17557. fill grestore
  17558. stroke
  17559. grestore
  17560. gsave
  17561. 0.002 setlinewidth
  17562. 0.71393 0.62154 moveto 0.73093 0.60998 lineto 0.72453 0.62527 lineto gsave
  17563. 0.645 0.962 0.794 setrgbcolor
  17564. fill grestore
  17565. stroke
  17566. grestore
  17567. gsave
  17568. 0.002 setlinewidth
  17569. 0.26851 0.37302 moveto 0.28426 0.37111 lineto 0.24689 0.41319 lineto gsave
  17570. 0.698 0.95 0.955 setrgbcolor
  17571. fill grestore
  17572. stroke
  17573. grestore
  17574. gsave
  17575. 0.002 setlinewidth
  17576. 0.24689 0.41319 moveto 0.22866 0.4244 lineto 0.26851 0.37302 lineto gsave
  17577. 0.748 0.994 0.834 setrgbcolor
  17578. fill grestore
  17579. stroke
  17580. grestore
  17581. gsave
  17582. 0.002 setlinewidth
  17583. 0.62386 0.61279 moveto 0.60667 0.59876 lineto 0.608 0.60196 lineto gsave
  17584. 0.54 0 0 setrgbcolor
  17585. fill grestore
  17586. stroke
  17587. grestore
  17588. gsave
  17589. 0.002 setlinewidth
  17590. 0.59038 0.58506 moveto 0.608 0.60196 lineto 0.60667 0.59876 lineto gsave
  17591. 0.565 0.038 0 setrgbcolor
  17592. fill grestore
  17593. stroke
  17594. grestore
  17595. gsave
  17596. 0.002 setlinewidth
  17597. 0.82634 0.48924 moveto 0.81111 0.51196 lineto 0.78861 0.45911 lineto gsave
  17598. 0.949 0.877 0.73 setrgbcolor
  17599. fill grestore
  17600. stroke
  17601. grestore
  17602. gsave
  17603. 0.002 setlinewidth
  17604. 0.78861 0.45911 moveto 0.80304 0.43132 lineto 0.82634 0.48924 lineto gsave
  17605. 0.954 0.872 0.717 setrgbcolor
  17606. fill grestore
  17607. stroke
  17608. grestore
  17609. gsave
  17610. 0.002 setlinewidth
  17611. 0.70832 0.63183 moveto 0.69182 0.63513 lineto 0.69663 0.62908 lineto gsave
  17612. 0.32 0.808 0.838 setrgbcolor
  17613. fill grestore
  17614. stroke
  17615. grestore
  17616. gsave
  17617. 0.002 setlinewidth
  17618. 0.69663 0.62908 moveto 0.71393 0.62154 lineto 0.70832 0.63183 lineto gsave
  17619. 0.502 0.908 0.838 setrgbcolor
  17620. fill grestore
  17621. stroke
  17622. grestore
  17623. gsave
  17624. 0.002 setlinewidth
  17625. 0.49179 0.46409 moveto 0.49632 0.47152 lineto 0.46579 0.43686 lineto gsave
  17626. 0 0.019 0.569 setrgbcolor
  17627. fill grestore
  17628. stroke
  17629. grestore
  17630. gsave
  17631. 0.002 setlinewidth
  17632. 0.46579 0.43686 moveto 0.45606 0.42708 lineto 0.49179 0.46409 lineto gsave
  17633. 0.524 0.024 0 setrgbcolor
  17634. fill grestore
  17635. stroke
  17636. grestore
  17637. gsave
  17638. 0.002 setlinewidth
  17639. 0.64103 0.62367 moveto 0.62386 0.61279 lineto 0.62577 0.61559 lineto gsave
  17640. 0.446 0 0 setrgbcolor
  17641. fill grestore
  17642. stroke
  17643. grestore
  17644. gsave
  17645. 0.002 setlinewidth
  17646. 0.608 0.60196 moveto 0.62577 0.61559 lineto 0.62386 0.61279 lineto gsave
  17647. 0.48 0 0 setrgbcolor
  17648. fill grestore
  17649. stroke
  17650. grestore
  17651. gsave
  17652. 0.002 setlinewidth
  17653. 0.69182 0.63513 moveto 0.67507 0.63493 lineto 0.6791 0.63231 lineto gsave
  17654. 0.098 0.652 0.8 setrgbcolor
  17655. fill grestore
  17656. stroke
  17657. grestore
  17658. gsave
  17659. 0.002 setlinewidth
  17660. 0.6791 0.63231 moveto 0.69663 0.62908 lineto 0.69182 0.63513 lineto gsave
  17661. 0.298 0.793 0.851 setrgbcolor
  17662. fill grestore
  17663. stroke
  17664. grestore
  17665. gsave
  17666. 0.002 setlinewidth
  17667. 0.65812 0.6311 moveto 0.64103 0.62367 lineto 0.64359 0.62543 lineto gsave
  17668. 0.309 0 0 setrgbcolor
  17669. fill grestore
  17670. stroke
  17671. grestore
  17672. gsave
  17673. 0.002 setlinewidth
  17674. 0.62577 0.61559 moveto 0.64359 0.62543 lineto 0.64103 0.62367 lineto gsave
  17675. 0.354 0 0 setrgbcolor
  17676. fill grestore
  17677. stroke
  17678. grestore
  17679. gsave
  17680. 0.002 setlinewidth
  17681. 0.67507 0.63493 moveto 0.65812 0.6311 lineto 0.66139 0.63108 lineto gsave
  17682. 0 0.461 0.72 setrgbcolor
  17683. fill grestore
  17684. stroke
  17685. grestore
  17686. gsave
  17687. 0.002 setlinewidth
  17688. 0.66139 0.63108 moveto 0.6791 0.63231 lineto 0.67507 0.63493 lineto gsave
  17689. 0.055 0.613 0.808 setrgbcolor
  17690. fill grestore
  17691. stroke
  17692. grestore
  17693. gsave
  17694. 0.002 setlinewidth
  17695. 0.64359 0.62543 moveto 0.66139 0.63108 lineto 0.65812 0.6311 lineto gsave
  17696. 0 0.405 0.715 setrgbcolor
  17697. fill grestore
  17698. stroke
  17699. grestore
  17700. gsave
  17701. 0.002 setlinewidth
  17702. 0.81111 0.51196 moveto 0.79567 0.53463 lineto 0.77403 0.48681 lineto gsave
  17703. 0.949 0.882 0.733 setrgbcolor
  17704. fill grestore
  17705. stroke
  17706. grestore
  17707. gsave
  17708. 0.002 setlinewidth
  17709. 0.77403 0.48681 moveto 0.78861 0.45911 lineto 0.81111 0.51196 lineto gsave
  17710. 0.954 0.876 0.72 setrgbcolor
  17711. fill grestore
  17712. stroke
  17713. grestore
  17714. gsave
  17715. 0.002 setlinewidth
  17716. 0.25255 0.3748 moveto 0.26851 0.37302 lineto 0.22866 0.4244 lineto gsave
  17717. 0.743 0.945 0.947 setrgbcolor
  17718. fill grestore
  17719. stroke
  17720. grestore
  17721. gsave
  17722. 0.002 setlinewidth
  17723. 0.22866 0.4244 moveto 0.21021 0.4355 lineto 0.25255 0.3748 lineto gsave
  17724. 0.794 0.998 0.855 setrgbcolor
  17725. fill grestore
  17726. stroke
  17727. grestore
  17728. gsave
  17729. 0.002 setlinewidth
  17730. 0.52936 0.51219 moveto 0.52788 0.51191 lineto 0.50521 0.48329 lineto gsave
  17731. 0 0 0.524 setrgbcolor
  17732. fill grestore
  17733. stroke
  17734. grestore
  17735. gsave
  17736. 0.002 setlinewidth
  17737. 0.4872 0.4555 moveto 0.49179 0.46409 lineto 0.45606 0.42708 lineto gsave
  17738. 0 0.102 0.649 setrgbcolor
  17739. fill grestore
  17740. stroke
  17741. grestore
  17742. gsave
  17743. 0.002 setlinewidth
  17744. 0.34492 0.36782 moveto 0.33012 0.36745 lineto 0.38476 0.36545 lineto gsave
  17745. 0.064 0.628 0.769 setrgbcolor
  17746. fill grestore
  17747. stroke
  17748. grestore
  17749. gsave
  17750. 0.002 setlinewidth
  17751. 0.56775 0.56062 moveto 0.58354 0.57842 lineto 0.59038 0.58506 lineto gsave
  17752. 0.57 0.074 0 setrgbcolor
  17753. fill grestore
  17754. stroke
  17755. grestore
  17756. gsave
  17757. 0.002 setlinewidth
  17758. 0.58354 0.57842 moveto 0.56775 0.56062 lineto 0.55737 0.54869 lineto gsave
  17759. 0 0 0.482 setrgbcolor
  17760. fill grestore
  17761. stroke
  17762. grestore
  17763. gsave
  17764. 0.002 setlinewidth
  17765. 0.608 0.60196 moveto 0.59038 0.58506 lineto 0.58354 0.57842 lineto gsave
  17766. 0 0.02 0.515 setrgbcolor
  17767. fill grestore
  17768. stroke
  17769. grestore
  17770. gsave
  17771. 0.002 setlinewidth
  17772. 0.56963 0.56262 moveto 0.55737 0.54869 lineto 0.54302 0.53111 lineto gsave
  17773. 0 0 0.508 setrgbcolor
  17774. fill grestore
  17775. stroke
  17776. grestore
  17777. gsave
  17778. 0.002 setlinewidth
  17779. 0.79567 0.53463 moveto 0.77997 0.5565 lineto 0.75922 0.51362 lineto gsave
  17780. 0.945 0.888 0.744 setrgbcolor
  17781. fill grestore
  17782. stroke
  17783. grestore
  17784. gsave
  17785. 0.002 setlinewidth
  17786. 0.75922 0.51362 moveto 0.77403 0.48681 lineto 0.79567 0.53463 lineto gsave
  17787. 0.951 0.881 0.73 setrgbcolor
  17788. fill grestore
  17789. stroke
  17790. grestore
  17791. gsave
  17792. 0.002 setlinewidth
  17793. 0.55737 0.54869 moveto 0.56963 0.56262 lineto 0.58354 0.57842 lineto gsave
  17794. 0.531 0.052 0 setrgbcolor
  17795. fill grestore
  17796. stroke
  17797. grestore
  17798. gsave
  17799. 0.002 setlinewidth
  17800. 0.48257 0.44569 moveto 0.4872 0.4555 lineto 0.44623 0.41754 lineto gsave
  17801. 0 0.189 0.721 setrgbcolor
  17802. fill grestore
  17803. stroke
  17804. grestore
  17805. gsave
  17806. 0.002 setlinewidth
  17807. 0.37406 0.35738 moveto 0.38476 0.36545 lineto 0.33012 0.36745 lineto gsave
  17808. 0.308 0.648 0.969 setrgbcolor
  17809. fill grestore
  17810. stroke
  17811. grestore
  17812. gsave
  17813. 0.002 setlinewidth
  17814. 0.33012 0.36745 moveto 0.31508 0.36804 lineto 0.37406 0.35738 lineto gsave
  17815. 0.218 0.74 0.835 setrgbcolor
  17816. fill grestore
  17817. stroke
  17818. grestore
  17819. gsave
  17820. 0.002 setlinewidth
  17821. 0.53087 0.51049 moveto 0.52936 0.51219 lineto 0.50079 0.47788 lineto gsave
  17822. 0 0.067 0.623 setrgbcolor
  17823. fill grestore
  17824. stroke
  17825. grestore
  17826. gsave
  17827. 0.002 setlinewidth
  17828. 0.50079 0.47788 moveto 0.49632 0.47152 lineto 0.53087 0.51049 lineto gsave
  17829. 0 0.007 0.545 setrgbcolor
  17830. fill grestore
  17831. stroke
  17832. grestore
  17833. gsave
  17834. 0.002 setlinewidth
  17835. 0.62577 0.61559 moveto 0.608 0.60196 lineto 0.59958 0.59345 lineto gsave
  17836. 0 0.171 0.651 setrgbcolor
  17837. fill grestore
  17838. stroke
  17839. grestore
  17840. gsave
  17841. 0.002 setlinewidth
  17842. 0.58354 0.57842 moveto 0.59958 0.59345 lineto 0.608 0.60196 lineto gsave
  17843. 0 0.039 0.537 setrgbcolor
  17844. fill grestore
  17845. stroke
  17846. grestore
  17847. gsave
  17848. 0.002 setlinewidth
  17849. 0.55767 0.54562 moveto 0.55028 0.53949 lineto 0.52788 0.51191 lineto gsave
  17850. 0 0.054 0.608 setrgbcolor
  17851. fill grestore
  17852. stroke
  17853. grestore
  17854. gsave
  17855. 0.002 setlinewidth
  17856. 0.77997 0.5565 moveto 0.76396 0.57683 lineto 0.74416 0.53872 lineto gsave
  17857. 0.935 0.894 0.763 setrgbcolor
  17858. fill grestore
  17859. stroke
  17860. grestore
  17861. gsave
  17862. 0.002 setlinewidth
  17863. 0.74416 0.53872 moveto 0.75922 0.51362 lineto 0.77997 0.5565 lineto gsave
  17864. 0.943 0.888 0.748 setrgbcolor
  17865. fill grestore
  17866. stroke
  17867. grestore
  17868. gsave
  17869. 0.002 setlinewidth
  17870. 0.4779 0.43466 moveto 0.48257 0.44569 lineto 0.43628 0.40826 lineto gsave
  17871. 0 0.274 0.777 setrgbcolor
  17872. fill grestore
  17873. stroke
  17874. grestore
  17875. gsave
  17876. 0.002 setlinewidth
  17877. 0.43628 0.40826 moveto 0.42623 0.39925 lineto 0.4779 0.43466 lineto gsave
  17878. 0 0.225 0.702 setrgbcolor
  17879. fill grestore
  17880. stroke
  17881. grestore
  17882. gsave
  17883. 0.002 setlinewidth
  17884. 0.59958 0.59345 moveto 0.58354 0.57842 lineto 0.56963 0.56262 lineto gsave
  17885. 0 0.096 0.621 setrgbcolor
  17886. fill grestore
  17887. stroke
  17888. grestore
  17889. gsave
  17890. 0.002 setlinewidth
  17891. 0.36323 0.34937 moveto 0.37406 0.35738 lineto 0.31508 0.36804 lineto gsave
  17892. 0.42 0.707 0.982 setrgbcolor
  17893. fill grestore
  17894. stroke
  17895. grestore
  17896. gsave
  17897. 0.002 setlinewidth
  17898. 0.31508 0.36804 moveto 0.29979 0.36935 lineto 0.36323 0.34937 lineto gsave
  17899. 0.362 0.83 0.89 setrgbcolor
  17900. fill grestore
  17901. stroke
  17902. grestore
  17903. gsave
  17904. 0.002 setlinewidth
  17905. 0.5324 0.50652 moveto 0.53087 0.51049 lineto 0.49632 0.47152 lineto gsave
  17906. 0 0.171 0.708 setrgbcolor
  17907. fill grestore
  17908. stroke
  17909. grestore
  17910. gsave
  17911. 0.002 setlinewidth
  17912. 0.49632 0.47152 moveto 0.49179 0.46409 lineto 0.5324 0.50652 lineto gsave
  17913. 0 0.099 0.637 setrgbcolor
  17914. fill grestore
  17915. stroke
  17916. grestore
  17917. gsave
  17918. 0.002 setlinewidth
  17919. 0.64359 0.62543 moveto 0.62577 0.61559 lineto 0.61581 0.60504 lineto gsave
  17920. 0 0.368 0.804 setrgbcolor
  17921. fill grestore
  17922. stroke
  17923. grestore
  17924. gsave
  17925. 0.002 setlinewidth
  17926. 0.59958 0.59345 moveto 0.61581 0.60504 lineto 0.62577 0.61559 lineto gsave
  17927. 0 0.2 0.679 setrgbcolor
  17928. fill grestore
  17929. stroke
  17930. grestore
  17931. gsave
  17932. 0.002 setlinewidth
  17933. 0.76396 0.57683 moveto 0.74762 0.59488 lineto 0.72883 0.56133 lineto gsave
  17934. 0.919 0.902 0.792 setrgbcolor
  17935. fill grestore
  17936. stroke
  17937. grestore
  17938. gsave
  17939. 0.002 setlinewidth
  17940. 0.72883 0.56133 moveto 0.74416 0.53872 lineto 0.76396 0.57683 lineto gsave
  17941. 0.928 0.895 0.775 setrgbcolor
  17942. fill grestore
  17943. stroke
  17944. grestore
  17945. gsave
  17946. 0.002 setlinewidth
  17947. 0.47319 0.42241 moveto 0.4779 0.43466 lineto 0.42623 0.39925 lineto gsave
  17948. 0.109 0.349 0.816 setrgbcolor
  17949. fill grestore
  17950. stroke
  17951. grestore
  17952. gsave
  17953. 0.002 setlinewidth
  17954. 0.42623 0.39925 moveto 0.41605 0.39049 lineto 0.47319 0.42241 lineto gsave
  17955. 0 0.33 0.785 setrgbcolor
  17956. fill grestore
  17957. stroke
  17958. grestore
  17959. gsave
  17960. 0.002 setlinewidth
  17961. 0.58211 0.57391 moveto 0.56963 0.56262 lineto 0.55028 0.53949 lineto gsave
  17962. 0 0.105 0.647 setrgbcolor
  17963. fill grestore
  17964. stroke
  17965. grestore
  17966. gsave
  17967. 0.002 setlinewidth
  17968. 0.55028 0.53949 moveto 0.55767 0.54562 lineto 0.58211 0.57391 lineto gsave
  17969. 0 0.061 0.598 setrgbcolor
  17970. fill grestore
  17971. stroke
  17972. grestore
  17973. gsave
  17974. 0.002 setlinewidth
  17975. 0.56963 0.56262 moveto 0.58211 0.57391 lineto 0.59958 0.59345 lineto gsave
  17976. 0 0.078 0.601 setrgbcolor
  17977. fill grestore
  17978. stroke
  17979. grestore
  17980. gsave
  17981. 0.002 setlinewidth
  17982. 0.74762 0.59488 moveto 0.73093 0.60998 lineto 0.71321 0.58071 lineto gsave
  17983. 0.892 0.908 0.831 setrgbcolor
  17984. fill grestore
  17985. stroke
  17986. grestore
  17987. gsave
  17988. 0.002 setlinewidth
  17989. 0.71321 0.58071 moveto 0.72883 0.56133 lineto 0.74762 0.59488 lineto gsave
  17990. 0.904 0.902 0.813 setrgbcolor
  17991. fill grestore
  17992. stroke
  17993. grestore
  17994. gsave
  17995. 0.002 setlinewidth
  17996. 0.66139 0.63108 moveto 0.64359 0.62543 lineto 0.63217 0.61257 lineto gsave
  17997. 0.163 0.58 0.935 setrgbcolor
  17998. fill grestore
  17999. stroke
  18000. grestore
  18001. gsave
  18002. 0.002 setlinewidth
  18003. 0.61581 0.60504 moveto 0.63217 0.61257 lineto 0.64359 0.62543 lineto gsave
  18004. 0 0.405 0.834 setrgbcolor
  18005. fill grestore
  18006. stroke
  18007. grestore
  18008. gsave
  18009. 0.002 setlinewidth
  18010. 0.56519 0.54897 moveto 0.55767 0.54562 lineto 0.52936 0.51219 lineto gsave
  18011. 0 0.185 0.718 setrgbcolor
  18012. fill grestore
  18013. stroke
  18014. grestore
  18015. gsave
  18016. 0.002 setlinewidth
  18017. 0.52936 0.51219 moveto 0.53087 0.51049 lineto 0.56519 0.54897 lineto gsave
  18018. 0 0.118 0.659 setrgbcolor
  18019. fill grestore
  18020. stroke
  18021. grestore
  18022. gsave
  18023. 0.002 setlinewidth
  18024. 0.35226 0.34135 moveto 0.36323 0.34937 lineto 0.29979 0.36935 lineto gsave
  18025. 0.51 0.747 0.981 setrgbcolor
  18026. fill grestore
  18027. stroke
  18028. grestore
  18029. gsave
  18030. 0.002 setlinewidth
  18031. 0.29979 0.36935 moveto 0.28426 0.37111 lineto 0.35226 0.34135 lineto gsave
  18032. 0.488 0.894 0.928 setrgbcolor
  18033. fill grestore
  18034. stroke
  18035. grestore
  18036. gsave
  18037. 0.002 setlinewidth
  18038. 0.61581 0.60504 moveto 0.59958 0.59345 lineto 0.58211 0.57391 lineto gsave
  18039. 0 0.272 0.771 setrgbcolor
  18040. fill grestore
  18041. stroke
  18042. grestore
  18043. gsave
  18044. 0.002 setlinewidth
  18045. 0.46844 0.40902 moveto 0.47319 0.42241 lineto 0.41605 0.39049 lineto gsave
  18046. 0.223 0.412 0.838 setrgbcolor
  18047. fill grestore
  18048. stroke
  18049. grestore
  18050. gsave
  18051. 0.002 setlinewidth
  18052. 0.41605 0.39049 moveto 0.40575 0.38195 lineto 0.46844 0.40902 lineto gsave
  18053. 0 0.436 0.86 setrgbcolor
  18054. fill grestore
  18055. stroke
  18056. grestore
  18057. gsave
  18058. 0.002 setlinewidth
  18059. 0.53394 0.50006 moveto 0.5324 0.50652 lineto 0.49179 0.46409 lineto gsave
  18060. 0.03 0.267 0.765 setrgbcolor
  18061. fill grestore
  18062. stroke
  18063. grestore
  18064. gsave
  18065. 0.002 setlinewidth
  18066. 0.49179 0.46409 moveto 0.4872 0.4555 lineto 0.53394 0.50006 lineto gsave
  18067. 0 0.2 0.724 setrgbcolor
  18068. fill grestore
  18069. stroke
  18070. grestore
  18071. gsave
  18072. 0.002 setlinewidth
  18073. 0.73093 0.60998 moveto 0.71393 0.62154 lineto 0.69733 0.59624 lineto gsave
  18074. 0.845 0.91 0.879 setrgbcolor
  18075. fill grestore
  18076. stroke
  18077. grestore
  18078. gsave
  18079. 0.002 setlinewidth
  18080. 0.69733 0.59624 moveto 0.71321 0.58071 lineto 0.73093 0.60998 lineto gsave
  18081. 0.863 0.905 0.86 setrgbcolor
  18082. fill grestore
  18083. stroke
  18084. grestore
  18085. gsave
  18086. 0.002 setlinewidth
  18087. 0.6791 0.63231 moveto 0.66139 0.63108 lineto 0.64858 0.61562 lineto gsave
  18088. 0.431 0.753 0.995 setrgbcolor
  18089. fill grestore
  18090. stroke
  18091. grestore
  18092. gsave
  18093. 0.002 setlinewidth
  18094. 0.63217 0.61257 moveto 0.64858 0.61562 lineto 0.66139 0.63108 lineto gsave
  18095. 0.225 0.616 0.954 setrgbcolor
  18096. fill grestore
  18097. stroke
  18098. grestore
  18099. gsave
  18100. 0.002 setlinewidth
  18101. 0.81739 0.40417 moveto 0.80304 0.43132 lineto 0.74489 0.37748 lineto gsave
  18102. 0.886 0.754 0.711 setrgbcolor
  18103. fill grestore
  18104. stroke
  18105. grestore
  18106. gsave
  18107. 0.002 setlinewidth
  18108. 0.74489 0.37748 moveto 0.75673 0.3479 lineto 0.81739 0.40417 lineto gsave
  18109. 0.883 0.758 0.719 setrgbcolor
  18110. fill grestore
  18111. stroke
  18112. grestore
  18113. gsave
  18114. 0.002 setlinewidth
  18115. 0.71393 0.62154 moveto 0.69663 0.62908 lineto 0.68123 0.60742 lineto gsave
  18116. 0.767 0.898 0.934 setrgbcolor
  18117. fill grestore
  18118. stroke
  18119. grestore
  18120. gsave
  18121. 0.002 setlinewidth
  18122. 0.68123 0.60742 moveto 0.69733 0.59624 lineto 0.71393 0.62154 lineto gsave
  18123. 0.794 0.897 0.916 setrgbcolor
  18124. fill grestore
  18125. stroke
  18126. grestore
  18127. gsave
  18128. 0.002 setlinewidth
  18129. 0.69663 0.62908 moveto 0.6791 0.63231 lineto 0.66496 0.61392 lineto gsave
  18130. 0.636 0.854 0.983 setrgbcolor
  18131. fill grestore
  18132. stroke
  18133. grestore
  18134. gsave
  18135. 0.002 setlinewidth
  18136. 0.64858 0.61562 moveto 0.66496 0.61392 lineto 0.6791 0.63231 lineto gsave
  18137. 0.487 0.775 0.995 setrgbcolor
  18138. fill grestore
  18139. stroke
  18140. grestore
  18141. gsave
  18142. 0.002 setlinewidth
  18143. 0.66496 0.61392 moveto 0.68123 0.60742 lineto 0.69663 0.62908 lineto gsave
  18144. 0.676 0.862 0.97 setrgbcolor
  18145. fill grestore
  18146. stroke
  18147. grestore
  18148. gsave
  18149. 0.002 setlinewidth
  18150. 0.59479 0.58191 moveto 0.58211 0.57391 lineto 0.55767 0.54562 lineto gsave
  18151. 0 0.263 0.771 setrgbcolor
  18152. fill grestore
  18153. stroke
  18154. grestore
  18155. gsave
  18156. 0.002 setlinewidth
  18157. 0.55767 0.54562 moveto 0.56519 0.54897 lineto 0.59479 0.58191 lineto gsave
  18158. 0 0.209 0.731 setrgbcolor
  18159. fill grestore
  18160. stroke
  18161. grestore
  18162. gsave
  18163. 0.002 setlinewidth
  18164. 0.46366 0.39457 moveto 0.46844 0.40902 lineto 0.40575 0.38195 lineto gsave
  18165. 0.319 0.464 0.848 setrgbcolor
  18166. fill grestore
  18167. stroke
  18168. grestore
  18169. gsave
  18170. 0.002 setlinewidth
  18171. 0.40575 0.38195 moveto 0.39532 0.37362 lineto 0.46366 0.39457 lineto gsave
  18172. 0.134 0.535 0.919 setrgbcolor
  18173. fill grestore
  18174. stroke
  18175. grestore
  18176. gsave
  18177. 0.002 setlinewidth
  18178. 0.34116 0.33326 moveto 0.35226 0.34135 lineto 0.28426 0.37111 lineto gsave
  18179. 0.579 0.772 0.971 setrgbcolor
  18180. fill grestore
  18181. stroke
  18182. grestore
  18183. gsave
  18184. 0.002 setlinewidth
  18185. 0.28426 0.37111 moveto 0.26851 0.37302 lineto 0.34116 0.33326 lineto gsave
  18186. 0.588 0.932 0.95 setrgbcolor
  18187. fill grestore
  18188. stroke
  18189. grestore
  18190. gsave
  18191. 0.002 setlinewidth
  18192. 0.58211 0.57391 moveto 0.59479 0.58191 lineto 0.61581 0.60504 lineto gsave
  18193. 0 0.248 0.751 setrgbcolor
  18194. fill grestore
  18195. stroke
  18196. grestore
  18197. gsave
  18198. 0.002 setlinewidth
  18199. 0.53551 0.49097 moveto 0.53394 0.50006 lineto 0.4872 0.4555 lineto gsave
  18200. 0.18 0.344 0.793 setrgbcolor
  18201. fill grestore
  18202. stroke
  18203. grestore
  18204. gsave
  18205. 0.002 setlinewidth
  18206. 0.4872 0.4555 moveto 0.48257 0.44569 lineto 0.53551 0.49097 lineto gsave
  18207. 0 0.299 0.795 setrgbcolor
  18208. fill grestore
  18209. stroke
  18210. grestore
  18211. gsave
  18212. 0.002 setlinewidth
  18213. 0.80304 0.43132 moveto 0.78861 0.45911 lineto 0.73302 0.4076 lineto gsave
  18214. 0.885 0.75 0.707 setrgbcolor
  18215. fill grestore
  18216. stroke
  18217. grestore
  18218. gsave
  18219. 0.002 setlinewidth
  18220. 0.73302 0.4076 moveto 0.74489 0.37748 lineto 0.80304 0.43132 lineto gsave
  18221. 0.883 0.755 0.716 setrgbcolor
  18222. fill grestore
  18223. stroke
  18224. grestore
  18225. gsave
  18226. 0.002 setlinewidth
  18227. 0.5728 0.54907 moveto 0.56519 0.54897 lineto 0.53087 0.51049 lineto gsave
  18228. 0.074 0.305 0.788 setrgbcolor
  18229. fill grestore
  18230. stroke
  18231. grestore
  18232. gsave
  18233. 0.002 setlinewidth
  18234. 0.53087 0.51049 moveto 0.5324 0.50652 lineto 0.5728 0.54907 lineto gsave
  18235. 0 0.243 0.759 setrgbcolor
  18236. fill grestore
  18237. stroke
  18238. grestore
  18239. gsave
  18240. 0.002 setlinewidth
  18241. 0.63217 0.61257 moveto 0.61581 0.60504 lineto 0.59479 0.58191 lineto gsave
  18242. 0.144 0.451 0.882 setrgbcolor
  18243. fill grestore
  18244. stroke
  18245. grestore
  18246. gsave
  18247. 0.002 setlinewidth
  18248. 0.45885 0.37919 moveto 0.46366 0.39457 lineto 0.39532 0.37362 lineto gsave
  18249. 0.398 0.505 0.851 setrgbcolor
  18250. fill grestore
  18251. stroke
  18252. grestore
  18253. gsave
  18254. 0.002 setlinewidth
  18255. 0.39532 0.37362 moveto 0.38476 0.36545 lineto 0.45885 0.37919 lineto gsave
  18256. 0.265 0.619 0.959 setrgbcolor
  18257. fill grestore
  18258. stroke
  18259. grestore
  18260. gsave
  18261. 0.002 setlinewidth
  18262. 0.78861 0.45911 moveto 0.77403 0.48681 lineto 0.72108 0.43754 lineto gsave
  18263. 0.882 0.747 0.709 setrgbcolor
  18264. fill grestore
  18265. stroke
  18266. grestore
  18267. gsave
  18268. 0.002 setlinewidth
  18269. 0.72108 0.43754 moveto 0.73302 0.4076 lineto 0.78861 0.45911 lineto gsave
  18270. 0.879 0.753 0.718 setrgbcolor
  18271. fill grestore
  18272. stroke
  18273. grestore
  18274. gsave
  18275. 0.002 setlinewidth
  18276. 0.32992 0.32503 moveto 0.34116 0.33326 lineto 0.26851 0.37302 lineto gsave
  18277. 0.63 0.786 0.957 setrgbcolor
  18278. fill grestore
  18279. stroke
  18280. grestore
  18281. gsave
  18282. 0.002 setlinewidth
  18283. 0.26851 0.37302 moveto 0.25255 0.3748 lineto 0.32992 0.32503 lineto gsave
  18284. 0.662 0.945 0.959 setrgbcolor
  18285. fill grestore
  18286. stroke
  18287. grestore
  18288. gsave
  18289. 0.002 setlinewidth
  18290. 0.53708 0.4792 moveto 0.53551 0.49097 lineto 0.48257 0.44569 lineto gsave
  18291. 0.301 0.402 0.799 setrgbcolor
  18292. fill grestore
  18293. stroke
  18294. grestore
  18295. gsave
  18296. 0.002 setlinewidth
  18297. 0.48257 0.44569 moveto 0.4779 0.43466 lineto 0.53708 0.4792 lineto gsave
  18298. 0.125 0.387 0.842 setrgbcolor
  18299. fill grestore
  18300. stroke
  18301. grestore
  18302. gsave
  18303. 0.002 setlinewidth
  18304. 0.64858 0.61562 moveto 0.63217 0.61257 lineto 0.6076 0.58606 lineto gsave
  18305. 0.388 0.588 0.923 setrgbcolor
  18306. fill grestore
  18307. stroke
  18308. grestore
  18309. gsave
  18310. 0.002 setlinewidth
  18311. 0.59479 0.58191 moveto 0.6076 0.58606 lineto 0.63217 0.61257 lineto gsave
  18312. 0.096 0.429 0.872 setrgbcolor
  18313. fill grestore
  18314. stroke
  18315. grestore
  18316. gsave
  18317. 0.002 setlinewidth
  18318. 0.6076 0.58606 moveto 0.59479 0.58191 lineto 0.56519 0.54897 lineto gsave
  18319. 0.18 0.402 0.842 setrgbcolor
  18320. fill grestore
  18321. stroke
  18322. grestore
  18323. gsave
  18324. 0.002 setlinewidth
  18325. 0.56519 0.54897 moveto 0.5728 0.54907 lineto 0.6076 0.58606 lineto gsave
  18326. 0.068 0.359 0.829 setrgbcolor
  18327. fill grestore
  18328. stroke
  18329. grestore
  18330. gsave
  18331. 0.002 setlinewidth
  18332. 0.77403 0.48681 moveto 0.75922 0.51362 lineto 0.70901 0.46653 lineto gsave
  18333. 0.876 0.745 0.715 setrgbcolor
  18334. fill grestore
  18335. stroke
  18336. grestore
  18337. gsave
  18338. 0.002 setlinewidth
  18339. 0.70901 0.46653 moveto 0.72108 0.43754 lineto 0.77403 0.48681 lineto gsave
  18340. 0.873 0.751 0.725 setrgbcolor
  18341. fill grestore
  18342. stroke
  18343. grestore
  18344. gsave
  18345. 0.002 setlinewidth
  18346. 0.58049 0.54559 moveto 0.5728 0.54907 lineto 0.5324 0.50652 lineto gsave
  18347. 0.256 0.397 0.813 setrgbcolor
  18348. fill grestore
  18349. stroke
  18350. grestore
  18351. gsave
  18352. 0.002 setlinewidth
  18353. 0.5324 0.50652 moveto 0.53394 0.50006 lineto 0.58049 0.54559 lineto gsave
  18354. 0.106 0.356 0.822 setrgbcolor
  18355. fill grestore
  18356. stroke
  18357. grestore
  18358. gsave
  18359. 0.002 setlinewidth
  18360. 0.454 0.36304 moveto 0.45885 0.37919 lineto 0.38476 0.36545 lineto gsave
  18361. 0.463 0.539 0.85 setrgbcolor
  18362. fill grestore
  18363. stroke
  18364. grestore
  18365. gsave
  18366. 0.002 setlinewidth
  18367. 0.38476 0.36545 moveto 0.37406 0.35738 lineto 0.454 0.36304 lineto gsave
  18368. 0.38 0.684 0.978 setrgbcolor
  18369. fill grestore
  18370. stroke
  18371. grestore
  18372. gsave
  18373. 0.002 setlinewidth
  18374. 0.53866 0.46482 moveto 0.53708 0.4792 lineto 0.4779 0.43466 lineto gsave
  18375. 0.394 0.444 0.794 setrgbcolor
  18376. fill grestore
  18377. stroke
  18378. grestore
  18379. gsave
  18380. 0.002 setlinewidth
  18381. 0.4779 0.43466 moveto 0.47319 0.42241 lineto 0.53866 0.46482 lineto gsave
  18382. 0.255 0.458 0.866 setrgbcolor
  18383. fill grestore
  18384. stroke
  18385. grestore
  18386. gsave
  18387. 0.002 setlinewidth
  18388. 0.75922 0.51362 moveto 0.74416 0.53872 lineto 0.69679 0.49381 lineto gsave
  18389. 0.866 0.743 0.726 setrgbcolor
  18390. fill grestore
  18391. stroke
  18392. grestore
  18393. gsave
  18394. 0.002 setlinewidth
  18395. 0.69679 0.49381 moveto 0.70901 0.46653 lineto 0.75922 0.51362 lineto gsave
  18396. 0.863 0.75 0.736 setrgbcolor
  18397. fill grestore
  18398. stroke
  18399. grestore
  18400. gsave
  18401. 0.002 setlinewidth
  18402. 0.66496 0.61392 moveto 0.64858 0.61562 lineto 0.6205 0.58593 lineto gsave
  18403. 0.565 0.668 0.907 setrgbcolor
  18404. fill grestore
  18405. stroke
  18406. grestore
  18407. gsave
  18408. 0.002 setlinewidth
  18409. 0.6076 0.58606 moveto 0.6205 0.58593 lineto 0.64858 0.61562 lineto gsave
  18410. 0.347 0.575 0.926 setrgbcolor
  18411. fill grestore
  18412. stroke
  18413. grestore
  18414. gsave
  18415. 0.002 setlinewidth
  18416. 0.44912 0.34628 moveto 0.454 0.36304 lineto 0.37406 0.35738 lineto gsave
  18417. 0.516 0.568 0.847 setrgbcolor
  18418. fill grestore
  18419. stroke
  18420. grestore
  18421. gsave
  18422. 0.002 setlinewidth
  18423. 0.37406 0.35738 moveto 0.36323 0.34937 lineto 0.44912 0.34628 lineto gsave
  18424. 0.475 0.731 0.982 setrgbcolor
  18425. fill grestore
  18426. stroke
  18427. grestore
  18428. gsave
  18429. 0.002 setlinewidth
  18430. 0.74416 0.53872 moveto 0.72883 0.56133 lineto 0.6844 0.51864 lineto gsave
  18431. 0.852 0.742 0.742 setrgbcolor
  18432. fill grestore
  18433. stroke
  18434. grestore
  18435. gsave
  18436. 0.002 setlinewidth
  18437. 0.6844 0.51864 moveto 0.69679 0.49381 lineto 0.74416 0.53872 lineto gsave
  18438. 0.847 0.748 0.754 setrgbcolor
  18439. fill grestore
  18440. stroke
  18441. grestore
  18442. gsave
  18443. 0.002 setlinewidth
  18444. 0.6205 0.58593 moveto 0.6076 0.58606 lineto 0.5728 0.54907 lineto gsave
  18445. 0.377 0.5 0.856 setrgbcolor
  18446. fill grestore
  18447. stroke
  18448. grestore
  18449. gsave
  18450. 0.002 setlinewidth
  18451. 0.58823 0.53833 moveto 0.58049 0.54559 lineto 0.53394 0.50006 lineto gsave
  18452. 0.393 0.459 0.809 setrgbcolor
  18453. fill grestore
  18454. stroke
  18455. grestore
  18456. gsave
  18457. 0.002 setlinewidth
  18458. 0.53394 0.50006 moveto 0.53551 0.49097 lineto 0.58823 0.53833 lineto gsave
  18459. 0.274 0.442 0.847 setrgbcolor
  18460. fill grestore
  18461. stroke
  18462. grestore
  18463. gsave
  18464. 0.002 setlinewidth
  18465. 0.68123 0.60742 moveto 0.66496 0.61392 lineto 0.63343 0.58127 lineto gsave
  18466. 0.68 0.709 0.869 setrgbcolor
  18467. fill grestore
  18468. stroke
  18469. grestore
  18470. gsave
  18471. 0.002 setlinewidth
  18472. 0.6205 0.58593 moveto 0.63343 0.58127 lineto 0.66496 0.61392 lineto gsave
  18473. 0.536 0.664 0.919 setrgbcolor
  18474. fill grestore
  18475. stroke
  18476. grestore
  18477. gsave
  18478. 0.002 setlinewidth
  18479. 0.5728 0.54907 moveto 0.58049 0.54559 lineto 0.6205 0.58593 lineto gsave
  18480. 0.284 0.476 0.871 setrgbcolor
  18481. fill grestore
  18482. stroke
  18483. grestore
  18484. gsave
  18485. 0.002 setlinewidth
  18486. 0.54025 0.44798 moveto 0.53866 0.46482 lineto 0.47319 0.42241 lineto gsave
  18487. 0.465 0.475 0.785 setrgbcolor
  18488. fill grestore
  18489. stroke
  18490. grestore
  18491. gsave
  18492. 0.002 setlinewidth
  18493. 0.47319 0.42241 moveto 0.46844 0.40902 lineto 0.54025 0.44798 lineto gsave
  18494. 0.363 0.513 0.873 setrgbcolor
  18495. fill grestore
  18496. stroke
  18497. grestore
  18498. gsave
  18499. 0.002 setlinewidth
  18500. 0.72883 0.56133 moveto 0.71321 0.58071 lineto 0.67185 0.54031 lineto gsave
  18501. 0.831 0.74 0.764 setrgbcolor
  18502. fill grestore
  18503. stroke
  18504. grestore
  18505. gsave
  18506. 0.002 setlinewidth
  18507. 0.67185 0.54031 moveto 0.6844 0.51864 lineto 0.72883 0.56133 lineto gsave
  18508. 0.825 0.746 0.777 setrgbcolor
  18509. fill grestore
  18510. stroke
  18511. grestore
  18512. gsave
  18513. 0.002 setlinewidth
  18514. 0.69733 0.59624 moveto 0.68123 0.60742 lineto 0.64633 0.572 lineto gsave
  18515. 0.753 0.728 0.829 setrgbcolor
  18516. fill grestore
  18517. stroke
  18518. grestore
  18519. gsave
  18520. 0.002 setlinewidth
  18521. 0.63343 0.58127 moveto 0.64633 0.572 lineto 0.68123 0.60742 lineto gsave
  18522. 0.661 0.711 0.884 setrgbcolor
  18523. fill grestore
  18524. stroke
  18525. grestore
  18526. gsave
  18527. 0.002 setlinewidth
  18528. 0.71321 0.58071 moveto 0.69733 0.59624 lineto 0.65915 0.55825 lineto gsave
  18529. 0.8 0.736 0.793 setrgbcolor
  18530. fill grestore
  18531. stroke
  18532. grestore
  18533. gsave
  18534. 0.002 setlinewidth
  18535. 0.65915 0.55825 moveto 0.67185 0.54031 lineto 0.71321 0.58071 lineto gsave
  18536. 0.792 0.742 0.807 setrgbcolor
  18537. fill grestore
  18538. stroke
  18539. grestore
  18540. gsave
  18541. 0.002 setlinewidth
  18542. 0.64633 0.572 moveto 0.65915 0.55825 lineto 0.69733 0.59624 lineto gsave
  18543. 0.741 0.733 0.844 setrgbcolor
  18544. fill grestore
  18545. stroke
  18546. grestore
  18547. gsave
  18548. 0.002 setlinewidth
  18549. 0.4442 0.32908 moveto 0.44912 0.34628 lineto 0.36323 0.34937 lineto gsave
  18550. 0.56 0.593 0.843 setrgbcolor
  18551. fill grestore
  18552. stroke
  18553. grestore
  18554. gsave
  18555. 0.002 setlinewidth
  18556. 0.36323 0.34937 moveto 0.35226 0.34135 lineto 0.4442 0.32908 lineto gsave
  18557. 0.55 0.762 0.976 setrgbcolor
  18558. fill grestore
  18559. stroke
  18560. grestore
  18561. gsave
  18562. 0.002 setlinewidth
  18563. 0.54184 0.4289 moveto 0.54025 0.44798 lineto 0.46844 0.40902 lineto gsave
  18564. 0.518 0.499 0.774 setrgbcolor
  18565. fill grestore
  18566. stroke
  18567. grestore
  18568. gsave
  18569. 0.002 setlinewidth
  18570. 0.46844 0.40902 moveto 0.46366 0.39457 lineto 0.54184 0.4289 lineto gsave
  18571. 0.448 0.554 0.871 setrgbcolor
  18572. fill grestore
  18573. stroke
  18574. grestore
  18575. gsave
  18576. 0.002 setlinewidth
  18577. 0.59598 0.5272 moveto 0.58823 0.53833 lineto 0.53551 0.49097 lineto gsave
  18578. 0.49 0.498 0.792 setrgbcolor
  18579. fill grestore
  18580. stroke
  18581. grestore
  18582. gsave
  18583. 0.002 setlinewidth
  18584. 0.53551 0.49097 moveto 0.53708 0.4792 lineto 0.59598 0.5272 lineto gsave
  18585. 0.403 0.502 0.845 setrgbcolor
  18586. fill grestore
  18587. stroke
  18588. grestore
  18589. gsave
  18590. 0.002 setlinewidth
  18591. 0.63343 0.58127 moveto 0.6205 0.58593 lineto 0.58049 0.54559 lineto gsave
  18592. 0.515 0.558 0.837 setrgbcolor
  18593. fill grestore
  18594. stroke
  18595. grestore
  18596. gsave
  18597. 0.002 setlinewidth
  18598. 0.58049 0.54559 moveto 0.58823 0.53833 lineto 0.63343 0.58127 lineto gsave
  18599. 0.449 0.552 0.869 setrgbcolor
  18600. fill grestore
  18601. stroke
  18602. grestore
  18603. gsave
  18604. 0.002 setlinewidth
  18605. 0.75673 0.3479 moveto 0.74489 0.37748 lineto 0.65681 0.33556 lineto gsave
  18606. 0.813 0.668 0.704 setrgbcolor
  18607. fill grestore
  18608. stroke
  18609. grestore
  18610. gsave
  18611. 0.002 setlinewidth
  18612. 0.65681 0.33556 moveto 0.66431 0.30673 lineto 0.75673 0.3479 lineto gsave
  18613. 0.81 0.685 0.727 setrgbcolor
  18614. fill grestore
  18615. stroke
  18616. grestore
  18617. gsave
  18618. 0.002 setlinewidth
  18619. 0.43924 0.31165 moveto 0.4442 0.32908 lineto 0.35226 0.34135 lineto gsave
  18620. 0.596 0.615 0.841 setrgbcolor
  18621. fill grestore
  18622. stroke
  18623. grestore
  18624. gsave
  18625. 0.002 setlinewidth
  18626. 0.35226 0.34135 moveto 0.34116 0.33326 lineto 0.43924 0.31165 lineto gsave
  18627. 0.607 0.781 0.964 setrgbcolor
  18628. fill grestore
  18629. stroke
  18630. grestore
  18631. gsave
  18632. 0.002 setlinewidth
  18633. 0.54343 0.40789 moveto 0.54184 0.4289 lineto 0.46366 0.39457 lineto gsave
  18634. 0.56 0.518 0.765 setrgbcolor
  18635. fill grestore
  18636. stroke
  18637. grestore
  18638. gsave
  18639. 0.002 setlinewidth
  18640. 0.46366 0.39457 moveto 0.45885 0.37919 lineto 0.54343 0.40789 lineto gsave
  18641. 0.515 0.584 0.863 setrgbcolor
  18642. fill grestore
  18643. stroke
  18644. grestore
  18645. gsave
  18646. 0.002 setlinewidth
  18647. 0.64633 0.572 moveto 0.63343 0.58127 lineto 0.58823 0.53833 lineto gsave
  18648. 0.608 0.591 0.809 setrgbcolor
  18649. fill grestore
  18650. stroke
  18651. grestore
  18652. gsave
  18653. 0.002 setlinewidth
  18654. 0.74489 0.37748 moveto 0.73302 0.4076 lineto 0.64933 0.36471 lineto gsave
  18655. 0.808 0.66 0.7 setrgbcolor
  18656. fill grestore
  18657. stroke
  18658. grestore
  18659. gsave
  18660. 0.002 setlinewidth
  18661. 0.64933 0.36471 moveto 0.65681 0.33556 lineto 0.74489 0.37748 lineto gsave
  18662. 0.804 0.678 0.724 setrgbcolor
  18663. fill grestore
  18664. stroke
  18665. grestore
  18666. gsave
  18667. 0.002 setlinewidth
  18668. 0.60373 0.51232 moveto 0.59598 0.5272 lineto 0.53708 0.4792 lineto gsave
  18669. 0.559 0.524 0.773 setrgbcolor
  18670. fill grestore
  18671. stroke
  18672. grestore
  18673. gsave
  18674. 0.002 setlinewidth
  18675. 0.53708 0.4792 moveto 0.53866 0.46482 lineto 0.60373 0.51232 lineto gsave
  18676. 0.497 0.541 0.832 setrgbcolor
  18677. fill grestore
  18678. stroke
  18679. grestore
  18680. gsave
  18681. 0.002 setlinewidth
  18682. 0.58823 0.53833 moveto 0.59598 0.5272 lineto 0.64633 0.572 lineto gsave
  18683. 0.562 0.597 0.846 setrgbcolor
  18684. fill grestore
  18685. stroke
  18686. grestore
  18687. gsave
  18688. 0.002 setlinewidth
  18689. 0.73302 0.4076 moveto 0.72108 0.43754 lineto 0.64184 0.39359 lineto gsave
  18690. 0.801 0.654 0.7 setrgbcolor
  18691. fill grestore
  18692. stroke
  18693. grestore
  18694. gsave
  18695. 0.002 setlinewidth
  18696. 0.64184 0.39359 moveto 0.64933 0.36471 lineto 0.73302 0.4076 lineto gsave
  18697. 0.797 0.671 0.725 setrgbcolor
  18698. fill grestore
  18699. stroke
  18700. grestore
  18701. gsave
  18702. 0.002 setlinewidth
  18703. 0.65915 0.55825 moveto 0.64633 0.572 lineto 0.59598 0.5272 lineto gsave
  18704. 0.669 0.61 0.78 setrgbcolor
  18705. fill grestore
  18706. stroke
  18707. grestore
  18708. gsave
  18709. 0.002 setlinewidth
  18710. 0.54502 0.38532 moveto 0.54343 0.40789 lineto 0.45885 0.37919 lineto gsave
  18711. 0.593 0.534 0.758 setrgbcolor
  18712. fill grestore
  18713. stroke
  18714. grestore
  18715. gsave
  18716. 0.002 setlinewidth
  18717. 0.45885 0.37919 moveto 0.454 0.36304 lineto 0.54502 0.38532 lineto gsave
  18718. 0.566 0.608 0.854 setrgbcolor
  18719. fill grestore
  18720. stroke
  18721. grestore
  18722. gsave
  18723. 0.002 setlinewidth
  18724. 0.43423 0.29416 moveto 0.43924 0.31165 lineto 0.34116 0.33326 lineto gsave
  18725. 0.627 0.636 0.84 setrgbcolor
  18726. fill grestore
  18727. stroke
  18728. grestore
  18729. gsave
  18730. 0.002 setlinewidth
  18731. 0.34116 0.33326 moveto 0.32992 0.32503 lineto 0.43423 0.29416 lineto gsave
  18732. 0.65 0.791 0.95 setrgbcolor
  18733. fill grestore
  18734. stroke
  18735. grestore
  18736. gsave
  18737. 0.002 setlinewidth
  18738. 0.72108 0.43754 moveto 0.70901 0.46653 lineto 0.63432 0.42157 lineto gsave
  18739. 0.791 0.648 0.703 setrgbcolor
  18740. fill grestore
  18741. stroke
  18742. grestore
  18743. gsave
  18744. 0.002 setlinewidth
  18745. 0.63432 0.42157 moveto 0.64184 0.39359 lineto 0.72108 0.43754 lineto gsave
  18746. 0.786 0.666 0.73 setrgbcolor
  18747. fill grestore
  18748. stroke
  18749. grestore
  18750. gsave
  18751. 0.002 setlinewidth
  18752. 0.61145 0.4939 moveto 0.60373 0.51232 lineto 0.53866 0.46482 lineto gsave
  18753. 0.608 0.541 0.754 setrgbcolor
  18754. fill grestore
  18755. stroke
  18756. grestore
  18757. gsave
  18758. 0.002 setlinewidth
  18759. 0.53866 0.46482 moveto 0.54025 0.44798 lineto 0.61145 0.4939 lineto gsave
  18760. 0.566 0.567 0.814 setrgbcolor
  18761. fill grestore
  18762. stroke
  18763. grestore
  18764. gsave
  18765. 0.002 setlinewidth
  18766. 0.70901 0.46653 moveto 0.69679 0.49381 lineto 0.62675 0.44801 lineto gsave
  18767. 0.779 0.642 0.71 setrgbcolor
  18768. fill grestore
  18769. stroke
  18770. grestore
  18771. gsave
  18772. 0.002 setlinewidth
  18773. 0.62675 0.44801 moveto 0.63432 0.42157 lineto 0.70901 0.46653 lineto gsave
  18774. 0.772 0.66 0.739 setrgbcolor
  18775. fill grestore
  18776. stroke
  18777. grestore
  18778. gsave
  18779. 0.002 setlinewidth
  18780. 0.67185 0.54031 moveto 0.65915 0.55825 lineto 0.60373 0.51232 lineto gsave
  18781. 0.711 0.622 0.756 setrgbcolor
  18782. fill grestore
  18783. stroke
  18784. grestore
  18785. gsave
  18786. 0.002 setlinewidth
  18787. 0.59598 0.5272 moveto 0.60373 0.51232 lineto 0.65915 0.55825 lineto gsave
  18788. 0.639 0.622 0.817 setrgbcolor
  18789. fill grestore
  18790. stroke
  18791. grestore
  18792. gsave
  18793. 0.002 setlinewidth
  18794. 0.69679 0.49381 moveto 0.6844 0.51864 lineto 0.61912 0.4723 lineto gsave
  18795. 0.763 0.636 0.721 setrgbcolor
  18796. fill grestore
  18797. stroke
  18798. grestore
  18799. gsave
  18800. 0.002 setlinewidth
  18801. 0.61912 0.4723 moveto 0.62675 0.44801 lineto 0.69679 0.49381 lineto gsave
  18802. 0.753 0.654 0.752 setrgbcolor
  18803. fill grestore
  18804. stroke
  18805. grestore
  18806. gsave
  18807. 0.002 setlinewidth
  18808. 0.6844 0.51864 moveto 0.67185 0.54031 lineto 0.61145 0.4939 lineto gsave
  18809. 0.741 0.63 0.736 setrgbcolor
  18810. fill grestore
  18811. stroke
  18812. grestore
  18813. gsave
  18814. 0.002 setlinewidth
  18815. 0.60373 0.51232 moveto 0.61145 0.4939 lineto 0.67185 0.54031 lineto gsave
  18816. 0.691 0.637 0.791 setrgbcolor
  18817. fill grestore
  18818. stroke
  18819. grestore
  18820. gsave
  18821. 0.002 setlinewidth
  18822. 0.54662 0.36158 moveto 0.54502 0.38532 lineto 0.454 0.36304 lineto gsave
  18823. 0.62 0.549 0.753 setrgbcolor
  18824. fill grestore
  18825. stroke
  18826. grestore
  18827. gsave
  18828. 0.002 setlinewidth
  18829. 0.454 0.36304 moveto 0.44912 0.34628 lineto 0.54662 0.36158 lineto gsave
  18830. 0.607 0.628 0.846 setrgbcolor
  18831. fill grestore
  18832. stroke
  18833. grestore
  18834. gsave
  18835. 0.002 setlinewidth
  18836. 0.61145 0.4939 moveto 0.61912 0.4723 lineto 0.6844 0.51864 lineto gsave
  18837. 0.727 0.647 0.769 setrgbcolor
  18838. fill grestore
  18839. stroke
  18840. grestore
  18841. gsave
  18842. 0.002 setlinewidth
  18843. 0.61912 0.4723 moveto 0.61145 0.4939 lineto 0.54025 0.44798 lineto gsave
  18844. 0.643 0.554 0.739 setrgbcolor
  18845. fill grestore
  18846. stroke
  18847. grestore
  18848. gsave
  18849. 0.002 setlinewidth
  18850. 0.54025 0.44798 moveto 0.54184 0.4289 lineto 0.61912 0.4723 lineto gsave
  18851. 0.615 0.585 0.797 setrgbcolor
  18852. fill grestore
  18853. stroke
  18854. grestore
  18855. gsave
  18856. 0.002 setlinewidth
  18857. 0.54821 0.33711 moveto 0.54662 0.36158 lineto 0.44912 0.34628 lineto gsave
  18858. 0.642 0.564 0.751 setrgbcolor
  18859. fill grestore
  18860. stroke
  18861. grestore
  18862. gsave
  18863. 0.002 setlinewidth
  18864. 0.44912 0.34628 moveto 0.4442 0.32908 lineto 0.54821 0.33711 lineto gsave
  18865. 0.639 0.644 0.839 setrgbcolor
  18866. fill grestore
  18867. stroke
  18868. grestore
  18869. gsave
  18870. 0.002 setlinewidth
  18871. 0.62675 0.44801 moveto 0.61912 0.4723 lineto 0.54184 0.4289 lineto gsave
  18872. 0.671 0.565 0.727 setrgbcolor
  18873. fill grestore
  18874. stroke
  18875. grestore
  18876. gsave
  18877. 0.002 setlinewidth
  18878. 0.54184 0.4289 moveto 0.54343 0.40789 lineto 0.62675 0.44801 lineto gsave
  18879. 0.652 0.599 0.782 setrgbcolor
  18880. fill grestore
  18881. stroke
  18882. grestore
  18883. gsave
  18884. 0.002 setlinewidth
  18885. 0.63432 0.42157 moveto 0.62675 0.44801 lineto 0.54343 0.40789 lineto gsave
  18886. 0.692 0.574 0.719 setrgbcolor
  18887. fill grestore
  18888. stroke
  18889. grestore
  18890. gsave
  18891. 0.002 setlinewidth
  18892. 0.54343 0.40789 moveto 0.54502 0.38532 lineto 0.63432 0.42157 lineto gsave
  18893. 0.68 0.61 0.771 setrgbcolor
  18894. fill grestore
  18895. stroke
  18896. grestore
  18897. gsave
  18898. 0.002 setlinewidth
  18899. 0.54982 0.31233 moveto 0.54821 0.33711 lineto 0.4442 0.32908 lineto gsave
  18900. 0.661 0.579 0.752 setrgbcolor
  18901. fill grestore
  18902. stroke
  18903. grestore
  18904. gsave
  18905. 0.002 setlinewidth
  18906. 0.4442 0.32908 moveto 0.43924 0.31165 lineto 0.54982 0.31233 lineto gsave
  18907. 0.665 0.659 0.834 setrgbcolor
  18908. fill grestore
  18909. stroke
  18910. grestore
  18911. gsave
  18912. 0.002 setlinewidth
  18913. 0.64184 0.39359 moveto 0.63432 0.42157 lineto 0.54502 0.38532 lineto gsave
  18914. 0.708 0.584 0.713 setrgbcolor
  18915. fill grestore
  18916. stroke
  18917. grestore
  18918. gsave
  18919. 0.002 setlinewidth
  18920. 0.66431 0.30673 moveto 0.65681 0.33556 lineto 0.54982 0.31233 lineto gsave
  18921. 0.743 0.615 0.716 setrgbcolor
  18922. fill grestore
  18923. stroke
  18924. grestore
  18925. gsave
  18926. 0.002 setlinewidth
  18927. 0.65681 0.33556 moveto 0.64933 0.36471 lineto 0.54821 0.33711 lineto gsave
  18928. 0.733 0.603 0.712 setrgbcolor
  18929. fill grestore
  18930. stroke
  18931. grestore
  18932. gsave
  18933. 0.002 setlinewidth
  18934. 0.54821 0.33711 moveto 0.54982 0.31233 lineto 0.65681 0.33556 lineto gsave
  18935. 0.732 0.64 0.757 setrgbcolor
  18936. fill grestore
  18937. stroke
  18938. grestore
  18939. gsave
  18940. 0.002 setlinewidth
  18941. 0.54982 0.31233 moveto 0.55143 0.28766 lineto 0.66431 0.30673 lineto gsave
  18942. 0.743 0.651 0.759 setrgbcolor
  18943. fill grestore
  18944. stroke
  18945. grestore
  18946. gsave
  18947. 0.002 setlinewidth
  18948. 0.64933 0.36471 moveto 0.64184 0.39359 lineto 0.54662 0.36158 lineto gsave
  18949. 0.722 0.593 0.711 setrgbcolor
  18950. fill grestore
  18951. stroke
  18952. grestore
  18953. gsave
  18954. 0.002 setlinewidth
  18955. 0.54502 0.38532 moveto 0.54662 0.36158 lineto 0.64184 0.39359 lineto gsave
  18956. 0.702 0.62 0.763 setrgbcolor
  18957. fill grestore
  18958. stroke
  18959. grestore
  18960. gsave
  18961. 0.002 setlinewidth
  18962. 0.54662 0.36158 moveto 0.54821 0.33711 lineto 0.64933 0.36471 lineto gsave
  18963. 0.719 0.63 0.758 setrgbcolor
  18964. fill grestore
  18965. stroke
  18966. grestore
  18967. gsave
  18968. 0.002 setlinewidth
  18969. 0.55143 0.28766 moveto 0.54982 0.31233 lineto 0.43924 0.31165 lineto gsave
  18970. 0.678 0.595 0.756 setrgbcolor
  18971. fill grestore
  18972. stroke
  18973. grestore
  18974. gsave
  18975. 0.002 setlinewidth
  18976. 0.43924 0.31165 moveto 0.43423 0.29416 lineto 0.55143 0.28766 lineto gsave
  18977. 0.686 0.673 0.832 setrgbcolor
  18978. fill grestore
  18979. stroke
  18980. grestore
  18981. gsave
  18982. grestore
  18983. % End of Graphics
  18984. MathPictureEnd
  18985. :[font = input; preserveAspect; startGroup; ]
  18986. uu[2,5.13562,0];
  18987. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 34; pictureWidth = 282; pictureHeight = 242; endGroup; ]
  18988. %!
  18989. %%Creator: Mathematica
  18990. %%AspectRatio: 0.86035 
  18991. MathPictureStart
  18992. /Courier findfont 10  scalefont  setfont
  18993. % Scaling calculations
  18994. 0.024949 0.997947 -0.020529 0.997947 [
  18995. [ 0 0 0 0 ]
  18996. [ 1 0.860353 0 0 ]
  18997. ] MathScale
  18998. % Start of Graphics
  18999. 1 setlinecap
  19000. 1 setlinejoin
  19001. newpath
  19002. %%Object: Graphics3D
  19003. [ ] 0 setdash
  19004. 0 setgray
  19005. 0 0 moveto
  19006. 1 0 lineto
  19007. 1 0.86035 lineto
  19008. 0 0.86035 lineto
  19009. closepath
  19010. clip
  19011. newpath
  19012. gsave
  19013. 0.002 setlinewidth
  19014. 0.54483 0.62423 moveto 0.54607 0.64774 lineto 0.45145 0.64359 lineto gsave
  19015. 0.719 0.596 0.718 setrgbcolor
  19016. fill grestore
  19017. stroke
  19018. grestore
  19019. gsave
  19020. 0.002 setlinewidth
  19021. 0.54607 0.64774 moveto 0.54483 0.62423 lineto 0.6325 0.6052 lineto gsave
  19022. 0.682 0.567 0.719 setrgbcolor
  19023. fill grestore
  19024. stroke
  19025. grestore
  19026. gsave
  19027. 0.002 setlinewidth
  19028. 0.6325 0.6052 moveto 0.63885 0.63527 lineto 0.54607 0.64774 lineto gsave
  19029. 0.665 0.527 0.686 setrgbcolor
  19030. fill grestore
  19031. stroke
  19032. grestore
  19033. gsave
  19034. 0.002 setlinewidth
  19035. 0.45145 0.64359 moveto 0.45486 0.63382 lineto 0.54483 0.62423 lineto gsave
  19036. 0.726 0.766 0.885 setrgbcolor
  19037. fill grestore
  19038. stroke
  19039. grestore
  19040. gsave
  19041. 0.002 setlinewidth
  19042. 0.54358 0.60077 moveto 0.54483 0.62423 lineto 0.45486 0.63382 lineto gsave
  19043. 0.74 0.612 0.716 setrgbcolor
  19044. fill grestore
  19045. stroke
  19046. grestore
  19047. gsave
  19048. 0.002 setlinewidth
  19049. 0.54483 0.62423 moveto 0.54358 0.60077 lineto 0.62617 0.57535 lineto gsave
  19050. 0.695 0.577 0.719 setrgbcolor
  19051. fill grestore
  19052. stroke
  19053. grestore
  19054. gsave
  19055. 0.002 setlinewidth
  19056. 0.62617 0.57535 moveto 0.6325 0.6052 lineto 0.54483 0.62423 lineto gsave
  19057. 0.674 0.533 0.685 setrgbcolor
  19058. fill grestore
  19059. stroke
  19060. grestore
  19061. gsave
  19062. 0.002 setlinewidth
  19063. 0.45486 0.63382 moveto 0.45829 0.62396 lineto 0.54358 0.60077 lineto gsave
  19064. 0.772 0.818 0.889 setrgbcolor
  19065. fill grestore
  19066. stroke
  19067. grestore
  19068. gsave
  19069. 0.002 setlinewidth
  19070. 0.54234 0.57819 moveto 0.54358 0.60077 lineto 0.45829 0.62396 lineto gsave
  19071. 0.763 0.635 0.719 setrgbcolor
  19072. fill grestore
  19073. stroke
  19074. grestore
  19075. gsave
  19076. 0.002 setlinewidth
  19077. 0.54358 0.60077 moveto 0.54234 0.57819 lineto 0.6199 0.54695 lineto gsave
  19078. 0.71 0.594 0.724 setrgbcolor
  19079. fill grestore
  19080. stroke
  19081. grestore
  19082. gsave
  19083. 0.002 setlinewidth
  19084. 0.6199 0.54695 moveto 0.62617 0.57535 lineto 0.54358 0.60077 lineto gsave
  19085. 0.685 0.544 0.688 setrgbcolor
  19086. fill grestore
  19087. stroke
  19088. grestore
  19089. gsave
  19090. 0.002 setlinewidth
  19091. 0.54234 0.57819 moveto 0.54111 0.55727 lineto 0.61373 0.52106 lineto gsave
  19092. 0.73 0.619 0.735 setrgbcolor
  19093. fill grestore
  19094. stroke
  19095. grestore
  19096. gsave
  19097. 0.002 setlinewidth
  19098. 0.61373 0.52106 moveto 0.6199 0.54695 lineto 0.54234 0.57819 lineto gsave
  19099. 0.699 0.562 0.696 setrgbcolor
  19100. fill grestore
  19101. stroke
  19102. grestore
  19103. gsave
  19104. 0.002 setlinewidth
  19105. 0.60766 0.49859 moveto 0.61373 0.52106 lineto 0.54111 0.55727 lineto gsave
  19106. 0.718 0.589 0.71 setrgbcolor
  19107. fill grestore
  19108. stroke
  19109. grestore
  19110. gsave
  19111. 0.002 setlinewidth
  19112. 0.6199 0.54695 moveto 0.61373 0.52106 lineto 0.67916 0.50601 lineto gsave
  19113. 0.588 0.491 0.712 setrgbcolor
  19114. fill grestore
  19115. stroke
  19116. grestore
  19117. gsave
  19118. 0.002 setlinewidth
  19119. 0.61373 0.52106 moveto 0.60766 0.49859 lineto 0.66867 0.48635 lineto gsave
  19120. 0.586 0.508 0.734 setrgbcolor
  19121. fill grestore
  19122. stroke
  19123. grestore
  19124. gsave
  19125. 0.002 setlinewidth
  19126. 0.66867 0.48635 moveto 0.67916 0.50601 lineto 0.61373 0.52106 lineto gsave
  19127. 0.596 0.528 0.749 setrgbcolor
  19128. fill grestore
  19129. stroke
  19130. grestore
  19131. gsave
  19132. 0.002 setlinewidth
  19133. 0.45829 0.62396 moveto 0.46175 0.61412 lineto 0.54234 0.57819 lineto gsave
  19134. 0.818 0.873 0.887 setrgbcolor
  19135. fill grestore
  19136. stroke
  19137. grestore
  19138. gsave
  19139. 0.002 setlinewidth
  19140. 0.54111 0.55727 moveto 0.54234 0.57819 lineto 0.46175 0.61412 lineto gsave
  19141. 0.79 0.665 0.726 setrgbcolor
  19142. fill grestore
  19143. stroke
  19144. grestore
  19145. gsave
  19146. 0.002 setlinewidth
  19147. 0.54111 0.55727 moveto 0.53988 0.53863 lineto 0.60766 0.49859 lineto gsave
  19148. 0.754 0.654 0.751 setrgbcolor
  19149. fill grestore
  19150. stroke
  19151. grestore
  19152. gsave
  19153. 0.002 setlinewidth
  19154. 0.60168 0.48019 moveto 0.60766 0.49859 lineto 0.53988 0.53863 lineto gsave
  19155. 0.743 0.628 0.732 setrgbcolor
  19156. fill grestore
  19157. stroke
  19158. grestore
  19159. gsave
  19160. 0.002 setlinewidth
  19161. 0.60766 0.49859 moveto 0.60168 0.48019 lineto 0.65835 0.47038 lineto gsave
  19162. 0.584 0.537 0.768 setrgbcolor
  19163. fill grestore
  19164. stroke
  19165. grestore
  19166. gsave
  19167. 0.002 setlinewidth
  19168. 0.65835 0.47038 moveto 0.66867 0.48635 lineto 0.60766 0.49859 lineto gsave
  19169. 0.594 0.561 0.786 setrgbcolor
  19170. fill grestore
  19171. stroke
  19172. grestore
  19173. gsave
  19174. 0.002 setlinewidth
  19175. 0.45486 0.63382 moveto 0.45145 0.64359 lineto 0.36225 0.62302 lineto gsave
  19176. 0.694 0.731 0.879 setrgbcolor
  19177. fill grestore
  19178. stroke
  19179. grestore
  19180. gsave
  19181. 0.002 setlinewidth
  19182. 0.62617 0.57535 moveto 0.6199 0.54695 lineto 0.68981 0.52877 lineto gsave
  19183. 0.59 0.483 0.7 setrgbcolor
  19184. fill grestore
  19185. stroke
  19186. grestore
  19187. gsave
  19188. 0.002 setlinewidth
  19189. 0.67916 0.50601 moveto 0.68981 0.52877 lineto 0.6199 0.54695 lineto gsave
  19190. 0.597 0.509 0.726 setrgbcolor
  19191. fill grestore
  19192. stroke
  19193. grestore
  19194. gsave
  19195. 0.002 setlinewidth
  19196. 0.46175 0.61412 moveto 0.46525 0.60441 lineto 0.54111 0.55727 lineto gsave
  19197. 0.856 0.924 0.873 setrgbcolor
  19198. fill grestore
  19199. stroke
  19200. grestore
  19201. gsave
  19202. 0.002 setlinewidth
  19203. 0.53988 0.53863 moveto 0.54111 0.55727 lineto 0.46525 0.60441 lineto gsave
  19204. 0.821 0.704 0.736 setrgbcolor
  19205. fill grestore
  19206. stroke
  19207. grestore
  19208. gsave
  19209. 0.002 setlinewidth
  19210. 0.53988 0.53863 moveto 0.53866 0.52278 lineto 0.60168 0.48019 lineto gsave
  19211. 0.783 0.702 0.775 setrgbcolor
  19212. fill grestore
  19213. stroke
  19214. grestore
  19215. gsave
  19216. 0.002 setlinewidth
  19217. 0.59579 0.46626 moveto 0.60168 0.48019 lineto 0.53866 0.52278 lineto gsave
  19218. 0.776 0.685 0.763 setrgbcolor
  19219. fill grestore
  19220. stroke
  19221. grestore
  19222. gsave
  19223. 0.002 setlinewidth
  19224. 0.60168 0.48019 moveto 0.59579 0.46626 lineto 0.64817 0.45849 lineto gsave
  19225. 0.58 0.586 0.823 setrgbcolor
  19226. fill grestore
  19227. stroke
  19228. grestore
  19229. gsave
  19230. 0.002 setlinewidth
  19231. 0.64817 0.45849 moveto 0.65835 0.47038 lineto 0.60168 0.48019 lineto gsave
  19232. 0.589 0.615 0.845 setrgbcolor
  19233. fill grestore
  19234. stroke
  19235. grestore
  19236. gsave
  19237. 0.002 setlinewidth
  19238. 0.6325 0.6052 moveto 0.62617 0.57535 lineto 0.70061 0.55382 lineto gsave
  19239. 0.593 0.48 0.694 setrgbcolor
  19240. fill grestore
  19241. stroke
  19242. grestore
  19243. gsave
  19244. 0.002 setlinewidth
  19245. 0.68981 0.52877 moveto 0.70061 0.55382 lineto 0.62617 0.57535 lineto gsave
  19246. 0.599 0.499 0.712 setrgbcolor
  19247. fill grestore
  19248. stroke
  19249. grestore
  19250. gsave
  19251. 0.002 setlinewidth
  19252. 0.46525 0.60441 moveto 0.46877 0.5949 lineto 0.53988 0.53863 lineto gsave
  19253. 0.881 0.964 0.846 setrgbcolor
  19254. fill grestore
  19255. stroke
  19256. grestore
  19257. gsave
  19258. 0.002 setlinewidth
  19259. 0.53866 0.52278 moveto 0.53988 0.53863 lineto 0.46877 0.5949 lineto gsave
  19260. 0.857 0.756 0.75 setrgbcolor
  19261. fill grestore
  19262. stroke
  19263. grestore
  19264. gsave
  19265. 0.002 setlinewidth
  19266. 0.63885 0.63527 moveto 0.6325 0.6052 lineto 0.71152 0.58018 lineto gsave
  19267. 0.598 0.483 0.693 setrgbcolor
  19268. fill grestore
  19269. stroke
  19270. grestore
  19271. gsave
  19272. 0.002 setlinewidth
  19273. 0.70061 0.55382 moveto 0.71152 0.58018 lineto 0.6325 0.6052 lineto gsave
  19274. 0.601 0.495 0.705 setrgbcolor
  19275. fill grestore
  19276. stroke
  19277. grestore
  19278. gsave
  19279. 0.002 setlinewidth
  19280. 0.53866 0.52278 moveto 0.53745 0.51 lineto 0.59579 0.46626 lineto gsave
  19281. 0.818 0.768 0.806 setrgbcolor
  19282. fill grestore
  19283. stroke
  19284. grestore
  19285. gsave
  19286. 0.002 setlinewidth
  19287. 0.58996 0.45696 moveto 0.59579 0.46626 lineto 0.53745 0.51 lineto gsave
  19288. 0.818 0.769 0.807 setrgbcolor
  19289. fill grestore
  19290. stroke
  19291. grestore
  19292. gsave
  19293. 0.002 setlinewidth
  19294. 0.59579 0.46626 moveto 0.58996 0.45696 lineto 0.6381 0.45079 lineto gsave
  19295. 0.562 0.668 0.909 setrgbcolor
  19296. fill grestore
  19297. stroke
  19298. grestore
  19299. gsave
  19300. 0.002 setlinewidth
  19301. 0.6381 0.45079 moveto 0.64817 0.45849 lineto 0.59579 0.46626 lineto gsave
  19302. 0.566 0.7 0.931 setrgbcolor
  19303. fill grestore
  19304. stroke
  19305. grestore
  19306. gsave
  19307. 0.002 setlinewidth
  19308. 0.36225 0.62302 moveto 0.36936 0.62872 lineto 0.45486 0.63382 lineto gsave
  19309. 0.547 0.013 0 setrgbcolor
  19310. fill grestore
  19311. stroke
  19312. grestore
  19313. gsave
  19314. 0.002 setlinewidth
  19315. 0.45829 0.62396 moveto 0.45486 0.63382 lineto 0.36936 0.62872 lineto gsave
  19316. 0.74 0.782 0.887 setrgbcolor
  19317. fill grestore
  19318. stroke
  19319. grestore
  19320. gsave
  19321. 0.002 setlinewidth
  19322. 0.71152 0.58018 moveto 0.72249 0.60675 lineto 0.63885 0.63527 lineto gsave
  19323. 0.605 0.496 0.703 setrgbcolor
  19324. fill grestore
  19325. stroke
  19326. grestore
  19327. gsave
  19328. 0.002 setlinewidth
  19329. 0.46877 0.5949 moveto 0.47232 0.58565 lineto 0.53866 0.52278 lineto gsave
  19330. 0.888 0.987 0.803 setrgbcolor
  19331. fill grestore
  19332. stroke
  19333. grestore
  19334. gsave
  19335. 0.002 setlinewidth
  19336. 0.53745 0.51 moveto 0.53866 0.52278 lineto 0.47232 0.58565 lineto gsave
  19337. 0.896 0.82 0.764 setrgbcolor
  19338. fill grestore
  19339. stroke
  19340. grestore
  19341. gsave
  19342. 0.002 setlinewidth
  19343. 0.53745 0.51 moveto 0.53624 0.50042 lineto 0.58996 0.45696 lineto gsave
  19344. 0.853 0.853 0.841 setrgbcolor
  19345. fill grestore
  19346. stroke
  19347. grestore
  19348. gsave
  19349. 0.002 setlinewidth
  19350. 0.58417 0.45215 moveto 0.58996 0.45696 lineto 0.53624 0.50042 lineto gsave
  19351. 0.859 0.883 0.854 setrgbcolor
  19352. fill grestore
  19353. stroke
  19354. grestore
  19355. gsave
  19356. 0.002 setlinewidth
  19357. 0.58996 0.45696 moveto 0.58417 0.45215 lineto 0.62809 0.44717 lineto gsave
  19358. 0.477 0.774 0.996 setrgbcolor
  19359. fill grestore
  19360. stroke
  19361. grestore
  19362. gsave
  19363. 0.002 setlinewidth
  19364. 0.62809 0.44717 moveto 0.6381 0.45079 lineto 0.58996 0.45696 lineto gsave
  19365. 0.463 0.793 0.999 setrgbcolor
  19366. fill grestore
  19367. stroke
  19368. grestore
  19369. gsave
  19370. 0.002 setlinewidth
  19371. 0.36936 0.62872 moveto 0.37659 0.63446 lineto 0.45829 0.62396 lineto gsave
  19372. 0.526 0.027 0.015 setrgbcolor
  19373. fill grestore
  19374. stroke
  19375. grestore
  19376. gsave
  19377. 0.002 setlinewidth
  19378. 0.46175 0.61412 moveto 0.45829 0.62396 lineto 0.37659 0.63446 lineto gsave
  19379. 0.787 0.838 0.891 setrgbcolor
  19380. fill grestore
  19381. stroke
  19382. grestore
  19383. gsave
  19384. 0.002 setlinewidth
  19385. 0.47232 0.58565 moveto 0.4759 0.57672 lineto 0.53745 0.51 lineto gsave
  19386. 0.877 0.992 0.751 setrgbcolor
  19387. fill grestore
  19388. stroke
  19389. grestore
  19390. gsave
  19391. 0.002 setlinewidth
  19392. 0.53624 0.50042 moveto 0.53745 0.51 lineto 0.4759 0.57672 lineto gsave
  19393. 0.93 0.892 0.771 setrgbcolor
  19394. fill grestore
  19395. stroke
  19396. grestore
  19397. gsave
  19398. 0.002 setlinewidth
  19399. 0.36936 0.62872 moveto 0.36225 0.62302 lineto 0.28586 0.587 lineto gsave
  19400. 0.532 0 0 setrgbcolor
  19401. fill grestore
  19402. stroke
  19403. grestore
  19404. gsave
  19405. 0.002 setlinewidth
  19406. 0.37659 0.63446 moveto 0.38399 0.63951 lineto 0.46175 0.61412 lineto gsave
  19407. 0.475 0.002 0.052 setrgbcolor
  19408. fill grestore
  19409. stroke
  19410. grestore
  19411. gsave
  19412. 0.002 setlinewidth
  19413. 0.46525 0.60441 moveto 0.46175 0.61412 lineto 0.38399 0.63951 lineto gsave
  19414. 0.831 0.895 0.886 setrgbcolor
  19415. fill grestore
  19416. stroke
  19417. grestore
  19418. gsave
  19419. 0.002 setlinewidth
  19420. 0.53624 0.50042 moveto 0.53503 0.49395 lineto 0.58417 0.45215 lineto gsave
  19421. 0.868 0.945 0.864 setrgbcolor
  19422. fill grestore
  19423. stroke
  19424. grestore
  19425. gsave
  19426. 0.002 setlinewidth
  19427. 0.57838 0.45146 moveto 0.58417 0.45215 lineto 0.53503 0.49395 lineto gsave
  19428. 0.844 0.988 0.858 setrgbcolor
  19429. fill grestore
  19430. stroke
  19431. grestore
  19432. gsave
  19433. 0.002 setlinewidth
  19434. 0.58417 0.45215 moveto 0.57838 0.45146 lineto 0.6181 0.44728 lineto gsave
  19435. 0.196 0.723 0.843 setrgbcolor
  19436. fill grestore
  19437. stroke
  19438. grestore
  19439. gsave
  19440. 0.002 setlinewidth
  19441. 0.6181 0.44728 moveto 0.62809 0.44717 lineto 0.58417 0.45215 lineto gsave
  19442. 0.176 0.711 0.815 setrgbcolor
  19443. fill grestore
  19444. stroke
  19445. grestore
  19446. gsave
  19447. 0.002 setlinewidth
  19448. 0.4759 0.57672 moveto 0.47951 0.56811 lineto 0.53624 0.50042 lineto gsave
  19449. 0.854 0.983 0.696 setrgbcolor
  19450. fill grestore
  19451. stroke
  19452. grestore
  19453. gsave
  19454. 0.002 setlinewidth
  19455. 0.53503 0.49395 moveto 0.53624 0.50042 lineto 0.47951 0.56811 lineto gsave
  19456. 0.938 0.957 0.756 setrgbcolor
  19457. fill grestore
  19458. stroke
  19459. grestore
  19460. gsave
  19461. 0.002 setlinewidth
  19462. 0.67916 0.50601 moveto 0.66867 0.48635 lineto 0.71921 0.50056 lineto gsave
  19463. 0.295 0.376 0.776 setrgbcolor
  19464. fill grestore
  19465. stroke
  19466. grestore
  19467. gsave
  19468. 0.002 setlinewidth
  19469. 0.66867 0.48635 moveto 0.65835 0.47038 lineto 0.70536 0.49171 lineto gsave
  19470. 0.16 0.347 0.802 setrgbcolor
  19471. fill grestore
  19472. stroke
  19473. grestore
  19474. gsave
  19475. 0.002 setlinewidth
  19476. 0.70536 0.49171 moveto 0.71921 0.50056 lineto 0.66867 0.48635 lineto gsave
  19477. 0.062 0.473 0.888 setrgbcolor
  19478. fill grestore
  19479. stroke
  19480. grestore
  19481. gsave
  19482. 0.002 setlinewidth
  19483. 0.68981 0.52877 moveto 0.67916 0.50601 lineto 0.73313 0.51116 lineto gsave
  19484. 0.375 0.393 0.752 setrgbcolor
  19485. fill grestore
  19486. stroke
  19487. grestore
  19488. gsave
  19489. 0.002 setlinewidth
  19490. 0.71921 0.50056 moveto 0.73313 0.51116 lineto 0.67916 0.50601 lineto gsave
  19491. 0.295 0.535 0.912 setrgbcolor
  19492. fill grestore
  19493. stroke
  19494. grestore
  19495. gsave
  19496. 0.002 setlinewidth
  19497. 0.65835 0.47038 moveto 0.64817 0.45849 lineto 0.69159 0.48479 lineto gsave
  19498. 0 0.279 0.781 setrgbcolor
  19499. fill grestore
  19500. stroke
  19501. grestore
  19502. gsave
  19503. 0.002 setlinewidth
  19504. 0.69159 0.48479 moveto 0.70536 0.49171 lineto 0.67314 0.47709 lineto gsave
  19505. 0 0.305 0.686 setrgbcolor
  19506. fill grestore
  19507. stroke
  19508. grestore
  19509. gsave
  19510. 0.69159 0.48479 moveto 0.67314 0.47709 lineto 0.67262 0.47657 lineto 0 0.305 0.686 setrgbcolor
  19511. fill
  19512. grestore
  19513. gsave
  19514. 0.002 setlinewidth
  19515. 0.67786 0.47987 moveto 0.69159 0.48479 lineto 0.64817 0.45849 lineto gsave
  19516. 0.491 0 0 setrgbcolor
  19517. fill grestore
  19518. stroke
  19519. grestore
  19520. gsave
  19521. 0.002 setlinewidth
  19522. 0.64817 0.45849 moveto 0.6381 0.45079 lineto 0.67074 0.47466 lineto gsave
  19523. 0 0.133 0.588 setrgbcolor
  19524. fill grestore
  19525. stroke
  19526. grestore
  19527. gsave
  19528. 0.002 setlinewidth
  19529. 0.67074 0.47466 moveto 0.67786 0.47987 lineto gsave
  19530. 0.67102 0.47494 lineto 0 0.133 0.588 setrgbcolor
  19531. fill grestore
  19532. stroke
  19533. grestore
  19534. gsave
  19535. 0.64817 0.45849 moveto 0.67074 0.47466 lineto 0.67102 0.47494 lineto 0 0.133 0.588 setrgbcolor
  19536. fill
  19537. grestore
  19538. gsave
  19539. 0.002 setlinewidth
  19540. 0.67314 0.47709 moveto 0.65835 0.47038 lineto gsave
  19541. 0.67262 0.47657 lineto 0 0.305 0.686 setrgbcolor
  19542. fill grestore
  19543. stroke
  19544. grestore
  19545. gsave
  19546. 0.002 setlinewidth
  19547. 0.70061 0.55382 moveto 0.68981 0.52877 lineto 0.74714 0.52321 lineto gsave
  19548. 0.429 0.408 0.735 setrgbcolor
  19549. fill grestore
  19550. stroke
  19551. grestore
  19552. gsave
  19553. 0.002 setlinewidth
  19554. 0.73313 0.51116 moveto 0.74714 0.52321 lineto 0.68981 0.52877 lineto gsave
  19555. 0.424 0.549 0.877 setrgbcolor
  19556. fill grestore
  19557. stroke
  19558. grestore
  19559. gsave
  19560. 0.002 setlinewidth
  19561. 0.38399 0.63951 moveto 0.39156 0.64317 lineto 0.46525 0.60441 lineto gsave
  19562. 0.398 0 0.054 setrgbcolor
  19563. fill grestore
  19564. stroke
  19565. grestore
  19566. gsave
  19567. 0.002 setlinewidth
  19568. 0.46877 0.5949 moveto 0.46525 0.60441 lineto 0.39156 0.64317 lineto gsave
  19569. 0.865 0.945 0.867 setrgbcolor
  19570. fill grestore
  19571. stroke
  19572. grestore
  19573. gsave
  19574. 0.002 setlinewidth
  19575. 0.71152 0.58018 moveto 0.70061 0.55382 lineto 0.76123 0.5363 lineto gsave
  19576. 0.469 0.424 0.725 setrgbcolor
  19577. fill grestore
  19578. stroke
  19579. grestore
  19580. gsave
  19581. 0.002 setlinewidth
  19582. 0.74714 0.52321 moveto 0.76123 0.5363 lineto 0.70061 0.55382 lineto gsave
  19583. 0.498 0.551 0.841 setrgbcolor
  19584. fill grestore
  19585. stroke
  19586. grestore
  19587. gsave
  19588. 0.002 setlinewidth
  19589. 0.47951 0.56811 moveto 0.48316 0.55983 lineto 0.53503 0.49395 lineto gsave
  19590. 0.826 0.967 0.648 setrgbcolor
  19591. fill grestore
  19592. stroke
  19593. grestore
  19594. gsave
  19595. 0.002 setlinewidth
  19596. 0.53382 0.49033 moveto 0.53503 0.49395 lineto 0.48316 0.55983 lineto gsave
  19597. 0.89 0.981 0.698 setrgbcolor
  19598. fill grestore
  19599. stroke
  19600. grestore
  19601. gsave
  19602. 0.002 setlinewidth
  19603. 0.53503 0.49395 moveto 0.53382 0.49033 lineto 0.57838 0.45146 lineto gsave
  19604. 0.82 0.999 0.834 setrgbcolor
  19605. fill grestore
  19606. stroke
  19607. grestore
  19608. gsave
  19609. 0.002 setlinewidth
  19610. 0.72249 0.60675 moveto 0.71152 0.58018 lineto 0.77535 0.54996 lineto gsave
  19611. 0.502 0.442 0.721 setrgbcolor
  19612. fill grestore
  19613. stroke
  19614. grestore
  19615. gsave
  19616. 0.002 setlinewidth
  19617. 0.76123 0.5363 moveto 0.77535 0.54996 lineto 0.71152 0.58018 lineto gsave
  19618. 0.546 0.554 0.814 setrgbcolor
  19619. fill grestore
  19620. stroke
  19621. grestore
  19622. gsave
  19623. 0.002 setlinewidth
  19624. 0.28586 0.587 moveto 0.29594 0.6039 lineto 0.36936 0.62872 lineto gsave
  19625. 0.8 0.359 0.198 setrgbcolor
  19626. fill grestore
  19627. stroke
  19628. grestore
  19629. gsave
  19630. 0.002 setlinewidth
  19631. 0.37659 0.63446 moveto 0.36936 0.62872 lineto 0.29594 0.6039 lineto gsave
  19632. 0.546 0 0 setrgbcolor
  19633. fill grestore
  19634. stroke
  19635. grestore
  19636. gsave
  19637. 0.002 setlinewidth
  19638. 0.57256 0.45425 moveto 0.57838 0.45146 lineto 0.53382 0.49033 lineto gsave
  19639. 0.68 0.959 0.723 setrgbcolor
  19640. fill grestore
  19641. stroke
  19642. grestore
  19643. gsave
  19644. 0.002 setlinewidth
  19645. 0.57838 0.45146 moveto 0.57256 0.45425 lineto 0.60806 0.45053 lineto gsave
  19646. 0.106 0 0 setrgbcolor
  19647. fill grestore
  19648. stroke
  19649. grestore
  19650. gsave
  19651. 0.002 setlinewidth
  19652. 0.60806 0.45053 moveto 0.6181 0.44728 lineto 0.57838 0.45146 lineto gsave
  19653. 0.106 0 0 setrgbcolor
  19654. fill grestore
  19655. stroke
  19656. grestore
  19657. gsave
  19658. 0.002 setlinewidth
  19659. 0.39156 0.64317 moveto 0.39934 0.64482 lineto 0.46877 0.5949 lineto gsave
  19660. 0.292 0 0.024 setrgbcolor
  19661. fill grestore
  19662. stroke
  19663. grestore
  19664. gsave
  19665. 0.002 setlinewidth
  19666. 0.47232 0.58565 moveto 0.46877 0.5949 lineto 0.39934 0.64482 lineto gsave
  19667. 0.882 0.979 0.829 setrgbcolor
  19668. fill grestore
  19669. stroke
  19670. grestore
  19671. gsave
  19672. 0.002 setlinewidth
  19673. 0.6381 0.45079 moveto 0.62809 0.44717 lineto 0.66415 0.4769 lineto gsave
  19674. 0.597 0.024 0 setrgbcolor
  19675. fill grestore
  19676. stroke
  19677. grestore
  19678. gsave
  19679. 0.002 setlinewidth
  19680. 0.66415 0.4769 moveto 0.67786 0.47987 lineto 0.6381 0.45079 lineto gsave
  19681. 0.588 0.032 0 setrgbcolor
  19682. fill grestore
  19683. stroke
  19684. grestore
  19685. gsave
  19686. 0.002 setlinewidth
  19687. 0.77535 0.54996 moveto 0.78949 0.56367 lineto 0.72249 0.60675 lineto gsave
  19688. 0.579 0.56 0.796 setrgbcolor
  19689. fill grestore
  19690. stroke
  19691. grestore
  19692. gsave
  19693. 0.002 setlinewidth
  19694. 0.39934 0.64482 moveto 0.40733 0.64396 lineto 0.47232 0.58565 lineto gsave
  19695. 0.151 0 0 setrgbcolor
  19696. fill grestore
  19697. stroke
  19698. grestore
  19699. gsave
  19700. 0.002 setlinewidth
  19701. 0.4759 0.57672 moveto 0.47232 0.58565 lineto 0.40733 0.64396 lineto gsave
  19702. 0.879 0.993 0.776 setrgbcolor
  19703. fill grestore
  19704. stroke
  19705. grestore
  19706. gsave
  19707. 0.002 setlinewidth
  19708. 0.62809 0.44717 moveto 0.6181 0.44728 lineto 0.65043 0.4757 lineto gsave
  19709. 0.637 0.106 0 setrgbcolor
  19710. fill grestore
  19711. stroke
  19712. grestore
  19713. gsave
  19714. 0.002 setlinewidth
  19715. 0.65043 0.4757 moveto 0.66415 0.4769 lineto 0.62809 0.44717 lineto gsave
  19716. 0.619 0.102 0 setrgbcolor
  19717. fill grestore
  19718. stroke
  19719. grestore
  19720. gsave
  19721. 0.002 setlinewidth
  19722. 0.48316 0.55983 moveto 0.48685 0.55182 lineto 0.53382 0.49033 lineto gsave
  19723. 0.8 0.952 0.615 setrgbcolor
  19724. fill grestore
  19725. stroke
  19726. grestore
  19727. gsave
  19728. 0.002 setlinewidth
  19729. 0.53259 0.48909 moveto 0.53382 0.49033 lineto 0.48685 0.55182 lineto gsave
  19730. 0.782 0.944 0.6 setrgbcolor
  19731. fill grestore
  19732. stroke
  19733. grestore
  19734. gsave
  19735. 0.002 setlinewidth
  19736. 0.53382 0.49033 moveto 0.53259 0.48909 lineto 0.57256 0.45425 lineto gsave
  19737. 0.681 0.959 0.724 setrgbcolor
  19738. fill grestore
  19739. stroke
  19740. grestore
  19741. gsave
  19742. 0.002 setlinewidth
  19743. 0.29594 0.6039 moveto 0.30624 0.62104 lineto 0.37659 0.63446 lineto gsave
  19744. 0.786 0.357 0.229 setrgbcolor
  19745. fill grestore
  19746. stroke
  19747. grestore
  19748. gsave
  19749. 0.002 setlinewidth
  19750. 0.38399 0.63951 moveto 0.37659 0.63446 lineto 0.30624 0.62104 lineto gsave
  19751. 0.504 0 0 setrgbcolor
  19752. fill grestore
  19753. stroke
  19754. grestore
  19755. gsave
  19756. 0.002 setlinewidth
  19757. 0.56667 0.45968 moveto 0.57256 0.45425 lineto 0.53259 0.48909 lineto gsave
  19758. 0 0 0 setrgbcolor
  19759. fill grestore
  19760. stroke
  19761. grestore
  19762. gsave
  19763. 0.002 setlinewidth
  19764. 0.57256 0.45425 moveto 0.56667 0.45968 lineto 0.59793 0.45617 lineto gsave
  19765. 0.239 0 0 setrgbcolor
  19766. fill grestore
  19767. stroke
  19768. grestore
  19769. gsave
  19770. 0.002 setlinewidth
  19771. 0.59793 0.45617 moveto 0.60806 0.45053 lineto 0.57256 0.45425 lineto gsave
  19772. 0.235 0 0 setrgbcolor
  19773. fill grestore
  19774. stroke
  19775. grestore
  19776. gsave
  19777. 0.002 setlinewidth
  19778. 0.40733 0.64396 moveto 0.41552 0.64025 lineto 0.4759 0.57672 lineto gsave
  19779. 0 0 0 setrgbcolor
  19780. fill grestore
  19781. stroke
  19782. grestore
  19783. gsave
  19784. 0.002 setlinewidth
  19785. 0.47951 0.56811 moveto 0.4759 0.57672 lineto 0.41552 0.64025 lineto gsave
  19786. 0.858 0.987 0.714 setrgbcolor
  19787. fill grestore
  19788. stroke
  19789. grestore
  19790. gsave
  19791. 0.002 setlinewidth
  19792. 0.6181 0.44728 moveto 0.60806 0.45053 lineto 0.63665 0.47598 lineto gsave
  19793. 0.624 0.134 0.067 setrgbcolor
  19794. fill grestore
  19795. stroke
  19796. grestore
  19797. gsave
  19798. 0.002 setlinewidth
  19799. 0.63665 0.47598 moveto 0.65043 0.4757 lineto 0.6181 0.44728 lineto gsave
  19800. 0.625 0.134 0.066 setrgbcolor
  19801. fill grestore
  19802. stroke
  19803. grestore
  19804. gsave
  19805. 0.002 setlinewidth
  19806. 0.29594 0.6039 moveto 0.28586 0.587 lineto 0.22985 0.53758 lineto gsave
  19807. 0.801 0.319 0 setrgbcolor
  19808. fill grestore
  19809. stroke
  19810. grestore
  19811. gsave
  19812. 0.002 setlinewidth
  19813. 0.48685 0.55182 moveto 0.49057 0.54402 lineto 0.53259 0.48909 lineto gsave
  19814. 0.783 0.945 0.602 setrgbcolor
  19815. fill grestore
  19816. stroke
  19817. grestore
  19818. gsave
  19819. 0.002 setlinewidth
  19820. 0.53135 0.48963 moveto 0.53259 0.48909 lineto 0.49057 0.54402 lineto gsave
  19821. 0.653 0.872 0.501 setrgbcolor
  19822. fill grestore
  19823. stroke
  19824. grestore
  19825. gsave
  19826. 0.002 setlinewidth
  19827. 0.53259 0.48909 moveto 0.53135 0.48963 lineto 0.56667 0.45968 lineto gsave
  19828. 0.509 0.853 0.586 setrgbcolor
  19829. fill grestore
  19830. stroke
  19831. grestore
  19832. gsave
  19833. 0.002 setlinewidth
  19834. 0.30624 0.62104 moveto 0.31685 0.63716 lineto 0.38399 0.63951 lineto gsave
  19835. 0.762 0.334 0.236 setrgbcolor
  19836. fill grestore
  19837. stroke
  19838. grestore
  19839. gsave
  19840. 0.002 setlinewidth
  19841. 0.39156 0.64317 moveto 0.38399 0.63951 lineto 0.31685 0.63716 lineto gsave
  19842. 0.405 0 0 setrgbcolor
  19843. fill grestore
  19844. stroke
  19845. grestore
  19846. gsave
  19847. 0.002 setlinewidth
  19848. 0.41552 0.64025 moveto 0.4239 0.63355 lineto 0.47951 0.56811 lineto gsave
  19849. 0 0 0 setrgbcolor
  19850. fill grestore
  19851. stroke
  19852. grestore
  19853. gsave
  19854. 0.002 setlinewidth
  19855. 0.48316 0.55983 moveto 0.47951 0.56811 lineto 0.4239 0.63355 lineto gsave
  19856. 0.828 0.969 0.654 setrgbcolor
  19857. fill grestore
  19858. stroke
  19859. grestore
  19860. gsave
  19861. 0.002 setlinewidth
  19862. 0.56068 0.46671 moveto 0.56667 0.45968 lineto 0.53135 0.48963 lineto gsave
  19863. 0 0 0 setrgbcolor
  19864. fill grestore
  19865. stroke
  19866. grestore
  19867. gsave
  19868. 0.002 setlinewidth
  19869. 0.56667 0.45968 moveto 0.56068 0.46671 lineto 0.58765 0.46324 lineto gsave
  19870. 0.28 0 0 setrgbcolor
  19871. fill grestore
  19872. stroke
  19873. grestore
  19874. gsave
  19875. 0.002 setlinewidth
  19876. 0.58765 0.46324 moveto 0.59793 0.45617 lineto 0.56667 0.45968 lineto gsave
  19877. 0.277 0 0 setrgbcolor
  19878. fill grestore
  19879. stroke
  19880. grestore
  19881. gsave
  19882. 0.002 setlinewidth
  19883. 0.60806 0.45053 moveto 0.59793 0.45617 lineto 0.62279 0.47736 lineto gsave
  19884. 0.597 0.131 0.117 setrgbcolor
  19885. fill grestore
  19886. stroke
  19887. grestore
  19888. gsave
  19889. 0.002 setlinewidth
  19890. 0.62279 0.47736 moveto 0.63665 0.47598 lineto 0.60806 0.45053 lineto gsave
  19891. 0.618 0.14 0.097 setrgbcolor
  19892. fill grestore
  19893. stroke
  19894. grestore
  19895. gsave
  19896. 0.002 setlinewidth
  19897. 0.4239 0.63355 moveto 0.43244 0.62392 lineto 0.48316 0.55983 lineto gsave
  19898. 0 0 0 setrgbcolor
  19899. fill grestore
  19900. stroke
  19901. grestore
  19902. gsave
  19903. 0.002 setlinewidth
  19904. 0.48685 0.55182 moveto 0.48316 0.55983 lineto 0.43244 0.62392 lineto gsave
  19905. 0.797 0.948 0.606 setrgbcolor
  19906. fill grestore
  19907. stroke
  19908. grestore
  19909. gsave
  19910. 0.002 setlinewidth
  19911. 0.49057 0.54402 moveto 0.49433 0.53636 lineto 0.53135 0.48963 lineto gsave
  19912. 0.777 0.947 0.611 setrgbcolor
  19913. fill grestore
  19914. stroke
  19915. grestore
  19916. gsave
  19917. 0.002 setlinewidth
  19918. 0.53008 0.49123 moveto 0.53135 0.48963 lineto 0.49433 0.53636 lineto gsave
  19919. 0.554 0.811 0.439 setrgbcolor
  19920. fill grestore
  19921. stroke
  19922. grestore
  19923. gsave
  19924. 0.002 setlinewidth
  19925. 0.53135 0.48963 moveto 0.53008 0.49123 lineto 0.56068 0.46671 lineto gsave
  19926. 0 0 0 setrgbcolor
  19927. fill grestore
  19928. stroke
  19929. grestore
  19930. gsave
  19931. 0.002 setlinewidth
  19932. 0.31685 0.63716 moveto 0.32784 0.65097 lineto 0.39156 0.64317 lineto gsave
  19933. 0.723 0.29 0.22 setrgbcolor
  19934. fill grestore
  19935. stroke
  19936. grestore
  19937. gsave
  19938. 0.002 setlinewidth
  19939. 0.39934 0.64482 moveto 0.39156 0.64317 lineto 0.32784 0.65097 lineto gsave
  19940. 0.236 0 0 setrgbcolor
  19941. fill grestore
  19942. stroke
  19943. grestore
  19944. gsave
  19945. 0.002 setlinewidth
  19946. 0.22985 0.53758 moveto 0.2427 0.55717 lineto 0.29594 0.6039 lineto gsave
  19947. 0.801 0.319 0 setrgbcolor
  19948. fill grestore
  19949. stroke
  19950. grestore
  19951. gsave
  19952. 0.002 setlinewidth
  19953. 0.30624 0.62104 moveto 0.29594 0.6039 lineto 0.2427 0.55717 lineto gsave
  19954. 0.798 0.316 0 setrgbcolor
  19955. fill grestore
  19956. stroke
  19957. grestore
  19958. gsave
  19959. 0.002 setlinewidth
  19960. 0.43244 0.62392 moveto 0.44112 0.61162 lineto 0.48685 0.55182 lineto gsave
  19961. 0.637 0.858 0.482 setrgbcolor
  19962. fill grestore
  19963. stroke
  19964. grestore
  19965. gsave
  19966. 0.002 setlinewidth
  19967. 0.49057 0.54402 moveto 0.48685 0.55182 lineto 0.44112 0.61162 lineto gsave
  19968. 0.773 0.932 0.575 setrgbcolor
  19969. fill grestore
  19970. stroke
  19971. grestore
  19972. gsave
  19973. 0.002 setlinewidth
  19974. 0.59793 0.45617 moveto 0.58765 0.46324 lineto 0.60882 0.47938 lineto gsave
  19975. 0.563 0.105 0.123 setrgbcolor
  19976. fill grestore
  19977. stroke
  19978. grestore
  19979. gsave
  19980. 0.002 setlinewidth
  19981. 0.60882 0.47938 moveto 0.62279 0.47736 lineto 0.59793 0.45617 lineto gsave
  19982. 0.603 0.126 0.094 setrgbcolor
  19983. fill grestore
  19984. stroke
  19985. grestore
  19986. gsave
  19987. 0.002 setlinewidth
  19988. 0.76123 0.5363 moveto 0.74714 0.52321 lineto 0.78552 0.52132 lineto gsave
  19989. 0.151 0.424 0.864 setrgbcolor
  19990. fill grestore
  19991. stroke
  19992. grestore
  19993. gsave
  19994. 0.002 setlinewidth
  19995. 0.76968 0.52464 moveto 0.78552 0.52132 lineto 0.74714 0.52321 lineto gsave
  19996. 0.001 0 0 setrgbcolor
  19997. fill grestore
  19998. stroke
  19999. grestore
  20000. gsave
  20001. 0.002 setlinewidth
  20002. 0.74714 0.52321 moveto 0.73313 0.51116 lineto 0.76968 0.52464 lineto gsave
  20003. 0 0.298 0.782 setrgbcolor
  20004. fill grestore
  20005. stroke
  20006. grestore
  20007. gsave
  20008. 0.002 setlinewidth
  20009. 0.77535 0.54996 moveto 0.76123 0.5363 lineto 0.80123 0.51735 lineto gsave
  20010. 0.333 0.49 0.866 setrgbcolor
  20011. fill grestore
  20012. stroke
  20013. grestore
  20014. gsave
  20015. 0.002 setlinewidth
  20016. 0.78552 0.52132 moveto 0.76968 0.52464 lineto 0.77026 0.52474 lineto gsave
  20017. 0 0 0 setrgbcolor
  20018. fill grestore
  20019. stroke
  20020. grestore
  20021. gsave
  20022. 0.002 setlinewidth
  20023. 0.79947 0.51818 moveto 0.77959 0.5276 lineto gsave
  20024. 0.78552 0.52132 lineto 0.375 0.842 0.843 setrgbcolor
  20025. fill grestore
  20026. stroke
  20027. grestore
  20028. gsave
  20029. 0.002 setlinewidth
  20030. 0.77959 0.5276 moveto 0.76123 0.5363 lineto gsave
  20031. 0.78552 0.52132 lineto 0.375 0.842 0.843 setrgbcolor
  20032. fill grestore
  20033. stroke
  20034. grestore
  20035. gsave
  20036. 0.002 setlinewidth
  20037. 0.78552 0.52132 moveto 0.80123 0.51735 lineto 0.79947 0.51818 lineto gsave
  20038. 0.375 0.842 0.843 setrgbcolor
  20039. fill grestore
  20040. stroke
  20041. grestore
  20042. gsave
  20043. 0.002 setlinewidth
  20044. 0.80123 0.51735 moveto 0.78552 0.52132 lineto 0.79739 0.50871 lineto gsave
  20045. 0.386 0.848 0.851 setrgbcolor
  20046. fill grestore
  20047. stroke
  20048. grestore
  20049. gsave
  20050. 0.002 setlinewidth
  20051. 0.78126 0.52682 moveto 0.79676 0.50941 lineto gsave
  20052. 0.78552 0.52132 lineto 0 0 0 setrgbcolor
  20053. fill grestore
  20054. stroke
  20055. grestore
  20056. gsave
  20057. 0.002 setlinewidth
  20058. 0.79676 0.50941 moveto 0.79739 0.50871 lineto gsave
  20059. 0.78552 0.52132 lineto 0 0 0 setrgbcolor
  20060. fill grestore
  20061. stroke
  20062. grestore
  20063. gsave
  20064. 0.002 setlinewidth
  20065. 0.77026 0.52474 moveto 0.78126 0.52682 lineto gsave
  20066. 0.78552 0.52132 lineto 0 0 0 setrgbcolor
  20067. fill grestore
  20068. stroke
  20069. grestore
  20070. gsave
  20071. 0.002 setlinewidth
  20072. 0.55457 0.47419 moveto 0.56068 0.46671 lineto 0.53008 0.49123 lineto gsave
  20073. 0 0 0 setrgbcolor
  20074. fill grestore
  20075. stroke
  20076. grestore
  20077. gsave
  20078. 0.002 setlinewidth
  20079. 0.56068 0.46671 moveto 0.55457 0.47419 lineto 0.5772 0.4707 lineto gsave
  20080. 0.271 0 0 setrgbcolor
  20081. fill grestore
  20082. stroke
  20083. grestore
  20084. gsave
  20085. 0.002 setlinewidth
  20086. 0.5772 0.4707 moveto 0.58765 0.46324 lineto 0.56068 0.46671 lineto gsave
  20087. 0.27 0 0 setrgbcolor
  20088. fill grestore
  20089. stroke
  20090. grestore
  20091. gsave
  20092. 0.002 setlinewidth
  20093. 0.73313 0.51116 moveto 0.71921 0.50056 lineto 0.75368 0.52703 lineto gsave
  20094. 0.432 0 0 setrgbcolor
  20095. fill grestore
  20096. stroke
  20097. grestore
  20098. gsave
  20099. 0.002 setlinewidth
  20100. 0.75368 0.52703 moveto 0.76968 0.52464 lineto 0.73313 0.51116 lineto gsave
  20101. 0.292 0 0 setrgbcolor
  20102. fill grestore
  20103. stroke
  20104. grestore
  20105. gsave
  20106. 0.002 setlinewidth
  20107. 0.78949 0.56367 moveto 0.77535 0.54996 lineto 0.81682 0.51305 lineto gsave
  20108. 0.447 0.528 0.847 setrgbcolor
  20109. fill grestore
  20110. stroke
  20111. grestore
  20112. gsave
  20113. 0.002 setlinewidth
  20114. 0.80123 0.51735 moveto 0.81682 0.51305 lineto 0.77535 0.54996 lineto gsave
  20115. 0.642 0.942 0.959 setrgbcolor
  20116. fill grestore
  20117. stroke
  20118. grestore
  20119. gsave
  20120. 0.002 setlinewidth
  20121. 0.81682 0.51305 moveto 0.83232 0.50874 lineto 0.78949 0.56367 lineto gsave
  20122. 0.751 0.914 0.947 setrgbcolor
  20123. fill grestore
  20124. stroke
  20125. grestore
  20126. gsave
  20127. 0.002 setlinewidth
  20128. 0.71921 0.50056 moveto 0.70536 0.49171 lineto 0.73754 0.5283 lineto gsave
  20129. 0.629 0.069 0 setrgbcolor
  20130. fill grestore
  20131. stroke
  20132. grestore
  20133. gsave
  20134. 0.002 setlinewidth
  20135. 0.73754 0.5283 moveto 0.75368 0.52703 lineto 0.71921 0.50056 lineto gsave
  20136. 0.46 0 0 setrgbcolor
  20137. fill grestore
  20138. stroke
  20139. grestore
  20140. gsave
  20141. 0.002 setlinewidth
  20142. 0.70536 0.49171 moveto 0.69159 0.48479 lineto 0.72125 0.5283 lineto gsave
  20143. 0.705 0.174 0 setrgbcolor
  20144. fill grestore
  20145. stroke
  20146. grestore
  20147. gsave
  20148. 0.002 setlinewidth
  20149. 0.72125 0.5283 moveto 0.73754 0.5283 lineto 0.70536 0.49171 lineto gsave
  20150. 0.556 0.068 0.051 setrgbcolor
  20151. fill grestore
  20152. stroke
  20153. grestore
  20154. gsave
  20155. 0.002 setlinewidth
  20156. 0.32784 0.65097 moveto 0.33924 0.66133 lineto 0.39934 0.64482 lineto gsave
  20157. 0.662 0.214 0.177 setrgbcolor
  20158. fill grestore
  20159. stroke
  20160. grestore
  20161. gsave
  20162. 0.002 setlinewidth
  20163. 0.35108 0.6673 moveto 0.36334 0.66824 lineto 0.40472 0.64604 lineto gsave
  20164. 0.364 0 0 setrgbcolor
  20165. fill grestore
  20166. stroke
  20167. grestore
  20168. gsave
  20169. 0.002 setlinewidth
  20170. 0.40733 0.64396 moveto 0.39934 0.64482 lineto 0.38177 0.64965 lineto gsave
  20171. 0 0 0 setrgbcolor
  20172. fill grestore
  20173. stroke
  20174. grestore
  20175. gsave
  20176. 0.002 setlinewidth
  20177. 0.38177 0.64965 moveto 0.35854 0.65603 lineto gsave
  20178. 0.38494 0.6495 lineto 0 0 0 setrgbcolor
  20179. fill grestore
  20180. stroke
  20181. grestore
  20182. gsave
  20183. 0.40733 0.64396 moveto 0.38177 0.64965 lineto 0.38494 0.6495 lineto 0 0 0 setrgbcolor
  20184. fill
  20185. grestore
  20186. gsave
  20187. 0.002 setlinewidth
  20188. 0.36334 0.66824 moveto 0.37597 0.66389 lineto 0.39982 0.64879 lineto gsave
  20189. 0.011 0 0 setrgbcolor
  20190. fill grestore
  20191. stroke
  20192. grestore
  20193. gsave
  20194. 0.40733 0.64396 moveto 0.35854 0.65603 lineto 0.36826 0.65392 lineto 0 0 0 setrgbcolor
  20195. fill
  20196. grestore
  20197. gsave
  20198. 0.002 setlinewidth
  20199. 0.33924 0.66133 moveto 0.35108 0.6673 lineto 0.40733 0.64396 lineto gsave
  20200. 0.557 0.086 0.093 setrgbcolor
  20201. fill grestore
  20202. stroke
  20203. grestore
  20204. gsave
  20205. 0.002 setlinewidth
  20206. 0.40339 0.64559 moveto 0.37488 0.65742 lineto gsave
  20207. 0.40308 0.6455 lineto 0.31 0.783 0.678 setrgbcolor
  20208. fill grestore
  20209. stroke
  20210. grestore
  20211. gsave
  20212. 0.41552 0.64025 moveto 0.37488 0.65742 lineto 0.38383 0.65355 lineto 0.31 0.783 0.678 setrgbcolor
  20213. fill
  20214. grestore
  20215. gsave
  20216. 0.002 setlinewidth
  20217. 0.41552 0.64025 moveto 0.40733 0.64396 lineto 0.40339 0.64559 lineto gsave
  20218. 0.31 0.783 0.678 setrgbcolor
  20219. fill grestore
  20220. stroke
  20221. grestore
  20222. gsave
  20223. 0.41552 0.64025 moveto 0.40339 0.64559 lineto 0.40308 0.6455 lineto 0.31 0.783 0.678 setrgbcolor
  20224. fill
  20225. grestore
  20226. gsave
  20227. 0.002 setlinewidth
  20228. 0.40472 0.64604 moveto 0.41552 0.64025 lineto gsave
  20229. 0.40303 0.64549 lineto 0.364 0 0 setrgbcolor
  20230. fill grestore
  20231. stroke
  20232. grestore
  20233. gsave
  20234. 0.39853 0.64738 moveto 0.4011 0.64682 lineto 0.40303 0.64549 lineto 0.364 0 0 setrgbcolor
  20235. fill
  20236. grestore
  20237. gsave
  20238. 0.40472 0.64604 moveto 0.40303 0.64549 lineto 0.4011 0.64682 lineto 0.364 0 0 setrgbcolor
  20239. fill
  20240. grestore
  20241. gsave
  20242. 0.002 setlinewidth
  20243. 0.37488 0.65742 moveto 0.35108 0.6673 lineto gsave
  20244. 0.38383 0.65355 lineto 0.31 0.783 0.678 setrgbcolor
  20245. fill grestore
  20246. stroke
  20247. grestore
  20248. gsave
  20249. 0.35108 0.6673 moveto 0.40472 0.64604 lineto 0.39853 0.64738 lineto 0.364 0 0 setrgbcolor
  20250. fill
  20251. grestore
  20252. gsave
  20253. 0.002 setlinewidth
  20254. 0.41552 0.64025 moveto 0.36334 0.66824 lineto gsave
  20255. 0.42179 0.63475 lineto 0.569 0.927 0.757 setrgbcolor
  20256. fill grestore
  20257. stroke
  20258. grestore
  20259. gsave
  20260. 0.002 setlinewidth
  20261. 0.4239 0.63355 moveto 0.42279 0.63443 lineto gsave
  20262. 0.42179 0.63475 lineto 0.569 0.927 0.757 setrgbcolor
  20263. fill grestore
  20264. stroke
  20265. grestore
  20266. gsave
  20267. 0.002 setlinewidth
  20268. 0.42279 0.63443 moveto 0.41552 0.64025 lineto gsave
  20269. 0.42179 0.63475 lineto 0.569 0.927 0.757 setrgbcolor
  20270. fill grestore
  20271. stroke
  20272. grestore
  20273. gsave
  20274. 0.002 setlinewidth
  20275. 0.4021 0.64016 moveto 0.44112 0.61162 lineto gsave
  20276. 0.40714 0.63944 lineto 0.766 0.986 0.748 setrgbcolor
  20277. fill grestore
  20278. stroke
  20279. grestore
  20280. gsave
  20281. 0.36334 0.66824 moveto 0.39982 0.64879 lineto 0.39706 0.64892 lineto 0.011 0 0 setrgbcolor
  20282. fill
  20283. grestore
  20284. gsave
  20285. 0.002 setlinewidth
  20286. 0.38892 0.65436 moveto 0.39046 0.6527 lineto gsave
  20287. 0.39208 0.65177 lineto 0.766 0.986 0.748 setrgbcolor
  20288. fill grestore
  20289. stroke
  20290. grestore
  20291. gsave
  20292. 0.002 setlinewidth
  20293. 0.39046 0.6527 moveto 0.40092 0.64143 lineto gsave
  20294. 0.39208 0.65177 lineto 0.766 0.986 0.748 setrgbcolor
  20295. fill grestore
  20296. stroke
  20297. grestore
  20298. gsave
  20299. 0.39208 0.65177 moveto 0.40092 0.64143 lineto 0.40714 0.63944 lineto 0.766 0.986 0.748 setrgbcolor
  20300. fill
  20301. grestore
  20302. gsave
  20303. 0.002 setlinewidth
  20304. 0.40092 0.64143 moveto 0.4021 0.64016 lineto gsave
  20305. 0.40714 0.63944 lineto 0.766 0.986 0.748 setrgbcolor
  20306. fill grestore
  20307. stroke
  20308. grestore
  20309. gsave
  20310. 0.002 setlinewidth
  20311. 0.37597 0.66389 moveto 0.38892 0.65436 lineto 0.40203 0.64519 lineto gsave
  20312. 0.452 0.836 0.608 setrgbcolor
  20313. fill grestore
  20314. stroke
  20315. grestore
  20316. gsave
  20317. 0.002 setlinewidth
  20318. 0.40203 0.64519 moveto 0.43244 0.62392 lineto gsave
  20319. 0.40228 0.64527 lineto 0.452 0.836 0.608 setrgbcolor
  20320. fill grestore
  20321. stroke
  20322. grestore
  20323. gsave
  20324. 0.002 setlinewidth
  20325. 0.39982 0.64879 moveto 0.41059 0.64197 lineto gsave
  20326. 0.39706 0.64892 lineto 0.011 0 0 setrgbcolor
  20327. fill grestore
  20328. stroke
  20329. grestore
  20330. gsave
  20331. 0.39706 0.64892 moveto 0.41059 0.64197 lineto 0.40487 0.64445 lineto 0.011 0 0 setrgbcolor
  20332. fill
  20333. grestore
  20334. gsave
  20335. 0.37597 0.66389 moveto 0.40203 0.64519 lineto 0.40228 0.64527 lineto 0.452 0.836 0.608 setrgbcolor
  20336. fill
  20337. grestore
  20338. gsave
  20339. 0.002 setlinewidth
  20340. 0.41059 0.64197 moveto 0.4239 0.63355 lineto gsave
  20341. 0.40487 0.64445 lineto 0.011 0 0 setrgbcolor
  20342. fill grestore
  20343. stroke
  20344. grestore
  20345. gsave
  20346. 0.002 setlinewidth
  20347. 0.35854 0.65603 moveto 0.33924 0.66133 lineto gsave
  20348. 0.36826 0.65392 lineto 0 0 0 setrgbcolor
  20349. fill grestore
  20350. stroke
  20351. grestore
  20352. gsave
  20353. 0.002 setlinewidth
  20354. 0.49433 0.53636 moveto 0.49814 0.52874 lineto 0.53008 0.49123 lineto gsave
  20355. 0.783 0.961 0.646 setrgbcolor
  20356. fill grestore
  20357. stroke
  20358. grestore
  20359. gsave
  20360. 0.002 setlinewidth
  20361. 0.52887 0.49265 moveto 0.49814 0.52874 lineto gsave
  20362. 0.5288 0.49305 lineto 0 0 0 setrgbcolor
  20363. fill grestore
  20364. stroke
  20365. grestore
  20366. gsave
  20367. 0.002 setlinewidth
  20368. 0.49814 0.52874 moveto 0.502 0.52106 lineto 0.5288 0.49305 lineto gsave
  20369. 0.798 0.981 0.706 setrgbcolor
  20370. fill grestore
  20371. stroke
  20372. grestore
  20373. gsave
  20374. 0.002 setlinewidth
  20375. 0.52749 0.49427 moveto 0.5288 0.49305 lineto 0.52608 0.49589 lineto gsave
  20376. 0.526 0.827 0.501 setrgbcolor
  20377. fill grestore
  20378. stroke
  20379. grestore
  20380. gsave
  20381. 0.002 setlinewidth
  20382. 0.52608 0.49589 moveto 0.502 0.52106 lineto gsave
  20383. 0.52749 0.49427 lineto 0.526 0.827 0.501 setrgbcolor
  20384. fill grestore
  20385. stroke
  20386. grestore
  20387. gsave
  20388. 0.002 setlinewidth
  20389. 0.52749 0.49427 moveto 0.52615 0.49404 lineto 0.529 0.49252 lineto gsave
  20390. 0.433 0.857 0.717 setrgbcolor
  20391. fill grestore
  20392. stroke
  20393. grestore
  20394. gsave
  20395. 0.002 setlinewidth
  20396. 0.5288 0.49305 moveto 0.52749 0.49427 lineto 0.52872 0.49347 lineto gsave
  20397. 0 0 0 setrgbcolor
  20398. fill grestore
  20399. stroke
  20400. grestore
  20401. gsave
  20402. 0.002 setlinewidth
  20403. 0.52872 0.49347 moveto 0.54832 0.48088 lineto gsave
  20404. 0.5288 0.49305 lineto 0 0 0 setrgbcolor
  20405. fill grestore
  20406. stroke
  20407. grestore
  20408. gsave
  20409. 0.002 setlinewidth
  20410. 0.5288 0.49305 moveto 0.53008 0.49123 lineto 0.52887 0.49265 lineto gsave
  20411. 0 0 0 setrgbcolor
  20412. fill grestore
  20413. stroke
  20414. grestore
  20415. gsave
  20416. 0.002 setlinewidth
  20417. 0.53008 0.49123 moveto 0.5288 0.49305 lineto 0.55457 0.47419 lineto gsave
  20418. 0 0 0 setrgbcolor
  20419. fill grestore
  20420. stroke
  20421. grestore
  20422. gsave
  20423. 0.002 setlinewidth
  20424. 0.54832 0.48088 moveto 0.55457 0.47419 lineto 0.5288 0.49305 lineto gsave
  20425. 0 0 0 setrgbcolor
  20426. fill grestore
  20427. stroke
  20428. grestore
  20429. gsave
  20430. 0.002 setlinewidth
  20431. 0.54193 0.48559 moveto 0.54832 0.48088 lineto 0.53992 0.48627 lineto gsave
  20432. 0 0 0 setrgbcolor
  20433. fill grestore
  20434. stroke
  20435. grestore
  20436. gsave
  20437. 0.002 setlinewidth
  20438. 0.53992 0.48627 moveto 0.52749 0.49427 lineto gsave
  20439. 0.54193 0.48559 lineto 0 0 0 setrgbcolor
  20440. fill grestore
  20441. stroke
  20442. grestore
  20443. gsave
  20444. 0.002 setlinewidth
  20445. 0.54832 0.48088 moveto 0.54193 0.48559 lineto 0.55568 0.48244 lineto gsave
  20446. 0.077 0 0 setrgbcolor
  20447. fill grestore
  20448. stroke
  20449. grestore
  20450. gsave
  20451. 0.002 setlinewidth
  20452. 0.54193 0.48559 moveto 0.5354 0.48725 lineto 0.54441 0.48475 lineto gsave
  20453. 0.202 0.721 0.697 setrgbcolor
  20454. fill grestore
  20455. stroke
  20456. grestore
  20457. gsave
  20458. 0.002 setlinewidth
  20459. 0.54441 0.48475 moveto 0.54462 0.48469 lineto gsave
  20460. 0.54193 0.48559 lineto 0.202 0.721 0.697 setrgbcolor
  20461. fill grestore
  20462. stroke
  20463. grestore
  20464. gsave
  20465. 0.002 setlinewidth
  20466. 0.529 0.49252 moveto 0.54193 0.48559 lineto gsave
  20467. 0.52749 0.49427 lineto 0.433 0.857 0.717 setrgbcolor
  20468. fill grestore
  20469. stroke
  20470. grestore
  20471. gsave
  20472. 0.002 setlinewidth
  20473. 0.69159 0.48479 moveto 0.67786 0.47987 lineto 0.70484 0.52698 lineto gsave
  20474. 0.723 0.227 0.058 setrgbcolor
  20475. fill grestore
  20476. stroke
  20477. grestore
  20478. gsave
  20479. 0.002 setlinewidth
  20480. 0.70484 0.52698 moveto 0.72125 0.5283 lineto 0.69159 0.48479 lineto gsave
  20481. 0.614 0.148 0.122 setrgbcolor
  20482. fill grestore
  20483. stroke
  20484. grestore
  20485. gsave
  20486. 0.002 setlinewidth
  20487. 0.44112 0.61162 moveto 0.44991 0.5971 lineto 0.49057 0.54402 lineto gsave
  20488. 0.774 0.933 0.576 setrgbcolor
  20489. fill grestore
  20490. stroke
  20491. grestore
  20492. gsave
  20493. 0.002 setlinewidth
  20494. 0.49433 0.53636 moveto 0.49057 0.54402 lineto 0.44991 0.5971 lineto gsave
  20495. 0.76 0.927 0.567 setrgbcolor
  20496. fill grestore
  20497. stroke
  20498. grestore
  20499. gsave
  20500. 0.002 setlinewidth
  20501. 0.2427 0.55717 moveto 0.2558 0.57701 lineto 0.30624 0.62104 lineto gsave
  20502. 0.798 0.316 0 setrgbcolor
  20503. fill grestore
  20504. stroke
  20505. grestore
  20506. gsave
  20507. 0.002 setlinewidth
  20508. 0.31685 0.63716 moveto 0.30624 0.62104 lineto 0.2558 0.57701 lineto gsave
  20509. 0.766 0.273 0 setrgbcolor
  20510. fill grestore
  20511. stroke
  20512. grestore
  20513. gsave
  20514. 0.002 setlinewidth
  20515. 0.67786 0.47987 moveto 0.66415 0.4769 lineto 0.68832 0.52437 lineto gsave
  20516. 0.719 0.25 0.134 setrgbcolor
  20517. fill grestore
  20518. stroke
  20519. grestore
  20520. gsave
  20521. 0.002 setlinewidth
  20522. 0.68832 0.52437 moveto 0.70484 0.52698 lineto 0.67786 0.47987 lineto gsave
  20523. 0.651 0.198 0.163 setrgbcolor
  20524. fill grestore
  20525. stroke
  20526. grestore
  20527. gsave
  20528. 0.002 setlinewidth
  20529. 0.58765 0.46324 moveto 0.5772 0.4707 lineto 0.59471 0.48155 lineto gsave
  20530. 0.517 0.052 0.089 setrgbcolor
  20531. fill grestore
  20532. stroke
  20533. grestore
  20534. gsave
  20535. 0.002 setlinewidth
  20536. 0.59471 0.48155 moveto 0.60882 0.47938 lineto 0.58765 0.46324 lineto gsave
  20537. 0.577 0.088 0.058 setrgbcolor
  20538. fill grestore
  20539. stroke
  20540. grestore
  20541. gsave
  20542. 0.002 setlinewidth
  20543. 0.66415 0.4769 moveto 0.65043 0.4757 lineto 0.67174 0.52061 lineto gsave
  20544. 0.707 0.255 0.175 setrgbcolor
  20545. fill grestore
  20546. stroke
  20547. grestore
  20548. gsave
  20549. 0.002 setlinewidth
  20550. 0.67174 0.52061 moveto 0.68832 0.52437 lineto 0.66415 0.4769 lineto gsave
  20551. 0.676 0.23 0.185 setrgbcolor
  20552. fill grestore
  20553. stroke
  20554. grestore
  20555. gsave
  20556. 0.002 setlinewidth
  20557. 0.55457 0.47419 moveto 0.54832 0.48088 lineto 0.56654 0.47746 lineto gsave
  20558. 0.214 0 0 setrgbcolor
  20559. fill grestore
  20560. stroke
  20561. grestore
  20562. gsave
  20563. 0.002 setlinewidth
  20564. 0.56654 0.47746 moveto 0.5772 0.4707 lineto 0.55457 0.47419 lineto gsave
  20565. 0.216 0 0 setrgbcolor
  20566. fill grestore
  20567. stroke
  20568. grestore
  20569. gsave
  20570. 0.002 setlinewidth
  20571. 0.44991 0.5971 moveto 0.45878 0.58095 lineto 0.49433 0.53636 lineto gsave
  20572. 0.862 0.969 0.648 setrgbcolor
  20573. fill grestore
  20574. stroke
  20575. grestore
  20576. gsave
  20577. 0.002 setlinewidth
  20578. 0.49814 0.52874 moveto 0.49433 0.53636 lineto 0.45878 0.58095 lineto gsave
  20579. 0.761 0.933 0.583 setrgbcolor
  20580. fill grestore
  20581. stroke
  20582. grestore
  20583. gsave
  20584. 0.002 setlinewidth
  20585. 0.65043 0.4757 moveto 0.63665 0.47598 lineto 0.6551 0.51589 lineto gsave
  20586. 0.69 0.247 0.192 setrgbcolor
  20587. fill grestore
  20588. stroke
  20589. grestore
  20590. gsave
  20591. 0.002 setlinewidth
  20592. 0.6551 0.51589 moveto 0.67174 0.52061 lineto 0.65043 0.4757 lineto gsave
  20593. 0.691 0.247 0.192 setrgbcolor
  20594. fill grestore
  20595. stroke
  20596. grestore
  20597. gsave
  20598. 0.002 setlinewidth
  20599. 0.2558 0.57701 moveto 0.26926 0.59579 lineto 0.31685 0.63716 lineto gsave
  20600. 0.766 0.273 0 setrgbcolor
  20601. fill grestore
  20602. stroke
  20603. grestore
  20604. gsave
  20605. 0.002 setlinewidth
  20606. 0.32784 0.65097 moveto 0.31685 0.63716 lineto 0.26926 0.59579 lineto gsave
  20607. 0.684 0.171 0 setrgbcolor
  20608. fill grestore
  20609. stroke
  20610. grestore
  20611. gsave
  20612. 0.002 setlinewidth
  20613. 0.2427 0.55717 moveto 0.22985 0.53758 lineto 0.20158 0.47828 lineto gsave
  20614. 0 0 0.499 setrgbcolor
  20615. fill grestore
  20616. stroke
  20617. grestore
  20618. gsave
  20619. 0.002 setlinewidth
  20620. 0.45878 0.58095 moveto 0.46771 0.56383 lineto 0.49814 0.52874 lineto gsave
  20621. 0.909 0.978 0.704 setrgbcolor
  20622. fill grestore
  20623. stroke
  20624. grestore
  20625. gsave
  20626. 0.002 setlinewidth
  20627. 0.502 0.52106 moveto 0.49814 0.52874 lineto 0.46771 0.56383 lineto gsave
  20628. 0.775 0.952 0.624 setrgbcolor
  20629. fill grestore
  20630. stroke
  20631. grestore
  20632. gsave
  20633. 0.002 setlinewidth
  20634. 0.5772 0.4707 moveto 0.56654 0.47746 lineto 0.58045 0.48334 lineto gsave
  20635. 0.444 0 0 setrgbcolor
  20636. fill grestore
  20637. stroke
  20638. grestore
  20639. gsave
  20640. 0.002 setlinewidth
  20641. 0.58045 0.48334 moveto 0.59471 0.48155 lineto 0.5772 0.4707 lineto gsave
  20642. 0.529 0.013 0 setrgbcolor
  20643. fill grestore
  20644. stroke
  20645. grestore
  20646. gsave
  20647. 0.002 setlinewidth
  20648. 0.63665 0.47598 moveto 0.62279 0.47736 lineto 0.63843 0.51047 lineto gsave
  20649. 0.67 0.226 0.188 setrgbcolor
  20650. fill grestore
  20651. stroke
  20652. grestore
  20653. gsave
  20654. 0.002 setlinewidth
  20655. 0.63843 0.51047 moveto 0.6551 0.51589 lineto 0.63665 0.47598 lineto gsave
  20656. 0.698 0.25 0.185 setrgbcolor
  20657. fill grestore
  20658. stroke
  20659. grestore
  20660. gsave
  20661. 0.002 setlinewidth
  20662. 0.43244 0.62392 moveto 0.4239 0.63355 lineto 0.37597 0.66389 lineto gsave
  20663. 0.742 0.987 0.782 setrgbcolor
  20664. fill grestore
  20665. stroke
  20666. grestore
  20667. gsave
  20668. 0.002 setlinewidth
  20669. 0.55568 0.48244 moveto 0.56654 0.47746 lineto 0.54832 0.48088 lineto gsave
  20670. 0.084 0 0 setrgbcolor
  20671. fill grestore
  20672. stroke
  20673. grestore
  20674. gsave
  20675. 0.002 setlinewidth
  20676. 0.502 0.52106 moveto 0.5059 0.51319 lineto 0.52749 0.49427 lineto gsave
  20677. 0.815 0.998 0.785 setrgbcolor
  20678. fill grestore
  20679. stroke
  20680. grestore
  20681. gsave
  20682. 0.002 setlinewidth
  20683. 0.52615 0.49404 moveto 0.52749 0.49427 lineto 0.5059 0.51319 lineto gsave
  20684. 0.603 0.908 0.639 setrgbcolor
  20685. fill grestore
  20686. stroke
  20687. grestore
  20688. gsave
  20689. 0.002 setlinewidth
  20690. 0.62279 0.47736 moveto 0.60882 0.47938 lineto 0.62176 0.50466 lineto gsave
  20691. 0.642 0.189 0.16 setrgbcolor
  20692. fill grestore
  20693. stroke
  20694. grestore
  20695. gsave
  20696. 0.002 setlinewidth
  20697. 0.62176 0.50466 moveto 0.63843 0.51047 lineto 0.62279 0.47736 lineto gsave
  20698. 0.698 0.24 0.161 setrgbcolor
  20699. fill grestore
  20700. stroke
  20701. grestore
  20702. gsave
  20703. 0.002 setlinewidth
  20704. 0.46771 0.56383 moveto 0.47667 0.54648 lineto 0.502 0.52106 lineto gsave
  20705. 0.927 0.971 0.751 setrgbcolor
  20706. fill grestore
  20707. stroke
  20708. grestore
  20709. gsave
  20710. 0.002 setlinewidth
  20711. 0.5059 0.51319 moveto 0.502 0.52106 lineto 0.47667 0.54648 lineto gsave
  20712. 0.798 0.977 0.691 setrgbcolor
  20713. fill grestore
  20714. stroke
  20715. grestore
  20716. gsave
  20717. 0.002 setlinewidth
  20718. 0.44112 0.61162 moveto 0.43244 0.62392 lineto 0.38892 0.65436 lineto gsave
  20719. 0.839 0.998 0.782 setrgbcolor
  20720. fill grestore
  20721. stroke
  20722. grestore
  20723. gsave
  20724. 0.002 setlinewidth
  20725. 0.20158 0.47828 moveto 0.21714 0.49153 lineto 0.2427 0.55717 lineto gsave
  20726. 0.167 0.388 0.833 setrgbcolor
  20727. fill grestore
  20728. stroke
  20729. grestore
  20730. gsave
  20731. 0.002 setlinewidth
  20732. 0.2558 0.57701 moveto 0.2427 0.55717 lineto 0.21714 0.49153 lineto gsave
  20733. 0 0 0.564 setrgbcolor
  20734. fill grestore
  20735. stroke
  20736. grestore
  20737. gsave
  20738. 0.002 setlinewidth
  20739. 0.26926 0.59579 moveto 0.28314 0.61224 lineto 0.32784 0.65097 lineto gsave
  20740. 0.684 0.171 0 setrgbcolor
  20741. fill grestore
  20742. stroke
  20743. grestore
  20744. gsave
  20745. 0.002 setlinewidth
  20746. 0.33924 0.66133 moveto 0.32784 0.65097 lineto 0.28314 0.61224 lineto gsave
  20747. 0.494 0 0 setrgbcolor
  20748. fill grestore
  20749. stroke
  20750. grestore
  20751. gsave
  20752. 0.002 setlinewidth
  20753. 0.56654 0.47746 moveto 0.55568 0.48244 lineto 0.56604 0.48429 lineto gsave
  20754. 0.3 0 0 setrgbcolor
  20755. fill grestore
  20756. stroke
  20757. grestore
  20758. gsave
  20759. 0.002 setlinewidth
  20760. 0.56604 0.48429 moveto 0.58045 0.48334 lineto 0.56654 0.47746 lineto gsave
  20761. 0.431 0 0 setrgbcolor
  20762. fill grestore
  20763. stroke
  20764. grestore
  20765. gsave
  20766. 0.002 setlinewidth
  20767. 0.60882 0.47938 moveto 0.59471 0.48155 lineto 0.60511 0.49877 lineto gsave
  20768. 0.602 0.126 0.098 setrgbcolor
  20769. fill grestore
  20770. stroke
  20771. grestore
  20772. gsave
  20773. 0.002 setlinewidth
  20774. 0.60511 0.49877 moveto 0.62176 0.50466 lineto 0.60882 0.47938 lineto gsave
  20775. 0.686 0.21 0.114 setrgbcolor
  20776. fill grestore
  20777. stroke
  20778. grestore
  20779. gsave
  20780. 0.002 setlinewidth
  20781. 0.44991 0.5971 moveto 0.44112 0.61162 lineto 0.4021 0.64016 lineto gsave
  20782. 0.891 0.989 0.775 setrgbcolor
  20783. fill grestore
  20784. stroke
  20785. grestore
  20786. gsave
  20787. 0.002 setlinewidth
  20788. 0.47667 0.54648 moveto 0.48566 0.52959 lineto 0.5059 0.51319 lineto gsave
  20789. 0.922 0.953 0.792 setrgbcolor
  20790. fill grestore
  20791. stroke
  20792. grestore
  20793. gsave
  20794. 0.002 setlinewidth
  20795. 0.50985 0.50506 moveto 0.5059 0.51319 lineto 0.48566 0.52959 lineto gsave
  20796. 0.822 0.997 0.776 setrgbcolor
  20797. fill grestore
  20798. stroke
  20799. grestore
  20800. gsave
  20801. 0.002 setlinewidth
  20802. 0.5059 0.51319 moveto 0.50985 0.50506 lineto 0.52615 0.49404 lineto gsave
  20803. 0.818 0.993 0.866 setrgbcolor
  20804. fill grestore
  20805. stroke
  20806. grestore
  20807. gsave
  20808. 0.002 setlinewidth
  20809. 0.5354 0.48725 moveto 0.54193 0.48559 lineto 0.52615 0.49404 lineto gsave
  20810. 0.519 0.912 0.792 setrgbcolor
  20811. fill grestore
  20812. stroke
  20813. grestore
  20814. gsave
  20815. 0.002 setlinewidth
  20816. 0.54462 0.48469 moveto 0.55568 0.48244 lineto 0.54193 0.48559 lineto gsave
  20817. 0.181 0.711 0.718 setrgbcolor
  20818. fill grestore
  20819. stroke
  20820. grestore
  20821. gsave
  20822. 0.002 setlinewidth
  20823. 0.4021 0.64016 moveto 0.41544 0.62211 lineto 0.44991 0.5971 lineto gsave
  20824. 0.892 0.989 0.775 setrgbcolor
  20825. fill grestore
  20826. stroke
  20827. grestore
  20828. gsave
  20829. 0.002 setlinewidth
  20830. 0.45878 0.58095 moveto 0.44991 0.5971 lineto 0.41544 0.62211 lineto gsave
  20831. 0.917 0.975 0.771 setrgbcolor
  20832. fill grestore
  20833. stroke
  20834. grestore
  20835. gsave
  20836. 0.002 setlinewidth
  20837. 0.52479 0.49165 moveto 0.52615 0.49404 lineto 0.50985 0.50506 lineto gsave
  20838. 0.709 0.984 0.815 setrgbcolor
  20839. fill grestore
  20840. stroke
  20841. grestore
  20842. gsave
  20843. 0.002 setlinewidth
  20844. 0.52615 0.49404 moveto 0.52479 0.49165 lineto 0.5354 0.48725 lineto gsave
  20845. 0.56 0.933 0.902 setrgbcolor
  20846. fill grestore
  20847. stroke
  20848. grestore
  20849. gsave
  20850. 0.002 setlinewidth
  20851. 0.59471 0.48155 moveto 0.58045 0.48334 lineto 0.58847 0.49313 lineto gsave
  20852. 0.529 0.013 0 setrgbcolor
  20853. fill grestore
  20854. stroke
  20855. grestore
  20856. gsave
  20857. 0.002 setlinewidth
  20858. 0.58847 0.49313 moveto 0.60511 0.49877 lineto 0.59471 0.48155 lineto gsave
  20859. 0.656 0.149 0.029 setrgbcolor
  20860. fill grestore
  20861. stroke
  20862. grestore
  20863. gsave
  20864. 0.002 setlinewidth
  20865. 0.41544 0.62211 moveto 0.42886 0.6013 lineto 0.45878 0.58095 lineto gsave
  20866. 0.931 0.957 0.772 setrgbcolor
  20867. fill grestore
  20868. stroke
  20869. grestore
  20870. gsave
  20871. 0.002 setlinewidth
  20872. 0.46771 0.56383 moveto 0.45878 0.58095 lineto 0.42886 0.6013 lineto gsave
  20873. 0.927 0.962 0.774 setrgbcolor
  20874. fill grestore
  20875. stroke
  20876. grestore
  20877. gsave
  20878. 0.002 setlinewidth
  20879. 0.28314 0.61224 moveto 0.29752 0.62518 lineto 0.33924 0.66133 lineto gsave
  20880. 0.494 0 0 setrgbcolor
  20881. fill grestore
  20882. stroke
  20883. grestore
  20884. gsave
  20885. 0.002 setlinewidth
  20886. 0.35108 0.6673 moveto 0.33924 0.66133 lineto 0.29752 0.62518 lineto gsave
  20887. 0 0.345 0.797 setrgbcolor
  20888. fill grestore
  20889. stroke
  20890. grestore
  20891. gsave
  20892. 0.002 setlinewidth
  20893. 0.55568 0.48244 moveto 0.54462 0.48469 lineto 0.55148 0.48395 lineto gsave
  20894. 0 0 0 setrgbcolor
  20895. fill grestore
  20896. stroke
  20897. grestore
  20898. gsave
  20899. 0.002 setlinewidth
  20900. 0.55148 0.48395 moveto 0.56604 0.48429 lineto 0.55568 0.48244 lineto gsave
  20901. 0.203 0 0 setrgbcolor
  20902. fill grestore
  20903. stroke
  20904. grestore
  20905. gsave
  20906. 0.002 setlinewidth
  20907. 0.83232 0.50874 moveto 0.81682 0.51305 lineto 0.82871 0.46738 lineto gsave
  20908. 0.744 0.919 0.95 setrgbcolor
  20909. fill grestore
  20910. stroke
  20911. grestore
  20912. gsave
  20913. 0.002 setlinewidth
  20914. 0.82871 0.46738 moveto 0.84406 0.44636 lineto 0.83232 0.50874 lineto gsave
  20915. 0.924 0.975 0.718 setrgbcolor
  20916. fill grestore
  20917. stroke
  20918. grestore
  20919. gsave
  20920. 0.002 setlinewidth
  20921. 0.21714 0.49153 moveto 0.23283 0.50482 lineto 0.2558 0.57701 lineto gsave
  20922. 0.27 0.42 0.829 setrgbcolor
  20923. fill grestore
  20924. stroke
  20925. grestore
  20926. gsave
  20927. 0.002 setlinewidth
  20928. 0.26926 0.59579 moveto 0.2558 0.57701 lineto 0.23283 0.50482 lineto gsave
  20929. 0 0.093 0.647 setrgbcolor
  20930. fill grestore
  20931. stroke
  20932. grestore
  20933. gsave
  20934. 0.002 setlinewidth
  20935. 0.42886 0.6013 moveto 0.44229 0.57896 lineto 0.46771 0.56383 lineto gsave
  20936. 0.939 0.924 0.768 setrgbcolor
  20937. fill grestore
  20938. stroke
  20939. grestore
  20940. gsave
  20941. 0.002 setlinewidth
  20942. 0.47667 0.54648 moveto 0.46771 0.56383 lineto 0.44229 0.57896 lineto gsave
  20943. 0.927 0.949 0.785 setrgbcolor
  20944. fill grestore
  20945. stroke
  20946. grestore
  20947. gsave
  20948. 0.002 setlinewidth
  20949. 0.48566 0.52959 moveto 0.49468 0.51383 lineto 0.50985 0.50506 lineto gsave
  20950. 0.896 0.923 0.83 setrgbcolor
  20951. fill grestore
  20952. stroke
  20953. grestore
  20954. gsave
  20955. 0.002 setlinewidth
  20956. 0.51385 0.49656 moveto 0.50985 0.50506 lineto 0.49468 0.51383 lineto gsave
  20957. 0.828 0.993 0.86 setrgbcolor
  20958. fill grestore
  20959. stroke
  20960. grestore
  20961. gsave
  20962. 0.002 setlinewidth
  20963. 0.50985 0.50506 moveto 0.51385 0.49656 lineto 0.52479 0.49165 lineto gsave
  20964. 0.79 0.947 0.925 setrgbcolor
  20965. fill grestore
  20966. stroke
  20967. grestore
  20968. gsave
  20969. 0.002 setlinewidth
  20970. 0.44229 0.57896 moveto 0.45568 0.55639 lineto 0.47667 0.54648 lineto gsave
  20971. 0.932 0.897 0.77 setrgbcolor
  20972. fill grestore
  20973. stroke
  20974. grestore
  20975. gsave
  20976. 0.002 setlinewidth
  20977. 0.48566 0.52959 moveto 0.47667 0.54648 lineto 0.45568 0.55639 lineto gsave
  20978. 0.918 0.938 0.803 setrgbcolor
  20979. fill grestore
  20980. stroke
  20981. grestore
  20982. gsave
  20983. 0.002 setlinewidth
  20984. 0.58045 0.48334 moveto 0.56604 0.48429 lineto 0.57184 0.48804 lineto gsave
  20985. 0.363 0 0 setrgbcolor
  20986. fill grestore
  20987. stroke
  20988. grestore
  20989. gsave
  20990. 0.002 setlinewidth
  20991. 0.57184 0.48804 moveto 0.58847 0.49313 lineto 0.58045 0.48334 lineto gsave
  20992. 0.583 0.03 0 setrgbcolor
  20993. fill grestore
  20994. stroke
  20995. grestore
  20996. gsave
  20997. 0.002 setlinewidth
  20998. 0.81682 0.51305 moveto 0.80123 0.51735 lineto 0.81318 0.48853 lineto gsave
  20999. 0.636 0.942 0.958 setrgbcolor
  21000. fill grestore
  21001. stroke
  21002. grestore
  21003. gsave
  21004. 0.002 setlinewidth
  21005. 0.81318 0.48853 moveto 0.82871 0.46738 lineto 0.81682 0.51305 lineto gsave
  21006. 0.86 0.973 0.662 setrgbcolor
  21007. fill grestore
  21008. stroke
  21009. grestore
  21010. gsave
  21011. 0.002 setlinewidth
  21012. 0.45568 0.55639 moveto 0.46902 0.53483 lineto 0.48566 0.52959 lineto gsave
  21013. 0.916 0.874 0.781 setrgbcolor
  21014. fill grestore
  21015. stroke
  21016. grestore
  21017. gsave
  21018. 0.002 setlinewidth
  21019. 0.49468 0.51383 moveto 0.48566 0.52959 lineto 0.46902 0.53483 lineto gsave
  21020. 0.897 0.925 0.829 setrgbcolor
  21021. fill grestore
  21022. stroke
  21023. grestore
  21024. gsave
  21025. 0.002 setlinewidth
  21026. 0.5234 0.4865 moveto 0.52479 0.49165 lineto 0.51385 0.49656 lineto gsave
  21027. 0.763 0.965 0.93 setrgbcolor
  21028. fill grestore
  21029. stroke
  21030. grestore
  21031. gsave
  21032. 0.002 setlinewidth
  21033. 0.52479 0.49165 moveto 0.5234 0.4865 lineto 0.52875 0.48498 lineto gsave
  21034. 0.636 0.899 0.985 setrgbcolor
  21035. fill grestore
  21036. stroke
  21037. grestore
  21038. gsave
  21039. 0.002 setlinewidth
  21040. 0.52875 0.48498 moveto 0.5354 0.48725 lineto 0.52479 0.49165 lineto gsave
  21041. 0.676 0.946 0.96 setrgbcolor
  21042. fill grestore
  21043. stroke
  21044. grestore
  21045. gsave
  21046. 0.002 setlinewidth
  21047. 0.5354 0.48725 moveto 0.52875 0.48498 lineto 0.53338 0.48345 lineto gsave
  21048. 0.528 0.892 0.974 setrgbcolor
  21049. fill grestore
  21050. stroke
  21051. grestore
  21052. gsave
  21053. 0.002 setlinewidth
  21054. 0.53338 0.48345 moveto 0.54462 0.48469 lineto 0.5354 0.48725 lineto gsave
  21055. 0.493 0.87 0.978 setrgbcolor
  21056. fill grestore
  21057. stroke
  21058. grestore
  21059. gsave
  21060. 0.002 setlinewidth
  21061. 0.79739 0.50871 moveto 0.81318 0.48853 lineto 0.80123 0.51735 lineto gsave
  21062. 0.729 0.925 0.579 setrgbcolor
  21063. fill grestore
  21064. stroke
  21065. grestore
  21066. gsave
  21067. 0.002 setlinewidth
  21068. 0.49468 0.51383 moveto 0.50373 0.49976 lineto 0.51385 0.49656 lineto gsave
  21069. 0.848 0.88 0.863 setrgbcolor
  21070. fill grestore
  21071. stroke
  21072. grestore
  21073. gsave
  21074. 0.002 setlinewidth
  21075. 0.5179 0.48762 moveto 0.51385 0.49656 lineto 0.50373 0.49976 lineto gsave
  21076. 0.801 0.945 0.918 setrgbcolor
  21077. fill grestore
  21078. stroke
  21079. grestore
  21080. gsave
  21081. 0.002 setlinewidth
  21082. 0.51385 0.49656 moveto 0.5179 0.48762 lineto 0.5234 0.4865 lineto gsave
  21083. 0.73 0.861 0.942 setrgbcolor
  21084. fill grestore
  21085. stroke
  21086. grestore
  21087. gsave
  21088. 0.002 setlinewidth
  21089. 0.29752 0.62518 moveto 0.31239 0.63368 lineto 0.35108 0.6673 lineto gsave
  21090. 0 0.345 0.797 setrgbcolor
  21091. fill grestore
  21092. stroke
  21093. grestore
  21094. gsave
  21095. 0.002 setlinewidth
  21096. 0.36334 0.66824 moveto 0.35108 0.6673 lineto 0.31239 0.63368 lineto gsave
  21097. 0.323 0.63 0.961 setrgbcolor
  21098. fill grestore
  21099. stroke
  21100. grestore
  21101. gsave
  21102. 0.002 setlinewidth
  21103. 0.46902 0.53483 moveto 0.48229 0.51541 lineto 0.49468 0.51383 lineto gsave
  21104. 0.891 0.853 0.799 setrgbcolor
  21105. fill grestore
  21106. stroke
  21107. grestore
  21108. gsave
  21109. 0.002 setlinewidth
  21110. 0.50373 0.49976 moveto 0.49468 0.51383 lineto 0.48229 0.51541 lineto gsave
  21111. 0.862 0.906 0.862 setrgbcolor
  21112. fill grestore
  21113. stroke
  21114. grestore
  21115. gsave
  21116. 0.002 setlinewidth
  21117. 0.54462 0.48469 moveto 0.53338 0.48345 lineto 0.5368 0.48199 lineto gsave
  21118. 0.499 0.872 0.979 setrgbcolor
  21119. fill grestore
  21120. stroke
  21121. grestore
  21122. gsave
  21123. 0.002 setlinewidth
  21124. 0.5368 0.48199 moveto 0.55148 0.48395 lineto 0.54462 0.48469 lineto gsave
  21125. 0.219 0.714 0.917 setrgbcolor
  21126. fill grestore
  21127. stroke
  21128. grestore
  21129. gsave
  21130. 0.002 setlinewidth
  21131. 0.55148 0.48395 moveto 0.55523 0.48373 lineto gsave
  21132. 0.5642 0.48419 lineto 0.04 0.609 0.753 setrgbcolor
  21133. fill grestore
  21134. stroke
  21135. grestore
  21136. gsave
  21137. 0.002 setlinewidth
  21138. 0.56471 0.48425 moveto 0.55148 0.48395 lineto gsave
  21139. 0.5642 0.48419 lineto 0.04 0.609 0.753 setrgbcolor
  21140. fill grestore
  21141. stroke
  21142. grestore
  21143. gsave
  21144. 0.002 setlinewidth
  21145. 0.56604 0.48429 moveto 0.56471 0.48425 lineto gsave
  21146. 0.5642 0.48419 lineto 0.04 0.609 0.753 setrgbcolor
  21147. fill grestore
  21148. stroke
  21149. grestore
  21150. gsave
  21151. 0.002 setlinewidth
  21152. 0.55523 0.48373 moveto 0.57184 0.48804 lineto 0.56604 0.48429 lineto gsave
  21153. 0.393 0 0 setrgbcolor
  21154. fill grestore
  21155. stroke
  21156. grestore
  21157. gsave
  21158. 0.002 setlinewidth
  21159. 0.57184 0.48804 moveto 0.55523 0.48373 lineto 0.5554 0.4822 lineto gsave
  21160. 0.104 0.603 0.901 setrgbcolor
  21161. fill grestore
  21162. stroke
  21163. grestore
  21164. gsave
  21165. 0.002 setlinewidth
  21166. 0.57229 0.48922 moveto 0.57184 0.48804 lineto gsave
  21167. 0.56288 0.48486 lineto 0.358 0 0 setrgbcolor
  21168. fill grestore
  21169. stroke
  21170. grestore
  21171. gsave
  21172. 0.002 setlinewidth
  21173. 0.58847 0.49313 moveto 0.57184 0.48804 lineto 0.57229 0.48922 lineto gsave
  21174. 0.314 0 0 setrgbcolor
  21175. fill grestore
  21176. stroke
  21177. grestore
  21178. gsave
  21179. 0.002 setlinewidth
  21180. 0.58937 0.49889 moveto 0.58847 0.49313 lineto gsave
  21181. 0.57603 0.49013 lineto 0.587 0.013 0 setrgbcolor
  21182. fill grestore
  21183. stroke
  21184. grestore
  21185. gsave
  21186. 0.002 setlinewidth
  21187. 0.57229 0.48922 moveto 0.58937 0.49889 lineto gsave
  21188. 0.57603 0.49013 lineto 0.587 0.013 0 setrgbcolor
  21189. fill grestore
  21190. stroke
  21191. grestore
  21192. gsave
  21193. 0.002 setlinewidth
  21194. 0.60511 0.49877 moveto 0.58847 0.49313 lineto 0.58937 0.49889 lineto gsave
  21195. 0.536 0 0 setrgbcolor
  21196. fill grestore
  21197. stroke
  21198. grestore
  21199. gsave
  21200. 0.002 setlinewidth
  21201. 0.58937 0.49889 moveto 0.60664 0.51042 lineto 0.60511 0.49877 lineto gsave
  21202. 0.678 0.142 0 setrgbcolor
  21203. fill grestore
  21204. stroke
  21205. grestore
  21206. gsave
  21207. 0.002 setlinewidth
  21208. 0.58937 0.49889 moveto 0.58264 0.49378 lineto gsave
  21209. 0.60166 0.50697 lineto 0 0.187 0.627 setrgbcolor
  21210. fill grestore
  21211. stroke
  21212. grestore
  21213. gsave
  21214. 0.60664 0.51042 moveto 0.58937 0.49889 lineto 0.60166 0.50697 lineto 0 0.187 0.627 setrgbcolor
  21215. fill
  21216. grestore
  21217. gsave
  21218. 0.002 setlinewidth
  21219. 0.57229 0.48922 moveto 0.56714 0.48415 lineto gsave
  21220. 0.58059 0.49307 lineto 0 0.344 0.783 setrgbcolor
  21221. fill grestore
  21222. stroke
  21223. grestore
  21224. gsave
  21225. 0.58937 0.49889 moveto 0.57229 0.48922 lineto 0.58059 0.49307 lineto 0 0.344 0.783 setrgbcolor
  21226. fill
  21227. grestore
  21228. gsave
  21229. 0.5593 0.48359 moveto 0.57229 0.48922 lineto 0.56288 0.48486 lineto 0.358 0 0 setrgbcolor
  21230. fill
  21231. grestore
  21232. gsave
  21233. 0.002 setlinewidth
  21234. 0.5554 0.4822 moveto 0.55849 0.48348 lineto gsave
  21235. 0.5593 0.48359 lineto 0.358 0 0 setrgbcolor
  21236. fill grestore
  21237. stroke
  21238. grestore
  21239. gsave
  21240. 0.002 setlinewidth
  21241. 0.55849 0.48348 moveto 0.57229 0.48922 lineto gsave
  21242. 0.5593 0.48359 lineto 0.358 0 0 setrgbcolor
  21243. fill grestore
  21244. stroke
  21245. grestore
  21246. gsave
  21247. 0.002 setlinewidth
  21248. 0.23283 0.50482 moveto 0.24874 0.51742 lineto 0.26926 0.59579 lineto gsave
  21249. 0.376 0.459 0.819 setrgbcolor
  21250. fill grestore
  21251. stroke
  21252. grestore
  21253. gsave
  21254. 0.002 setlinewidth
  21255. 0.28314 0.61224 moveto 0.26926 0.59579 lineto 0.24874 0.51742 lineto gsave
  21256. 0.062 0.224 0.719 setrgbcolor
  21257. fill grestore
  21258. stroke
  21259. grestore
  21260. gsave
  21261. 0.002 setlinewidth
  21262. 0.48229 0.51541 moveto 0.49552 0.49908 lineto 0.50373 0.49976 lineto gsave
  21263. 0.852 0.83 0.825 setrgbcolor
  21264. fill grestore
  21265. stroke
  21266. grestore
  21267. gsave
  21268. 0.002 setlinewidth
  21269. 0.51283 0.48779 moveto 0.50373 0.49976 lineto 0.49552 0.49908 lineto gsave
  21270. 0.806 0.875 0.897 setrgbcolor
  21271. fill grestore
  21272. stroke
  21273. grestore
  21274. gsave
  21275. 0.002 setlinewidth
  21276. 0.50373 0.49976 moveto 0.51283 0.48779 lineto 0.5179 0.48762 lineto gsave
  21277. 0.776 0.82 0.887 setrgbcolor
  21278. fill grestore
  21279. stroke
  21280. grestore
  21281. gsave
  21282. 0.002 setlinewidth
  21283. 0.76968 0.52464 moveto 0.75368 0.52703 lineto 0.76475 0.54192 lineto gsave
  21284. 0.248 0 0 setrgbcolor
  21285. fill grestore
  21286. stroke
  21287. grestore
  21288. gsave
  21289. 0.002 setlinewidth
  21290. 0.76475 0.54192 moveto 0.78126 0.52682 lineto 0.76968 0.52464 lineto gsave
  21291. 0 0 0 setrgbcolor
  21292. fill grestore
  21293. stroke
  21294. grestore
  21295. gsave
  21296. 0.002 setlinewidth
  21297. 0.55148 0.48395 moveto 0.5368 0.48199 lineto 0.53863 0.48042 lineto gsave
  21298. 0.507 0.829 1 setrgbcolor
  21299. fill grestore
  21300. stroke
  21301. grestore
  21302. gsave
  21303. 0.002 setlinewidth
  21304. 0.53863 0.48042 moveto 0.55523 0.48373 lineto 0.55148 0.48395 lineto gsave
  21305. 0.038 0.581 0.843 setrgbcolor
  21306. fill grestore
  21307. stroke
  21308. grestore
  21309. gsave
  21310. 0.002 setlinewidth
  21311. 0.522 0.4782 moveto 0.5234 0.4865 lineto 0.5179 0.48762 lineto closepath gsave
  21312. 0.736 0.853 0.935 setrgbcolor
  21313. fill grestore
  21314. stroke
  21315. grestore
  21316. gsave
  21317. 0.002 setlinewidth
  21318. 0.522 0.4782 moveto 0.52875 0.48498 lineto 0.5234 0.4865 lineto closepath gsave
  21319. 0.699 0.829 0.945 setrgbcolor
  21320. fill grestore
  21321. stroke
  21322. grestore
  21323. gsave
  21324. 0.002 setlinewidth
  21325. 0.522 0.4782 moveto 0.53338 0.48345 lineto 0.52875 0.48498 lineto closepath gsave
  21326. 0.627 0.803 0.967 setrgbcolor
  21327. fill grestore
  21328. stroke
  21329. grestore
  21330. gsave
  21331. 0.002 setlinewidth
  21332. 0.31239 0.63368 moveto 0.32775 0.63711 lineto 0.36334 0.66824 lineto gsave
  21333. 0.323 0.63 0.961 setrgbcolor
  21334. fill grestore
  21335. stroke
  21336. grestore
  21337. gsave
  21338. 0.002 setlinewidth
  21339. 0.37597 0.66389 moveto 0.36334 0.66824 lineto 0.32775 0.63711 lineto gsave
  21340. 0.608 0.753 0.947 setrgbcolor
  21341. fill grestore
  21342. stroke
  21343. grestore
  21344. gsave
  21345. 0.002 setlinewidth
  21346. 0.522 0.4782 moveto 0.5179 0.48762 lineto 0.51283 0.48779 lineto closepath gsave
  21347. 0.74 0.857 0.935 setrgbcolor
  21348. fill grestore
  21349. stroke
  21350. grestore
  21351. gsave
  21352. 0.002 setlinewidth
  21353. 0.75368 0.52703 moveto 0.73754 0.5283 lineto 0.74785 0.55323 lineto gsave
  21354. 0.423 0 0 setrgbcolor
  21355. fill grestore
  21356. stroke
  21357. grestore
  21358. gsave
  21359. 0.002 setlinewidth
  21360. 0.74785 0.55323 moveto 0.76475 0.54192 lineto 0.75368 0.52703 lineto gsave
  21361. 0.031 0 0 setrgbcolor
  21362. fill grestore
  21363. stroke
  21364. grestore
  21365. gsave
  21366. 0.002 setlinewidth
  21367. 0.522 0.4782 moveto 0.5368 0.48199 lineto 0.53338 0.48345 lineto closepath gsave
  21368. 0.535 0.785 0.99 setrgbcolor
  21369. fill grestore
  21370. stroke
  21371. grestore
  21372. gsave
  21373. 0.002 setlinewidth
  21374. 0.45803 0.52365 moveto 0.47414 0.50695 lineto 0.48229 0.51541 lineto gsave
  21375. 0.853 0.784 0.783 setrgbcolor
  21376. fill grestore
  21377. stroke
  21378. grestore
  21379. gsave
  21380. 0.002 setlinewidth
  21381. 0.48229 0.51541 moveto 0.46902 0.53483 lineto 0.45803 0.52365 lineto gsave
  21382. 0.853 0.784 0.783 setrgbcolor
  21383. fill grestore
  21384. stroke
  21385. grestore
  21386. gsave
  21387. 0.002 setlinewidth
  21388. 0.49552 0.49908 moveto 0.48229 0.51541 lineto 0.47414 0.50695 lineto gsave
  21389. 0.829 0.785 0.81 setrgbcolor
  21390. fill grestore
  21391. stroke
  21392. grestore
  21393. gsave
  21394. 0.002 setlinewidth
  21395. 0.49552 0.49908 moveto 0.50874 0.48652 lineto 0.51283 0.48779 lineto gsave
  21396. 0.793 0.799 0.856 setrgbcolor
  21397. fill grestore
  21398. stroke
  21399. grestore
  21400. gsave
  21401. 0.002 setlinewidth
  21402. 0.522 0.4782 moveto 0.51283 0.48779 lineto 0.50874 0.48652 lineto closepath gsave
  21403. 0.725 0.824 0.927 setrgbcolor
  21404. fill grestore
  21405. stroke
  21406. grestore
  21407. gsave
  21408. 0.002 setlinewidth
  21409. 0.47414 0.50695 moveto 0.49014 0.49338 lineto 0.49552 0.49908 lineto gsave
  21410. 0.829 0.785 0.81 setrgbcolor
  21411. fill grestore
  21412. stroke
  21413. grestore
  21414. gsave
  21415. 0.002 setlinewidth
  21416. 0.50874 0.48652 moveto 0.49552 0.49908 lineto 0.49014 0.49338 lineto gsave
  21417. 0.786 0.782 0.849 setrgbcolor
  21418. fill grestore
  21419. stroke
  21420. grestore
  21421. gsave
  21422. 0.002 setlinewidth
  21423. 0.44179 0.54256 moveto 0.45803 0.52365 lineto 0.46902 0.53483 lineto gsave
  21424. 0.866 0.782 0.766 setrgbcolor
  21425. fill grestore
  21426. stroke
  21427. grestore
  21428. gsave
  21429. 0.002 setlinewidth
  21430. 0.46902 0.53483 moveto 0.45568 0.55639 lineto 0.44179 0.54256 lineto gsave
  21431. 0.866 0.782 0.766 setrgbcolor
  21432. fill grestore
  21433. stroke
  21434. grestore
  21435. gsave
  21436. 0.002 setlinewidth
  21437. 0.73754 0.5283 moveto 0.72125 0.5283 lineto 0.73061 0.56024 lineto gsave
  21438. 0.526 0.019 0 setrgbcolor
  21439. fill grestore
  21440. stroke
  21441. grestore
  21442. gsave
  21443. 0.002 setlinewidth
  21444. 0.73061 0.56024 moveto 0.74785 0.55323 lineto 0.73754 0.5283 lineto gsave
  21445. 0.258 0 0 setrgbcolor
  21446. fill grestore
  21447. stroke
  21448. grestore
  21449. gsave
  21450. 0.002 setlinewidth
  21451. 0.522 0.4782 moveto 0.53863 0.48042 lineto 0.5368 0.48199 lineto closepath gsave
  21452. 0.479 0.776 0.996 setrgbcolor
  21453. fill grestore
  21454. stroke
  21455. grestore
  21456. gsave
  21457. 0.002 setlinewidth
  21458. 0.42542 0.56255 moveto 0.44179 0.54256 lineto 0.45568 0.55639 lineto gsave
  21459. 0.871 0.781 0.759 setrgbcolor
  21460. fill grestore
  21461. stroke
  21462. grestore
  21463. gsave
  21464. 0.002 setlinewidth
  21465. 0.45568 0.55639 moveto 0.44229 0.57896 lineto 0.42542 0.56255 lineto gsave
  21466. 0.871 0.781 0.759 setrgbcolor
  21467. fill grestore
  21468. stroke
  21469. grestore
  21470. gsave
  21471. 0.002 setlinewidth
  21472. 0.49014 0.49338 moveto 0.50607 0.48366 lineto 0.50874 0.48652 lineto gsave
  21473. 0.786 0.782 0.849 setrgbcolor
  21474. fill grestore
  21475. stroke
  21476. grestore
  21477. gsave
  21478. 0.002 setlinewidth
  21479. 0.522 0.4782 moveto 0.50874 0.48652 lineto 0.50607 0.48366 lineto closepath gsave
  21480. 0.711 0.768 0.896 setrgbcolor
  21481. fill grestore
  21482. stroke
  21483. grestore
  21484. gsave
  21485. 0.002 setlinewidth
  21486. 0.32775 0.63711 moveto 0.34351 0.6352 lineto 0.37597 0.66389 lineto gsave
  21487. 0.608 0.753 0.947 setrgbcolor
  21488. fill grestore
  21489. stroke
  21490. grestore
  21491. gsave
  21492. 0.002 setlinewidth
  21493. 0.38892 0.65436 moveto 0.37597 0.66389 lineto 0.34351 0.6352 lineto gsave
  21494. 0.744 0.785 0.886 setrgbcolor
  21495. fill grestore
  21496. stroke
  21497. grestore
  21498. gsave
  21499. 0.002 setlinewidth
  21500. 0.72125 0.5283 moveto 0.70484 0.52698 lineto 0.71308 0.56277 lineto gsave
  21501. 0.589 0.101 0.063 setrgbcolor
  21502. fill grestore
  21503. stroke
  21504. grestore
  21505. gsave
  21506. 0.002 setlinewidth
  21507. 0.71308 0.56277 moveto 0.73061 0.56024 lineto 0.72125 0.5283 lineto gsave
  21508. 0.424 0 0.027 setrgbcolor
  21509. fill grestore
  21510. stroke
  21511. grestore
  21512. gsave
  21513. 0.002 setlinewidth
  21514. 0.24874 0.51742 moveto 0.2649 0.52858 lineto 0.28314 0.61224 lineto gsave
  21515. 0.471 0.497 0.803 setrgbcolor
  21516. fill grestore
  21517. stroke
  21518. grestore
  21519. gsave
  21520. 0.002 setlinewidth
  21521. 0.29752 0.62518 moveto 0.28314 0.61224 lineto 0.2649 0.52858 lineto gsave
  21522. 0.265 0.346 0.76 setrgbcolor
  21523. fill grestore
  21524. stroke
  21525. grestore
  21526. gsave
  21527. 0.002 setlinewidth
  21528. 0.40895 0.58236 moveto 0.42542 0.56255 lineto 0.44229 0.57896 lineto gsave
  21529. 0.87 0.781 0.761 setrgbcolor
  21530. fill grestore
  21531. stroke
  21532. grestore
  21533. gsave
  21534. 0.002 setlinewidth
  21535. 0.44229 0.57896 moveto 0.42886 0.6013 lineto 0.40895 0.58236 lineto gsave
  21536. 0.87 0.781 0.761 setrgbcolor
  21537. fill grestore
  21538. stroke
  21539. grestore
  21540. gsave
  21541. 0.002 setlinewidth
  21542. 0.55523 0.48373 moveto 0.53863 0.48042 lineto 0.53866 0.47841 lineto gsave
  21543. 0.472 0.743 0.988 setrgbcolor
  21544. fill grestore
  21545. stroke
  21546. grestore
  21547. gsave
  21548. 0.002 setlinewidth
  21549. 0.53866 0.47841 moveto 0.5554 0.4822 lineto 0.55523 0.48373 lineto gsave
  21550. 0.094 0.593 0.898 setrgbcolor
  21551. fill grestore
  21552. stroke
  21553. grestore
  21554. gsave
  21555. 0.002 setlinewidth
  21556. 0.48821 0.48326 moveto 0.50513 0.47949 lineto 0.50607 0.48366 lineto gsave
  21557. 0.754 0.75 0.849 setrgbcolor
  21558. fill grestore
  21559. stroke
  21560. grestore
  21561. gsave
  21562. 0.002 setlinewidth
  21563. 0.50607 0.48366 moveto 0.49014 0.49338 lineto 0.48821 0.48326 lineto gsave
  21564. 0.767 0.716 0.805 setrgbcolor
  21565. fill grestore
  21566. stroke
  21567. grestore
  21568. gsave
  21569. 0.002 setlinewidth
  21570. 0.522 0.4782 moveto 0.50607 0.48366 lineto 0.50513 0.47949 lineto closepath gsave
  21571. 0.709 0.722 0.86 setrgbcolor
  21572. fill grestore
  21573. stroke
  21574. grestore
  21575. gsave
  21576. 0.002 setlinewidth
  21577. 0.47122 0.48925 moveto 0.48821 0.48326 lineto 0.49014 0.49338 lineto gsave
  21578. 0.784 0.727 0.8 setrgbcolor
  21579. fill grestore
  21580. stroke
  21581. grestore
  21582. gsave
  21583. 0.002 setlinewidth
  21584. 0.49014 0.49338 moveto 0.47414 0.50695 lineto 0.47122 0.48925 lineto gsave
  21585. 0.796 0.707 0.766 setrgbcolor
  21586. fill grestore
  21587. stroke
  21588. grestore
  21589. gsave
  21590. 0.002 setlinewidth
  21591. 0.62176 0.50466 moveto 0.60511 0.49877 lineto 0.60664 0.51042 lineto gsave
  21592. 0.625 0.089 0 setrgbcolor
  21593. fill grestore
  21594. stroke
  21595. grestore
  21596. gsave
  21597. 0.002 setlinewidth
  21598. 0.70484 0.52698 moveto 0.68832 0.52437 lineto 0.69533 0.56096 lineto gsave
  21599. 0.629 0.152 0.102 setrgbcolor
  21600. fill grestore
  21601. stroke
  21602. grestore
  21603. gsave
  21604. 0.002 setlinewidth
  21605. 0.69533 0.56096 moveto 0.71308 0.56277 lineto 0.70484 0.52698 lineto gsave
  21606. 0.539 0.065 0.077 setrgbcolor
  21607. fill grestore
  21608. stroke
  21609. grestore
  21610. gsave
  21611. 0.002 setlinewidth
  21612. 0.522 0.4782 moveto 0.53866 0.47841 lineto 0.53863 0.48042 lineto closepath gsave
  21613. 0.511 0.777 0.992 setrgbcolor
  21614. fill grestore
  21615. stroke
  21616. grestore
  21617. gsave
  21618. 0.002 setlinewidth
  21619. 0.63843 0.51047 moveto 0.62176 0.50466 lineto 0.62413 0.52289 lineto gsave
  21620. 0.661 0.155 0.033 setrgbcolor
  21621. fill grestore
  21622. stroke
  21623. grestore
  21624. gsave
  21625. 0.002 setlinewidth
  21626. 0.60664 0.51042 moveto 0.62413 0.52289 lineto 0.62176 0.50466 lineto gsave
  21627. 0.71 0.202 0.023 setrgbcolor
  21628. fill grestore
  21629. stroke
  21630. grestore
  21631. gsave
  21632. 0.002 setlinewidth
  21633. 0.68832 0.52437 moveto 0.67174 0.52061 lineto 0.67748 0.55525 lineto gsave
  21634. 0.654 0.181 0.117 setrgbcolor
  21635. fill grestore
  21636. stroke
  21637. grestore
  21638. gsave
  21639. 0.002 setlinewidth
  21640. 0.67748 0.55525 moveto 0.69533 0.56096 lineto 0.68832 0.52437 lineto gsave
  21641. 0.617 0.143 0.105 setrgbcolor
  21642. fill grestore
  21643. stroke
  21644. grestore
  21645. gsave
  21646. 0.002 setlinewidth
  21647. 0.6551 0.51589 moveto 0.63843 0.51047 lineto 0.6418 0.53523 lineto gsave
  21648. 0.672 0.185 0.088 setrgbcolor
  21649. fill grestore
  21650. stroke
  21651. grestore
  21652. gsave
  21653. 0.002 setlinewidth
  21654. 0.62413 0.52289 moveto 0.6418 0.53523 lineto 0.63843 0.51047 lineto gsave
  21655. 0.715 0.224 0.077 setrgbcolor
  21656. fill grestore
  21657. stroke
  21658. grestore
  21659. gsave
  21660. 0.002 setlinewidth
  21661. 0.21714 0.49153 moveto 0.20158 0.47828 lineto 0.2072 0.41441 lineto gsave
  21662. 0.308 0.429 0.821 setrgbcolor
  21663. fill grestore
  21664. stroke
  21665. grestore
  21666. gsave
  21667. 0.002 setlinewidth
  21668. 0.522 0.4782 moveto 0.53347 0.47269 lineto 0.53688 0.47579 lineto closepath gsave
  21669. 0.588 0.699 0.919 setrgbcolor
  21670. fill grestore
  21671. stroke
  21672. grestore
  21673. gsave
  21674. 0.002 setlinewidth
  21675. 0.522 0.4782 moveto 0.5288 0.4696 lineto 0.53347 0.47269 lineto closepath gsave
  21676. 0.578 0.657 0.891 setrgbcolor
  21677. fill grestore
  21678. stroke
  21679. grestore
  21680. gsave
  21681. 0.002 setlinewidth
  21682. 0.522 0.4782 moveto 0.52338 0.46726 lineto 0.5288 0.4696 lineto closepath gsave
  21683. 0.57 0.645 0.885 setrgbcolor
  21684. fill grestore
  21685. stroke
  21686. grestore
  21687. gsave
  21688. 0.002 setlinewidth
  21689. 0.522 0.4782 moveto 0.51782 0.46642 lineto 0.52338 0.46726 lineto closepath gsave
  21690. 0.59 0.664 0.89 setrgbcolor
  21691. fill grestore
  21692. stroke
  21693. grestore
  21694. gsave
  21695. 0.002 setlinewidth
  21696. 0.522 0.4782 moveto 0.51272 0.4675 lineto 0.51782 0.46642 lineto closepath gsave
  21697. 0.641 0.695 0.884 setrgbcolor
  21698. fill grestore
  21699. stroke
  21700. grestore
  21701. gsave
  21702. 0.002 setlinewidth
  21703. 0.522 0.4782 moveto 0.50864 0.47047 lineto 0.51272 0.4675 lineto closepath gsave
  21704. 0.689 0.709 0.863 setrgbcolor
  21705. fill grestore
  21706. stroke
  21707. grestore
  21708. gsave
  21709. 0.002 setlinewidth
  21710. 0.522 0.4782 moveto 0.50601 0.47477 lineto 0.50864 0.47047 lineto closepath gsave
  21711. 0.712 0.706 0.842 setrgbcolor
  21712. fill grestore
  21713. stroke
  21714. grestore
  21715. gsave
  21716. 0.002 setlinewidth
  21717. 0.522 0.4782 moveto 0.50513 0.47949 lineto 0.50601 0.47477 lineto closepath gsave
  21718. 0.714 0.704 0.84 setrgbcolor
  21719. fill grestore
  21720. stroke
  21721. grestore
  21722. gsave
  21723. 0.002 setlinewidth
  21724. 0.522 0.4782 moveto 0.53688 0.47579 lineto 0.53866 0.47841 lineto closepath gsave
  21725. 0.57 0.75 0.963 setrgbcolor
  21726. fill grestore
  21727. stroke
  21728. grestore
  21729. gsave
  21730. 0.002 setlinewidth
  21731. 0.67174 0.52061 moveto 0.6551 0.51589 lineto 0.65961 0.54637 lineto gsave
  21732. 0.668 0.192 0.113 setrgbcolor
  21733. fill grestore
  21734. stroke
  21735. grestore
  21736. gsave
  21737. 0.002 setlinewidth
  21738. 0.6418 0.53523 moveto 0.65961 0.54637 lineto 0.6551 0.51589 lineto gsave
  21739. 0.7 0.22 0.105 setrgbcolor
  21740. fill grestore
  21741. stroke
  21742. grestore
  21743. gsave
  21744. 0.002 setlinewidth
  21745. 0.65961 0.54637 moveto 0.67748 0.55525 lineto 0.67174 0.52061 lineto gsave
  21746. 0.669 0.193 0.113 setrgbcolor
  21747. fill grestore
  21748. stroke
  21749. grestore
  21750. gsave
  21751. 0.002 setlinewidth
  21752. 0.39244 0.6007 moveto 0.40895 0.58236 lineto 0.42886 0.6013 lineto gsave
  21753. 0.861 0.783 0.773 setrgbcolor
  21754. fill grestore
  21755. stroke
  21756. grestore
  21757. gsave
  21758. 0.002 setlinewidth
  21759. 0.42886 0.6013 moveto 0.41544 0.62211 lineto 0.39244 0.6007 lineto gsave
  21760. 0.861 0.783 0.773 setrgbcolor
  21761. fill grestore
  21762. stroke
  21763. grestore
  21764. gsave
  21765. 0.002 setlinewidth
  21766. 0.34351 0.6352 moveto 0.35962 0.6281 lineto 0.38892 0.65436 lineto gsave
  21767. 0.744 0.785 0.886 setrgbcolor
  21768. fill grestore
  21769. stroke
  21770. grestore
  21771. gsave
  21772. 0.002 setlinewidth
  21773. 0.4021 0.64016 moveto 0.38892 0.65436 lineto 0.35962 0.6281 lineto gsave
  21774. 0.81 0.789 0.833 setrgbcolor
  21775. fill grestore
  21776. stroke
  21777. grestore
  21778. gsave
  21779. 0.002 setlinewidth
  21780. 0.45412 0.49705 moveto 0.47122 0.48925 lineto 0.47414 0.50695 lineto gsave
  21781. 0.797 0.707 0.766 setrgbcolor
  21782. fill grestore
  21783. stroke
  21784. grestore
  21785. gsave
  21786. 0.002 setlinewidth
  21787. 0.47414 0.50695 moveto 0.45803 0.52365 lineto 0.45412 0.49705 lineto gsave
  21788. 0.81 0.697 0.74 setrgbcolor
  21789. fill grestore
  21790. stroke
  21791. grestore
  21792. gsave
  21793. 0.002 setlinewidth
  21794. 0.48997 0.47095 moveto 0.50601 0.47477 lineto 0.50513 0.47949 lineto gsave
  21795. 0.707 0.698 0.839 setrgbcolor
  21796. fill grestore
  21797. stroke
  21798. grestore
  21799. gsave
  21800. 0.002 setlinewidth
  21801. 0.50513 0.47949 moveto 0.48821 0.48326 lineto 0.48997 0.47095 lineto gsave
  21802. 0.753 0.684 0.785 setrgbcolor
  21803. fill grestore
  21804. stroke
  21805. grestore
  21806. gsave
  21807. 0.002 setlinewidth
  21808. 0.37596 0.61631 moveto 0.39244 0.6007 lineto 0.41544 0.62211 lineto gsave
  21809. 0.844 0.786 0.796 setrgbcolor
  21810. fill grestore
  21811. stroke
  21812. grestore
  21813. gsave
  21814. 0.002 setlinewidth
  21815. 0.41544 0.62211 moveto 0.4021 0.64016 lineto 0.37596 0.61631 lineto gsave
  21816. 0.844 0.786 0.796 setrgbcolor
  21817. fill grestore
  21818. stroke
  21819. grestore
  21820. gsave
  21821. 0.002 setlinewidth
  21822. 0.35962 0.6281 moveto 0.37596 0.61631 lineto 0.4021 0.64016 lineto gsave
  21823. 0.81 0.789 0.833 setrgbcolor
  21824. fill grestore
  21825. stroke
  21826. grestore
  21827. gsave
  21828. 0.002 setlinewidth
  21829. 0.5554 0.4822 moveto 0.53866 0.47841 lineto 0.53688 0.47579 lineto gsave
  21830. 0.412 0.661 0.962 setrgbcolor
  21831. fill grestore
  21832. stroke
  21833. grestore
  21834. gsave
  21835. 0.002 setlinewidth
  21836. 0.47388 0.46678 moveto 0.48997 0.47095 lineto 0.48821 0.48326 lineto gsave
  21837. 0.73 0.662 0.783 setrgbcolor
  21838. fill grestore
  21839. stroke
  21840. grestore
  21841. gsave
  21842. 0.002 setlinewidth
  21843. 0.48821 0.48326 moveto 0.47122 0.48925 lineto 0.47388 0.46678 lineto gsave
  21844. 0.772 0.667 0.747 setrgbcolor
  21845. fill grestore
  21846. stroke
  21847. grestore
  21848. gsave
  21849. 0.002 setlinewidth
  21850. 0.49522 0.45962 moveto 0.50864 0.47047 lineto 0.50601 0.47477 lineto gsave
  21851. 0.671 0.65 0.821 setrgbcolor
  21852. fill grestore
  21853. stroke
  21854. grestore
  21855. gsave
  21856. 0.002 setlinewidth
  21857. 0.50601 0.47477 moveto 0.48997 0.47095 lineto 0.49522 0.45962 lineto gsave
  21858. 0.733 0.668 0.787 setrgbcolor
  21859. fill grestore
  21860. stroke
  21861. grestore
  21862. gsave
  21863. 0.002 setlinewidth
  21864. 0.4369 0.50611 moveto 0.45412 0.49705 lineto 0.45803 0.52365 lineto gsave
  21865. 0.801 0.691 0.743 setrgbcolor
  21866. fill grestore
  21867. stroke
  21868. grestore
  21869. gsave
  21870. 0.002 setlinewidth
  21871. 0.45803 0.52365 moveto 0.44179 0.54256 lineto 0.4369 0.50611 lineto gsave
  21872. 0.815 0.687 0.723 setrgbcolor
  21873. fill grestore
  21874. stroke
  21875. grestore
  21876. gsave
  21877. 0.002 setlinewidth
  21878. 0.5034 0.45224 moveto 0.51272 0.4675 lineto 0.50864 0.47047 lineto gsave
  21879. 0.653 0.626 0.811 setrgbcolor
  21880. fill grestore
  21881. stroke
  21882. grestore
  21883. gsave
  21884. 0.002 setlinewidth
  21885. 0.50864 0.47047 moveto 0.49522 0.45962 lineto 0.5034 0.45224 lineto gsave
  21886. 0.692 0.65 0.804 setrgbcolor
  21887. fill grestore
  21888. stroke
  21889. grestore
  21890. gsave
  21891. 0.002 setlinewidth
  21892. 0.45773 0.46234 moveto 0.47388 0.46678 lineto 0.47122 0.48925 lineto gsave
  21893. 0.74 0.638 0.746 setrgbcolor
  21894. fill grestore
  21895. stroke
  21896. grestore
  21897. gsave
  21898. 0.002 setlinewidth
  21899. 0.47122 0.48925 moveto 0.45412 0.49705 lineto 0.45773 0.46234 lineto gsave
  21900. 0.781 0.653 0.722 setrgbcolor
  21901. fill grestore
  21902. stroke
  21903. grestore
  21904. gsave
  21905. 0.002 setlinewidth
  21906. 0.53688 0.47579 moveto 0.5519 0.47792 lineto 0.5554 0.4822 lineto gsave
  21907. 0.306 0.643 0.967 setrgbcolor
  21908. fill grestore
  21909. stroke
  21910. grestore
  21911. gsave
  21912. 0.002 setlinewidth
  21913. 0.5519 0.47792 moveto 0.53688 0.47579 lineto 0.53347 0.47269 lineto gsave
  21914. 0.386 0.622 0.946 setrgbcolor
  21915. fill grestore
  21916. stroke
  21917. grestore
  21918. gsave
  21919. 0.002 setlinewidth
  21920. 0.48178 0.44601 moveto 0.49522 0.45962 lineto 0.48997 0.47095 lineto gsave
  21921. 0.686 0.612 0.767 setrgbcolor
  21922. fill grestore
  21923. stroke
  21924. grestore
  21925. gsave
  21926. 0.002 setlinewidth
  21927. 0.48997 0.47095 moveto 0.47388 0.46678 lineto 0.48178 0.44601 lineto gsave
  21928. 0.742 0.643 0.75 setrgbcolor
  21929. fill grestore
  21930. stroke
  21931. grestore
  21932. gsave
  21933. 0.002 setlinewidth
  21934. 0.2072 0.41441 moveto 0.22456 0.41587 lineto 0.21714 0.49153 lineto gsave
  21935. 0.734 0.758 0.871 setrgbcolor
  21936. fill grestore
  21937. stroke
  21938. grestore
  21939. gsave
  21940. 0.002 setlinewidth
  21941. 0.23283 0.50482 moveto 0.21714 0.49153 lineto 0.22456 0.41587 lineto gsave
  21942. 0.395 0.448 0.798 setrgbcolor
  21943. fill grestore
  21944. stroke
  21945. grestore
  21946. gsave
  21947. 0.002 setlinewidth
  21948. 0.51362 0.45052 moveto 0.51782 0.46642 lineto 0.51272 0.4675 lineto gsave
  21949. 0.64 0.628 0.822 setrgbcolor
  21950. fill grestore
  21951. stroke
  21952. grestore
  21953. gsave
  21954. 0.002 setlinewidth
  21955. 0.51272 0.4675 moveto 0.5034 0.45224 lineto 0.51362 0.45052 lineto gsave
  21956. 0.626 0.615 0.82 setrgbcolor
  21957. fill grestore
  21958. stroke
  21959. grestore
  21960. gsave
  21961. 0.002 setlinewidth
  21962. 0.57229 0.48922 moveto 0.5554 0.4822 lineto 0.5519 0.47792 lineto gsave
  21963. 0.138 0.526 0.918 setrgbcolor
  21964. fill grestore
  21965. stroke
  21966. grestore
  21967. gsave
  21968. 0.002 setlinewidth
  21969. 0.53347 0.47269 moveto 0.54507 0.47072 lineto 0.5519 0.47792 lineto gsave
  21970. 0.444 0.613 0.92 setrgbcolor
  21971. fill grestore
  21972. stroke
  21973. grestore
  21974. gsave
  21975. 0.002 setlinewidth
  21976. 0.54507 0.47072 moveto 0.53347 0.47269 lineto 0.5288 0.4696 lineto gsave
  21977. 0.441 0.632 0.935 setrgbcolor
  21978. fill grestore
  21979. stroke
  21980. grestore
  21981. gsave
  21982. 0.002 setlinewidth
  21983. 0.52478 0.45438 moveto 0.52338 0.46726 lineto 0.51782 0.46642 lineto gsave
  21984. 0.611 0.642 0.857 setrgbcolor
  21985. fill grestore
  21986. stroke
  21987. grestore
  21988. gsave
  21989. 0.002 setlinewidth
  21990. 0.51782 0.46642 moveto 0.51362 0.45052 lineto 0.52478 0.45438 lineto gsave
  21991. 0.558 0.574 0.826 setrgbcolor
  21992. fill grestore
  21993. stroke
  21994. grestore
  21995. gsave
  21996. 0.002 setlinewidth
  21997. 0.2649 0.52858 moveto 0.28133 0.53768 lineto 0.29752 0.62518 lineto gsave
  21998. 0.55 0.529 0.785 setrgbcolor
  21999. fill grestore
  22000. stroke
  22001. grestore
  22002. gsave
  22003. 0.002 setlinewidth
  22004. 0.31239 0.63368 moveto 0.29752 0.62518 lineto 0.28133 0.53768 lineto gsave
  22005. 0.431 0.443 0.772 setrgbcolor
  22006. fill grestore
  22007. stroke
  22008. grestore
  22009. gsave
  22010. 0.002 setlinewidth
  22011. 0.46835 0.4302 moveto 0.48178 0.44601 lineto 0.47388 0.46678 lineto gsave
  22012. 0.696 0.59 0.734 setrgbcolor
  22013. fill grestore
  22014. stroke
  22015. grestore
  22016. gsave
  22017. 0.002 setlinewidth
  22018. 0.47388 0.46678 moveto 0.45773 0.46234 lineto 0.46835 0.4302 lineto gsave
  22019. 0.747 0.625 0.725 setrgbcolor
  22020. fill grestore
  22021. stroke
  22022. grestore
  22023. gsave
  22024. 0.002 setlinewidth
  22025. 0.49405 0.43295 moveto 0.5034 0.45224 lineto 0.49522 0.45962 lineto gsave
  22026. 0.656 0.585 0.764 setrgbcolor
  22027. fill grestore
  22028. stroke
  22029. grestore
  22030. gsave
  22031. 0.002 setlinewidth
  22032. 0.49522 0.45962 moveto 0.48178 0.44601 lineto 0.49405 0.43295 lineto gsave
  22033. 0.69 0.612 0.764 setrgbcolor
  22034. fill grestore
  22035. stroke
  22036. grestore
  22037. gsave
  22038. 0.002 setlinewidth
  22039. 0.53568 0.46201 moveto 0.5288 0.4696 lineto 0.52338 0.46726 lineto gsave
  22040. 0.541 0.649 0.904 setrgbcolor
  22041. fill grestore
  22042. stroke
  22043. grestore
  22044. gsave
  22045. 0.002 setlinewidth
  22046. 0.52338 0.46726 moveto 0.52478 0.45438 lineto 0.53568 0.46201 lineto gsave
  22047. 0.515 0.554 0.834 setrgbcolor
  22048. fill grestore
  22049. stroke
  22050. grestore
  22051. gsave
  22052. 0.002 setlinewidth
  22053. 0.5288 0.4696 moveto 0.53568 0.46201 lineto 0.54507 0.47072 lineto gsave
  22054. 0.491 0.569 0.862 setrgbcolor
  22055. fill grestore
  22056. stroke
  22057. grestore
  22058. gsave
  22059. 0.002 setlinewidth
  22060. 0.41956 0.51577 moveto 0.4369 0.50611 lineto 0.44179 0.54256 lineto gsave
  22061. 0.8 0.676 0.728 setrgbcolor
  22062. fill grestore
  22063. stroke
  22064. grestore
  22065. gsave
  22066. 0.002 setlinewidth
  22067. 0.44179 0.54256 moveto 0.42542 0.56255 lineto 0.41956 0.51577 lineto gsave
  22068. 0.813 0.677 0.713 setrgbcolor
  22069. fill grestore
  22070. stroke
  22071. grestore
  22072. gsave
  22073. 0.002 setlinewidth
  22074. 0.44155 0.45769 moveto 0.45773 0.46234 lineto 0.45412 0.49705 lineto gsave
  22075. 0.746 0.622 0.721 setrgbcolor
  22076. fill grestore
  22077. stroke
  22078. grestore
  22079. gsave
  22080. 0.002 setlinewidth
  22081. 0.45412 0.49705 moveto 0.4369 0.50611 lineto 0.44155 0.45769 lineto gsave
  22082. 0.784 0.642 0.705 setrgbcolor
  22083. fill grestore
  22084. stroke
  22085. grestore
  22086. gsave
  22087. 0.002 setlinewidth
  22088. 0.48472 0.41046 moveto 0.49405 0.43295 lineto 0.48178 0.44601 lineto gsave
  22089. 0.659 0.563 0.735 setrgbcolor
  22090. fill grestore
  22091. stroke
  22092. grestore
  22093. gsave
  22094. 0.002 setlinewidth
  22095. 0.48178 0.44601 moveto 0.46835 0.4302 lineto 0.48472 0.41046 lineto gsave
  22096. 0.689 0.589 0.739 setrgbcolor
  22097. fill grestore
  22098. stroke
  22099. grestore
  22100. gsave
  22101. 0.002 setlinewidth
  22102. 0.45493 0.4129 moveto 0.46835 0.4302 lineto 0.45773 0.46234 lineto gsave
  22103. 0.705 0.58 0.712 setrgbcolor
  22104. fill grestore
  22105. stroke
  22106. grestore
  22107. gsave
  22108. 0.002 setlinewidth
  22109. 0.45773 0.46234 moveto 0.44155 0.45769 lineto 0.45493 0.4129 lineto gsave
  22110. 0.75 0.614 0.708 setrgbcolor
  22111. fill grestore
  22112. stroke
  22113. grestore
  22114. gsave
  22115. 0.002 setlinewidth
  22116. 0.50939 0.43098 moveto 0.51362 0.45052 lineto 0.5034 0.45224 lineto gsave
  22117. 0.624 0.577 0.781 setrgbcolor
  22118. fill grestore
  22119. stroke
  22120. grestore
  22121. gsave
  22122. 0.002 setlinewidth
  22123. 0.5034 0.45224 moveto 0.49405 0.43295 lineto 0.50939 0.43098 lineto gsave
  22124. 0.612 0.565 0.777 setrgbcolor
  22125. fill grestore
  22126. stroke
  22127. grestore
  22128. gsave
  22129. 0.002 setlinewidth
  22130. 0.44753 0.31128 moveto 0.45685 0.335 lineto 0.42812 0.37721 lineto gsave
  22131. 0.7 0.576 0.712 setrgbcolor
  22132. fill grestore
  22133. stroke
  22134. grestore
  22135. gsave
  22136. 0.002 setlinewidth
  22137. 0.42812 0.37721 moveto 0.41468 0.36052 lineto 0.44753 0.31128 lineto gsave
  22138. 0.709 0.585 0.715 setrgbcolor
  22139. fill grestore
  22140. stroke
  22141. grestore
  22142. gsave
  22143. 0.002 setlinewidth
  22144. 0.44153 0.39495 moveto 0.42812 0.37721 lineto 0.45685 0.335 lineto gsave
  22145. 0.699 0.575 0.712 setrgbcolor
  22146. fill grestore
  22147. stroke
  22148. grestore
  22149. gsave
  22150. 0.002 setlinewidth
  22151. 0.41468 0.36052 moveto 0.42812 0.37721 lineto 0.40902 0.44823 lineto gsave
  22152. 0.741 0.589 0.687 setrgbcolor
  22153. fill grestore
  22154. stroke
  22155. grestore
  22156. gsave
  22157. 0.002 setlinewidth
  22158. 0.42812 0.37721 moveto 0.44153 0.39495 lineto 0.42531 0.45295 lineto gsave
  22159. 0.727 0.58 0.691 setrgbcolor
  22160. fill grestore
  22161. stroke
  22162. grestore
  22163. gsave
  22164. 0.002 setlinewidth
  22165. 0.42531 0.45295 moveto 0.40902 0.44823 lineto 0.42812 0.37721 lineto gsave
  22166. 0.754 0.603 0.69 setrgbcolor
  22167. fill grestore
  22168. stroke
  22169. grestore
  22170. gsave
  22171. 0.002 setlinewidth
  22172. 0.47542 0.38582 moveto 0.48472 0.41046 lineto 0.46835 0.4302 lineto gsave
  22173. 0.664 0.552 0.718 setrgbcolor
  22174. fill grestore
  22175. stroke
  22176. grestore
  22177. gsave
  22178. 0.002 setlinewidth
  22179. 0.46835 0.4302 moveto 0.45493 0.4129 lineto 0.47542 0.38582 lineto gsave
  22180. 0.69 0.577 0.723 setrgbcolor
  22181. fill grestore
  22182. stroke
  22183. grestore
  22184. gsave
  22185. 0.002 setlinewidth
  22186. 0.45685 0.335 moveto 0.46613 0.36025 lineto 0.44153 0.39495 lineto gsave
  22187. 0.684 0.559 0.708 setrgbcolor
  22188. fill grestore
  22189. stroke
  22190. grestore
  22191. gsave
  22192. 0.002 setlinewidth
  22193. 0.45493 0.4129 moveto 0.44153 0.39495 lineto 0.46613 0.36025 lineto gsave
  22194. 0.693 0.572 0.715 setrgbcolor
  22195. fill grestore
  22196. stroke
  22197. grestore
  22198. gsave
  22199. 0.002 setlinewidth
  22200. 0.44153 0.39495 moveto 0.45493 0.4129 lineto 0.44155 0.45769 lineto gsave
  22201. 0.715 0.577 0.698 setrgbcolor
  22202. fill grestore
  22203. stroke
  22204. grestore
  22205. gsave
  22206. 0.002 setlinewidth
  22207. 0.44155 0.45769 moveto 0.42531 0.45295 lineto 0.44153 0.39495 lineto gsave
  22208. 0.752 0.607 0.697 setrgbcolor
  22209. fill grestore
  22210. stroke
  22211. grestore
  22212. gsave
  22213. 0.002 setlinewidth
  22214. 0.46613 0.36025 moveto 0.47542 0.38582 lineto 0.45493 0.4129 lineto gsave
  22215. 0.672 0.551 0.71 setrgbcolor
  22216. fill grestore
  22217. stroke
  22218. grestore
  22219. gsave
  22220. 0.002 setlinewidth
  22221. 0.43814 0.29019 moveto 0.44753 0.31128 lineto 0.41468 0.36052 lineto gsave
  22222. 0.721 0.603 0.723 setrgbcolor
  22223. fill grestore
  22224. stroke
  22225. grestore
  22226. gsave
  22227. 0.002 setlinewidth
  22228. 0.41468 0.36052 moveto 0.40115 0.34566 lineto 0.43814 0.29019 lineto gsave
  22229. 0.722 0.603 0.723 setrgbcolor
  22230. fill grestore
  22231. stroke
  22232. grestore
  22233. gsave
  22234. 0.002 setlinewidth
  22235. 0.40115 0.34566 moveto 0.41468 0.36052 lineto 0.39269 0.44362 lineto gsave
  22236. 0.757 0.604 0.688 setrgbcolor
  22237. fill grestore
  22238. stroke
  22239. grestore
  22240. gsave
  22241. 0.002 setlinewidth
  22242. 0.40902 0.44823 moveto 0.39269 0.44362 lineto 0.41468 0.36052 lineto gsave
  22243. 0.756 0.602 0.687 setrgbcolor
  22244. fill grestore
  22245. stroke
  22246. grestore
  22247. gsave
  22248. 0.002 setlinewidth
  22249. 0.5519 0.47792 moveto 0.56714 0.48415 lineto 0.57229 0.48922 lineto gsave
  22250. 0 0.435 0.845 setrgbcolor
  22251. fill grestore
  22252. stroke
  22253. grestore
  22254. gsave
  22255. 0.002 setlinewidth
  22256. 0.48819 0.30977 moveto 0.49245 0.33359 lineto 0.45685 0.335 lineto gsave
  22257. 0.584 0.518 0.746 setrgbcolor
  22258. fill grestore
  22259. stroke
  22260. grestore
  22261. gsave
  22262. 0.002 setlinewidth
  22263. 0.45685 0.335 moveto 0.44753 0.31128 lineto 0.48819 0.30977 lineto gsave
  22264. 0.582 0.514 0.743 setrgbcolor
  22265. fill grestore
  22266. stroke
  22267. grestore
  22268. gsave
  22269. 0.002 setlinewidth
  22270. 0.46613 0.36025 moveto 0.45685 0.335 lineto 0.49245 0.33359 lineto gsave
  22271. 0.584 0.505 0.731 setrgbcolor
  22272. fill grestore
  22273. stroke
  22274. grestore
  22275. gsave
  22276. 0.002 setlinewidth
  22277. 0.48387 0.28825 moveto 0.48819 0.30977 lineto 0.44753 0.31128 lineto gsave
  22278. 0.582 0.535 0.767 setrgbcolor
  22279. fill grestore
  22280. stroke
  22281. grestore
  22282. gsave
  22283. 0.002 setlinewidth
  22284. 0.44753 0.31128 moveto 0.43814 0.29019 lineto 0.48387 0.28825 lineto gsave
  22285. 0.582 0.535 0.767 setrgbcolor
  22286. fill grestore
  22287. stroke
  22288. grestore
  22289. gsave
  22290. 0.002 setlinewidth
  22291. 0.42531 0.45295 moveto 0.44155 0.45769 lineto 0.4369 0.50611 lineto gsave
  22292. 0.75 0.612 0.705 setrgbcolor
  22293. fill grestore
  22294. stroke
  22295. grestore
  22296. gsave
  22297. 0.002 setlinewidth
  22298. 0.22456 0.41587 moveto 0.24184 0.41733 lineto 0.23283 0.50482 lineto gsave
  22299. 0.754 0.726 0.826 setrgbcolor
  22300. fill grestore
  22301. stroke
  22302. grestore
  22303. gsave
  22304. 0.002 setlinewidth
  22305. 0.24874 0.51742 moveto 0.23283 0.50482 lineto 0.24184 0.41733 lineto gsave
  22306. 0.473 0.472 0.775 setrgbcolor
  22307. fill grestore
  22308. stroke
  22309. grestore
  22310. gsave
  22311. 0.002 setlinewidth
  22312. 0.42861 0.27263 moveto 0.43814 0.29019 lineto 0.40115 0.34566 lineto gsave
  22313. 0.75 0.643 0.742 setrgbcolor
  22314. fill grestore
  22315. stroke
  22316. grestore
  22317. gsave
  22318. 0.002 setlinewidth
  22319. 0.40115 0.34566 moveto 0.38748 0.33327 lineto 0.42861 0.27263 lineto gsave
  22320. 0.739 0.63 0.738 setrgbcolor
  22321. fill grestore
  22322. stroke
  22323. grestore
  22324. gsave
  22325. 0.002 setlinewidth
  22326. 0.38748 0.33327 moveto 0.40115 0.34566 lineto 0.37628 0.43923 lineto gsave
  22327. 0.776 0.624 0.692 setrgbcolor
  22328. fill grestore
  22329. stroke
  22330. grestore
  22331. gsave
  22332. 0.002 setlinewidth
  22333. 0.39269 0.44362 moveto 0.37628 0.43923 lineto 0.40115 0.34566 lineto gsave
  22334. 0.757 0.604 0.688 setrgbcolor
  22335. fill grestore
  22336. stroke
  22337. grestore
  22338. gsave
  22339. 0.002 setlinewidth
  22340. 0.49245 0.33359 moveto 0.4967 0.35872 lineto 0.46613 0.36025 lineto gsave
  22341. 0.588 0.511 0.735 setrgbcolor
  22342. fill grestore
  22343. stroke
  22344. grestore
  22345. gsave
  22346. 0.002 setlinewidth
  22347. 0.47542 0.38582 moveto 0.46613 0.36025 lineto 0.4967 0.35872 lineto gsave
  22348. 0.588 0.505 0.729 setrgbcolor
  22349. fill grestore
  22350. stroke
  22351. grestore
  22352. gsave
  22353. 0.002 setlinewidth
  22354. 0.50516 0.40851 moveto 0.50939 0.43098 lineto 0.49405 0.43295 lineto gsave
  22355. 0.611 0.544 0.755 setrgbcolor
  22356. fill grestore
  22357. stroke
  22358. grestore
  22359. gsave
  22360. 0.002 setlinewidth
  22361. 0.49405 0.43295 moveto 0.48472 0.41046 lineto 0.50516 0.40851 lineto gsave
  22362. 0.601 0.533 0.75 setrgbcolor
  22363. fill grestore
  22364. stroke
  22365. grestore
  22366. gsave
  22367. 0.002 setlinewidth
  22368. 0.56714 0.48415 moveto 0.5519 0.47792 lineto 0.54507 0.47072 lineto gsave
  22369. 0.183 0.482 0.897 setrgbcolor
  22370. fill grestore
  22371. stroke
  22372. grestore
  22373. gsave
  22374. 0.002 setlinewidth
  22375. 0.4369 0.50611 moveto 0.41956 0.51577 lineto 0.42531 0.45295 lineto gsave
  22376. 0.782 0.631 0.694 setrgbcolor
  22377. fill grestore
  22378. stroke
  22379. grestore
  22380. gsave
  22381. 0.002 setlinewidth
  22382. 0.4967 0.35872 moveto 0.50093 0.38407 lineto 0.47542 0.38582 lineto gsave
  22383. 0.594 0.513 0.733 setrgbcolor
  22384. fill grestore
  22385. stroke
  22386. grestore
  22387. gsave
  22388. 0.002 setlinewidth
  22389. 0.48472 0.41046 moveto 0.47542 0.38582 lineto 0.50093 0.38407 lineto gsave
  22390. 0.594 0.514 0.735 setrgbcolor
  22391. fill grestore
  22392. stroke
  22393. grestore
  22394. gsave
  22395. 0.002 setlinewidth
  22396. 0.52619 0.43973 moveto 0.52478 0.45438 lineto 0.51362 0.45052 lineto gsave
  22397. 0.564 0.571 0.819 setrgbcolor
  22398. fill grestore
  22399. stroke
  22400. grestore
  22401. gsave
  22402. 0.002 setlinewidth
  22403. 0.51362 0.45052 moveto 0.50939 0.43098 lineto 0.52619 0.43973 lineto gsave
  22404. 0.532 0.514 0.782 setrgbcolor
  22405. fill grestore
  22406. stroke
  22407. grestore
  22408. gsave
  22409. 0.002 setlinewidth
  22410. 0.40213 0.52531 moveto 0.41956 0.51577 lineto 0.42542 0.56255 lineto gsave
  22411. 0.794 0.663 0.719 setrgbcolor
  22412. fill grestore
  22413. stroke
  22414. grestore
  22415. gsave
  22416. 0.002 setlinewidth
  22417. 0.42542 0.56255 moveto 0.40895 0.58236 lineto 0.40213 0.52531 lineto gsave
  22418. 0.805 0.666 0.709 setrgbcolor
  22419. fill grestore
  22420. stroke
  22421. grestore
  22422. gsave
  22423. 0.002 setlinewidth
  22424. 0.50093 0.38407 moveto 0.50516 0.40851 lineto 0.48472 0.41046 lineto gsave
  22425. 0.601 0.523 0.739 setrgbcolor
  22426. fill grestore
  22427. stroke
  22428. grestore
  22429. gsave
  22430. 0.002 setlinewidth
  22431. 0.47949 0.26985 moveto 0.48387 0.28825 lineto 0.43814 0.29019 lineto gsave
  22432. 0.579 0.566 0.803 setrgbcolor
  22433. fill grestore
  22434. stroke
  22435. grestore
  22436. gsave
  22437. 0.002 setlinewidth
  22438. 0.43814 0.29019 moveto 0.42861 0.27263 lineto 0.47949 0.26985 lineto gsave
  22439. 0.581 0.571 0.807 setrgbcolor
  22440. fill grestore
  22441. stroke
  22442. grestore
  22443. gsave
  22444. 0.002 setlinewidth
  22445. 0.40902 0.44823 moveto 0.42531 0.45295 lineto 0.41956 0.51577 lineto gsave
  22446. 0.753 0.605 0.694 setrgbcolor
  22447. fill grestore
  22448. stroke
  22449. grestore
  22450. gsave
  22451. 0.002 setlinewidth
  22452. 0.41888 0.2593 moveto 0.42861 0.27263 lineto 0.38748 0.33327 lineto gsave
  22453. 0.786 0.699 0.768 setrgbcolor
  22454. fill grestore
  22455. stroke
  22456. grestore
  22457. gsave
  22458. 0.002 setlinewidth
  22459. 0.38748 0.33327 moveto 0.3736 0.32387 lineto 0.41888 0.2593 lineto gsave
  22460. 0.761 0.668 0.76 setrgbcolor
  22461. fill grestore
  22462. stroke
  22463. grestore
  22464. gsave
  22465. 0.002 setlinewidth
  22466. 0.3736 0.32387 moveto 0.38748 0.33327 lineto 0.35981 0.43514 lineto gsave
  22467. 0.798 0.65 0.699 setrgbcolor
  22468. fill grestore
  22469. stroke
  22470. grestore
  22471. gsave
  22472. 0.002 setlinewidth
  22473. 0.37628 0.43923 moveto 0.35981 0.43514 lineto 0.38748 0.33327 lineto gsave
  22474. 0.759 0.608 0.691 setrgbcolor
  22475. fill grestore
  22476. stroke
  22477. grestore
  22478. gsave
  22479. 0.002 setlinewidth
  22480. 0.28133 0.53768 moveto 0.29806 0.54421 lineto 0.31239 0.63368 lineto gsave
  22481. 0.613 0.556 0.767 setrgbcolor
  22482. fill grestore
  22483. stroke
  22484. grestore
  22485. gsave
  22486. 0.002 setlinewidth
  22487. 0.32775 0.63711 moveto 0.31239 0.63368 lineto 0.29806 0.54421 lineto gsave
  22488. 0.552 0.513 0.765 setrgbcolor
  22489. fill grestore
  22490. stroke
  22491. grestore
  22492. gsave
  22493. 0.002 setlinewidth
  22494. 0.54264 0.45533 moveto 0.53568 0.46201 lineto 0.52478 0.45438 lineto gsave
  22495. 0.45 0.547 0.864 setrgbcolor
  22496. fill grestore
  22497. stroke
  22498. grestore
  22499. gsave
  22500. 0.002 setlinewidth
  22501. 0.52478 0.45438 moveto 0.52619 0.43973 lineto 0.54264 0.45533 lineto gsave
  22502. 0.473 0.488 0.792 setrgbcolor
  22503. fill grestore
  22504. stroke
  22505. grestore
  22506. gsave
  22507. 0.002 setlinewidth
  22508. 0.54507 0.47072 moveto 0.55686 0.47194 lineto 0.56714 0.48415 lineto gsave
  22509. 0.29 0.509 0.895 setrgbcolor
  22510. fill grestore
  22511. stroke
  22512. grestore
  22513. gsave
  22514. 0.002 setlinewidth
  22515. 0.55686 0.47194 moveto 0.54507 0.47072 lineto 0.53568 0.46201 lineto gsave
  22516. 0.296 0.502 0.888 setrgbcolor
  22517. fill grestore
  22518. stroke
  22519. grestore
  22520. gsave
  22521. 0.002 setlinewidth
  22522. 0.39269 0.44362 moveto 0.40902 0.44823 lineto 0.40213 0.52531 lineto gsave
  22523. 0.756 0.602 0.687 setrgbcolor
  22524. fill grestore
  22525. stroke
  22526. grestore
  22527. gsave
  22528. 0.002 setlinewidth
  22529. 0.41956 0.51577 moveto 0.40213 0.52531 lineto 0.40902 0.44823 lineto gsave
  22530. 0.777 0.622 0.687 setrgbcolor
  22531. fill grestore
  22532. stroke
  22533. grestore
  22534. gsave
  22535. 0.002 setlinewidth
  22536. 0.47501 0.25523 moveto 0.47949 0.26985 lineto 0.42861 0.27263 lineto gsave
  22537. 0.574 0.618 0.858 setrgbcolor
  22538. fill grestore
  22539. stroke
  22540. grestore
  22541. gsave
  22542. 0.002 setlinewidth
  22543. 0.42861 0.27263 moveto 0.41888 0.2593 lineto 0.47501 0.25523 lineto gsave
  22544. 0.577 0.633 0.871 setrgbcolor
  22545. fill grestore
  22546. stroke
  22547. grestore
  22548. gsave
  22549. 0.002 setlinewidth
  22550. 0.53568 0.46201 moveto 0.54264 0.45533 lineto 0.55686 0.47194 lineto gsave
  22551. 0.417 0.492 0.83 setrgbcolor
  22552. fill grestore
  22553. stroke
  22554. grestore
  22555. gsave
  22556. 0.002 setlinewidth
  22557. 0.52762 0.42365 moveto 0.52619 0.43973 lineto 0.50939 0.43098 lineto gsave
  22558. 0.525 0.516 0.789 setrgbcolor
  22559. fill grestore
  22560. stroke
  22561. grestore
  22562. gsave
  22563. 0.002 setlinewidth
  22564. 0.50939 0.43098 moveto 0.50516 0.40851 lineto 0.52762 0.42365 lineto gsave
  22565. 0.51 0.474 0.752 setrgbcolor
  22566. fill grestore
  22567. stroke
  22568. grestore
  22569. gsave
  22570. 0.002 setlinewidth
  22571. 0.38462 0.534 moveto 0.40213 0.52531 lineto 0.40895 0.58236 lineto gsave
  22572. 0.784 0.651 0.715 setrgbcolor
  22573. fill grestore
  22574. stroke
  22575. grestore
  22576. gsave
  22577. 0.002 setlinewidth
  22578. 0.40895 0.58236 moveto 0.39244 0.6007 lineto 0.38462 0.534 lineto gsave
  22579. 0.791 0.653 0.71 setrgbcolor
  22580. fill grestore
  22581. stroke
  22582. grestore
  22583. gsave
  22584. 0.002 setlinewidth
  22585. 0.24184 0.41733 moveto 0.25901 0.4189 lineto 0.24874 0.51742 lineto gsave
  22586. 0.764 0.697 0.788 setrgbcolor
  22587. fill grestore
  22588. stroke
  22589. grestore
  22590. gsave
  22591. 0.002 setlinewidth
  22592. 0.2649 0.52858 moveto 0.24874 0.51742 lineto 0.25901 0.4189 lineto gsave
  22593. 0.539 0.494 0.754 setrgbcolor
  22594. fill grestore
  22595. stroke
  22596. grestore
  22597. gsave
  22598. 0.002 setlinewidth
  22599. 0.58264 0.49378 moveto 0.56886 0.47579 lineto gsave
  22600. 0.59224 0.49954 lineto 0 0.275 0.78 setrgbcolor
  22601. fill grestore
  22602. stroke
  22603. grestore
  22604. gsave
  22605. 0.002 setlinewidth
  22606. 0.58264 0.49378 moveto 0.58937 0.49889 lineto gsave
  22607. 0.57224 0.48754 lineto 0 0.215 0.65 setrgbcolor
  22608. fill grestore
  22609. stroke
  22610. grestore
  22611. gsave
  22612. 0.002 setlinewidth
  22613. 0.59842 0.50583 moveto 0.60664 0.51042 lineto gsave
  22614. 0.58447 0.49505 lineto 0.488 0 0 setrgbcolor
  22615. fill grestore
  22616. stroke
  22617. grestore
  22618. gsave
  22619. 0.002 setlinewidth
  22620. 0.58264 0.49378 moveto 0.59842 0.50583 lineto gsave
  22621. 0.58447 0.49505 lineto 0.488 0 0 setrgbcolor
  22622. fill grestore
  22623. stroke
  22624. grestore
  22625. gsave
  22626. 0.002 setlinewidth
  22627. 0.62413 0.52289 moveto 0.60664 0.51042 lineto 0.59842 0.50583 lineto gsave
  22628. 0.467 0 0 setrgbcolor
  22629. fill grestore
  22630. stroke
  22631. grestore
  22632. gsave
  22633. 0.002 setlinewidth
  22634. 0.59842 0.50583 moveto 0.61451 0.51912 lineto 0.62413 0.52289 lineto gsave
  22635. 0.56 0 0 setrgbcolor
  22636. fill grestore
  22637. stroke
  22638. grestore
  22639. gsave
  22640. 0.002 setlinewidth
  22641. 0.59842 0.50583 moveto 0.58108 0.4815 lineto gsave
  22642. 0.61206 0.51636 lineto 0 0.251 0.764 setrgbcolor
  22643. fill grestore
  22644. stroke
  22645. grestore
  22646. gsave
  22647. 0.61451 0.51912 moveto 0.59842 0.50583 lineto 0.61206 0.51636 lineto 0 0.251 0.764 setrgbcolor
  22648. fill
  22649. grestore
  22650. gsave
  22651. 0.59842 0.50583 moveto 0.58264 0.49378 lineto 0.59224 0.49954 lineto 0 0.275 0.78 setrgbcolor
  22652. fill
  22653. grestore
  22654. gsave
  22655. 0.002 setlinewidth
  22656. 0.56714 0.48415 moveto 0.58264 0.49378 lineto gsave
  22657. 0.57224 0.48754 lineto 0 0.215 0.65 setrgbcolor
  22658. fill grestore
  22659. stroke
  22660. grestore
  22661. gsave
  22662. 0.002 setlinewidth
  22663. 0.37628 0.43923 moveto 0.39269 0.44362 lineto 0.38462 0.534 lineto gsave
  22664. 0.758 0.602 0.684 setrgbcolor
  22665. fill grestore
  22666. stroke
  22667. grestore
  22668. gsave
  22669. 0.002 setlinewidth
  22670. 0.40213 0.52531 moveto 0.38462 0.534 lineto 0.39269 0.44362 lineto gsave
  22671. 0.769 0.612 0.684 setrgbcolor
  22672. fill grestore
  22673. stroke
  22674. grestore
  22675. gsave
  22676. 0.002 setlinewidth
  22677. 0.40888 0.25065 moveto 0.41888 0.2593 lineto 0.3736 0.32387 lineto gsave
  22678. 0.83 0.776 0.801 setrgbcolor
  22679. fill grestore
  22680. stroke
  22681. grestore
  22682. gsave
  22683. 0.002 setlinewidth
  22684. 0.3736 0.32387 moveto 0.35946 0.31776 lineto 0.40888 0.25065 lineto gsave
  22685. 0.787 0.719 0.789 setrgbcolor
  22686. fill grestore
  22687. stroke
  22688. grestore
  22689. gsave
  22690. 0.002 setlinewidth
  22691. 0.35946 0.31776 moveto 0.3736 0.32387 lineto 0.34326 0.43143 lineto gsave
  22692. 0.823 0.683 0.709 setrgbcolor
  22693. fill grestore
  22694. stroke
  22695. grestore
  22696. gsave
  22697. 0.002 setlinewidth
  22698. 0.35981 0.43514 moveto 0.34326 0.43143 lineto 0.3736 0.32387 lineto gsave
  22699. 0.761 0.615 0.698 setrgbcolor
  22700. fill grestore
  22701. stroke
  22702. grestore
  22703. gsave
  22704. 0.002 setlinewidth
  22705. 0.52905 0.40656 moveto 0.52762 0.42365 lineto 0.50516 0.40851 lineto gsave
  22706. 0.491 0.475 0.768 setrgbcolor
  22707. fill grestore
  22708. stroke
  22709. grestore
  22710. gsave
  22711. 0.002 setlinewidth
  22712. 0.50516 0.40851 moveto 0.50093 0.38407 lineto 0.52905 0.40656 lineto gsave
  22713. 0.49 0.445 0.734 setrgbcolor
  22714. fill grestore
  22715. stroke
  22716. grestore
  22717. gsave
  22718. 0.002 setlinewidth
  22719. 0.35981 0.43514 moveto 0.37628 0.43923 lineto 0.3671 0.54114 lineto gsave
  22720. 0.76 0.604 0.684 setrgbcolor
  22721. fill grestore
  22722. stroke
  22723. grestore
  22724. gsave
  22725. 0.002 setlinewidth
  22726. 0.38462 0.534 moveto 0.3671 0.54114 lineto 0.37628 0.43923 lineto gsave
  22727. 0.758 0.602 0.684 setrgbcolor
  22728. fill grestore
  22729. stroke
  22730. grestore
  22731. gsave
  22732. 0.002 setlinewidth
  22733. 0.29806 0.54421 moveto 0.31504 0.54784 lineto 0.32775 0.63711 lineto gsave
  22734. 0.662 0.578 0.751 setrgbcolor
  22735. fill grestore
  22736. stroke
  22737. grestore
  22738. gsave
  22739. 0.002 setlinewidth
  22740. 0.34351 0.6352 moveto 0.32775 0.63711 lineto 0.31504 0.54784 lineto gsave
  22741. 0.638 0.561 0.752 setrgbcolor
  22742. fill grestore
  22743. stroke
  22744. grestore
  22745. gsave
  22746. 0.002 setlinewidth
  22747. 0.5305 0.38894 moveto 0.52905 0.40656 lineto 0.50093 0.38407 lineto gsave
  22748. 0.461 0.444 0.753 setrgbcolor
  22749. fill grestore
  22750. stroke
  22751. grestore
  22752. gsave
  22753. 0.002 setlinewidth
  22754. 0.50093 0.38407 moveto 0.4967 0.35872 lineto 0.5305 0.38894 lineto gsave
  22755. 0.469 0.425 0.726 setrgbcolor
  22756. fill grestore
  22757. stroke
  22758. grestore
  22759. gsave
  22760. 0.002 setlinewidth
  22761. 0.3671 0.54114 moveto 0.38462 0.534 lineto 0.39244 0.6007 lineto gsave
  22762. 0.771 0.639 0.716 setrgbcolor
  22763. fill grestore
  22764. stroke
  22765. grestore
  22766. gsave
  22767. 0.002 setlinewidth
  22768. 0.39244 0.6007 moveto 0.37596 0.61631 lineto 0.3671 0.54114 lineto gsave
  22769. 0.771 0.639 0.715 setrgbcolor
  22770. fill grestore
  22771. stroke
  22772. grestore
  22773. gsave
  22774. 0.002 setlinewidth
  22775. 0.58264 0.49378 moveto 0.56714 0.48415 lineto 0.55686 0.47194 lineto gsave
  22776. 0.024 0.355 0.83 setrgbcolor
  22777. fill grestore
  22778. stroke
  22779. grestore
  22780. gsave
  22781. 0.002 setlinewidth
  22782. 0.47041 0.24478 moveto 0.47501 0.25523 lineto 0.41888 0.2593 lineto gsave
  22783. 0.553 0.697 0.936 setrgbcolor
  22784. fill grestore
  22785. stroke
  22786. grestore
  22787. gsave
  22788. 0.002 setlinewidth
  22789. 0.41888 0.2593 moveto 0.40888 0.25065 lineto 0.47041 0.24478 lineto gsave
  22790. 0.551 0.728 0.957 setrgbcolor
  22791. fill grestore
  22792. stroke
  22793. grestore
  22794. gsave
  22795. 0.002 setlinewidth
  22796. 0.54971 0.44937 moveto 0.54264 0.45533 lineto 0.52619 0.43973 lineto gsave
  22797. 0.379 0.464 0.822 setrgbcolor
  22798. fill grestore
  22799. stroke
  22800. grestore
  22801. gsave
  22802. 0.002 setlinewidth
  22803. 0.52619 0.43973 moveto 0.52762 0.42365 lineto 0.54971 0.44937 lineto gsave
  22804. 0.439 0.439 0.762 setrgbcolor
  22805. fill grestore
  22806. stroke
  22807. grestore
  22808. gsave
  22809. 0.002 setlinewidth
  22810. 0.53195 0.3713 moveto 0.5305 0.38894 lineto 0.4967 0.35872 lineto gsave
  22811. 0.433 0.42 0.745 setrgbcolor
  22812. fill grestore
  22813. stroke
  22814. grestore
  22815. gsave
  22816. 0.002 setlinewidth
  22817. 0.4967 0.35872 moveto 0.49245 0.33359 lineto 0.53195 0.3713 lineto gsave
  22818. 0.446 0.41 0.725 setrgbcolor
  22819. fill grestore
  22820. stroke
  22821. grestore
  22822. gsave
  22823. 0.002 setlinewidth
  22824. 0.25901 0.4189 moveto 0.27608 0.42069 lineto 0.2649 0.52858 lineto gsave
  22825. 0.768 0.673 0.758 setrgbcolor
  22826. fill grestore
  22827. stroke
  22828. grestore
  22829. gsave
  22830. 0.002 setlinewidth
  22831. 0.28133 0.53768 moveto 0.2649 0.52858 lineto 0.27608 0.42069 lineto gsave
  22832. 0.593 0.516 0.736 setrgbcolor
  22833. fill grestore
  22834. stroke
  22835. grestore
  22836. gsave
  22837. 0.002 setlinewidth
  22838. 0.34326 0.43143 moveto 0.35981 0.43514 lineto 0.34962 0.54611 lineto gsave
  22839. 0.763 0.608 0.687 setrgbcolor
  22840. fill grestore
  22841. stroke
  22842. grestore
  22843. gsave
  22844. 0.002 setlinewidth
  22845. 0.3671 0.54114 moveto 0.34962 0.54611 lineto 0.35981 0.43514 lineto gsave
  22846. 0.744 0.591 0.686 setrgbcolor
  22847. fill grestore
  22848. stroke
  22849. grestore
  22850. gsave
  22851. 0.002 setlinewidth
  22852. 0.53342 0.35417 moveto 0.53195 0.3713 lineto 0.49245 0.33359 lineto gsave
  22853. 0.406 0.403 0.743 setrgbcolor
  22854. fill grestore
  22855. stroke
  22856. grestore
  22857. gsave
  22858. 0.002 setlinewidth
  22859. 0.49245 0.33359 moveto 0.48819 0.30977 lineto 0.53342 0.35417 lineto gsave
  22860. 0.417 0.399 0.732 setrgbcolor
  22861. fill grestore
  22862. stroke
  22863. grestore
  22864. gsave
  22865. 0.002 setlinewidth
  22866. 0.34962 0.54611 moveto 0.3671 0.54114 lineto 0.37596 0.61631 lineto gsave
  22867. 0.753 0.626 0.719 setrgbcolor
  22868. fill grestore
  22869. stroke
  22870. grestore
  22871. gsave
  22872. 0.002 setlinewidth
  22873. 0.37596 0.61631 moveto 0.35962 0.6281 lineto 0.34962 0.54611 lineto gsave
  22874. 0.741 0.62 0.725 setrgbcolor
  22875. fill grestore
  22876. stroke
  22877. grestore
  22878. gsave
  22879. 0.002 setlinewidth
  22880. 0.31504 0.54784 moveto 0.33224 0.54844 lineto 0.34351 0.6352 lineto gsave
  22881. 0.7 0.596 0.737 setrgbcolor
  22882. fill grestore
  22883. stroke
  22884. grestore
  22885. gsave
  22886. 0.002 setlinewidth
  22887. 0.35962 0.6281 moveto 0.34351 0.6352 lineto 0.33224 0.54844 lineto gsave
  22888. 0.699 0.595 0.737 setrgbcolor
  22889. fill grestore
  22890. stroke
  22891. grestore
  22892. gsave
  22893. 0.002 setlinewidth
  22894. 0.39856 0.24688 moveto 0.40888 0.25065 lineto 0.35946 0.31776 lineto gsave
  22895. 0.872 0.872 0.834 setrgbcolor
  22896. fill grestore
  22897. stroke
  22898. grestore
  22899. gsave
  22900. 0.002 setlinewidth
  22901. 0.35946 0.31776 moveto 0.345 0.31507 lineto 0.39856 0.24688 lineto gsave
  22902. 0.816 0.787 0.825 setrgbcolor
  22903. fill grestore
  22904. stroke
  22905. grestore
  22906. gsave
  22907. 0.002 setlinewidth
  22908. 0.345 0.31507 moveto 0.35946 0.31776 lineto 0.32662 0.42812 lineto gsave
  22909. 0.849 0.722 0.722 setrgbcolor
  22910. fill grestore
  22911. stroke
  22912. grestore
  22913. gsave
  22914. 0.002 setlinewidth
  22915. 0.34326 0.43143 moveto 0.32662 0.42812 lineto 0.35946 0.31776 lineto gsave
  22916. 0.762 0.625 0.708 setrgbcolor
  22917. fill grestore
  22918. stroke
  22919. grestore
  22920. gsave
  22921. 0.002 setlinewidth
  22922. 0.33224 0.54844 moveto 0.34962 0.54611 lineto 0.35962 0.6281 lineto gsave
  22923. 0.73 0.612 0.727 setrgbcolor
  22924. fill grestore
  22925. stroke
  22926. grestore
  22927. gsave
  22928. 0.002 setlinewidth
  22929. 0.53491 0.33802 moveto 0.53342 0.35417 lineto 0.48819 0.30977 lineto gsave
  22930. 0.378 0.391 0.747 setrgbcolor
  22931. fill grestore
  22932. stroke
  22933. grestore
  22934. gsave
  22935. 0.002 setlinewidth
  22936. 0.48819 0.30977 moveto 0.48387 0.28825 lineto 0.53491 0.33802 lineto gsave
  22937. 0.378 0.391 0.747 setrgbcolor
  22938. fill grestore
  22939. stroke
  22940. grestore
  22941. gsave
  22942. 0.002 setlinewidth
  22943. 0.32662 0.42812 moveto 0.34326 0.43143 lineto 0.33224 0.54844 lineto gsave
  22944. 0.765 0.615 0.693 setrgbcolor
  22945. fill grestore
  22946. stroke
  22947. grestore
  22948. gsave
  22949. 0.002 setlinewidth
  22950. 0.34962 0.54611 moveto 0.33224 0.54844 lineto 0.34326 0.43143 lineto gsave
  22951. 0.725 0.579 0.691 setrgbcolor
  22952. fill grestore
  22953. stroke
  22954. grestore
  22955. gsave
  22956. 0.002 setlinewidth
  22957. 0.56886 0.47579 moveto 0.55686 0.47194 lineto 0.54264 0.45533 lineto gsave
  22958. 0.195 0.397 0.834 setrgbcolor
  22959. fill grestore
  22960. stroke
  22961. grestore
  22962. gsave
  22963. 0.002 setlinewidth
  22964. 0.54264 0.45533 moveto 0.54971 0.44937 lineto 0.56886 0.47579 lineto gsave
  22965. 0.36 0.431 0.799 setrgbcolor
  22966. fill grestore
  22967. stroke
  22968. grestore
  22969. gsave
  22970. 0.002 setlinewidth
  22971. 0.55686 0.47194 moveto 0.56886 0.47579 lineto 0.58264 0.49378 lineto gsave
  22972. 0.16 0.412 0.854 setrgbcolor
  22973. fill grestore
  22974. stroke
  22975. grestore
  22976. gsave
  22977. 0.002 setlinewidth
  22978. 0.84406 0.44636 moveto 0.82871 0.46738 lineto 0.80559 0.41301 lineto gsave
  22979. 0.942 0.886 0.747 setrgbcolor
  22980. fill grestore
  22981. stroke
  22982. grestore
  22983. gsave
  22984. 0.002 setlinewidth
  22985. 0.80559 0.41301 moveto 0.8198 0.38281 lineto 0.84406 0.44636 lineto gsave
  22986. 0.963 0.868 0.695 setrgbcolor
  22987. fill grestore
  22988. stroke
  22989. grestore
  22990. gsave
  22991. 0.002 setlinewidth
  22992. 0.27608 0.42069 moveto 0.29303 0.42278 lineto 0.28133 0.53768 lineto gsave
  22993. 0.769 0.653 0.734 setrgbcolor
  22994. fill grestore
  22995. stroke
  22996. grestore
  22997. gsave
  22998. 0.002 setlinewidth
  22999. 0.29806 0.54421 moveto 0.28133 0.53768 lineto 0.29303 0.42278 lineto gsave
  23000. 0.638 0.535 0.721 setrgbcolor
  23001. fill grestore
  23002. stroke
  23003. grestore
  23004. gsave
  23005. 0.002 setlinewidth
  23006. 0.55688 0.44387 moveto 0.54971 0.44937 lineto 0.52762 0.42365 lineto gsave
  23007. 0.33 0.402 0.786 setrgbcolor
  23008. fill grestore
  23009. stroke
  23010. grestore
  23011. gsave
  23012. 0.002 setlinewidth
  23013. 0.52762 0.42365 moveto 0.52905 0.40656 lineto 0.55688 0.44387 lineto gsave
  23014. 0.41 0.402 0.74 setrgbcolor
  23015. fill grestore
  23016. stroke
  23017. grestore
  23018. gsave
  23019. 0.002 setlinewidth
  23020. 0.32662 0.42812 moveto 0.30988 0.42525 lineto 0.345 0.31507 lineto gsave
  23021. 0.763 0.638 0.723 setrgbcolor
  23022. fill grestore
  23023. stroke
  23024. grestore
  23025. gsave
  23026. 0.002 setlinewidth
  23027. 0.30988 0.42525 moveto 0.32662 0.42812 lineto 0.31504 0.54784 lineto gsave
  23028. 0.767 0.625 0.702 setrgbcolor
  23029. fill grestore
  23030. stroke
  23031. grestore
  23032. gsave
  23033. 0.002 setlinewidth
  23034. 0.33224 0.54844 moveto 0.31504 0.54784 lineto 0.32662 0.42812 lineto gsave
  23035. 0.702 0.566 0.699 setrgbcolor
  23036. fill grestore
  23037. stroke
  23038. grestore
  23039. gsave
  23040. 0.002 setlinewidth
  23041. 0.53641 0.32326 moveto 0.53491 0.33802 lineto 0.48387 0.28825 lineto gsave
  23042. 0.348 0.384 0.757 setrgbcolor
  23043. fill grestore
  23044. stroke
  23045. grestore
  23046. gsave
  23047. 0.002 setlinewidth
  23048. 0.48387 0.28825 moveto 0.47949 0.26985 lineto 0.53641 0.32326 lineto gsave
  23049. 0.32 0.385 0.773 setrgbcolor
  23050. fill grestore
  23051. stroke
  23052. grestore
  23053. gsave
  23054. 0.002 setlinewidth
  23055. 0.46565 0.23867 moveto 0.47041 0.24478 lineto 0.40888 0.25065 lineto gsave
  23056. 0.476 0.787 0.999 setrgbcolor
  23057. fill grestore
  23058. stroke
  23059. grestore
  23060. gsave
  23061. 0.002 setlinewidth
  23062. 0.40888 0.25065 moveto 0.39856 0.24688 lineto 0.46565 0.23867 lineto gsave
  23063. 0.433 0.811 0.992 setrgbcolor
  23064. fill grestore
  23065. stroke
  23066. grestore
  23067. gsave
  23068. 0.002 setlinewidth
  23069. 0.29303 0.42278 moveto 0.30988 0.42525 lineto 0.29806 0.54421 lineto gsave
  23070. 0.768 0.637 0.716 setrgbcolor
  23071. fill grestore
  23072. stroke
  23073. grestore
  23074. gsave
  23075. 0.002 setlinewidth
  23076. 0.31504 0.54784 moveto 0.29806 0.54421 lineto 0.30988 0.42525 lineto gsave
  23077. 0.673 0.551 0.708 setrgbcolor
  23078. fill grestore
  23079. stroke
  23080. grestore
  23081. gsave
  23082. 0.002 setlinewidth
  23083. 0.38785 0.24788 moveto 0.39856 0.24688 lineto 0.345 0.31507 lineto gsave
  23084. 0.883 0.966 0.841 setrgbcolor
  23085. fill grestore
  23086. stroke
  23087. grestore
  23088. gsave
  23089. 0.002 setlinewidth
  23090. 0.345 0.31507 moveto 0.33016 0.31573 lineto 0.38785 0.24788 lineto gsave
  23091. 0.839 0.868 0.864 setrgbcolor
  23092. fill grestore
  23093. stroke
  23094. grestore
  23095. gsave
  23096. 0.002 setlinewidth
  23097. 0.33016 0.31573 moveto 0.345 0.31507 lineto 0.30988 0.42525 lineto gsave
  23098. 0.876 0.767 0.739 setrgbcolor
  23099. fill grestore
  23100. stroke
  23101. grestore
  23102. gsave
  23103. 0.002 setlinewidth
  23104. 0.30988 0.42525 moveto 0.29303 0.42278 lineto 0.33016 0.31573 lineto gsave
  23105. 0.764 0.655 0.742 setrgbcolor
  23106. fill grestore
  23107. stroke
  23108. grestore
  23109. gsave
  23110. 0.002 setlinewidth
  23111. 0.6418 0.53523 moveto 0.62413 0.52289 lineto 0.61451 0.51912 lineto gsave
  23112. 0.509 0 0 setrgbcolor
  23113. fill grestore
  23114. stroke
  23115. grestore
  23116. gsave
  23117. 0.002 setlinewidth
  23118. 0.56415 0.43854 moveto 0.55688 0.44387 lineto 0.52905 0.40656 lineto gsave
  23119. 0.301 0.36 0.757 setrgbcolor
  23120. fill grestore
  23121. stroke
  23122. grestore
  23123. gsave
  23124. 0.002 setlinewidth
  23125. 0.52905 0.40656 moveto 0.5305 0.38894 lineto 0.56415 0.43854 lineto gsave
  23126. 0.384 0.375 0.726 setrgbcolor
  23127. fill grestore
  23128. stroke
  23129. grestore
  23130. gsave
  23131. 0.002 setlinewidth
  23132. 0.53794 0.3102 moveto 0.53641 0.32326 lineto 0.47949 0.26985 lineto gsave
  23133. 0.315 0.384 0.774 setrgbcolor
  23134. fill grestore
  23135. stroke
  23136. grestore
  23137. gsave
  23138. 0.002 setlinewidth
  23139. 0.47949 0.26985 moveto 0.47501 0.25523 lineto 0.53794 0.3102 lineto gsave
  23140. 0.228 0.377 0.806 setrgbcolor
  23141. fill grestore
  23142. stroke
  23143. grestore
  23144. gsave
  23145. 0.002 setlinewidth
  23146. 0.82871 0.46738 moveto 0.81318 0.48853 lineto 0.79122 0.44339 lineto gsave
  23147. 0.946 0.905 0.75 setrgbcolor
  23148. fill grestore
  23149. stroke
  23150. grestore
  23151. gsave
  23152. 0.002 setlinewidth
  23153. 0.79122 0.44339 moveto 0.80559 0.41301 lineto 0.82871 0.46738 lineto gsave
  23154. 0.968 0.881 0.693 setrgbcolor
  23155. fill grestore
  23156. stroke
  23157. grestore
  23158. gsave
  23159. 0.002 setlinewidth
  23160. 0.31491 0.31946 moveto 0.33016 0.31573 lineto 0.29303 0.42278 lineto gsave
  23161. 0.901 0.819 0.757 setrgbcolor
  23162. fill grestore
  23163. stroke
  23164. grestore
  23165. gsave
  23166. 0.002 setlinewidth
  23167. 0.29303 0.42278 moveto 0.27608 0.42069 lineto 0.31491 0.31946 lineto gsave
  23168. 0.762 0.677 0.768 setrgbcolor
  23169. fill grestore
  23170. stroke
  23171. grestore
  23172. gsave
  23173. 0.002 setlinewidth
  23174. 0.58108 0.4815 moveto 0.56886 0.47579 lineto 0.54971 0.44937 lineto gsave
  23175. 0.148 0.33 0.79 setrgbcolor
  23176. fill grestore
  23177. stroke
  23178. grestore
  23179. gsave
  23180. 0.002 setlinewidth
  23181. 0.54971 0.44937 moveto 0.55688 0.44387 lineto 0.58108 0.4815 lineto gsave
  23182. 0.321 0.386 0.774 setrgbcolor
  23183. fill grestore
  23184. stroke
  23185. grestore
  23186. gsave
  23187. 0.002 setlinewidth
  23188. 0.56886 0.47579 moveto 0.58108 0.4815 lineto 0.59842 0.50583 lineto gsave
  23189. 0.077 0.343 0.817 setrgbcolor
  23190. fill grestore
  23191. stroke
  23192. grestore
  23193. gsave
  23194. 0.002 setlinewidth
  23195. 0.29925 0.32578 moveto 0.31491 0.31946 lineto 0.27608 0.42069 lineto gsave
  23196. 0.919 0.873 0.776 setrgbcolor
  23197. fill grestore
  23198. stroke
  23199. grestore
  23200. gsave
  23201. 0.002 setlinewidth
  23202. 0.27608 0.42069 moveto 0.25901 0.4189 lineto 0.29925 0.32578 lineto gsave
  23203. 0.758 0.703 0.8 setrgbcolor
  23204. fill grestore
  23205. stroke
  23206. grestore
  23207. gsave
  23208. 0.002 setlinewidth
  23209. 0.57153 0.43306 moveto 0.56415 0.43854 lineto 0.5305 0.38894 lineto gsave
  23210. 0.289 0.335 0.737 setrgbcolor
  23211. fill grestore
  23212. stroke
  23213. grestore
  23214. gsave
  23215. 0.002 setlinewidth
  23216. 0.5305 0.38894 moveto 0.53195 0.3713 lineto 0.57153 0.43306 lineto gsave
  23217. 0.358 0.353 0.717 setrgbcolor
  23218. fill grestore
  23219. stroke
  23220. grestore
  23221. gsave
  23222. 0.002 setlinewidth
  23223. 0.46073 0.23684 moveto 0.46565 0.23867 lineto 0.39856 0.24688 lineto gsave
  23224. 0.268 0.766 0.89 setrgbcolor
  23225. fill grestore
  23226. stroke
  23227. grestore
  23228. gsave
  23229. 0.002 setlinewidth
  23230. 0.39856 0.24688 moveto 0.38785 0.24788 lineto 0.46073 0.23684 lineto gsave
  23231. 0.153 0.695 0.754 setrgbcolor
  23232. fill grestore
  23233. stroke
  23234. grestore
  23235. gsave
  23236. 0.002 setlinewidth
  23237. 0.37673 0.2533 moveto 0.38785 0.24788 lineto 0.33016 0.31573 lineto gsave
  23238. 0.812 0.997 0.777 setrgbcolor
  23239. fill grestore
  23240. stroke
  23241. grestore
  23242. gsave
  23243. 0.002 setlinewidth
  23244. 0.33016 0.31573 moveto 0.31491 0.31946 lineto 0.37673 0.2533 lineto gsave
  23245. 0.839 0.948 0.89 setrgbcolor
  23246. fill grestore
  23247. stroke
  23248. grestore
  23249. gsave
  23250. 0.002 setlinewidth
  23251. 0.5395 0.29904 moveto 0.53794 0.3102 lineto 0.47501 0.25523 lineto gsave
  23252. 0.277 0.39 0.798 setrgbcolor
  23253. fill grestore
  23254. stroke
  23255. grestore
  23256. gsave
  23257. 0.002 setlinewidth
  23258. 0.47501 0.25523 moveto 0.47041 0.24478 lineto 0.5395 0.29904 lineto gsave
  23259. 0.071 0.357 0.828 setrgbcolor
  23260. fill grestore
  23261. stroke
  23262. grestore
  23263. gsave
  23264. 0.002 setlinewidth
  23265. 0.65961 0.54637 moveto 0.6418 0.53523 lineto 0.63087 0.53232 lineto gsave
  23266. 0.494 0 0 setrgbcolor
  23267. fill grestore
  23268. stroke
  23269. grestore
  23270. gsave
  23271. 0.002 setlinewidth
  23272. 0.61451 0.51912 moveto 0.63087 0.53232 lineto 0.6418 0.53523 lineto gsave
  23273. 0.572 0.007 0 setrgbcolor
  23274. fill grestore
  23275. stroke
  23276. grestore
  23277. gsave
  23278. 0.002 setlinewidth
  23279. 0.81318 0.48853 moveto 0.79739 0.50871 lineto 0.77657 0.47254 lineto gsave
  23280. 0.941 0.926 0.764 setrgbcolor
  23281. fill grestore
  23282. stroke
  23283. grestore
  23284. gsave
  23285. 0.002 setlinewidth
  23286. 0.77657 0.47254 moveto 0.79122 0.44339 lineto 0.81318 0.48853 lineto gsave
  23287. 0.967 0.898 0.703 setrgbcolor
  23288. fill grestore
  23289. stroke
  23290. grestore
  23291. gsave
  23292. 0.002 setlinewidth
  23293. 0.28316 0.33406 moveto 0.29925 0.32578 lineto 0.25901 0.4189 lineto gsave
  23294. 0.923 0.926 0.794 setrgbcolor
  23295. fill grestore
  23296. stroke
  23297. grestore
  23298. gsave
  23299. 0.002 setlinewidth
  23300. 0.25901 0.4189 moveto 0.24184 0.41733 lineto 0.28316 0.33406 lineto gsave
  23301. 0.747 0.734 0.84 setrgbcolor
  23302. fill grestore
  23303. stroke
  23304. grestore
  23305. gsave
  23306. 0.002 setlinewidth
  23307. 0.57901 0.42709 moveto 0.57153 0.43306 lineto 0.53195 0.3713 lineto gsave
  23308. 0.292 0.324 0.724 setrgbcolor
  23309. fill grestore
  23310. stroke
  23311. grestore
  23312. gsave
  23313. 0.002 setlinewidth
  23314. 0.53195 0.3713 moveto 0.53342 0.35417 lineto 0.57901 0.42709 lineto gsave
  23315. 0.333 0.337 0.714 setrgbcolor
  23316. fill grestore
  23317. stroke
  23318. grestore
  23319. gsave
  23320. 0.002 setlinewidth
  23321. 0.59355 0.48813 moveto 0.58108 0.4815 lineto 0.55688 0.44387 lineto gsave
  23322. 0.149 0.3 0.762 setrgbcolor
  23323. fill grestore
  23324. stroke
  23325. grestore
  23326. gsave
  23327. 0.002 setlinewidth
  23328. 0.55688 0.44387 moveto 0.56415 0.43854 lineto 0.59355 0.48813 lineto gsave
  23329. 0.3 0.358 0.755 setrgbcolor
  23330. fill grestore
  23331. stroke
  23332. grestore
  23333. gsave
  23334. 0.002 setlinewidth
  23335. 0.2667 0.34349 moveto 0.28316 0.33406 lineto 0.24184 0.41733 lineto gsave
  23336. 0.905 0.968 0.809 setrgbcolor
  23337. fill grestore
  23338. stroke
  23339. grestore
  23340. gsave
  23341. 0.002 setlinewidth
  23342. 0.24184 0.41733 moveto 0.22456 0.41587 lineto 0.2667 0.34349 lineto gsave
  23343. 0.726 0.767 0.886 setrgbcolor
  23344. fill grestore
  23345. stroke
  23346. grestore
  23347. gsave
  23348. 0.002 setlinewidth
  23349. 0.67748 0.55525 moveto 0.65961 0.54637 lineto 0.64745 0.54401 lineto gsave
  23350. 0.421 0 0 setrgbcolor
  23351. fill grestore
  23352. stroke
  23353. grestore
  23354. gsave
  23355. 0.002 setlinewidth
  23356. 0.63087 0.53232 moveto 0.64745 0.54401 lineto 0.65961 0.54637 lineto gsave
  23357. 0.531 0 0 setrgbcolor
  23358. fill grestore
  23359. stroke
  23360. grestore
  23361. gsave
  23362. 0.002 setlinewidth
  23363. 0.79739 0.50871 moveto 0.78126 0.52682 lineto 0.76155 0.49902 lineto gsave
  23364. 0.922 0.951 0.793 setrgbcolor
  23365. fill grestore
  23366. stroke
  23367. grestore
  23368. gsave
  23369. 0.002 setlinewidth
  23370. 0.76155 0.49902 moveto 0.77657 0.47254 lineto 0.79739 0.50871 lineto gsave
  23371. 0.958 0.92 0.727 setrgbcolor
  23372. fill grestore
  23373. stroke
  23374. grestore
  23375. gsave
  23376. 0.002 setlinewidth
  23377. 0.24991 0.35318 moveto 0.2667 0.34349 lineto 0.22456 0.41587 lineto gsave
  23378. 0.861 0.994 0.821 setrgbcolor
  23379. fill grestore
  23380. stroke
  23381. grestore
  23382. gsave
  23383. 0.002 setlinewidth
  23384. 0.22456 0.41587 moveto 0.2072 0.41441 lineto 0.24991 0.35318 lineto gsave
  23385. 0.688 0.799 0.934 setrgbcolor
  23386. fill grestore
  23387. stroke
  23388. grestore
  23389. gsave
  23390. 0.002 setlinewidth
  23391. 0.54109 0.28987 moveto 0.5395 0.29904 lineto 0.47041 0.24478 lineto gsave
  23392. 0.235 0.405 0.828 setrgbcolor
  23393. fill grestore
  23394. stroke
  23395. grestore
  23396. gsave
  23397. 0.002 setlinewidth
  23398. 0.54272 0.28263 moveto 0.54109 0.28987 lineto 0.46565 0.23867 lineto gsave
  23399. 0.188 0.43 0.861 setrgbcolor
  23400. fill grestore
  23401. stroke
  23402. grestore
  23403. gsave
  23404. 0.002 setlinewidth
  23405. 0.47041 0.24478 moveto 0.46565 0.23867 lineto 0.52556 0.27933 lineto gsave
  23406. 0 0.292 0.764 setrgbcolor
  23407. fill grestore
  23408. stroke
  23409. grestore
  23410. gsave
  23411. 0.002 setlinewidth
  23412. 0.46565 0.23867 moveto 0.46073 0.23684 lineto 0.53074 0.27594 lineto gsave
  23413. 0.408 0 0 setrgbcolor
  23414. fill grestore
  23415. stroke
  23416. grestore
  23417. gsave
  23418. 0.002 setlinewidth
  23419. 0.53074 0.27594 moveto 0.54272 0.28263 lineto gsave
  23420. 0.53501 0.27823 lineto 0.408 0 0 setrgbcolor
  23421. fill grestore
  23422. stroke
  23423. grestore
  23424. gsave
  23425. 0.46565 0.23867 moveto 0.53074 0.27594 lineto 0.53501 0.27823 lineto 0.408 0 0 setrgbcolor
  23426. fill
  23427. grestore
  23428. gsave
  23429. 0.002 setlinewidth
  23430. 0.49787 0.25758 moveto 0.46073 0.23684 lineto gsave
  23431. 0.48849 0.25021 lineto 0.14 0.466 0.891 setrgbcolor
  23432. fill grestore
  23433. stroke
  23434. grestore
  23435. gsave
  23436. 0.54439 0.27715 moveto 0.49787 0.25758 lineto 0.48849 0.25021 lineto 0.14 0.466 0.891 setrgbcolor
  23437. fill
  23438. grestore
  23439. gsave
  23440. 0.47041 0.24478 moveto 0.52556 0.27933 lineto 0.52985 0.2827 lineto 0 0.292 0.764 setrgbcolor
  23441. fill
  23442. grestore
  23443. gsave
  23444. 0.002 setlinewidth
  23445. 0.46073 0.23684 moveto 0.45561 0.23893 lineto 0.53592 0.27351 lineto gsave
  23446. 0.518 0 0 setrgbcolor
  23447. fill grestore
  23448. stroke
  23449. grestore
  23450. gsave
  23451. 0.002 setlinewidth
  23452. 0.53592 0.27351 moveto 0.54439 0.27715 lineto gsave
  23453. 0.53941 0.27475 lineto 0.518 0 0 setrgbcolor
  23454. fill grestore
  23455. stroke
  23456. grestore
  23457. gsave
  23458. 0.46073 0.23684 moveto 0.53592 0.27351 lineto 0.53941 0.27475 lineto 0.518 0 0 setrgbcolor
  23459. fill
  23460. grestore
  23461. gsave
  23462. 0.002 setlinewidth
  23463. 0.5461 0.27312 moveto 0.54439 0.27715 lineto 0.48696 0.25243 lineto gsave
  23464. 0.101 0.511 0.907 setrgbcolor
  23465. fill grestore
  23466. stroke
  23467. grestore
  23468. gsave
  23469. 0.5461 0.27312 moveto 0.48696 0.25243 lineto 0.4766 0.24686 lineto 0.101 0.511 0.907 setrgbcolor
  23470. fill
  23471. grestore
  23472. gsave
  23473. 0.002 setlinewidth
  23474. 0.54439 0.27715 moveto 0.54272 0.28263 lineto 0.49787 0.25758 lineto gsave
  23475. 0.14 0.466 0.891 setrgbcolor
  23476. fill grestore
  23477. stroke
  23478. grestore
  23479. gsave
  23480. 0.002 setlinewidth
  23481. 0.48696 0.25243 moveto 0.45561 0.23893 lineto gsave
  23482. 0.4766 0.24686 lineto 0.101 0.511 0.907 setrgbcolor
  23483. fill grestore
  23484. stroke
  23485. grestore
  23486. gsave
  23487. 0.002 setlinewidth
  23488. 0.45561 0.23893 moveto 0.4503 0.24438 lineto 0.5414 0.27171 lineto gsave
  23489. 0.538 0 0 setrgbcolor
  23490. fill grestore
  23491. stroke
  23492. grestore
  23493. gsave
  23494. 0.002 setlinewidth
  23495. 0.5414 0.27171 moveto 0.5461 0.27312 lineto gsave
  23496. 0.54354 0.27215 lineto 0.538 0 0 setrgbcolor
  23497. fill grestore
  23498. stroke
  23499. grestore
  23500. gsave
  23501. 0.45561 0.23893 moveto 0.5414 0.27171 lineto 0.54354 0.27215 lineto 0.538 0 0 setrgbcolor
  23502. fill
  23503. grestore
  23504. gsave
  23505. 0.002 setlinewidth
  23506. 0.54785 0.27014 moveto 0.5461 0.27312 lineto 0.47575 0.25202 lineto gsave
  23507. 0.087 0.563 0.904 setrgbcolor
  23508. fill grestore
  23509. stroke
  23510. grestore
  23511. gsave
  23512. 0.54785 0.27014 moveto 0.47575 0.25202 lineto 0.46592 0.2485 lineto 0.087 0.563 0.904 setrgbcolor
  23513. fill
  23514. grestore
  23515. gsave
  23516. 0.002 setlinewidth
  23517. 0.47575 0.25202 moveto 0.4503 0.24438 lineto gsave
  23518. 0.46592 0.2485 lineto 0.087 0.563 0.904 setrgbcolor
  23519. fill grestore
  23520. stroke
  23521. grestore
  23522. gsave
  23523. 0.002 setlinewidth
  23524. 0.4503 0.24438 moveto 0.44478 0.25238 lineto 0.54785 0.27014 lineto gsave
  23525. 0.521 0 0 setrgbcolor
  23526. fill grestore
  23527. stroke
  23528. grestore
  23529. gsave
  23530. 0.002 setlinewidth
  23531. 0.54964 0.2677 moveto 0.54785 0.27014 lineto 0.46366 0.25563 lineto gsave
  23532. 0.111 0.622 0.893 setrgbcolor
  23533. fill grestore
  23534. stroke
  23535. grestore
  23536. gsave
  23537. 0.002 setlinewidth
  23538. 0.46366 0.25563 moveto 0.44478 0.25238 lineto gsave
  23539. 0.45553 0.25395 lineto 0.111 0.622 0.893 setrgbcolor
  23540. fill grestore
  23541. stroke
  23542. grestore
  23543. gsave
  23544. 0.54964 0.2677 moveto 0.46366 0.25563 lineto 0.45553 0.25395 lineto 0.111 0.622 0.893 setrgbcolor
  23545. fill
  23546. grestore
  23547. gsave
  23548. 0.002 setlinewidth
  23549. 0.52556 0.27933 moveto 0.54109 0.28987 lineto gsave
  23550. 0.52985 0.2827 lineto 0 0.292 0.764 setrgbcolor
  23551. fill grestore
  23552. stroke
  23553. grestore
  23554. gsave
  23555. 0.002 setlinewidth
  23556. 0.58657 0.42032 moveto 0.57901 0.42709 lineto 0.53342 0.35417 lineto gsave
  23557. 0.305 0.325 0.717 setrgbcolor
  23558. fill grestore
  23559. stroke
  23560. grestore
  23561. gsave
  23562. 0.002 setlinewidth
  23563. 0.53342 0.35417 moveto 0.53491 0.33802 lineto 0.58657 0.42032 lineto gsave
  23564. 0.306 0.325 0.717 setrgbcolor
  23565. fill grestore
  23566. stroke
  23567. grestore
  23568. gsave
  23569. 0.002 setlinewidth
  23570. 0.58108 0.4815 moveto 0.59355 0.48813 lineto 0.61451 0.51912 lineto gsave
  23571. 0.049 0.312 0.798 setrgbcolor
  23572. fill grestore
  23573. stroke
  23574. grestore
  23575. gsave
  23576. 0.002 setlinewidth
  23577. 0.36516 0.26252 moveto 0.37673 0.2533 lineto 0.31491 0.31946 lineto gsave
  23578. 0.648 0.922 0.634 setrgbcolor
  23579. fill grestore
  23580. stroke
  23581. grestore
  23582. gsave
  23583. 0.002 setlinewidth
  23584. 0.31491 0.31946 moveto 0.29925 0.32578 lineto 0.36516 0.26252 lineto gsave
  23585. 0.787 0.993 0.877 setrgbcolor
  23586. fill grestore
  23587. stroke
  23588. grestore
  23589. gsave
  23590. 0.002 setlinewidth
  23591. 0.45561 0.23893 moveto 0.46073 0.23684 lineto 0.38785 0.24788 lineto gsave
  23592. 0 0 0 setrgbcolor
  23593. fill grestore
  23594. stroke
  23595. grestore
  23596. gsave
  23597. 0.002 setlinewidth
  23598. 0.38785 0.24788 moveto 0.37673 0.2533 lineto 0.45561 0.23893 lineto gsave
  23599. 0.092 0 0 setrgbcolor
  23600. fill grestore
  23601. stroke
  23602. grestore
  23603. gsave
  23604. 0.002 setlinewidth
  23605. 0.69533 0.56096 moveto 0.67748 0.55525 lineto 0.66417 0.55282 lineto gsave
  23606. 0.269 0 0 setrgbcolor
  23607. fill grestore
  23608. stroke
  23609. grestore
  23610. gsave
  23611. 0.002 setlinewidth
  23612. 0.64745 0.54401 moveto 0.66417 0.55282 lineto 0.67748 0.55525 lineto gsave
  23613. 0.421 0 0 setrgbcolor
  23614. fill grestore
  23615. stroke
  23616. grestore
  23617. gsave
  23618. 0.002 setlinewidth
  23619. 0.78126 0.52682 moveto 0.76475 0.54192 lineto 0.74613 0.52156 lineto gsave
  23620. 0.88 0.976 0.836 setrgbcolor
  23621. fill grestore
  23622. stroke
  23623. grestore
  23624. gsave
  23625. 0.002 setlinewidth
  23626. 0.74613 0.52156 moveto 0.76155 0.49902 lineto 0.78126 0.52682 lineto gsave
  23627. 0.936 0.947 0.768 setrgbcolor
  23628. fill grestore
  23629. stroke
  23630. grestore
  23631. gsave
  23632. 0.002 setlinewidth
  23633. 0.60624 0.49461 moveto 0.59355 0.48813 lineto 0.56415 0.43854 lineto gsave
  23634. 0.186 0.299 0.748 setrgbcolor
  23635. fill grestore
  23636. stroke
  23637. grestore
  23638. gsave
  23639. 0.002 setlinewidth
  23640. 0.56415 0.43854 moveto 0.57153 0.43306 lineto 0.60624 0.49461 lineto gsave
  23641. 0.294 0.344 0.744 setrgbcolor
  23642. fill grestore
  23643. stroke
  23644. grestore
  23645. gsave
  23646. 0.002 setlinewidth
  23647. 0.63087 0.53232 moveto 0.61451 0.51912 lineto 0.59355 0.48813 lineto gsave
  23648. 0 0.276 0.778 setrgbcolor
  23649. fill grestore
  23650. stroke
  23651. grestore
  23652. gsave
  23653. 0.002 setlinewidth
  23654. 0.59422 0.41246 moveto 0.58657 0.42032 lineto 0.53491 0.33802 lineto gsave
  23655. 0.328 0.335 0.715 setrgbcolor
  23656. fill grestore
  23657. stroke
  23658. grestore
  23659. gsave
  23660. 0.002 setlinewidth
  23661. 0.53491 0.33802 moveto 0.53641 0.32326 lineto 0.59422 0.41246 lineto gsave
  23662. 0.276 0.317 0.724 setrgbcolor
  23663. fill grestore
  23664. stroke
  23665. grestore
  23666. gsave
  23667. 0.002 setlinewidth
  23668. 0.66417 0.55282 moveto 0.68093 0.55752 lineto 0.69533 0.56096 lineto gsave
  23669. 0.204 0 0 setrgbcolor
  23670. fill grestore
  23671. stroke
  23672. grestore
  23673. gsave
  23674. 0.002 setlinewidth
  23675. 0.71308 0.56277 moveto 0.69533 0.56096 lineto 0.68093 0.55752 lineto gsave
  23676. 0 0.561 0.764 setrgbcolor
  23677. fill grestore
  23678. stroke
  23679. grestore
  23680. gsave
  23681. 0.002 setlinewidth
  23682. 0.76475 0.54192 moveto 0.74785 0.55323 lineto 0.7303 0.53914 lineto gsave
  23683. 0.791 0.988 0.89 setrgbcolor
  23684. fill grestore
  23685. stroke
  23686. grestore
  23687. gsave
  23688. 0.002 setlinewidth
  23689. 0.7303 0.53914 moveto 0.74613 0.52156 lineto 0.76475 0.54192 lineto gsave
  23690. 0.886 0.976 0.83 setrgbcolor
  23691. fill grestore
  23692. stroke
  23693. grestore
  23694. gsave
  23695. 0.002 setlinewidth
  23696. 0.73061 0.56024 moveto 0.71308 0.56277 lineto 0.69761 0.55715 lineto gsave
  23697. 0.321 0.803 0.894 setrgbcolor
  23698. fill grestore
  23699. stroke
  23700. grestore
  23701. gsave
  23702. 0.002 setlinewidth
  23703. 0.68093 0.55752 moveto 0.69761 0.55715 lineto 0.71308 0.56277 lineto gsave
  23704. 0.148 0.682 0.852 setrgbcolor
  23705. fill grestore
  23706. stroke
  23707. grestore
  23708. gsave
  23709. 0.002 setlinewidth
  23710. 0.74785 0.55323 moveto 0.73061 0.56024 lineto 0.7141 0.55109 lineto gsave
  23711. 0.613 0.949 0.929 setrgbcolor
  23712. fill grestore
  23713. stroke
  23714. grestore
  23715. gsave
  23716. 0.002 setlinewidth
  23717. 0.7141 0.55109 moveto 0.7303 0.53914 lineto 0.74785 0.55323 lineto gsave
  23718. 0.771 0.985 0.903 setrgbcolor
  23719. fill grestore
  23720. stroke
  23721. grestore
  23722. gsave
  23723. 0.002 setlinewidth
  23724. 0.35316 0.27464 moveto 0.36516 0.26252 lineto 0.30347 0.32173 lineto gsave
  23725. 0 0 0 setrgbcolor
  23726. fill grestore
  23727. stroke
  23728. grestore
  23729. gsave
  23730. 0.35316 0.27464 moveto 0.30347 0.32173 lineto 0.30514 0.32019 lineto 0 0 0 setrgbcolor
  23731. fill
  23732. grestore
  23733. gsave
  23734. 0.002 setlinewidth
  23735. 0.30347 0.32173 moveto 0.29925 0.32578 lineto gsave
  23736. 0.30514 0.32019 lineto 0 0 0 setrgbcolor
  23737. fill grestore
  23738. stroke
  23739. grestore
  23740. gsave
  23741. 0.002 setlinewidth
  23742. 0.29925 0.32578 moveto 0.28316 0.33406 lineto 0.35316 0.27464 lineto gsave
  23743. 0.676 0.974 0.811 setrgbcolor
  23744. fill grestore
  23745. stroke
  23746. grestore
  23747. gsave
  23748. 0.002 setlinewidth
  23749. 0.34074 0.28855 moveto 0.35316 0.27464 lineto 0.28352 0.33375 lineto gsave
  23750. 0 0 0 setrgbcolor
  23751. fill grestore
  23752. stroke
  23753. grestore
  23754. gsave
  23755. 0.002 setlinewidth
  23756. 0.28352 0.33375 moveto 0.28316 0.33406 lineto gsave
  23757. 0.28374 0.3336 lineto 0 0 0 setrgbcolor
  23758. fill grestore
  23759. stroke
  23760. grestore
  23761. gsave
  23762. 0.34074 0.28855 moveto 0.28352 0.33375 lineto 0.28374 0.3336 lineto 0 0 0 setrgbcolor
  23763. fill
  23764. grestore
  23765. gsave
  23766. 0.002 setlinewidth
  23767. 0.28316 0.33406 moveto 0.2667 0.34349 lineto 0.33438 0.29327 lineto gsave
  23768. 0.541 0.907 0.723 setrgbcolor
  23769. fill grestore
  23770. stroke
  23771. grestore
  23772. gsave
  23773. 0.28316 0.33406 moveto 0.33438 0.29327 lineto 0.33202 0.29544 lineto 0.541 0.907 0.723 setrgbcolor
  23774. fill
  23775. grestore
  23776. gsave
  23777. 0.002 setlinewidth
  23778. 0.33438 0.29327 moveto 0.34074 0.28855 lineto gsave
  23779. 0.33202 0.29544 lineto 0.541 0.907 0.723 setrgbcolor
  23780. fill grestore
  23781. stroke
  23782. grestore
  23783. gsave
  23784. 0.002 setlinewidth
  23785. 0.32797 0.30297 moveto 0.34074 0.28855 lineto 0.2667 0.34349 lineto gsave
  23786. 0 0 0 setrgbcolor
  23787. fill grestore
  23788. stroke
  23789. grestore
  23790. gsave
  23791. 0.002 setlinewidth
  23792. 0.2667 0.34349 moveto 0.24991 0.35318 lineto 0.32743 0.30332 lineto gsave
  23793. 0.429 0.84 0.659 setrgbcolor
  23794. fill grestore
  23795. stroke
  23796. grestore
  23797. gsave
  23798. 0.002 setlinewidth
  23799. 0.32743 0.30332 moveto 0.32797 0.30297 lineto gsave
  23800. 0.32712 0.30353 lineto 0.429 0.84 0.659 setrgbcolor
  23801. fill grestore
  23802. stroke
  23803. grestore
  23804. gsave
  23805. 0.2667 0.34349 moveto 0.32743 0.30332 lineto 0.32712 0.30353 lineto 0.429 0.84 0.659 setrgbcolor
  23806. fill
  23807. grestore
  23808. gsave
  23809. 0.002 setlinewidth
  23810. 0.69761 0.55715 moveto 0.7141 0.55109 lineto 0.73061 0.56024 lineto gsave
  23811. 0.527 0.91 0.94 setrgbcolor
  23812. fill grestore
  23813. stroke
  23814. grestore
  23815. gsave
  23816. 0.002 setlinewidth
  23817. 0.59355 0.48813 moveto 0.60624 0.49461 lineto 0.63087 0.53232 lineto gsave
  23818. 0.077 0.32 0.799 setrgbcolor
  23819. fill grestore
  23820. stroke
  23821. grestore
  23822. gsave
  23823. 0.002 setlinewidth
  23824. 0.60194 0.4033 moveto 0.59422 0.41246 lineto 0.53641 0.32326 lineto gsave
  23825. 0.358 0.352 0.717 setrgbcolor
  23826. fill grestore
  23827. stroke
  23828. grestore
  23829. gsave
  23830. 0.002 setlinewidth
  23831. 0.53641 0.32326 moveto 0.53794 0.3102 lineto 0.60194 0.4033 lineto gsave
  23832. 0.242 0.313 0.737 setrgbcolor
  23833. fill grestore
  23834. stroke
  23835. grestore
  23836. gsave
  23837. 0.002 setlinewidth
  23838. 0.61913 0.49986 moveto 0.60624 0.49461 lineto 0.57153 0.43306 lineto gsave
  23839. 0.248 0.32 0.742 setrgbcolor
  23840. fill grestore
  23841. stroke
  23842. grestore
  23843. gsave
  23844. 0.002 setlinewidth
  23845. 0.57153 0.43306 moveto 0.57901 0.42709 lineto 0.61913 0.49986 lineto gsave
  23846. 0.302 0.343 0.738 setrgbcolor
  23847. fill grestore
  23848. stroke
  23849. grestore
  23850. gsave
  23851. 0.002 setlinewidth
  23852. 0.4503 0.24438 moveto 0.45561 0.23893 lineto 0.37673 0.2533 lineto gsave
  23853. 0.137 0 0 setrgbcolor
  23854. fill grestore
  23855. stroke
  23856. grestore
  23857. gsave
  23858. 0.002 setlinewidth
  23859. 0.37673 0.2533 moveto 0.36516 0.26252 lineto 0.4503 0.24438 lineto gsave
  23860. 0.209 0 0 setrgbcolor
  23861. fill grestore
  23862. stroke
  23863. grestore
  23864. gsave
  23865. 0.002 setlinewidth
  23866. 0.64745 0.54401 moveto 0.63087 0.53232 lineto 0.60624 0.49461 lineto gsave
  23867. 0.109 0.34 0.809 setrgbcolor
  23868. fill grestore
  23869. stroke
  23870. grestore
  23871. gsave
  23872. 0.002 setlinewidth
  23873. 0.60972 0.3927 moveto 0.60194 0.4033 lineto 0.53794 0.3102 lineto gsave
  23874. 0.392 0.376 0.722 setrgbcolor
  23875. fill grestore
  23876. stroke
  23877. grestore
  23878. gsave
  23879. 0.002 setlinewidth
  23880. 0.53794 0.3102 moveto 0.5395 0.29904 lineto 0.60972 0.3927 lineto gsave
  23881. 0.203 0.315 0.757 setrgbcolor
  23882. fill grestore
  23883. stroke
  23884. grestore
  23885. gsave
  23886. 0.002 setlinewidth
  23887. 0.63216 0.5028 moveto 0.61913 0.49986 lineto 0.57901 0.42709 lineto gsave
  23888. 0.322 0.353 0.738 setrgbcolor
  23889. fill grestore
  23890. stroke
  23891. grestore
  23892. gsave
  23893. 0.002 setlinewidth
  23894. 0.57901 0.42709 moveto 0.58657 0.42032 lineto 0.63216 0.5028 lineto gsave
  23895. 0.323 0.353 0.738 setrgbcolor
  23896. fill grestore
  23897. stroke
  23898. grestore
  23899. gsave
  23900. 0.002 setlinewidth
  23901. 0.60624 0.49461 moveto 0.61913 0.49986 lineto 0.64745 0.54401 lineto gsave
  23902. 0.151 0.361 0.816 setrgbcolor
  23903. fill grestore
  23904. stroke
  23905. grestore
  23906. gsave
  23907. 0.002 setlinewidth
  23908. 0.8198 0.38281 moveto 0.80559 0.41301 lineto 0.74656 0.3546 lineto gsave
  23909. 0.889 0.741 0.692 setrgbcolor
  23910. fill grestore
  23911. stroke
  23912. grestore
  23913. gsave
  23914. 0.002 setlinewidth
  23915. 0.74656 0.3546 moveto 0.7586 0.32605 lineto 0.8198 0.38281 lineto gsave
  23916. 0.879 0.76 0.728 setrgbcolor
  23917. fill grestore
  23918. stroke
  23919. grestore
  23920. gsave
  23921. 0.002 setlinewidth
  23922. 0.66417 0.55282 moveto 0.64745 0.54401 lineto 0.61913 0.49986 lineto gsave
  23923. 0.26 0.424 0.836 setrgbcolor
  23924. fill grestore
  23925. stroke
  23926. grestore
  23927. gsave
  23928. 0.002 setlinewidth
  23929. 0.61755 0.38061 moveto 0.60972 0.3927 lineto 0.5395 0.29904 lineto gsave
  23930. 0.431 0.405 0.729 setrgbcolor
  23931. fill grestore
  23932. stroke
  23933. grestore
  23934. gsave
  23935. 0.002 setlinewidth
  23936. 0.5395 0.29904 moveto 0.54109 0.28987 lineto 0.61755 0.38061 lineto gsave
  23937. 0.159 0.324 0.782 setrgbcolor
  23938. fill grestore
  23939. stroke
  23940. grestore
  23941. gsave
  23942. 0.002 setlinewidth
  23943. 0.44478 0.25238 moveto 0.4503 0.24438 lineto 0.36516 0.26252 lineto gsave
  23944. 0.203 0 0 setrgbcolor
  23945. fill grestore
  23946. stroke
  23947. grestore
  23948. gsave
  23949. 0.002 setlinewidth
  23950. 0.36516 0.26252 moveto 0.35316 0.27464 lineto 0.44478 0.25238 lineto gsave
  23951. 0.256 0 0 setrgbcolor
  23952. fill grestore
  23953. stroke
  23954. grestore
  23955. gsave
  23956. 0.002 setlinewidth
  23957. 0.64528 0.50248 moveto 0.63216 0.5028 lineto 0.58657 0.42032 lineto gsave
  23958. 0.399 0.391 0.735 setrgbcolor
  23959. fill grestore
  23960. stroke
  23961. grestore
  23962. gsave
  23963. 0.002 setlinewidth
  23964. 0.58657 0.42032 moveto 0.59422 0.41246 lineto 0.64528 0.50248 lineto gsave
  23965. 0.353 0.373 0.743 setrgbcolor
  23966. fill grestore
  23967. stroke
  23968. grestore
  23969. gsave
  23970. 0.002 setlinewidth
  23971. 0.80559 0.41301 moveto 0.79122 0.44339 lineto 0.73446 0.38317 lineto gsave
  23972. 0.88 0.729 0.69 setrgbcolor
  23973. fill grestore
  23974. stroke
  23975. grestore
  23976. gsave
  23977. 0.002 setlinewidth
  23978. 0.73446 0.38317 moveto 0.74656 0.3546 lineto 0.80559 0.41301 lineto gsave
  23979. 0.869 0.748 0.727 setrgbcolor
  23980. fill grestore
  23981. stroke
  23982. grestore
  23983. gsave
  23984. 0.002 setlinewidth
  23985. 0.61913 0.49986 moveto 0.63216 0.5028 lineto 0.66417 0.55282 lineto gsave
  23986. 0.261 0.424 0.836 setrgbcolor
  23987. fill grestore
  23988. stroke
  23989. grestore
  23990. gsave
  23991. 0.002 setlinewidth
  23992. 0.68093 0.55752 moveto 0.66417 0.55282 lineto 0.63216 0.5028 lineto gsave
  23993. 0.416 0.507 0.844 setrgbcolor
  23994. fill grestore
  23995. stroke
  23996. grestore
  23997. gsave
  23998. 0.002 setlinewidth
  23999. 0.62542 0.36706 moveto 0.61755 0.38061 lineto 0.54109 0.28987 lineto gsave
  24000. 0.472 0.438 0.739 setrgbcolor
  24001. fill grestore
  24002. stroke
  24003. grestore
  24004. gsave
  24005. 0.002 setlinewidth
  24006. 0.54109 0.28987 moveto 0.54272 0.28263 lineto 0.62542 0.36706 lineto gsave
  24007. 0.111 0.344 0.811 setrgbcolor
  24008. fill grestore
  24009. stroke
  24010. grestore
  24011. gsave
  24012. 0.002 setlinewidth
  24013. 0.79122 0.44339 moveto 0.77657 0.47254 lineto 0.72224 0.41061 lineto gsave
  24014. 0.867 0.718 0.696 setrgbcolor
  24015. fill grestore
  24016. stroke
  24017. grestore
  24018. gsave
  24019. 0.002 setlinewidth
  24020. 0.72224 0.41061 moveto 0.73446 0.38317 lineto 0.79122 0.44339 lineto gsave
  24021. 0.854 0.736 0.733 setrgbcolor
  24022. fill grestore
  24023. stroke
  24024. grestore
  24025. gsave
  24026. 0.002 setlinewidth
  24027. 0.65842 0.49814 moveto 0.64528 0.50248 lineto 0.59422 0.41246 lineto gsave
  24028. 0.472 0.43 0.729 setrgbcolor
  24029. fill grestore
  24030. stroke
  24031. grestore
  24032. gsave
  24033. 0.002 setlinewidth
  24034. 0.59422 0.41246 moveto 0.60194 0.4033 lineto 0.65842 0.49814 lineto gsave
  24035. 0.391 0.401 0.75 setrgbcolor
  24036. fill grestore
  24037. stroke
  24038. grestore
  24039. gsave
  24040. 0.002 setlinewidth
  24041. 0.69761 0.55715 moveto 0.68093 0.55752 lineto 0.64528 0.50248 lineto gsave
  24042. 0.551 0.574 0.831 setrgbcolor
  24043. fill grestore
  24044. stroke
  24045. grestore
  24046. gsave
  24047. 0.002 setlinewidth
  24048. 0.63216 0.5028 moveto 0.64528 0.50248 lineto 0.68093 0.55752 lineto gsave
  24049. 0.386 0.495 0.848 setrgbcolor
  24050. fill grestore
  24051. stroke
  24052. grestore
  24053. gsave
  24054. 0.002 setlinewidth
  24055. 0.77657 0.47254 moveto 0.76155 0.49902 lineto 0.70985 0.43581 lineto gsave
  24056. 0.848 0.707 0.707 setrgbcolor
  24057. fill grestore
  24058. stroke
  24059. grestore
  24060. gsave
  24061. 0.002 setlinewidth
  24062. 0.70985 0.43581 moveto 0.72224 0.41061 lineto 0.77657 0.47254 lineto gsave
  24063. 0.831 0.723 0.745 setrgbcolor
  24064. fill grestore
  24065. stroke
  24066. grestore
  24067. gsave
  24068. 0.002 setlinewidth
  24069. 0.63332 0.35218 moveto 0.62542 0.36706 lineto 0.54272 0.28263 lineto gsave
  24070. 0.515 0.475 0.75 setrgbcolor
  24071. fill grestore
  24072. stroke
  24073. grestore
  24074. gsave
  24075. 0.002 setlinewidth
  24076. 0.54272 0.28263 moveto 0.54439 0.27715 lineto 0.63332 0.35218 lineto gsave
  24077. 0.065 0.376 0.841 setrgbcolor
  24078. fill grestore
  24079. stroke
  24080. grestore
  24081. gsave
  24082. 0.002 setlinewidth
  24083. 0.43908 0.26191 moveto 0.44478 0.25238 lineto 0.35316 0.27464 lineto gsave
  24084. 0.22 0 0 setrgbcolor
  24085. fill grestore
  24086. stroke
  24087. grestore
  24088. gsave
  24089. 0.002 setlinewidth
  24090. 0.35316 0.27464 moveto 0.34074 0.28855 lineto 0.43908 0.26191 lineto gsave
  24091. 0.267 0 0 setrgbcolor
  24092. fill grestore
  24093. stroke
  24094. grestore
  24095. gsave
  24096. 0.002 setlinewidth
  24097. 0.6715 0.48929 moveto 0.65842 0.49814 lineto 0.60194 0.4033 lineto gsave
  24098. 0.538 0.466 0.722 setrgbcolor
  24099. fill grestore
  24100. stroke
  24101. grestore
  24102. gsave
  24103. 0.002 setlinewidth
  24104. 0.60194 0.4033 moveto 0.60972 0.3927 lineto 0.6715 0.48929 lineto gsave
  24105. 0.435 0.435 0.759 setrgbcolor
  24106. fill grestore
  24107. stroke
  24108. grestore
  24109. gsave
  24110. 0.002 setlinewidth
  24111. 0.7141 0.55109 moveto 0.69761 0.55715 lineto 0.65842 0.49814 lineto gsave
  24112. 0.654 0.623 0.806 setrgbcolor
  24113. fill grestore
  24114. stroke
  24115. grestore
  24116. gsave
  24117. 0.002 setlinewidth
  24118. 0.64528 0.50248 moveto 0.65842 0.49814 lineto 0.69761 0.55715 lineto gsave
  24119. 0.507 0.562 0.846 setrgbcolor
  24120. fill grestore
  24121. stroke
  24122. grestore
  24123. gsave
  24124. 0.002 setlinewidth
  24125. 0.76155 0.49902 moveto 0.74613 0.52156 lineto 0.69725 0.45779 lineto gsave
  24126. 0.821 0.694 0.725 setrgbcolor
  24127. fill grestore
  24128. stroke
  24129. grestore
  24130. gsave
  24131. 0.002 setlinewidth
  24132. 0.69725 0.45779 moveto 0.70985 0.43581 lineto 0.76155 0.49902 lineto gsave
  24133. 0.799 0.706 0.763 setrgbcolor
  24134. fill grestore
  24135. stroke
  24136. grestore
  24137. gsave
  24138. 0.002 setlinewidth
  24139. 0.74613 0.52156 moveto 0.7303 0.53914 lineto 0.68446 0.47579 lineto gsave
  24140. 0.783 0.678 0.748 setrgbcolor
  24141. fill grestore
  24142. stroke
  24143. grestore
  24144. gsave
  24145. 0.002 setlinewidth
  24146. 0.68446 0.47579 moveto 0.69725 0.45779 lineto 0.74613 0.52156 lineto gsave
  24147. 0.754 0.685 0.785 setrgbcolor
  24148. fill grestore
  24149. stroke
  24150. grestore
  24151. gsave
  24152. 0.002 setlinewidth
  24153. 0.7303 0.53914 moveto 0.7141 0.55109 lineto 0.6715 0.48929 lineto gsave
  24154. 0.73 0.656 0.776 setrgbcolor
  24155. fill grestore
  24156. stroke
  24157. grestore
  24158. gsave
  24159. 0.002 setlinewidth
  24160. 0.65842 0.49814 moveto 0.6715 0.48929 lineto 0.7141 0.55109 lineto gsave
  24161. 0.611 0.616 0.831 setrgbcolor
  24162. fill grestore
  24163. stroke
  24164. grestore
  24165. gsave
  24166. 0.002 setlinewidth
  24167. 0.6715 0.48929 moveto 0.68446 0.47579 lineto 0.7303 0.53914 lineto gsave
  24168. 0.693 0.656 0.809 setrgbcolor
  24169. fill grestore
  24170. stroke
  24171. grestore
  24172. gsave
  24173. 0.002 setlinewidth
  24174. 0.68446 0.47579 moveto 0.6715 0.48929 lineto 0.60972 0.3927 lineto gsave
  24175. 0.595 0.498 0.715 setrgbcolor
  24176. fill grestore
  24177. stroke
  24178. grestore
  24179. gsave
  24180. 0.002 setlinewidth
  24181. 0.60972 0.3927 moveto 0.61755 0.38061 lineto 0.68446 0.47579 lineto gsave
  24182. 0.484 0.473 0.77 setrgbcolor
  24183. fill grestore
  24184. stroke
  24185. grestore
  24186. gsave
  24187. 0.002 setlinewidth
  24188. 0.64126 0.33619 moveto 0.63332 0.35218 lineto 0.54439 0.27715 lineto gsave
  24189. 0.558 0.514 0.762 setrgbcolor
  24190. fill grestore
  24191. stroke
  24192. grestore
  24193. gsave
  24194. 0.002 setlinewidth
  24195. 0.54439 0.27715 moveto 0.5461 0.27312 lineto 0.64126 0.33619 lineto gsave
  24196. 0.03 0.423 0.865 setrgbcolor
  24197. fill grestore
  24198. stroke
  24199. grestore
  24200. gsave
  24201. 0.002 setlinewidth
  24202. 0.69725 0.45779 moveto 0.68446 0.47579 lineto 0.61755 0.38061 lineto gsave
  24203. 0.643 0.528 0.708 setrgbcolor
  24204. fill grestore
  24205. stroke
  24206. grestore
  24207. gsave
  24208. 0.002 setlinewidth
  24209. 0.61755 0.38061 moveto 0.62542 0.36706 lineto 0.69725 0.45779 lineto gsave
  24210. 0.534 0.515 0.781 setrgbcolor
  24211. fill grestore
  24212. stroke
  24213. grestore
  24214. gsave
  24215. 0.002 setlinewidth
  24216. 0.43321 0.27183 moveto 0.43908 0.26191 lineto 0.34074 0.28855 lineto gsave
  24217. 0.204 0 0 setrgbcolor
  24218. fill grestore
  24219. stroke
  24220. grestore
  24221. gsave
  24222. 0.002 setlinewidth
  24223. 0.34074 0.28855 moveto 0.32797 0.30297 lineto 0.43321 0.27183 lineto gsave
  24224. 0.251 0 0 setrgbcolor
  24225. fill grestore
  24226. stroke
  24227. grestore
  24228. gsave
  24229. 0.002 setlinewidth
  24230. 0.7586 0.32605 moveto 0.74656 0.3546 lineto 0.65726 0.30202 lineto gsave
  24231. 0.795 0.653 0.706 setrgbcolor
  24232. fill grestore
  24233. stroke
  24234. grestore
  24235. gsave
  24236. 0.002 setlinewidth
  24237. 0.65726 0.30202 moveto 0.66535 0.28451 lineto 0.7586 0.32605 lineto gsave
  24238. 0.749 0.73 0.834 setrgbcolor
  24239. fill grestore
  24240. stroke
  24241. grestore
  24242. gsave
  24243. 0.002 setlinewidth
  24244. 0.44478 0.25238 moveto 0.43908 0.26191 lineto 0.54964 0.2677 lineto gsave
  24245. 0.485 0 0 setrgbcolor
  24246. fill grestore
  24247. stroke
  24248. grestore
  24249. gsave
  24250. 0.002 setlinewidth
  24251. 0.70985 0.43581 moveto 0.69725 0.45779 lineto 0.62542 0.36706 lineto gsave
  24252. 0.684 0.555 0.702 setrgbcolor
  24253. fill grestore
  24254. stroke
  24255. grestore
  24256. gsave
  24257. 0.002 setlinewidth
  24258. 0.62542 0.36706 moveto 0.63332 0.35218 lineto 0.70985 0.43581 lineto gsave
  24259. 0.584 0.559 0.792 setrgbcolor
  24260. fill grestore
  24261. stroke
  24262. grestore
  24263. gsave
  24264. 0.002 setlinewidth
  24265. 0.74656 0.3546 moveto 0.73446 0.38317 lineto 0.64924 0.31937 lineto gsave
  24266. 0.773 0.628 0.699 setrgbcolor
  24267. fill grestore
  24268. stroke
  24269. grestore
  24270. gsave
  24271. 0.002 setlinewidth
  24272. 0.64924 0.31937 moveto 0.65726 0.30202 lineto 0.74656 0.3546 lineto gsave
  24273. 0.716 0.689 0.823 setrgbcolor
  24274. fill grestore
  24275. stroke
  24276. grestore
  24277. gsave
  24278. 0.002 setlinewidth
  24279. 0.64924 0.31937 moveto 0.64126 0.33619 lineto 0.5461 0.27312 lineto gsave
  24280. 0.601 0.556 0.776 setrgbcolor
  24281. fill grestore
  24282. stroke
  24283. grestore
  24284. gsave
  24285. 0.002 setlinewidth
  24286. 0.5461 0.27312 moveto 0.54785 0.27014 lineto 0.64924 0.31937 lineto gsave
  24287. 0.023 0.486 0.877 setrgbcolor
  24288. fill grestore
  24289. stroke
  24290. grestore
  24291. gsave
  24292. 0.002 setlinewidth
  24293. 0.73446 0.38317 moveto 0.72224 0.41061 lineto 0.64126 0.33619 lineto gsave
  24294. 0.748 0.604 0.697 setrgbcolor
  24295. fill grestore
  24296. stroke
  24297. grestore
  24298. gsave
  24299. 0.002 setlinewidth
  24300. 0.64126 0.33619 moveto 0.64924 0.31937 lineto 0.73446 0.38317 lineto gsave
  24301. 0.676 0.647 0.813 setrgbcolor
  24302. fill grestore
  24303. stroke
  24304. grestore
  24305. gsave
  24306. 0.002 setlinewidth
  24307. 0.72224 0.41061 moveto 0.70985 0.43581 lineto 0.63332 0.35218 lineto gsave
  24308. 0.719 0.58 0.698 setrgbcolor
  24309. fill grestore
  24310. stroke
  24311. grestore
  24312. gsave
  24313. 0.002 setlinewidth
  24314. 0.63332 0.35218 moveto 0.64126 0.33619 lineto 0.72224 0.41061 lineto gsave
  24315. 0.632 0.603 0.803 setrgbcolor
  24316. fill grestore
  24317. stroke
  24318. grestore
  24319. gsave
  24320. 0.002 setlinewidth
  24321. 0.65726 0.30202 moveto 0.64924 0.31937 lineto 0.54785 0.27014 lineto gsave
  24322. 0.643 0.601 0.792 setrgbcolor
  24323. fill grestore
  24324. stroke
  24325. grestore
  24326. gsave
  24327. 0.002 setlinewidth
  24328. 0.54785 0.27014 moveto 0.54964 0.2677 lineto 0.65726 0.30202 lineto gsave
  24329. 0.056 0.562 0.883 setrgbcolor
  24330. fill grestore
  24331. stroke
  24332. grestore
  24333. gsave
  24334. 0.002 setlinewidth
  24335. 0.55146 0.26527 moveto 0.54964 0.2677 lineto 0.43908 0.26191 lineto gsave
  24336. 0.177 0.691 0.893 setrgbcolor
  24337. fill grestore
  24338. stroke
  24339. grestore
  24340. gsave
  24341. 0.002 setlinewidth
  24342. 0.43908 0.26191 moveto 0.43321 0.27183 lineto 0.55146 0.26527 lineto gsave
  24343. 0.431 0 0 setrgbcolor
  24344. fill grestore
  24345. stroke
  24346. grestore
  24347. gsave
  24348. 0.002 setlinewidth
  24349. 0.66535 0.28451 moveto 0.65726 0.30202 lineto 0.54964 0.2677 lineto gsave
  24350. 0.682 0.648 0.81 setrgbcolor
  24351. fill grestore
  24352. stroke
  24353. grestore
  24354. gsave
  24355. 0.002 setlinewidth
  24356. 0.54964 0.2677 moveto 0.55146 0.26527 lineto 0.66535 0.28451 lineto gsave
  24357. 0.136 0.651 0.893 setrgbcolor
  24358. fill grestore
  24359. stroke
  24360. grestore
  24361. gsave
  24362. grestore
  24363. % End of Graphics
  24364. MathPictureEnd
  24365. :[font = input; preserveAspect; startGroup; ]
  24366. uu[0,5.52007,0];
  24367. :[font = postscript; PostScript; formatAsPostScript; output; inactive; pageBreakBelow; dontNoPageBreakBelow; preserveAspect; pictureLeft = 34; pictureWidth = 282; pictureHeight = 270; endGroup; ]
  24368. %!
  24369. %%Creator: Mathematica
  24370. %%AspectRatio: 0.9583 
  24371. MathPictureStart
  24372. /Courier findfont 10  scalefont  setfont
  24373. % Scaling calculations
  24374. 0.024849 0.999121 0.024978 0.999121 [
  24375. [ 0 0 0 0 ]
  24376. [ 1 0.958298 0 0 ]
  24377. ] MathScale
  24378. % Start of Graphics
  24379. 1 setlinecap
  24380. 1 setlinejoin
  24381. newpath
  24382. %%Object: Graphics3D
  24383. [ ] 0 setdash
  24384. 0 setgray
  24385. 0 0 moveto
  24386. 1 0 lineto
  24387. 1 0.9583 lineto
  24388. 0 0.9583 lineto
  24389. closepath
  24390. clip
  24391. newpath
  24392. gsave
  24393. 0.002 setlinewidth
  24394. 0.46235 0.55602 moveto 0.46597 0.52859 lineto 0.54194 0.53228 lineto gsave
  24395. 0.72 0.574 0.691 setrgbcolor
  24396. fill grestore
  24397. stroke
  24398. grestore
  24399. gsave
  24400. 0.002 setlinewidth
  24401. 0.54194 0.53228 moveto 0.54316 0.55988 lineto 0.46235 0.55602 lineto gsave
  24402. 0.72 0.574 0.691 setrgbcolor
  24403. fill grestore
  24404. stroke
  24405. grestore
  24406. gsave
  24407. 0.002 setlinewidth
  24408. 0.54075 0.50891 moveto 0.54194 0.53228 lineto 0.46597 0.52859 lineto gsave
  24409. 0.719 0.591 0.712 setrgbcolor
  24410. fill grestore
  24411. stroke
  24412. grestore
  24413. gsave
  24414. 0.002 setlinewidth
  24415. 0.54316 0.55988 moveto 0.54194 0.53228 lineto 0.61632 0.5212 lineto gsave
  24416. 0.667 0.533 0.692 setrgbcolor
  24417. fill grestore
  24418. stroke
  24419. grestore
  24420. gsave
  24421. 0.002 setlinewidth
  24422. 0.54194 0.53228 moveto 0.54075 0.50891 lineto 0.61046 0.49837 lineto gsave
  24423. 0.67 0.553 0.714 setrgbcolor
  24424. fill grestore
  24425. stroke
  24426. grestore
  24427. gsave
  24428. 0.002 setlinewidth
  24429. 0.61046 0.49837 moveto 0.61632 0.5212 lineto 0.54194 0.53228 lineto gsave
  24430. 0.67 0.553 0.714 setrgbcolor
  24431. fill grestore
  24432. stroke
  24433. grestore
  24434. gsave
  24435. 0.002 setlinewidth
  24436. 0.46597 0.52859 moveto 0.46951 0.5054 lineto 0.54075 0.50891 lineto gsave
  24437. 0.719 0.591 0.712 setrgbcolor
  24438. fill grestore
  24439. stroke
  24440. grestore
  24441. gsave
  24442. 0.002 setlinewidth
  24443. 0.53958 0.49117 moveto 0.54075 0.50891 lineto 0.46951 0.5054 lineto gsave
  24444. 0.715 0.624 0.755 setrgbcolor
  24445. fill grestore
  24446. stroke
  24447. grestore
  24448. gsave
  24449. 0.002 setlinewidth
  24450. 0.54075 0.50891 moveto 0.53958 0.49117 lineto 0.60476 0.48121 lineto gsave
  24451. 0.675 0.594 0.757 setrgbcolor
  24452. fill grestore
  24453. stroke
  24454. grestore
  24455. gsave
  24456. 0.002 setlinewidth
  24457. 0.60476 0.48121 moveto 0.61046 0.49837 lineto 0.54075 0.50891 lineto gsave
  24458. 0.675 0.594 0.757 setrgbcolor
  24459. fill grestore
  24460. stroke
  24461. grestore
  24462. gsave
  24463. 0.002 setlinewidth
  24464. 0.45866 0.58606 moveto 0.46235 0.55602 lineto 0.54316 0.55988 lineto gsave
  24465. 0.72 0.567 0.681 setrgbcolor
  24466. fill grestore
  24467. stroke
  24468. grestore
  24469. gsave
  24470. 0.002 setlinewidth
  24471. 0.54316 0.55988 moveto 0.5444 0.59007 lineto 0.45866 0.58606 lineto gsave
  24472. 0.72 0.567 0.681 setrgbcolor
  24473. fill grestore
  24474. stroke
  24475. grestore
  24476. gsave
  24477. 0.002 setlinewidth
  24478. 0.5444 0.59007 moveto 0.54316 0.55988 lineto 0.62231 0.54829 lineto gsave
  24479. 0.665 0.524 0.682 setrgbcolor
  24480. fill grestore
  24481. stroke
  24482. grestore
  24483. gsave
  24484. 0.002 setlinewidth
  24485. 0.61632 0.5212 moveto 0.62231 0.54829 lineto 0.54316 0.55988 lineto gsave
  24486. 0.667 0.533 0.692 setrgbcolor
  24487. fill grestore
  24488. stroke
  24489. grestore
  24490. gsave
  24491. 0.002 setlinewidth
  24492. 0.38641 0.53693 moveto 0.39468 0.51034 lineto 0.46597 0.52859 lineto gsave
  24493. 0.77 0.621 0.695 setrgbcolor
  24494. fill grestore
  24495. stroke
  24496. grestore
  24497. gsave
  24498. 0.002 setlinewidth
  24499. 0.46597 0.52859 moveto 0.46235 0.55602 lineto 0.38641 0.53693 lineto gsave
  24500. 0.77 0.621 0.695 setrgbcolor
  24501. fill grestore
  24502. stroke
  24503. grestore
  24504. gsave
  24505. 0.002 setlinewidth
  24506. 0.46951 0.5054 moveto 0.46597 0.52859 lineto 0.39468 0.51034 lineto gsave
  24507. 0.765 0.635 0.717 setrgbcolor
  24508. fill grestore
  24509. stroke
  24510. grestore
  24511. gsave
  24512. 0.002 setlinewidth
  24513. 0.39468 0.51034 moveto 0.40275 0.48806 lineto 0.46951 0.5054 lineto gsave
  24514. 0.765 0.635 0.717 setrgbcolor
  24515. fill grestore
  24516. stroke
  24517. grestore
  24518. gsave
  24519. 0.002 setlinewidth
  24520. 0.47296 0.48785 moveto 0.46951 0.5054 lineto 0.40275 0.48806 lineto gsave
  24521. 0.752 0.661 0.761 setrgbcolor
  24522. fill grestore
  24523. stroke
  24524. grestore
  24525. gsave
  24526. 0.002 setlinewidth
  24527. 0.46951 0.5054 moveto 0.47296 0.48785 lineto 0.53958 0.49117 lineto gsave
  24528. 0.715 0.624 0.755 setrgbcolor
  24529. fill grestore
  24530. stroke
  24531. grestore
  24532. gsave
  24533. 0.002 setlinewidth
  24534. 0.53844 0.48015 moveto 0.53958 0.49117 lineto 0.47296 0.48785 lineto gsave
  24535. 0.692 0.697 0.85 setrgbcolor
  24536. fill grestore
  24537. stroke
  24538. grestore
  24539. gsave
  24540. 0.002 setlinewidth
  24541. 0.53958 0.49117 moveto 0.53844 0.48015 lineto 0.59921 0.47081 lineto gsave
  24542. 0.676 0.685 0.851 setrgbcolor
  24543. fill grestore
  24544. stroke
  24545. grestore
  24546. gsave
  24547. 0.002 setlinewidth
  24548. 0.59921 0.47081 moveto 0.60476 0.48121 lineto 0.53958 0.49117 lineto gsave
  24549. 0.676 0.685 0.851 setrgbcolor
  24550. fill grestore
  24551. stroke
  24552. grestore
  24553. gsave
  24554. 0.002 setlinewidth
  24555. 0.45495 0.61688 moveto 0.45866 0.58606 lineto 0.5444 0.59007 lineto gsave
  24556. 0.72 0.565 0.678 setrgbcolor
  24557. fill grestore
  24558. stroke
  24559. grestore
  24560. gsave
  24561. 0.002 setlinewidth
  24562. 0.5444 0.59007 moveto 0.54564 0.62104 lineto 0.45495 0.61688 lineto gsave
  24563. 0.72 0.565 0.678 setrgbcolor
  24564. fill grestore
  24565. stroke
  24566. grestore
  24567. gsave
  24568. 0.002 setlinewidth
  24569. 0.54564 0.62104 moveto 0.5444 0.59007 lineto 0.62841 0.578 lineto gsave
  24570. 0.664 0.521 0.68 setrgbcolor
  24571. fill grestore
  24572. stroke
  24573. grestore
  24574. gsave
  24575. 0.002 setlinewidth
  24576. 0.62231 0.54829 moveto 0.62841 0.578 lineto 0.5444 0.59007 lineto gsave
  24577. 0.665 0.524 0.682 setrgbcolor
  24578. fill grestore
  24579. stroke
  24580. grestore
  24581. gsave
  24582. 0.002 setlinewidth
  24583. 0.37799 0.56616 moveto 0.38641 0.53693 lineto 0.46235 0.55602 lineto gsave
  24584. 0.772 0.615 0.685 setrgbcolor
  24585. fill grestore
  24586. stroke
  24587. grestore
  24588. gsave
  24589. 0.002 setlinewidth
  24590. 0.46235 0.55602 moveto 0.45866 0.58606 lineto 0.37799 0.56616 lineto gsave
  24591. 0.772 0.615 0.685 setrgbcolor
  24592. fill grestore
  24593. stroke
  24594. grestore
  24595. gsave
  24596. 0.002 setlinewidth
  24597. 0.40275 0.48806 moveto 0.41059 0.47147 lineto 0.47296 0.48785 lineto gsave
  24598. 0.752 0.661 0.761 setrgbcolor
  24599. fill grestore
  24600. stroke
  24601. grestore
  24602. gsave
  24603. 0.002 setlinewidth
  24604. 0.4763 0.47704 moveto 0.47296 0.48785 lineto 0.41059 0.47147 lineto gsave
  24605. 0.706 0.712 0.853 setrgbcolor
  24606. fill grestore
  24607. stroke
  24608. grestore
  24609. gsave
  24610. 0.002 setlinewidth
  24611. 0.47296 0.48785 moveto 0.4763 0.47704 lineto 0.53844 0.48015 lineto gsave
  24612. 0.692 0.697 0.85 setrgbcolor
  24613. fill grestore
  24614. stroke
  24615. grestore
  24616. gsave
  24617. 0.002 setlinewidth
  24618. 0.62841 0.578 moveto 0.63456 0.60852 lineto 0.54564 0.62104 lineto gsave
  24619. 0.664 0.521 0.68 setrgbcolor
  24620. fill grestore
  24621. stroke
  24622. grestore
  24623. gsave
  24624. 0.002 setlinewidth
  24625. 0.36949 0.59623 moveto 0.37799 0.56616 lineto 0.45866 0.58606 lineto gsave
  24626. 0.773 0.613 0.682 setrgbcolor
  24627. fill grestore
  24628. stroke
  24629. grestore
  24630. gsave
  24631. 0.002 setlinewidth
  24632. 0.45866 0.58606 moveto 0.45495 0.61688 lineto 0.36949 0.59623 lineto gsave
  24633. 0.773 0.613 0.682 setrgbcolor
  24634. fill grestore
  24635. stroke
  24636. grestore
  24637. gsave
  24638. 0.002 setlinewidth
  24639. 0.61632 0.5212 moveto 0.61046 0.49837 lineto 0.67268 0.47443 lineto gsave
  24640. 0.615 0.519 0.722 setrgbcolor
  24641. fill grestore
  24642. stroke
  24643. grestore
  24644. gsave
  24645. 0.002 setlinewidth
  24646. 0.61046 0.49837 moveto 0.60476 0.48121 lineto 0.6628 0.45861 lineto gsave
  24647. 0.632 0.569 0.766 setrgbcolor
  24648. fill grestore
  24649. stroke
  24650. grestore
  24651. gsave
  24652. 0.002 setlinewidth
  24653. 0.6628 0.45861 moveto 0.67268 0.47443 lineto 0.61046 0.49837 lineto gsave
  24654. 0.632 0.569 0.766 setrgbcolor
  24655. fill grestore
  24656. stroke
  24657. grestore
  24658. gsave
  24659. 0.002 setlinewidth
  24660. 0.62231 0.54829 moveto 0.61632 0.5212 lineto 0.68285 0.49598 lineto gsave
  24661. 0.606 0.494 0.699 setrgbcolor
  24662. fill grestore
  24663. stroke
  24664. grestore
  24665. gsave
  24666. 0.002 setlinewidth
  24667. 0.67268 0.47443 moveto 0.68285 0.49598 lineto 0.61632 0.5212 lineto gsave
  24668. 0.615 0.519 0.722 setrgbcolor
  24669. fill grestore
  24670. stroke
  24671. grestore
  24672. gsave
  24673. 0.002 setlinewidth
  24674. 0.53733 0.47658 moveto 0.53844 0.48015 lineto 0.4763 0.47704 lineto gsave
  24675. 0.443 0.799 0.997 setrgbcolor
  24676. fill grestore
  24677. stroke
  24678. grestore
  24679. gsave
  24680. 0.002 setlinewidth
  24681. 0.53844 0.48015 moveto 0.53733 0.47658 lineto 0.59378 0.46788 lineto gsave
  24682. 0.528 0.858 0.996 setrgbcolor
  24683. fill grestore
  24684. stroke
  24685. grestore
  24686. gsave
  24687. 0.002 setlinewidth
  24688. 0.59378 0.46788 moveto 0.59921 0.47081 lineto 0.53844 0.48015 lineto gsave
  24689. 0.528 0.858 0.996 setrgbcolor
  24690. fill grestore
  24691. stroke
  24692. grestore
  24693. gsave
  24694. 0.002 setlinewidth
  24695. 0.62841 0.578 moveto 0.62231 0.54829 lineto 0.69327 0.52188 lineto gsave
  24696. 0.602 0.482 0.689 setrgbcolor
  24697. fill grestore
  24698. stroke
  24699. grestore
  24700. gsave
  24701. 0.002 setlinewidth
  24702. 0.68285 0.49598 moveto 0.69327 0.52188 lineto 0.62231 0.54829 lineto gsave
  24703. 0.606 0.494 0.699 setrgbcolor
  24704. fill grestore
  24705. stroke
  24706. grestore
  24707. gsave
  24708. 0.002 setlinewidth
  24709. 0.60476 0.48121 moveto 0.59921 0.47081 lineto 0.65321 0.44962 lineto gsave
  24710. 0.66 0.678 0.856 setrgbcolor
  24711. fill grestore
  24712. stroke
  24713. grestore
  24714. gsave
  24715. 0.002 setlinewidth
  24716. 0.65321 0.44962 moveto 0.6628 0.45861 lineto 0.60476 0.48121 lineto gsave
  24717. 0.66 0.678 0.856 setrgbcolor
  24718. fill grestore
  24719. stroke
  24720. grestore
  24721. gsave
  24722. 0.002 setlinewidth
  24723. 0.41059 0.47147 moveto 0.41821 0.46167 lineto 0.4763 0.47704 lineto gsave
  24724. 0.706 0.712 0.853 setrgbcolor
  24725. fill grestore
  24726. stroke
  24727. grestore
  24728. gsave
  24729. 0.002 setlinewidth
  24730. 0.47957 0.47368 moveto 0.4763 0.47704 lineto 0.41821 0.46167 lineto gsave
  24731. 0.403 0.738 0.992 setrgbcolor
  24732. fill grestore
  24733. stroke
  24734. grestore
  24735. gsave
  24736. 0.002 setlinewidth
  24737. 0.42563 0.45938 moveto 0.47957 0.47368 lineto gsave
  24738. 0.4375 0.46545 lineto 0.403 0.738 0.992 setrgbcolor
  24739. fill grestore
  24740. stroke
  24741. grestore
  24742. gsave
  24743. 0.41821 0.46167 moveto 0.42563 0.45938 lineto 0.4375 0.46545 lineto 0.403 0.738 0.992 setrgbcolor
  24744. fill
  24745. grestore
  24746. gsave
  24747. 0.002 setlinewidth
  24748. 0.38053 0.43469 moveto 0.42563 0.45938 lineto gsave
  24749. 0.38723 0.44277 lineto 0.408 0.687 0.976 setrgbcolor
  24750. fill grestore
  24751. stroke
  24752. grestore
  24753. gsave
  24754. 0.36949 0.4351 moveto 0.38053 0.43469 lineto 0.38723 0.44277 lineto 0.408 0.687 0.976 setrgbcolor
  24755. fill
  24756. grestore
  24757. gsave
  24758. 0.002 setlinewidth
  24759. 0.38053 0.43469 moveto 0.34896 0.40154 lineto gsave
  24760. 0.36897 0.42074 lineto 0 0.228 0.724 setrgbcolor
  24761. fill grestore
  24762. stroke
  24763. grestore
  24764. gsave
  24765. 0.002 setlinewidth
  24766. 0.42563 0.45938 moveto 0.38053 0.43469 lineto gsave
  24767. 0.40519 0.44893 lineto 0.494 0 0 setrgbcolor
  24768. fill grestore
  24769. stroke
  24770. grestore
  24771. gsave
  24772. 0.002 setlinewidth
  24773. 0.42563 0.45938 moveto 0.41821 0.46167 lineto 0.36949 0.4351 lineto gsave
  24774. 0.408 0.687 0.976 setrgbcolor
  24775. fill grestore
  24776. stroke
  24777. grestore
  24778. gsave
  24779. 0.002 setlinewidth
  24780. 0.39134 0.4422 moveto 0.43291 0.46493 lineto gsave
  24781. 0.39281 0.44178 lineto 0.494 0 0 setrgbcolor
  24782. fill grestore
  24783. stroke
  24784. grestore
  24785. gsave
  24786. 0.38053 0.43469 moveto 0.39134 0.4422 lineto 0.39281 0.44178 lineto 0.494 0 0 setrgbcolor
  24787. fill
  24788. grestore
  24789. gsave
  24790. 0.002 setlinewidth
  24791. 0.39134 0.4422 moveto 0.38053 0.43469 lineto gsave
  24792. 0.36897 0.42074 lineto 0 0.228 0.724 setrgbcolor
  24793. fill grestore
  24794. stroke
  24795. grestore
  24796. gsave
  24797. 0.002 setlinewidth
  24798. 0.3624 0.41175 moveto 0.39134 0.4422 lineto gsave
  24799. 0.35894 0.41111 lineto 0 0.228 0.724 setrgbcolor
  24800. fill grestore
  24801. stroke
  24802. grestore
  24803. gsave
  24804. 0.34896 0.40154 moveto 0.3624 0.41175 lineto 0.35894 0.41111 lineto 0 0.228 0.724 setrgbcolor
  24805. fill
  24806. grestore
  24807. gsave
  24808. 0.002 setlinewidth
  24809. 0.3624 0.41175 moveto 0.34972 0.37627 lineto gsave
  24810. 0.36731 0.41265 lineto 0 0.055 0.621 setrgbcolor
  24811. fill grestore
  24812. stroke
  24813. grestore
  24814. gsave
  24815. 0.002 setlinewidth
  24816. 0.39134 0.4422 moveto 0.3624 0.41175 lineto gsave
  24817. 0.38926 0.4428 lineto 0.701 0.214 0 setrgbcolor
  24818. fill grestore
  24819. stroke
  24820. grestore
  24821. gsave
  24822. 0.002 setlinewidth
  24823. 0.33518 0.39932 moveto 0.34896 0.40154 lineto 0.38053 0.43469 lineto gsave
  24824. 0.443 0.648 0.946 setrgbcolor
  24825. fill grestore
  24826. stroke
  24827. grestore
  24828. gsave
  24829. 0.002 setlinewidth
  24830. 0.41821 0.46167 moveto 0.41059 0.47147 lineto 0.35812 0.4431 lineto gsave
  24831. 0.717 0.729 0.86 setrgbcolor
  24832. fill grestore
  24833. stroke
  24834. grestore
  24835. gsave
  24836. 0.002 setlinewidth
  24837. 0.35812 0.4431 moveto 0.36949 0.4351 lineto 0.41821 0.46167 lineto gsave
  24838. 0.717 0.729 0.86 setrgbcolor
  24839. fill grestore
  24840. stroke
  24841. grestore
  24842. gsave
  24843. 0.002 setlinewidth
  24844. 0.38053 0.43469 moveto 0.36949 0.4351 lineto 0.33518 0.39932 lineto gsave
  24845. 0.443 0.648 0.946 setrgbcolor
  24846. fill grestore
  24847. stroke
  24848. grestore
  24849. gsave
  24850. 0.002 setlinewidth
  24851. 0.37563 0.42984 moveto 0.402 0.45753 lineto gsave
  24852. 0.3697 0.42018 lineto 0.701 0.214 0 setrgbcolor
  24853. fill grestore
  24854. stroke
  24855. grestore
  24856. gsave
  24857. 0.3624 0.41175 moveto 0.37563 0.42984 lineto 0.3697 0.42018 lineto 0.701 0.214 0 setrgbcolor
  24858. fill
  24859. grestore
  24860. gsave
  24861. 0.002 setlinewidth
  24862. 0.41059 0.47147 moveto 0.40275 0.48806 lineto 0.34641 0.45796 lineto gsave
  24863. 0.787 0.705 0.774 setrgbcolor
  24864. fill grestore
  24865. stroke
  24866. grestore
  24867. gsave
  24868. 0.002 setlinewidth
  24869. 0.34641 0.45796 moveto 0.35812 0.4431 lineto 0.41059 0.47147 lineto gsave
  24870. 0.787 0.705 0.774 setrgbcolor
  24871. fill grestore
  24872. stroke
  24873. grestore
  24874. gsave
  24875. 0.002 setlinewidth
  24876. 0.41263 0.48013 moveto 0.402 0.45753 lineto 0.37563 0.42984 lineto gsave
  24877. 0.848 0.4 0 setrgbcolor
  24878. fill grestore
  24879. stroke
  24880. grestore
  24881. gsave
  24882. 0.002 setlinewidth
  24883. 0.38878 0.45526 moveto 0.41263 0.48013 lineto gsave
  24884. 0.38091 0.43702 lineto 0.848 0.4 0 setrgbcolor
  24885. fill grestore
  24886. stroke
  24887. grestore
  24888. gsave
  24889. 0.37563 0.42984 moveto 0.38878 0.45526 lineto 0.38091 0.43702 lineto 0.848 0.4 0 setrgbcolor
  24890. fill
  24891. grestore
  24892. gsave
  24893. 0.002 setlinewidth
  24894. 0.42335 0.509 moveto 0.41263 0.48013 lineto 0.38878 0.45526 lineto gsave
  24895. 0.894 0.475 0.099 setrgbcolor
  24896. fill grestore
  24897. stroke
  24898. grestore
  24899. gsave
  24900. 0.002 setlinewidth
  24901. 0.402 0.48698 moveto 0.42335 0.509 lineto gsave
  24902. 0.39226 0.46068 lineto 0.894 0.475 0.099 setrgbcolor
  24903. fill grestore
  24904. stroke
  24905. grestore
  24906. gsave
  24907. 0.38878 0.45526 moveto 0.402 0.48698 lineto 0.39226 0.46068 lineto 0.894 0.475 0.099 setrgbcolor
  24908. fill
  24909. grestore
  24910. gsave
  24911. 0.002 setlinewidth
  24912. 0.33432 0.47861 moveto 0.34641 0.45796 lineto 0.40275 0.48806 lineto gsave
  24913. 0.81 0.688 0.729 setrgbcolor
  24914. fill grestore
  24915. stroke
  24916. grestore
  24917. gsave
  24918. 0.002 setlinewidth
  24919. 0.40275 0.48806 moveto 0.39468 0.51034 lineto 0.33432 0.47861 lineto gsave
  24920. 0.81 0.688 0.729 setrgbcolor
  24921. fill grestore
  24922. stroke
  24923. grestore
  24924. gsave
  24925. 0.002 setlinewidth
  24926. 0.43428 0.54263 moveto 0.42335 0.509 lineto 0.402 0.48698 lineto gsave
  24927. 0.912 0.508 0.151 setrgbcolor
  24928. fill grestore
  24929. stroke
  24930. grestore
  24931. gsave
  24932. 0.002 setlinewidth
  24933. 0.41545 0.52347 moveto 0.43428 0.54263 lineto gsave
  24934. 0.40356 0.48967 lineto 0.912 0.508 0.151 setrgbcolor
  24935. fill grestore
  24936. stroke
  24937. grestore
  24938. gsave
  24939. 0.402 0.48698 moveto 0.41545 0.52347 lineto 0.40356 0.48967 lineto 0.912 0.508 0.151 setrgbcolor
  24940. fill
  24941. grestore
  24942. gsave
  24943. 0.002 setlinewidth
  24944. 0.44554 0.57906 moveto 0.43428 0.54263 lineto 0.41545 0.52347 lineto gsave
  24945. 0.917 0.519 0.168 setrgbcolor
  24946. fill grestore
  24947. stroke
  24948. grestore
  24949. gsave
  24950. 0.002 setlinewidth
  24951. 0.41545 0.52347 moveto 0.42926 0.56275 lineto 0.44554 0.57906 lineto gsave
  24952. 0.917 0.519 0.168 setrgbcolor
  24953. fill grestore
  24954. stroke
  24955. grestore
  24956. gsave
  24957. 0.002 setlinewidth
  24958. 0.41545 0.52347 moveto 0.40774 0.50143 lineto gsave
  24959. 0.42818 0.55965 lineto 0 0 0.236 setrgbcolor
  24960. fill grestore
  24961. stroke
  24962. grestore
  24963. gsave
  24964. 0.42926 0.56275 moveto 0.41545 0.52347 lineto 0.42818 0.55965 lineto 0 0 0.236 setrgbcolor
  24965. fill
  24966. grestore
  24967. gsave
  24968. 0.002 setlinewidth
  24969. 0.402 0.48698 moveto 0.3931 0.46156 lineto gsave
  24970. 0.41298 0.51663 lineto 0 0 0.259 setrgbcolor
  24971. fill grestore
  24972. stroke
  24973. grestore
  24974. gsave
  24975. 0.41545 0.52347 moveto 0.402 0.48698 lineto 0.41298 0.51663 lineto 0 0 0.259 setrgbcolor
  24976. fill
  24977. grestore
  24978. gsave
  24979. 0.002 setlinewidth
  24980. 0.38878 0.45526 moveto 0.37866 0.42647 lineto gsave
  24981. 0.39815 0.47701 lineto 0 0 0.323 setrgbcolor
  24982. fill grestore
  24983. stroke
  24984. grestore
  24985. gsave
  24986. 0.402 0.48698 moveto 0.38878 0.45526 lineto 0.39815 0.47701 lineto 0 0 0.323 setrgbcolor
  24987. fill
  24988. grestore
  24989. gsave
  24990. 0.002 setlinewidth
  24991. 0.37563 0.42984 moveto 0.36426 0.39769 lineto gsave
  24992. 0.38321 0.44218 lineto 0 0 0.441 setrgbcolor
  24993. fill grestore
  24994. stroke
  24995. grestore
  24996. gsave
  24997. 0.38878 0.45526 moveto 0.37563 0.42984 lineto 0.38321 0.44218 lineto 0 0 0.441 setrgbcolor
  24998. fill
  24999. grestore
  25000. gsave
  25001. 0.002 setlinewidth
  25002. 0.37563 0.42984 moveto 0.3624 0.41175 lineto gsave
  25003. 0.36731 0.41265 lineto 0 0.055 0.621 setrgbcolor
  25004. fill grestore
  25005. stroke
  25006. grestore
  25007. gsave
  25008. 0.402 0.45753 moveto 0.39134 0.4422 lineto 0.38926 0.4428 lineto 0.701 0.214 0 setrgbcolor
  25009. fill
  25010. grestore
  25011. gsave
  25012. 0.002 setlinewidth
  25013. 0.43291 0.46493 moveto 0.42563 0.45938 lineto gsave
  25014. 0.40519 0.44893 lineto 0.494 0 0 setrgbcolor
  25015. fill grestore
  25016. stroke
  25017. grestore
  25018. gsave
  25019. 0.002 setlinewidth
  25020. 0.47957 0.47368 moveto 0.42563 0.45938 lineto gsave
  25021. 0.45244 0.46817 lineto 0.541 0 0 setrgbcolor
  25022. fill grestore
  25023. stroke
  25024. grestore
  25025. gsave
  25026. 0.4763 0.47704 moveto 0.47957 0.47368 lineto 0.49539 0.47689 lineto 0.443 0.799 0.997 setrgbcolor
  25027. fill
  25028. grestore
  25029. gsave
  25030. 0.002 setlinewidth
  25031. 0.48277 0.47813 moveto 0.47957 0.47368 lineto gsave
  25032. 0.45244 0.46817 lineto 0.541 0 0 setrgbcolor
  25033. fill grestore
  25034. stroke
  25035. grestore
  25036. gsave
  25037. 0.002 setlinewidth
  25038. 0.47957 0.47368 moveto 0.53733 0.47658 lineto gsave
  25039. 0.49539 0.47689 lineto 0.443 0.799 0.997 setrgbcolor
  25040. fill grestore
  25041. stroke
  25042. grestore
  25043. gsave
  25044. 0.002 setlinewidth
  25045. 0.63456 0.60852 moveto 0.62841 0.578 lineto 0.7039 0.55046 lineto gsave
  25046. 0.601 0.479 0.686 setrgbcolor
  25047. fill grestore
  25048. stroke
  25049. grestore
  25050. gsave
  25051. 0.002 setlinewidth
  25052. 0.69327 0.52188 moveto 0.7039 0.55046 lineto 0.62841 0.578 lineto gsave
  25053. 0.602 0.482 0.689 setrgbcolor
  25054. fill grestore
  25055. stroke
  25056. grestore
  25057. gsave
  25058. 0.002 setlinewidth
  25059. 0.59921 0.47081 moveto 0.59378 0.46788 lineto 0.64386 0.44818 lineto gsave
  25060. 0.63 0.899 0.986 setrgbcolor
  25061. fill grestore
  25062. stroke
  25063. grestore
  25064. gsave
  25065. 0.002 setlinewidth
  25066. 0.64386 0.44818 moveto 0.65321 0.44962 lineto 0.59921 0.47081 lineto gsave
  25067. 0.63 0.899 0.986 setrgbcolor
  25068. fill grestore
  25069. stroke
  25070. grestore
  25071. gsave
  25072. 0.002 setlinewidth
  25073. 0.7039 0.55046 moveto 0.71464 0.57992 lineto 0.63456 0.60852 lineto gsave
  25074. 0.601 0.479 0.686 setrgbcolor
  25075. fill grestore
  25076. stroke
  25077. grestore
  25078. gsave
  25079. 0.002 setlinewidth
  25080. 0.32191 0.50365 moveto 0.33432 0.47861 lineto 0.39468 0.51034 lineto gsave
  25081. 0.821 0.678 0.705 setrgbcolor
  25082. fill grestore
  25083. stroke
  25084. grestore
  25085. gsave
  25086. 0.002 setlinewidth
  25087. 0.39468 0.51034 moveto 0.38641 0.53693 lineto 0.32191 0.50365 lineto gsave
  25088. 0.821 0.678 0.705 setrgbcolor
  25089. fill grestore
  25090. stroke
  25091. grestore
  25092. gsave
  25093. 0.002 setlinewidth
  25094. 0.53622 0.4808 moveto 0.53733 0.47658 lineto 0.47957 0.47368 lineto gsave
  25095. 0.461 0 0 setrgbcolor
  25096. fill grestore
  25097. stroke
  25098. grestore
  25099. gsave
  25100. 0.002 setlinewidth
  25101. 0.53733 0.47658 moveto 0.53622 0.4808 lineto 0.58846 0.47277 lineto gsave
  25102. 0.293 0 0 setrgbcolor
  25103. fill grestore
  25104. stroke
  25105. grestore
  25106. gsave
  25107. 0.002 setlinewidth
  25108. 0.58846 0.47277 moveto 0.59378 0.46788 lineto 0.53733 0.47658 lineto gsave
  25109. 0.293 0 0 setrgbcolor
  25110. fill grestore
  25111. stroke
  25112. grestore
  25113. gsave
  25114. 0.002 setlinewidth
  25115. 0.30924 0.53143 moveto 0.32191 0.50365 lineto 0.38641 0.53693 lineto gsave
  25116. 0.825 0.673 0.694 setrgbcolor
  25117. fill grestore
  25118. stroke
  25119. grestore
  25120. gsave
  25121. 0.002 setlinewidth
  25122. 0.38641 0.53693 moveto 0.37799 0.56616 lineto 0.30924 0.53143 lineto gsave
  25123. 0.825 0.673 0.694 setrgbcolor
  25124. fill grestore
  25125. stroke
  25126. grestore
  25127. gsave
  25128. 0.002 setlinewidth
  25129. 0.47957 0.47368 moveto 0.48277 0.47813 lineto 0.53622 0.4808 lineto gsave
  25130. 0.461 0 0 setrgbcolor
  25131. fill grestore
  25132. stroke
  25133. grestore
  25134. gsave
  25135. 0.002 setlinewidth
  25136. 0.29641 0.56011 moveto 0.30924 0.53143 lineto 0.37799 0.56616 lineto gsave
  25137. 0.826 0.672 0.692 setrgbcolor
  25138. fill grestore
  25139. stroke
  25140. grestore
  25141. gsave
  25142. 0.002 setlinewidth
  25143. 0.37799 0.56616 moveto 0.36949 0.59623 lineto 0.29641 0.56011 lineto gsave
  25144. 0.826 0.672 0.692 setrgbcolor
  25145. fill grestore
  25146. stroke
  25147. grestore
  25148. gsave
  25149. 0.002 setlinewidth
  25150. 0.59378 0.46788 moveto 0.58846 0.47277 lineto 0.63469 0.45461 lineto gsave
  25151. 0 0 0 setrgbcolor
  25152. fill grestore
  25153. stroke
  25154. grestore
  25155. gsave
  25156. 0.002 setlinewidth
  25157. 0.63469 0.45461 moveto 0.64386 0.44818 lineto 0.59378 0.46788 lineto gsave
  25158. 0 0 0 setrgbcolor
  25159. fill grestore
  25160. stroke
  25161. grestore
  25162. gsave
  25163. 0.002 setlinewidth
  25164. 0.68285 0.49598 moveto 0.67268 0.47443 lineto 0.72152 0.43865 lineto gsave
  25165. 0.549 0.487 0.738 setrgbcolor
  25166. fill grestore
  25167. stroke
  25168. grestore
  25169. gsave
  25170. 0.002 setlinewidth
  25171. 0.67268 0.47443 moveto 0.6628 0.45861 lineto 0.70816 0.42492 lineto gsave
  25172. 0.582 0.55 0.783 setrgbcolor
  25173. fill grestore
  25174. stroke
  25175. grestore
  25176. gsave
  25177. 0.002 setlinewidth
  25178. 0.70816 0.42492 moveto 0.72152 0.43865 lineto 0.67268 0.47443 lineto gsave
  25179. 0.582 0.55 0.783 setrgbcolor
  25180. fill grestore
  25181. stroke
  25182. grestore
  25183. gsave
  25184. 0.002 setlinewidth
  25185. 0.6628 0.45861 moveto 0.65321 0.44962 lineto 0.69522 0.41811 lineto gsave
  25186. 0.643 0.674 0.865 setrgbcolor
  25187. fill grestore
  25188. stroke
  25189. grestore
  25190. gsave
  25191. 0.002 setlinewidth
  25192. 0.69522 0.41811 moveto 0.70816 0.42492 lineto 0.6628 0.45861 lineto gsave
  25193. 0.643 0.674 0.865 setrgbcolor
  25194. fill grestore
  25195. stroke
  25196. grestore
  25197. gsave
  25198. 0.002 setlinewidth
  25199. 0.69327 0.52188 moveto 0.68285 0.49598 lineto 0.7353 0.45821 lineto gsave
  25200. 0.531 0.454 0.714 setrgbcolor
  25201. fill grestore
  25202. stroke
  25203. grestore
  25204. gsave
  25205. 0.002 setlinewidth
  25206. 0.72152 0.43865 moveto 0.7353 0.45821 lineto 0.68285 0.49598 lineto gsave
  25207. 0.549 0.487 0.738 setrgbcolor
  25208. fill grestore
  25209. stroke
  25210. grestore
  25211. gsave
  25212. 0.002 setlinewidth
  25213. 0.53513 0.49274 moveto 0.53622 0.4808 lineto 0.48277 0.47813 lineto gsave
  25214. 0.633 0.217 0.237 setrgbcolor
  25215. fill grestore
  25216. stroke
  25217. grestore
  25218. gsave
  25219. 0.002 setlinewidth
  25220. 0.53622 0.4808 moveto 0.53513 0.49274 lineto 0.58318 0.4854 lineto gsave
  25221. 0.505 0.108 0.222 setrgbcolor
  25222. fill grestore
  25223. stroke
  25224. grestore
  25225. gsave
  25226. 0.002 setlinewidth
  25227. 0.58318 0.4854 moveto 0.58846 0.47277 lineto 0.53622 0.4808 lineto gsave
  25228. 0.505 0.108 0.222 setrgbcolor
  25229. fill grestore
  25230. stroke
  25231. grestore
  25232. gsave
  25233. 0.002 setlinewidth
  25234. 0.42563 0.45938 moveto 0.43291 0.46493 lineto 0.48277 0.47813 lineto gsave
  25235. 0.541 0 0 setrgbcolor
  25236. fill grestore
  25237. stroke
  25238. grestore
  25239. gsave
  25240. 0.002 setlinewidth
  25241. 0.7039 0.55046 moveto 0.69327 0.52188 lineto 0.74948 0.48222 lineto gsave
  25242. 0.523 0.438 0.702 setrgbcolor
  25243. fill grestore
  25244. stroke
  25245. grestore
  25246. gsave
  25247. 0.002 setlinewidth
  25248. 0.7353 0.45821 moveto 0.74948 0.48222 lineto 0.69327 0.52188 lineto gsave
  25249. 0.531 0.454 0.714 setrgbcolor
  25250. fill grestore
  25251. stroke
  25252. grestore
  25253. gsave
  25254. 0.002 setlinewidth
  25255. 0.65321 0.44962 moveto 0.64386 0.44818 lineto 0.68265 0.41894 lineto gsave
  25256. 0.716 0.905 0.962 setrgbcolor
  25257. fill grestore
  25258. stroke
  25259. grestore
  25260. gsave
  25261. 0.002 setlinewidth
  25262. 0.68265 0.41894 moveto 0.69522 0.41811 lineto 0.65321 0.44962 lineto gsave
  25263. 0.716 0.905 0.962 setrgbcolor
  25264. fill grestore
  25265. stroke
  25266. grestore
  25267. gsave
  25268. 0.002 setlinewidth
  25269. 0.48593 0.4903 moveto 0.48277 0.47813 lineto 0.43291 0.46493 lineto gsave
  25270. 0.729 0.283 0.192 setrgbcolor
  25271. fill grestore
  25272. stroke
  25273. grestore
  25274. gsave
  25275. 0.002 setlinewidth
  25276. 0.48277 0.47813 moveto 0.48593 0.4903 lineto 0.53513 0.49274 lineto gsave
  25277. 0.633 0.217 0.237 setrgbcolor
  25278. fill grestore
  25279. stroke
  25280. grestore
  25281. gsave
  25282. 0.002 setlinewidth
  25283. 0.71464 0.57992 moveto 0.7039 0.55046 lineto 0.76398 0.509 lineto gsave
  25284. 0.521 0.435 0.699 setrgbcolor
  25285. fill grestore
  25286. stroke
  25287. grestore
  25288. gsave
  25289. 0.002 setlinewidth
  25290. 0.74948 0.48222 moveto 0.76398 0.509 lineto 0.7039 0.55046 lineto gsave
  25291. 0.523 0.438 0.702 setrgbcolor
  25292. fill grestore
  25293. stroke
  25294. grestore
  25295. gsave
  25296. 0.002 setlinewidth
  25297. 0.58846 0.47277 moveto 0.58318 0.4854 lineto 0.62563 0.46884 lineto gsave
  25298. 0.306 0 0.138 setrgbcolor
  25299. fill grestore
  25300. stroke
  25301. grestore
  25302. gsave
  25303. 0.002 setlinewidth
  25304. 0.62563 0.46884 moveto 0.63469 0.45461 lineto 0.58846 0.47277 lineto gsave
  25305. 0.306 0 0.138 setrgbcolor
  25306. fill grestore
  25307. stroke
  25308. grestore
  25309. gsave
  25310. 0.002 setlinewidth
  25311. 0.29104 0.43553 moveto 0.30625 0.41721 lineto 0.34641 0.45796 lineto gsave
  25312. 0.855 0.754 0.75 setrgbcolor
  25313. fill grestore
  25314. stroke
  25315. grestore
  25316. gsave
  25317. 0.002 setlinewidth
  25318. 0.34641 0.45796 moveto 0.33432 0.47861 lineto 0.29104 0.43553 lineto gsave
  25319. 0.855 0.754 0.75 setrgbcolor
  25320. fill grestore
  25321. stroke
  25322. grestore
  25323. gsave
  25324. 0.002 setlinewidth
  25325. 0.35812 0.4431 moveto 0.34641 0.45796 lineto 0.30625 0.41721 lineto gsave
  25326. 0.818 0.757 0.796 setrgbcolor
  25327. fill grestore
  25328. stroke
  25329. grestore
  25330. gsave
  25331. 0.002 setlinewidth
  25332. 0.64386 0.44818 moveto 0.63469 0.45461 lineto 0.67036 0.42772 lineto gsave
  25333. 0.455 0.836 0.605 setrgbcolor
  25334. fill grestore
  25335. stroke
  25336. grestore
  25337. gsave
  25338. 0.002 setlinewidth
  25339. 0.67169 0.4272 moveto 0.64386 0.44818 lineto gsave
  25340. 0.67036 0.42772 lineto 0.455 0.836 0.605 setrgbcolor
  25341. fill grestore
  25342. stroke
  25343. grestore
  25344. gsave
  25345. 0.002 setlinewidth
  25346. 0.65825 0.44435 moveto 0.67036 0.42772 lineto 0.63469 0.45461 lineto gsave
  25347. 0 0 0 setrgbcolor
  25348. fill grestore
  25349. stroke
  25350. grestore
  25351. gsave
  25352. 0.002 setlinewidth
  25353. 0.67036 0.42772 moveto 0.65825 0.44435 lineto 0.66821 0.42856 lineto gsave
  25354. 0.66 0.861 0.474 setrgbcolor
  25355. fill grestore
  25356. stroke
  25357. grestore
  25358. gsave
  25359. 0.002 setlinewidth
  25360. 0.66821 0.42856 moveto 0.67737 0.41406 lineto gsave
  25361. 0.67036 0.42772 lineto 0.66 0.861 0.474 setrgbcolor
  25362. fill grestore
  25363. stroke
  25364. grestore
  25365. gsave
  25366. 0.002 setlinewidth
  25367. 0.67036 0.42772 moveto 0.68265 0.41894 lineto 0.67169 0.4272 lineto gsave
  25368. 0.455 0.836 0.605 setrgbcolor
  25369. fill grestore
  25370. stroke
  25371. grestore
  25372. gsave
  25373. 0.002 setlinewidth
  25374. 0.30625 0.41721 moveto 0.32096 0.40478 lineto 0.35812 0.4431 lineto gsave
  25375. 0.818 0.757 0.796 setrgbcolor
  25376. fill grestore
  25377. stroke
  25378. grestore
  25379. gsave
  25380. 0.002 setlinewidth
  25381. 0.36949 0.4351 moveto 0.35812 0.4431 lineto 0.32096 0.40478 lineto gsave
  25382. 0.724 0.748 0.871 setrgbcolor
  25383. fill grestore
  25384. stroke
  25385. grestore
  25386. gsave
  25387. 0.002 setlinewidth
  25388. 0.76398 0.509 moveto 0.77867 0.53673 lineto 0.71464 0.57992 lineto gsave
  25389. 0.521 0.435 0.699 setrgbcolor
  25390. fill grestore
  25391. stroke
  25392. grestore
  25393. gsave
  25394. 0.002 setlinewidth
  25395. 0.27535 0.45834 moveto 0.29104 0.43553 lineto 0.33432 0.47861 lineto gsave
  25396. 0.872 0.749 0.724 setrgbcolor
  25397. fill grestore
  25398. stroke
  25399. grestore
  25400. gsave
  25401. 0.002 setlinewidth
  25402. 0.33432 0.47861 moveto 0.32191 0.50365 lineto 0.27535 0.45834 lineto gsave
  25403. 0.872 0.749 0.724 setrgbcolor
  25404. fill grestore
  25405. stroke
  25406. grestore
  25407. gsave
  25408. 0.002 setlinewidth
  25409. 0.4401 0.47825 moveto 0.43291 0.46493 lineto 0.39134 0.4422 lineto gsave
  25410. 0.792 0.305 0.054 setrgbcolor
  25411. fill grestore
  25412. stroke
  25413. grestore
  25414. gsave
  25415. 0.002 setlinewidth
  25416. 0.43291 0.46493 moveto 0.4401 0.47825 lineto 0.48593 0.4903 lineto gsave
  25417. 0.729 0.283 0.192 setrgbcolor
  25418. fill grestore
  25419. stroke
  25420. grestore
  25421. gsave
  25422. 0.002 setlinewidth
  25423. 0.32096 0.40478 moveto 0.33518 0.39932 lineto 0.36949 0.4351 lineto gsave
  25424. 0.724 0.748 0.871 setrgbcolor
  25425. fill grestore
  25426. stroke
  25427. grestore
  25428. gsave
  25429. 0.002 setlinewidth
  25430. 0.25928 0.48398 moveto 0.27535 0.45834 lineto 0.32191 0.50365 lineto gsave
  25431. 0.88 0.747 0.711 setrgbcolor
  25432. fill grestore
  25433. stroke
  25434. grestore
  25435. gsave
  25436. 0.002 setlinewidth
  25437. 0.32191 0.50365 moveto 0.30924 0.53143 lineto 0.25928 0.48398 lineto gsave
  25438. 0.88 0.747 0.711 setrgbcolor
  25439. fill grestore
  25440. stroke
  25441. grestore
  25442. gsave
  25443. 0.002 setlinewidth
  25444. 0.53403 0.51187 moveto 0.53513 0.49274 lineto 0.48593 0.4903 lineto gsave
  25445. 0.668 0.303 0.345 setrgbcolor
  25446. fill grestore
  25447. stroke
  25448. grestore
  25449. gsave
  25450. 0.002 setlinewidth
  25451. 0.53513 0.49274 moveto 0.53403 0.51187 lineto 0.5779 0.50525 lineto gsave
  25452. 0.555 0.209 0.336 setrgbcolor
  25453. fill grestore
  25454. stroke
  25455. grestore
  25456. gsave
  25457. 0.002 setlinewidth
  25458. 0.5779 0.50525 moveto 0.58318 0.4854 lineto 0.53513 0.49274 lineto gsave
  25459. 0.555 0.209 0.336 setrgbcolor
  25460. fill grestore
  25461. stroke
  25462. grestore
  25463. gsave
  25464. 0.002 setlinewidth
  25465. 0.4891 0.50966 moveto 0.48593 0.4903 lineto 0.4401 0.47825 lineto gsave
  25466. 0.761 0.372 0.317 setrgbcolor
  25467. fill grestore
  25468. stroke
  25469. grestore
  25470. gsave
  25471. 0.002 setlinewidth
  25472. 0.48593 0.4903 moveto 0.4891 0.50966 lineto 0.53403 0.51187 lineto gsave
  25473. 0.668 0.303 0.345 setrgbcolor
  25474. fill grestore
  25475. stroke
  25476. grestore
  25477. gsave
  25478. 0.002 setlinewidth
  25479. 0.63469 0.45461 moveto 0.62563 0.46884 lineto 0.65825 0.44435 lineto gsave
  25480. 0 0 0 setrgbcolor
  25481. fill grestore
  25482. stroke
  25483. grestore
  25484. gsave
  25485. 0.002 setlinewidth
  25486. 0.24296 0.51062 moveto 0.25928 0.48398 lineto 0.30924 0.53143 lineto gsave
  25487. 0.882 0.746 0.708 setrgbcolor
  25488. fill grestore
  25489. stroke
  25490. grestore
  25491. gsave
  25492. 0.002 setlinewidth
  25493. 0.30924 0.53143 moveto 0.29641 0.56011 lineto 0.24296 0.51062 lineto gsave
  25494. 0.882 0.746 0.708 setrgbcolor
  25495. fill grestore
  25496. stroke
  25497. grestore
  25498. gsave
  25499. 0.002 setlinewidth
  25500. 0.58318 0.4854 moveto 0.5779 0.50525 lineto 0.61657 0.49031 lineto gsave
  25501. 0.39 0.06 0.281 setrgbcolor
  25502. fill grestore
  25503. stroke
  25504. grestore
  25505. gsave
  25506. 0.002 setlinewidth
  25507. 0.61657 0.49031 moveto 0.62563 0.46884 lineto 0.58318 0.4854 lineto gsave
  25508. 0.39 0.06 0.281 setrgbcolor
  25509. fill grestore
  25510. stroke
  25511. grestore
  25512. gsave
  25513. 0.002 setlinewidth
  25514. 0.72152 0.43865 moveto 0.70816 0.42492 lineto 0.7357 0.38274 lineto gsave
  25515. 0.523 0.536 0.811 setrgbcolor
  25516. fill grestore
  25517. stroke
  25518. grestore
  25519. gsave
  25520. 0.002 setlinewidth
  25521. 0.70816 0.42492 moveto 0.69522 0.41811 lineto 0.72051 0.37879 lineto gsave
  25522. 0.627 0.676 0.878 setrgbcolor
  25523. fill grestore
  25524. stroke
  25525. grestore
  25526. gsave
  25527. 0.002 setlinewidth
  25528. 0.72051 0.37879 moveto 0.7357 0.38274 lineto 0.70816 0.42492 lineto gsave
  25529. 0.627 0.676 0.878 setrgbcolor
  25530. fill grestore
  25531. stroke
  25532. grestore
  25533. gsave
  25534. 0.002 setlinewidth
  25535. 0.7353 0.45821 moveto 0.72152 0.43865 lineto 0.75144 0.39371 lineto gsave
  25536. 0.461 0.454 0.764 setrgbcolor
  25537. fill grestore
  25538. stroke
  25539. grestore
  25540. gsave
  25541. 0.002 setlinewidth
  25542. 0.7357 0.38274 moveto 0.75144 0.39371 lineto 0.72152 0.43865 lineto gsave
  25543. 0.523 0.536 0.811 setrgbcolor
  25544. fill grestore
  25545. stroke
  25546. grestore
  25547. gsave
  25548. 0.002 setlinewidth
  25549. 0.69522 0.41811 moveto 0.68265 0.41894 lineto 0.70579 0.38255 lineto gsave
  25550. 0.768 0.881 0.927 setrgbcolor
  25551. fill grestore
  25552. stroke
  25553. grestore
  25554. gsave
  25555. 0.002 setlinewidth
  25556. 0.70579 0.38255 moveto 0.72051 0.37879 lineto 0.69522 0.41811 lineto gsave
  25557. 0.768 0.881 0.927 setrgbcolor
  25558. fill grestore
  25559. stroke
  25560. grestore
  25561. gsave
  25562. 0.002 setlinewidth
  25563. 0.74948 0.48222 moveto 0.7353 0.45821 lineto 0.76775 0.41062 lineto gsave
  25564. 0.426 0.408 0.736 setrgbcolor
  25565. fill grestore
  25566. stroke
  25567. grestore
  25568. gsave
  25569. 0.002 setlinewidth
  25570. 0.75144 0.39371 moveto 0.76775 0.41062 lineto 0.7353 0.45821 lineto gsave
  25571. 0.461 0.454 0.764 setrgbcolor
  25572. fill grestore
  25573. stroke
  25574. grestore
  25575. gsave
  25576. 0.002 setlinewidth
  25577. 0.39134 0.4422 moveto 0.402 0.45753 lineto 0.4401 0.47825 lineto gsave
  25578. 0.792 0.305 0.054 setrgbcolor
  25579. fill grestore
  25580. stroke
  25581. grestore
  25582. gsave
  25583. 0.002 setlinewidth
  25584. 0.44728 0.49879 moveto 0.4401 0.47825 lineto 0.402 0.45753 lineto gsave
  25585. 0.843 0.419 0.225 setrgbcolor
  25586. fill grestore
  25587. stroke
  25588. grestore
  25589. gsave
  25590. 0.002 setlinewidth
  25591. 0.4401 0.47825 moveto 0.44728 0.49879 lineto 0.4891 0.50966 lineto gsave
  25592. 0.761 0.372 0.317 setrgbcolor
  25593. fill grestore
  25594. stroke
  25595. grestore
  25596. gsave
  25597. 0.002 setlinewidth
  25598. 0.68265 0.41894 moveto 0.67036 0.42772 lineto 0.69146 0.39435 lineto gsave
  25599. 0.817 0.999 0.796 setrgbcolor
  25600. fill grestore
  25601. stroke
  25602. grestore
  25603. gsave
  25604. 0.002 setlinewidth
  25605. 0.69146 0.39435 moveto 0.70579 0.38255 lineto 0.68265 0.41894 lineto gsave
  25606. 0.817 0.999 0.796 setrgbcolor
  25607. fill grestore
  25608. stroke
  25609. grestore
  25610. gsave
  25611. 0.002 setlinewidth
  25612. 0.76398 0.509 moveto 0.74948 0.48222 lineto 0.78458 0.43207 lineto gsave
  25613. 0.409 0.386 0.722 setrgbcolor
  25614. fill grestore
  25615. stroke
  25616. grestore
  25617. gsave
  25618. 0.002 setlinewidth
  25619. 0.76775 0.41062 moveto 0.78458 0.43207 lineto 0.74948 0.48222 lineto gsave
  25620. 0.426 0.408 0.736 setrgbcolor
  25621. fill grestore
  25622. stroke
  25623. grestore
  25624. gsave
  25625. 0.002 setlinewidth
  25626. 0.62563 0.46884 moveto 0.61657 0.49031 lineto 0.64617 0.46829 lineto gsave
  25627. 0.089 0 0.13 setrgbcolor
  25628. fill grestore
  25629. stroke
  25630. grestore
  25631. gsave
  25632. 0.002 setlinewidth
  25633. 0.64617 0.46829 moveto 0.65825 0.44435 lineto 0.62563 0.46884 lineto gsave
  25634. 0.089 0 0.13 setrgbcolor
  25635. fill grestore
  25636. stroke
  25637. grestore
  25638. gsave
  25639. 0.002 setlinewidth
  25640. 0.53291 0.5372 moveto 0.53403 0.51187 lineto 0.4891 0.50966 lineto gsave
  25641. 0.68 0.339 0.391 setrgbcolor
  25642. fill grestore
  25643. stroke
  25644. grestore
  25645. gsave
  25646. 0.002 setlinewidth
  25647. 0.53403 0.51187 moveto 0.53291 0.5372 lineto 0.57255 0.5313 lineto gsave
  25648. 0.574 0.25 0.383 setrgbcolor
  25649. fill grestore
  25650. stroke
  25651. grestore
  25652. gsave
  25653. 0.002 setlinewidth
  25654. 0.57255 0.5313 moveto 0.5779 0.50525 lineto 0.53403 0.51187 lineto gsave
  25655. 0.574 0.25 0.383 setrgbcolor
  25656. fill grestore
  25657. stroke
  25658. grestore
  25659. gsave
  25660. 0.002 setlinewidth
  25661. 0.49229 0.53523 moveto 0.4891 0.50966 lineto 0.44728 0.49879 lineto gsave
  25662. 0.771 0.408 0.368 setrgbcolor
  25663. fill grestore
  25664. stroke
  25665. grestore
  25666. gsave
  25667. 0.002 setlinewidth
  25668. 0.4891 0.50966 moveto 0.49229 0.53523 lineto 0.53291 0.5372 lineto gsave
  25669. 0.68 0.339 0.391 setrgbcolor
  25670. fill grestore
  25671. stroke
  25672. grestore
  25673. gsave
  25674. 0.002 setlinewidth
  25675. 0.28744 0.3691 moveto 0.30384 0.35971 lineto 0.32096 0.40478 lineto gsave
  25676. 0.841 0.82 0.828 setrgbcolor
  25677. fill grestore
  25678. stroke
  25679. grestore
  25680. gsave
  25681. 0.002 setlinewidth
  25682. 0.32096 0.40478 moveto 0.30625 0.41721 lineto 0.28744 0.3691 lineto gsave
  25683. 0.841 0.82 0.828 setrgbcolor
  25684. fill grestore
  25685. stroke
  25686. grestore
  25687. gsave
  25688. 0.002 setlinewidth
  25689. 0.33518 0.39932 moveto 0.32096 0.40478 lineto 0.30384 0.35971 lineto gsave
  25690. 0.725 0.766 0.885 setrgbcolor
  25691. fill grestore
  25692. stroke
  25693. grestore
  25694. gsave
  25695. 0.002 setlinewidth
  25696. 0.77867 0.53673 moveto 0.76398 0.509 lineto 0.80186 0.4564 lineto gsave
  25697. 0.405 0.38 0.718 setrgbcolor
  25698. fill grestore
  25699. stroke
  25700. grestore
  25701. gsave
  25702. 0.002 setlinewidth
  25703. 0.78458 0.43207 moveto 0.80186 0.4564 lineto 0.76398 0.509 lineto gsave
  25704. 0.409 0.386 0.722 setrgbcolor
  25705. fill grestore
  25706. stroke
  25707. grestore
  25708. gsave
  25709. 0.002 setlinewidth
  25710. 0.30384 0.35971 moveto 0.31963 0.35737 lineto 0.33518 0.39932 lineto gsave
  25711. 0.725 0.766 0.885 setrgbcolor
  25712. fill grestore
  25713. stroke
  25714. grestore
  25715. gsave
  25716. 0.002 setlinewidth
  25717. 0.34896 0.40154 moveto 0.33518 0.39932 lineto 0.31963 0.35737 lineto gsave
  25718. 0.489 0.623 0.909 setrgbcolor
  25719. fill grestore
  25720. stroke
  25721. grestore
  25722. gsave
  25723. 0.002 setlinewidth
  25724. 0.27041 0.38449 moveto 0.28744 0.3691 lineto 0.30625 0.41721 lineto gsave
  25725. 0.895 0.838 0.781 setrgbcolor
  25726. fill grestore
  25727. stroke
  25728. grestore
  25729. gsave
  25730. 0.002 setlinewidth
  25731. 0.30625 0.41721 moveto 0.29104 0.43553 lineto 0.27041 0.38449 lineto gsave
  25732. 0.895 0.838 0.781 setrgbcolor
  25733. fill grestore
  25734. stroke
  25735. grestore
  25736. gsave
  25737. 0.002 setlinewidth
  25738. 0.5779 0.50525 moveto 0.57255 0.5313 lineto 0.60742 0.51803 lineto gsave
  25739. 0.423 0.117 0.339 setrgbcolor
  25740. fill grestore
  25741. stroke
  25742. grestore
  25743. gsave
  25744. 0.002 setlinewidth
  25745. 0.60742 0.51803 moveto 0.61657 0.49031 lineto 0.5779 0.50525 lineto gsave
  25746. 0.423 0.117 0.339 setrgbcolor
  25747. fill grestore
  25748. stroke
  25749. grestore
  25750. gsave
  25751. 0.002 setlinewidth
  25752. 0.67737 0.41406 moveto 0.69146 0.39435 lineto 0.67036 0.42772 lineto gsave
  25753. 0.66 0.861 0.474 setrgbcolor
  25754. fill grestore
  25755. stroke
  25756. grestore
  25757. gsave
  25758. 0.002 setlinewidth
  25759. 0.402 0.45753 moveto 0.41263 0.48013 lineto 0.44728 0.49879 lineto gsave
  25760. 0.843 0.419 0.225 setrgbcolor
  25761. fill grestore
  25762. stroke
  25763. grestore
  25764. gsave
  25765. 0.002 setlinewidth
  25766. 0.31963 0.35737 moveto 0.33489 0.36279 lineto 0.34896 0.40154 lineto gsave
  25767. 0.489 0.623 0.909 setrgbcolor
  25768. fill grestore
  25769. stroke
  25770. grestore
  25771. gsave
  25772. 0.002 setlinewidth
  25773. 0.3624 0.41175 moveto 0.34896 0.40154 lineto 0.33489 0.36279 lineto gsave
  25774. 0.118 0.353 0.817 setrgbcolor
  25775. fill grestore
  25776. stroke
  25777. grestore
  25778. gsave
  25779. 0.002 setlinewidth
  25780. 0.25279 0.40446 moveto 0.27041 0.38449 lineto 0.29104 0.43553 lineto gsave
  25781. 0.921 0.843 0.75 setrgbcolor
  25782. fill grestore
  25783. stroke
  25784. grestore
  25785. gsave
  25786. 0.002 setlinewidth
  25787. 0.29104 0.43553 moveto 0.27535 0.45834 lineto 0.25279 0.40446 lineto gsave
  25788. 0.921 0.843 0.75 setrgbcolor
  25789. fill grestore
  25790. stroke
  25791. grestore
  25792. gsave
  25793. 0.002 setlinewidth
  25794. 0.80186 0.4564 moveto 0.81944 0.48176 lineto 0.77867 0.53673 lineto gsave
  25795. 0.405 0.38 0.718 setrgbcolor
  25796. fill grestore
  25797. stroke
  25798. grestore
  25799. gsave
  25800. 0.002 setlinewidth
  25801. 0.45454 0.52557 moveto 0.44728 0.49879 lineto 0.41263 0.48013 lineto gsave
  25802. 0.857 0.463 0.295 setrgbcolor
  25803. fill grestore
  25804. stroke
  25805. grestore
  25806. gsave
  25807. 0.002 setlinewidth
  25808. 0.44728 0.49879 moveto 0.45454 0.52557 lineto 0.49229 0.53523 lineto gsave
  25809. 0.771 0.408 0.368 setrgbcolor
  25810. fill grestore
  25811. stroke
  25812. grestore
  25813. gsave
  25814. 0.002 setlinewidth
  25815. 0.23466 0.42736 moveto 0.25279 0.40446 lineto 0.27535 0.45834 lineto gsave
  25816. 0.933 0.845 0.733 setrgbcolor
  25817. fill grestore
  25818. stroke
  25819. grestore
  25820. gsave
  25821. 0.002 setlinewidth
  25822. 0.27535 0.45834 moveto 0.25928 0.48398 lineto 0.23466 0.42736 lineto gsave
  25823. 0.933 0.845 0.733 setrgbcolor
  25824. fill grestore
  25825. stroke
  25826. grestore
  25827. gsave
  25828. 0.002 setlinewidth
  25829. 0.61657 0.49031 moveto 0.60742 0.51803 lineto 0.634 0.49851 lineto gsave
  25830. 0.154 0 0.219 setrgbcolor
  25831. fill grestore
  25832. stroke
  25833. grestore
  25834. gsave
  25835. 0.002 setlinewidth
  25836. 0.634 0.49851 moveto 0.64617 0.46829 lineto 0.61657 0.49031 lineto gsave
  25837. 0.154 0 0.219 setrgbcolor
  25838. fill grestore
  25839. stroke
  25840. grestore
  25841. gsave
  25842. 0.002 setlinewidth
  25843. 0.33489 0.36279 moveto 0.34972 0.37627 lineto 0.3624 0.41175 lineto gsave
  25844. 0.118 0.353 0.817 setrgbcolor
  25845. fill grestore
  25846. stroke
  25847. grestore
  25848. gsave
  25849. 0.002 setlinewidth
  25850. 0.65825 0.44435 moveto 0.64617 0.46829 lineto 0.66337 0.44112 lineto gsave
  25851. 0 0 0 setrgbcolor
  25852. fill grestore
  25853. stroke
  25854. grestore
  25855. gsave
  25856. 0.002 setlinewidth
  25857. 0.64931 0.47448 moveto 0.66337 0.44112 lineto 0.64617 0.46829 lineto gsave
  25858. 0 0 0 setrgbcolor
  25859. fill grestore
  25860. stroke
  25861. grestore
  25862. gsave
  25863. 0.002 setlinewidth
  25864. 0.66337 0.44112 moveto 0.64931 0.47448 lineto 0.64973 0.46873 lineto gsave
  25865. 0.934 0.902 0.506 setrgbcolor
  25866. fill grestore
  25867. stroke
  25868. grestore
  25869. gsave
  25870. 0.002 setlinewidth
  25871. 0.67447 0.41865 moveto 0.65825 0.44435 lineto gsave
  25872. 0.66337 0.44112 lineto 0 0 0 setrgbcolor
  25873. fill grestore
  25874. stroke
  25875. grestore
  25876. gsave
  25877. 0.002 setlinewidth
  25878. 0.64973 0.46873 moveto 0.65124 0.44832 lineto gsave
  25879. 0.66337 0.44112 lineto 0.934 0.902 0.506 setrgbcolor
  25880. fill grestore
  25881. stroke
  25882. grestore
  25883. gsave
  25884. 0.002 setlinewidth
  25885. 0.66337 0.44112 moveto 0.67737 0.41406 lineto 0.67447 0.41865 lineto gsave
  25886. 0 0 0 setrgbcolor
  25887. fill grestore
  25888. stroke
  25889. grestore
  25890. gsave
  25891. 0.002 setlinewidth
  25892. 0.75144 0.39371 moveto 0.7357 0.38274 lineto 0.74127 0.33585 lineto gsave
  25893. 0.45 0.532 0.849 setrgbcolor
  25894. fill grestore
  25895. stroke
  25896. grestore
  25897. gsave
  25898. 0.002 setlinewidth
  25899. 0.7357 0.38274 moveto 0.72051 0.37879 lineto 0.72529 0.33523 lineto gsave
  25900. 0.613 0.684 0.893 setrgbcolor
  25901. fill grestore
  25902. stroke
  25903. grestore
  25904. gsave
  25905. 0.002 setlinewidth
  25906. 0.72529 0.33523 moveto 0.74127 0.33585 lineto 0.7357 0.38274 lineto gsave
  25907. 0.613 0.684 0.893 setrgbcolor
  25908. fill grestore
  25909. stroke
  25910. grestore
  25911. gsave
  25912. 0.002 setlinewidth
  25913. 0.72051 0.37879 moveto 0.70579 0.38255 lineto 0.70988 0.34239 lineto gsave
  25914. 0.788 0.839 0.891 setrgbcolor
  25915. fill grestore
  25916. stroke
  25917. grestore
  25918. gsave
  25919. 0.002 setlinewidth
  25920. 0.70988 0.34239 moveto 0.72529 0.33523 lineto 0.72051 0.37879 lineto gsave
  25921. 0.788 0.839 0.891 setrgbcolor
  25922. fill grestore
  25923. stroke
  25924. grestore
  25925. gsave
  25926. 0.002 setlinewidth
  25927. 0.53176 0.56725 moveto 0.53291 0.5372 lineto 0.49229 0.53523 lineto gsave
  25928. 0.685 0.355 0.411 setrgbcolor
  25929. fill grestore
  25930. stroke
  25931. grestore
  25932. gsave
  25933. 0.002 setlinewidth
  25934. 0.53291 0.5372 moveto 0.53176 0.56725 lineto 0.56707 0.5621 lineto gsave
  25935. 0.582 0.269 0.404 setrgbcolor
  25936. fill grestore
  25937. stroke
  25938. grestore
  25939. gsave
  25940. 0.002 setlinewidth
  25941. 0.56707 0.5621 moveto 0.57255 0.5313 lineto 0.53291 0.5372 lineto gsave
  25942. 0.582 0.269 0.404 setrgbcolor
  25943. fill grestore
  25944. stroke
  25945. grestore
  25946. gsave
  25947. 0.002 setlinewidth
  25948. 0.76775 0.41062 moveto 0.75144 0.39371 lineto 0.75788 0.34357 lineto gsave
  25949. 0.333 0.418 0.8 setrgbcolor
  25950. fill grestore
  25951. stroke
  25952. grestore
  25953. gsave
  25954. 0.002 setlinewidth
  25955. 0.74127 0.33585 moveto 0.75788 0.34357 lineto 0.75144 0.39371 lineto gsave
  25956. 0.45 0.532 0.849 setrgbcolor
  25957. fill grestore
  25958. stroke
  25959. grestore
  25960. gsave
  25961. 0.002 setlinewidth
  25962. 0.21617 0.45132 moveto 0.23466 0.42736 lineto 0.25928 0.48398 lineto gsave
  25963. 0.935 0.845 0.729 setrgbcolor
  25964. fill grestore
  25965. stroke
  25966. grestore
  25967. gsave
  25968. 0.002 setlinewidth
  25969. 0.25928 0.48398 moveto 0.24296 0.51062 lineto 0.21617 0.45132 lineto gsave
  25970. 0.935 0.845 0.729 setrgbcolor
  25971. fill grestore
  25972. stroke
  25973. grestore
  25974. gsave
  25975. 0.002 setlinewidth
  25976. 0.70579 0.38255 moveto 0.69146 0.39435 lineto 0.69492 0.35764 lineto gsave
  25977. 0.91 0.935 0.814 setrgbcolor
  25978. fill grestore
  25979. stroke
  25980. grestore
  25981. gsave
  25982. 0.002 setlinewidth
  25983. 0.69492 0.35764 moveto 0.70988 0.34239 lineto 0.70579 0.38255 lineto gsave
  25984. 0.91 0.935 0.814 setrgbcolor
  25985. fill grestore
  25986. stroke
  25987. grestore
  25988. gsave
  25989. 0.002 setlinewidth
  25990. 0.49557 0.56553 moveto 0.49229 0.53523 lineto 0.45454 0.52557 lineto gsave
  25991. 0.775 0.424 0.391 setrgbcolor
  25992. fill grestore
  25993. stroke
  25994. grestore
  25995. gsave
  25996. 0.002 setlinewidth
  25997. 0.49229 0.53523 moveto 0.49557 0.56553 lineto 0.53176 0.56725 lineto gsave
  25998. 0.685 0.355 0.411 setrgbcolor
  25999. fill grestore
  26000. stroke
  26001. grestore
  26002. gsave
  26003. 0.002 setlinewidth
  26004. 0.41263 0.48013 moveto 0.42335 0.509 lineto 0.45454 0.52557 lineto gsave
  26005. 0.857 0.463 0.295 setrgbcolor
  26006. fill grestore
  26007. stroke
  26008. grestore
  26009. gsave
  26010. 0.002 setlinewidth
  26011. 0.57255 0.5313 moveto 0.56707 0.5621 lineto 0.59807 0.55051 lineto gsave
  26012. 0.437 0.143 0.366 setrgbcolor
  26013. fill grestore
  26014. stroke
  26015. grestore
  26016. gsave
  26017. 0.002 setlinewidth
  26018. 0.59807 0.55051 moveto 0.60742 0.51803 lineto 0.57255 0.5313 lineto gsave
  26019. 0.437 0.143 0.366 setrgbcolor
  26020. fill grestore
  26021. stroke
  26022. grestore
  26023. gsave
  26024. 0.002 setlinewidth
  26025. 0.78458 0.43207 moveto 0.76775 0.41062 lineto 0.77515 0.35731 lineto gsave
  26026. 0.26 0.347 0.763 setrgbcolor
  26027. fill grestore
  26028. stroke
  26029. grestore
  26030. gsave
  26031. 0.002 setlinewidth
  26032. 0.75788 0.34357 moveto 0.77515 0.35731 lineto 0.76775 0.41062 lineto gsave
  26033. 0.333 0.418 0.8 setrgbcolor
  26034. fill grestore
  26035. stroke
  26036. grestore
  26037. gsave
  26038. 0.002 setlinewidth
  26039. 0.34972 0.37627 moveto 0.36426 0.39769 lineto 0.37563 0.42984 lineto gsave
  26040. 0 0.055 0.621 setrgbcolor
  26041. fill grestore
  26042. stroke
  26043. grestore
  26044. gsave
  26045. 0.002 setlinewidth
  26046. 0.69146 0.39435 moveto 0.67737 0.41406 lineto 0.68026 0.38085 lineto gsave
  26047. 0.953 0.953 0.694 setrgbcolor
  26048. fill grestore
  26049. stroke
  26050. grestore
  26051. gsave
  26052. 0.002 setlinewidth
  26053. 0.68026 0.38085 moveto 0.69492 0.35764 lineto 0.69146 0.39435 lineto gsave
  26054. 0.953 0.953 0.694 setrgbcolor
  26055. fill grestore
  26056. stroke
  26057. grestore
  26058. gsave
  26059. 0.002 setlinewidth
  26060. 0.46196 0.55708 moveto 0.45454 0.52557 lineto 0.42335 0.509 lineto gsave
  26061. 0.862 0.482 0.327 setrgbcolor
  26062. fill grestore
  26063. stroke
  26064. grestore
  26065. gsave
  26066. 0.002 setlinewidth
  26067. 0.45454 0.52557 moveto 0.46196 0.55708 lineto 0.49557 0.56553 lineto gsave
  26068. 0.775 0.424 0.391 setrgbcolor
  26069. fill grestore
  26070. stroke
  26071. grestore
  26072. gsave
  26073. 0.002 setlinewidth
  26074. 0.64617 0.46829 moveto 0.634 0.49851 lineto 0.64931 0.47448 lineto gsave
  26075. 0 0 0 setrgbcolor
  26076. fill grestore
  26077. stroke
  26078. grestore
  26079. gsave
  26080. 0.002 setlinewidth
  26081. 0.31015 0.31225 moveto 0.32586 0.31336 lineto 0.31963 0.35737 lineto gsave
  26082. 0.72 0.782 0.901 setrgbcolor
  26083. fill grestore
  26084. stroke
  26085. grestore
  26086. gsave
  26087. 0.002 setlinewidth
  26088. 0.31963 0.35737 moveto 0.30384 0.35971 lineto 0.31015 0.31225 lineto gsave
  26089. 0.72 0.782 0.901 setrgbcolor
  26090. fill grestore
  26091. stroke
  26092. grestore
  26093. gsave
  26094. 0.002 setlinewidth
  26095. 0.33489 0.36279 moveto 0.31963 0.35737 lineto 0.32586 0.31336 lineto gsave
  26096. 0.537 0.611 0.874 setrgbcolor
  26097. fill grestore
  26098. stroke
  26099. grestore
  26100. gsave
  26101. 0.002 setlinewidth
  26102. 0.80186 0.4564 moveto 0.78458 0.43207 lineto 0.79306 0.37568 lineto gsave
  26103. 0.223 0.31 0.743 setrgbcolor
  26104. fill grestore
  26105. stroke
  26106. grestore
  26107. gsave
  26108. 0.002 setlinewidth
  26109. 0.77515 0.35731 moveto 0.79306 0.37568 lineto 0.78458 0.43207 lineto gsave
  26110. 0.26 0.347 0.763 setrgbcolor
  26111. fill grestore
  26112. stroke
  26113. grestore
  26114. gsave
  26115. 0.002 setlinewidth
  26116. 0.29377 0.31825 moveto 0.31015 0.31225 lineto 0.30384 0.35971 lineto gsave
  26117. 0.844 0.89 0.872 setrgbcolor
  26118. fill grestore
  26119. stroke
  26120. grestore
  26121. gsave
  26122. 0.002 setlinewidth
  26123. 0.30384 0.35971 moveto 0.28744 0.3691 lineto 0.29377 0.31825 lineto gsave
  26124. 0.844 0.89 0.872 setrgbcolor
  26125. fill grestore
  26126. stroke
  26127. grestore
  26128. gsave
  26129. 0.002 setlinewidth
  26130. 0.60742 0.51803 moveto 0.59807 0.55051 lineto 0.6216 0.53349 lineto gsave
  26131. 0.183 0 0.259 setrgbcolor
  26132. fill grestore
  26133. stroke
  26134. grestore
  26135. gsave
  26136. 0.002 setlinewidth
  26137. 0.6216 0.53349 moveto 0.634 0.49851 lineto 0.60742 0.51803 lineto gsave
  26138. 0.183 0 0.259 setrgbcolor
  26139. fill grestore
  26140. stroke
  26141. grestore
  26142. gsave
  26143. 0.002 setlinewidth
  26144. 0.32586 0.31336 moveto 0.34098 0.32229 lineto 0.33489 0.36279 lineto gsave
  26145. 0.537 0.611 0.874 setrgbcolor
  26146. fill grestore
  26147. stroke
  26148. grestore
  26149. gsave
  26150. 0.002 setlinewidth
  26151. 0.34972 0.37627 moveto 0.33489 0.36279 lineto 0.34098 0.32229 lineto gsave
  26152. 0.343 0.423 0.799 setrgbcolor
  26153. fill grestore
  26154. stroke
  26155. grestore
  26156. gsave
  26157. 0.002 setlinewidth
  26158. 0.27669 0.33032 moveto 0.29377 0.31825 lineto 0.28744 0.3691 lineto gsave
  26159. 0.907 0.938 0.818 setrgbcolor
  26160. fill grestore
  26161. stroke
  26162. grestore
  26163. gsave
  26164. 0.002 setlinewidth
  26165. 0.28744 0.3691 moveto 0.27041 0.38449 lineto 0.27669 0.33032 lineto gsave
  26166. 0.907 0.938 0.818 setrgbcolor
  26167. fill grestore
  26168. stroke
  26169. grestore
  26170. gsave
  26171. 0.002 setlinewidth
  26172. 0.67737 0.41406 moveto 0.66337 0.44112 lineto 0.66576 0.41143 lineto gsave
  26173. 0.95 0.93 0.584 setrgbcolor
  26174. fill grestore
  26175. stroke
  26176. grestore
  26177. gsave
  26178. 0.002 setlinewidth
  26179. 0.66576 0.41143 moveto 0.68026 0.38085 lineto 0.67737 0.41406 lineto gsave
  26180. 0.95 0.93 0.584 setrgbcolor
  26181. fill grestore
  26182. stroke
  26183. grestore
  26184. gsave
  26185. 0.002 setlinewidth
  26186. 0.34098 0.32229 moveto 0.35563 0.33932 lineto 0.34972 0.37627 lineto gsave
  26187. 0.343 0.423 0.799 setrgbcolor
  26188. fill grestore
  26189. stroke
  26190. grestore
  26191. gsave
  26192. 0.002 setlinewidth
  26193. 0.36426 0.39769 moveto 0.34972 0.37627 lineto 0.35563 0.33932 lineto gsave
  26194. 0.185 0.265 0.714 setrgbcolor
  26195. fill grestore
  26196. stroke
  26197. grestore
  26198. gsave
  26199. 0.002 setlinewidth
  26200. 0.36426 0.39769 moveto 0.37866 0.42647 lineto 0.38878 0.45526 lineto gsave
  26201. 0 0 0.441 setrgbcolor
  26202. fill grestore
  26203. stroke
  26204. grestore
  26205. gsave
  26206. 0.002 setlinewidth
  26207. 0.81944 0.48176 moveto 0.80186 0.4564 lineto 0.81152 0.39702 lineto gsave
  26208. 0.214 0.301 0.737 setrgbcolor
  26209. fill grestore
  26210. stroke
  26211. grestore
  26212. gsave
  26213. 0.002 setlinewidth
  26214. 0.79306 0.37568 moveto 0.81152 0.39702 lineto 0.80186 0.4564 lineto gsave
  26215. 0.223 0.31 0.743 setrgbcolor
  26216. fill grestore
  26217. stroke
  26218. grestore
  26219. gsave
  26220. 0.002 setlinewidth
  26221. 0.42335 0.509 moveto 0.43428 0.54263 lineto 0.46196 0.55708 lineto gsave
  26222. 0.862 0.482 0.327 setrgbcolor
  26223. fill grestore
  26224. stroke
  26225. grestore
  26226. gsave
  26227. 0.002 setlinewidth
  26228. 0.53057 0.60008 moveto 0.53176 0.56725 lineto 0.49557 0.56553 lineto gsave
  26229. 0.687 0.361 0.418 setrgbcolor
  26230. fill grestore
  26231. stroke
  26232. grestore
  26233. gsave
  26234. 0.002 setlinewidth
  26235. 0.53176 0.56725 moveto 0.53057 0.60008 lineto 0.56141 0.59567 lineto gsave
  26236. 0.585 0.276 0.411 setrgbcolor
  26237. fill grestore
  26238. stroke
  26239. grestore
  26240. gsave
  26241. 0.002 setlinewidth
  26242. 0.56141 0.59567 moveto 0.56707 0.5621 lineto 0.53176 0.56725 lineto gsave
  26243. 0.585 0.276 0.411 setrgbcolor
  26244. fill grestore
  26245. stroke
  26246. grestore
  26247. gsave
  26248. 0.002 setlinewidth
  26249. 0.25894 0.34704 moveto 0.27669 0.33032 lineto 0.27041 0.38449 lineto gsave
  26250. 0.933 0.954 0.77 setrgbcolor
  26251. fill grestore
  26252. stroke
  26253. grestore
  26254. gsave
  26255. 0.002 setlinewidth
  26256. 0.27041 0.38449 moveto 0.25279 0.40446 lineto 0.25894 0.34704 lineto gsave
  26257. 0.933 0.954 0.77 setrgbcolor
  26258. fill grestore
  26259. stroke
  26260. grestore
  26261. gsave
  26262. 0.002 setlinewidth
  26263. 0.49895 0.59861 moveto 0.49557 0.56553 lineto 0.46196 0.55708 lineto gsave
  26264. 0.776 0.429 0.398 setrgbcolor
  26265. fill grestore
  26266. stroke
  26267. grestore
  26268. gsave
  26269. 0.002 setlinewidth
  26270. 0.49557 0.56553 moveto 0.49895 0.59861 lineto 0.53057 0.60008 lineto gsave
  26271. 0.687 0.361 0.418 setrgbcolor
  26272. fill grestore
  26273. stroke
  26274. grestore
  26275. gsave
  26276. 0.002 setlinewidth
  26277. 0.56707 0.5621 moveto 0.56141 0.59567 lineto 0.58843 0.58577 lineto gsave
  26278. 0.442 0.151 0.375 setrgbcolor
  26279. fill grestore
  26280. stroke
  26281. grestore
  26282. gsave
  26283. 0.002 setlinewidth
  26284. 0.58843 0.58577 moveto 0.59807 0.55051 lineto 0.56707 0.5621 lineto gsave
  26285. 0.442 0.151 0.375 setrgbcolor
  26286. fill grestore
  26287. stroke
  26288. grestore
  26289. gsave
  26290. 0.002 setlinewidth
  26291. 0.74127 0.33585 moveto 0.72529 0.33523 lineto 0.70755 0.29202 lineto gsave
  26292. 0.603 0.697 0.909 setrgbcolor
  26293. fill grestore
  26294. stroke
  26295. grestore
  26296. gsave
  26297. 0.002 setlinewidth
  26298. 0.72529 0.33523 moveto 0.70988 0.34239 lineto 0.69318 0.3027 lineto gsave
  26299. 0.786 0.793 0.859 setrgbcolor
  26300. fill grestore
  26301. stroke
  26302. grestore
  26303. gsave
  26304. 0.002 setlinewidth
  26305. 0.69318 0.3027 moveto 0.70755 0.29202 lineto 0.72529 0.33523 lineto gsave
  26306. 0.786 0.793 0.859 setrgbcolor
  26307. fill grestore
  26308. stroke
  26309. grestore
  26310. gsave
  26311. 0.002 setlinewidth
  26312. 0.70988 0.34239 moveto 0.69492 0.35764 lineto 0.67928 0.32149 lineto gsave
  26313. 0.889 0.831 0.783 setrgbcolor
  26314. fill grestore
  26315. stroke
  26316. grestore
  26317. gsave
  26318. 0.002 setlinewidth
  26319. 0.67928 0.32149 moveto 0.69318 0.3027 lineto 0.70988 0.34239 lineto gsave
  26320. 0.889 0.831 0.783 setrgbcolor
  26321. fill grestore
  26322. stroke
  26323. grestore
  26324. gsave
  26325. 0.002 setlinewidth
  26326. 0.634 0.49851 moveto 0.6216 0.53349 lineto 0.63503 0.51262 lineto gsave
  26327. 0 0 0 setrgbcolor
  26328. fill grestore
  26329. stroke
  26330. grestore
  26331. gsave
  26332. 0.002 setlinewidth
  26333. 0.63503 0.51262 moveto 0.64931 0.47448 lineto 0.634 0.49851 lineto gsave
  26334. 0 0 0 setrgbcolor
  26335. fill grestore
  26336. stroke
  26337. grestore
  26338. gsave
  26339. 0.002 setlinewidth
  26340. 0.35563 0.33932 moveto 0.36994 0.36431 lineto 0.36426 0.39769 lineto gsave
  26341. 0.185 0.265 0.714 setrgbcolor
  26342. fill grestore
  26343. stroke
  26344. grestore
  26345. gsave
  26346. 0.002 setlinewidth
  26347. 0.37866 0.42647 moveto 0.36426 0.39769 lineto 0.36994 0.36431 lineto gsave
  26348. 0.076 0.154 0.643 setrgbcolor
  26349. fill grestore
  26350. stroke
  26351. grestore
  26352. gsave
  26353. 0.002 setlinewidth
  26354. 0.75788 0.34357 moveto 0.74127 0.33585 lineto 0.7225 0.28917 lineto gsave
  26355. 0.359 0.539 0.896 setrgbcolor
  26356. fill grestore
  26357. stroke
  26358. grestore
  26359. gsave
  26360. 0.002 setlinewidth
  26361. 0.70755 0.29202 moveto 0.7225 0.28917 lineto 0.74127 0.33585 lineto gsave
  26362. 0.603 0.697 0.909 setrgbcolor
  26363. fill grestore
  26364. stroke
  26365. grestore
  26366. gsave
  26367. 0.002 setlinewidth
  26368. 0.81152 0.39702 moveto 0.83039 0.41944 lineto 0.81944 0.48176 lineto gsave
  26369. 0.214 0.301 0.737 setrgbcolor
  26370. fill grestore
  26371. stroke
  26372. grestore
  26373. gsave
  26374. 0.002 setlinewidth
  26375. 0.46963 0.59139 moveto 0.46196 0.55708 lineto 0.43428 0.54263 lineto gsave
  26376. 0.863 0.489 0.337 setrgbcolor
  26377. fill grestore
  26378. stroke
  26379. grestore
  26380. gsave
  26381. 0.002 setlinewidth
  26382. 0.46196 0.55708 moveto 0.46963 0.59139 lineto 0.49895 0.59861 lineto gsave
  26383. 0.776 0.429 0.398 setrgbcolor
  26384. fill grestore
  26385. stroke
  26386. grestore
  26387. gsave
  26388. 0.002 setlinewidth
  26389. 0.65124 0.44832 moveto 0.66576 0.41143 lineto 0.66337 0.44112 lineto gsave
  26390. 0.934 0.902 0.506 setrgbcolor
  26391. fill grestore
  26392. stroke
  26393. grestore
  26394. gsave
  26395. 0.002 setlinewidth
  26396. 0.24061 0.36675 moveto 0.25894 0.34704 lineto 0.25279 0.40446 lineto gsave
  26397. 0.942 0.957 0.742 setrgbcolor
  26398. fill grestore
  26399. stroke
  26400. grestore
  26401. gsave
  26402. 0.002 setlinewidth
  26403. 0.25279 0.40446 moveto 0.23466 0.42736 lineto 0.24061 0.36675 lineto gsave
  26404. 0.942 0.957 0.742 setrgbcolor
  26405. fill grestore
  26406. stroke
  26407. grestore
  26408. gsave
  26409. 0.002 setlinewidth
  26410. 0.69492 0.35764 moveto 0.68026 0.38085 lineto 0.66571 0.34825 lineto gsave
  26411. 0.941 0.838 0.714 setrgbcolor
  26412. fill grestore
  26413. stroke
  26414. grestore
  26415. gsave
  26416. 0.002 setlinewidth
  26417. 0.66571 0.34825 moveto 0.67928 0.32149 lineto 0.69492 0.35764 lineto gsave
  26418. 0.941 0.838 0.714 setrgbcolor
  26419. fill grestore
  26420. stroke
  26421. grestore
  26422. gsave
  26423. 0.002 setlinewidth
  26424. 0.77515 0.35731 moveto 0.75788 0.34357 lineto 0.73811 0.29345 lineto gsave
  26425. 0.128 0.37 0.828 setrgbcolor
  26426. fill grestore
  26427. stroke
  26428. grestore
  26429. gsave
  26430. 0.002 setlinewidth
  26431. 0.7225 0.28917 moveto 0.73811 0.29345 lineto 0.75788 0.34357 lineto gsave
  26432. 0.359 0.539 0.896 setrgbcolor
  26433. fill grestore
  26434. stroke
  26435. grestore
  26436. gsave
  26437. 0.002 setlinewidth
  26438. 0.59807 0.55051 moveto 0.58843 0.58577 lineto 0.60884 0.57127 lineto gsave
  26439. 0.192 0 0.272 setrgbcolor
  26440. fill grestore
  26441. stroke
  26442. grestore
  26443. gsave
  26444. 0.002 setlinewidth
  26445. 0.60884 0.57127 moveto 0.6216 0.53349 lineto 0.59807 0.55051 lineto gsave
  26446. 0.192 0 0.272 setrgbcolor
  26447. fill grestore
  26448. stroke
  26449. grestore
  26450. gsave
  26451. 0.002 setlinewidth
  26452. 0.37866 0.42647 moveto 0.3931 0.46156 lineto 0.402 0.48698 lineto gsave
  26453. 0 0 0.323 setrgbcolor
  26454. fill grestore
  26455. stroke
  26456. grestore
  26457. gsave
  26458. 0.002 setlinewidth
  26459. 0.68026 0.38085 moveto 0.66576 0.41143 lineto 0.65232 0.38239 lineto gsave
  26460. 0.966 0.835 0.663 setrgbcolor
  26461. fill grestore
  26462. stroke
  26463. grestore
  26464. gsave
  26465. 0.002 setlinewidth
  26466. 0.65232 0.38239 moveto 0.66571 0.34825 lineto 0.68026 0.38085 lineto gsave
  26467. 0.966 0.835 0.663 setrgbcolor
  26468. fill grestore
  26469. stroke
  26470. grestore
  26471. gsave
  26472. 0.002 setlinewidth
  26473. 0.43428 0.54263 moveto 0.44554 0.57906 lineto 0.46963 0.59139 lineto gsave
  26474. 0.863 0.489 0.337 setrgbcolor
  26475. fill grestore
  26476. stroke
  26477. grestore
  26478. gsave
  26479. 0.002 setlinewidth
  26480. 0.36994 0.36431 moveto 0.38407 0.39668 lineto 0.37866 0.42647 lineto gsave
  26481. 0.076 0.154 0.643 setrgbcolor
  26482. fill grestore
  26483. stroke
  26484. grestore
  26485. gsave
  26486. 0.002 setlinewidth
  26487. 0.3931 0.46156 moveto 0.37866 0.42647 lineto 0.38407 0.39668 lineto gsave
  26488. 0.007 0.083 0.593 setrgbcolor
  26489. fill grestore
  26490. stroke
  26491. grestore
  26492. gsave
  26493. 0.002 setlinewidth
  26494. 0.22182 0.38757 moveto 0.24061 0.36675 lineto 0.23466 0.42736 lineto gsave
  26495. 0.944 0.958 0.734 setrgbcolor
  26496. fill grestore
  26497. stroke
  26498. grestore
  26499. gsave
  26500. 0.002 setlinewidth
  26501. 0.23466 0.42736 moveto 0.21617 0.45132 lineto 0.22182 0.38757 lineto gsave
  26502. 0.944 0.958 0.734 setrgbcolor
  26503. fill grestore
  26504. stroke
  26505. grestore
  26506. gsave
  26507. 0.002 setlinewidth
  26508. 0.34098 0.26776 moveto 0.35472 0.27226 lineto 0.32586 0.31336 lineto gsave
  26509. 0.707 0.793 0.917 setrgbcolor
  26510. fill grestore
  26511. stroke
  26512. grestore
  26513. gsave
  26514. 0.002 setlinewidth
  26515. 0.32586 0.31336 moveto 0.31015 0.31225 lineto 0.34098 0.26776 lineto gsave
  26516. 0.707 0.793 0.917 setrgbcolor
  26517. fill grestore
  26518. stroke
  26519. grestore
  26520. gsave
  26521. 0.002 setlinewidth
  26522. 0.34098 0.32229 moveto 0.32586 0.31336 lineto 0.35472 0.27226 lineto gsave
  26523. 0.581 0.61 0.846 setrgbcolor
  26524. fill grestore
  26525. stroke
  26526. grestore
  26527. gsave
  26528. 0.002 setlinewidth
  26529. 0.35472 0.27226 moveto 0.36789 0.2846 lineto 0.34098 0.32229 lineto gsave
  26530. 0.581 0.61 0.846 setrgbcolor
  26531. fill grestore
  26532. stroke
  26533. grestore
  26534. gsave
  26535. 0.002 setlinewidth
  26536. 0.35563 0.33932 moveto 0.34098 0.32229 lineto 0.36789 0.2846 lineto gsave
  26537. 0.478 0.468 0.768 setrgbcolor
  26538. fill grestore
  26539. stroke
  26540. grestore
  26541. gsave
  26542. 0.002 setlinewidth
  26543. 0.79306 0.37568 moveto 0.77515 0.35731 lineto 0.7544 0.30381 lineto gsave
  26544. 0 0.243 0.755 setrgbcolor
  26545. fill grestore
  26546. stroke
  26547. grestore
  26548. gsave
  26549. 0.002 setlinewidth
  26550. 0.73811 0.29345 moveto 0.7544 0.30381 lineto 0.77515 0.35731 lineto gsave
  26551. 0.128 0.37 0.828 setrgbcolor
  26552. fill grestore
  26553. stroke
  26554. grestore
  26555. gsave
  26556. 0.002 setlinewidth
  26557. 0.32661 0.2704 moveto 0.34098 0.26776 lineto 0.31015 0.31225 lineto gsave
  26558. 0.801 0.95 0.917 setrgbcolor
  26559. fill grestore
  26560. stroke
  26561. grestore
  26562. gsave
  26563. 0.002 setlinewidth
  26564. 0.31015 0.31225 moveto 0.29377 0.31825 lineto 0.32661 0.2704 lineto gsave
  26565. 0.801 0.95 0.917 setrgbcolor
  26566. fill grestore
  26567. stroke
  26568. grestore
  26569. gsave
  26570. 0.002 setlinewidth
  26571. 0.36789 0.2846 moveto 0.3806 0.30504 lineto 0.35563 0.33932 lineto gsave
  26572. 0.478 0.468 0.768 setrgbcolor
  26573. fill grestore
  26574. stroke
  26575. grestore
  26576. gsave
  26577. 0.002 setlinewidth
  26578. 0.36994 0.36431 moveto 0.35563 0.33932 lineto 0.3806 0.30504 lineto gsave
  26579. 0.408 0.373 0.708 setrgbcolor
  26580. fill grestore
  26581. stroke
  26582. grestore
  26583. gsave
  26584. 0.002 setlinewidth
  26585. 0.52933 0.63333 moveto 0.53057 0.60008 lineto 0.49895 0.59861 lineto gsave
  26586. 0.686 0.358 0.414 setrgbcolor
  26587. fill grestore
  26588. stroke
  26589. grestore
  26590. gsave
  26591. 0.002 setlinewidth
  26592. 0.53057 0.60008 moveto 0.52933 0.63333 lineto 0.55552 0.62967 lineto gsave
  26593. 0.583 0.272 0.408 setrgbcolor
  26594. fill grestore
  26595. stroke
  26596. grestore
  26597. gsave
  26598. 0.002 setlinewidth
  26599. 0.55552 0.62967 moveto 0.56141 0.59567 lineto 0.53057 0.60008 lineto gsave
  26600. 0.583 0.272 0.408 setrgbcolor
  26601. fill grestore
  26602. stroke
  26603. grestore
  26604. gsave
  26605. 0.002 setlinewidth
  26606. 0.64931 0.47448 moveto 0.63503 0.51262 lineto 0.63654 0.48997 lineto gsave
  26607. 0.92 0.882 0.461 setrgbcolor
  26608. fill grestore
  26609. stroke
  26610. grestore
  26611. gsave
  26612. 0.002 setlinewidth
  26613. 0.63654 0.48997 moveto 0.65124 0.44832 lineto 0.64931 0.47448 lineto gsave
  26614. 0.92 0.882 0.461 setrgbcolor
  26615. fill grestore
  26616. stroke
  26617. grestore
  26618. gsave
  26619. 0.002 setlinewidth
  26620. 0.50247 0.63211 moveto 0.49895 0.59861 lineto 0.46963 0.59139 lineto gsave
  26621. 0.776 0.426 0.395 setrgbcolor
  26622. fill grestore
  26623. stroke
  26624. grestore
  26625. gsave
  26626. 0.002 setlinewidth
  26627. 0.49895 0.59861 moveto 0.50247 0.63211 lineto 0.52933 0.63333 lineto gsave
  26628. 0.686 0.358 0.414 setrgbcolor
  26629. fill grestore
  26630. stroke
  26631. grestore
  26632. gsave
  26633. 0.002 setlinewidth
  26634. 0.6216 0.53349 moveto 0.60884 0.57127 lineto 0.62038 0.55354 lineto gsave
  26635. 0 0 0 setrgbcolor
  26636. fill grestore
  26637. stroke
  26638. grestore
  26639. gsave
  26640. 0.002 setlinewidth
  26641. 0.62038 0.55354 moveto 0.63503 0.51262 lineto 0.6216 0.53349 lineto gsave
  26642. 0 0 0 setrgbcolor
  26643. fill grestore
  26644. stroke
  26645. grestore
  26646. gsave
  26647. 0.002 setlinewidth
  26648. 0.56141 0.59567 moveto 0.55552 0.62967 lineto 0.57841 0.62145 lineto gsave
  26649. 0.44 0.147 0.37 setrgbcolor
  26650. fill grestore
  26651. stroke
  26652. grestore
  26653. gsave
  26654. 0.002 setlinewidth
  26655. 0.57841 0.62145 moveto 0.58843 0.58577 lineto 0.56141 0.59567 lineto gsave
  26656. 0.44 0.147 0.37 setrgbcolor
  26657. fill grestore
  26658. stroke
  26659. grestore
  26660. gsave
  26661. 0.002 setlinewidth
  26662. 0.31158 0.27913 moveto 0.32661 0.2704 lineto 0.29377 0.31825 lineto gsave
  26663. 0.806 1 0.818 setrgbcolor
  26664. fill grestore
  26665. stroke
  26666. grestore
  26667. gsave
  26668. 0.002 setlinewidth
  26669. 0.29377 0.31825 moveto 0.27669 0.33032 lineto 0.31158 0.27913 lineto gsave
  26670. 0.806 1 0.818 setrgbcolor
  26671. fill grestore
  26672. stroke
  26673. grestore
  26674. gsave
  26675. 0.002 setlinewidth
  26676. 0.66576 0.41143 moveto 0.65124 0.44832 lineto 0.63896 0.42281 lineto gsave
  26677. 0.977 0.829 0.629 setrgbcolor
  26678. fill grestore
  26679. stroke
  26680. grestore
  26681. gsave
  26682. 0.002 setlinewidth
  26683. 0.63896 0.42281 moveto 0.65232 0.38239 lineto 0.66576 0.41143 lineto gsave
  26684. 0.977 0.829 0.629 setrgbcolor
  26685. fill grestore
  26686. stroke
  26687. grestore
  26688. gsave
  26689. 0.002 setlinewidth
  26690. 0.81152 0.39702 moveto 0.79306 0.37568 lineto 0.77136 0.31885 lineto gsave
  26691. 0 0.173 0.709 setrgbcolor
  26692. fill grestore
  26693. stroke
  26694. grestore
  26695. gsave
  26696. 0.002 setlinewidth
  26697. 0.7544 0.30381 moveto 0.77136 0.31885 lineto 0.79306 0.37568 lineto gsave
  26698. 0 0.243 0.755 setrgbcolor
  26699. fill grestore
  26700. stroke
  26701. grestore
  26702. gsave
  26703. 0.002 setlinewidth
  26704. 0.3806 0.30504 moveto 0.39297 0.33346 lineto 0.36994 0.36431 lineto gsave
  26705. 0.408 0.373 0.708 setrgbcolor
  26706. fill grestore
  26707. stroke
  26708. grestore
  26709. gsave
  26710. 0.002 setlinewidth
  26711. 0.38407 0.39668 moveto 0.36994 0.36431 lineto 0.39297 0.33346 lineto gsave
  26712. 0.363 0.312 0.667 setrgbcolor
  26713. fill grestore
  26714. stroke
  26715. grestore
  26716. gsave
  26717. 0.002 setlinewidth
  26718. 0.47759 0.62611 moveto 0.46963 0.59139 lineto 0.44554 0.57906 lineto gsave
  26719. 0.862 0.486 0.332 setrgbcolor
  26720. fill grestore
  26721. stroke
  26722. grestore
  26723. gsave
  26724. 0.002 setlinewidth
  26725. 0.46963 0.59139 moveto 0.47759 0.62611 lineto 0.50247 0.63211 lineto gsave
  26726. 0.776 0.426 0.395 setrgbcolor
  26727. fill grestore
  26728. stroke
  26729. grestore
  26730. gsave
  26731. 0.002 setlinewidth
  26732. 0.70755 0.29202 moveto 0.69318 0.3027 lineto 0.65634 0.26824 lineto gsave
  26733. 0.771 0.75 0.834 setrgbcolor
  26734. fill grestore
  26735. stroke
  26736. grestore
  26737. gsave
  26738. 0.002 setlinewidth
  26739. 0.69318 0.3027 moveto 0.67928 0.32149 lineto 0.64525 0.2902 lineto gsave
  26740. 0.844 0.745 0.755 setrgbcolor
  26741. fill grestore
  26742. stroke
  26743. grestore
  26744. gsave
  26745. 0.002 setlinewidth
  26746. 0.64525 0.2902 moveto 0.65634 0.26824 lineto 0.69318 0.3027 lineto gsave
  26747. 0.844 0.745 0.755 setrgbcolor
  26748. fill grestore
  26749. stroke
  26750. grestore
  26751. gsave
  26752. 0.002 setlinewidth
  26753. 0.3931 0.46156 moveto 0.40774 0.50143 lineto 0.41545 0.52347 lineto gsave
  26754. 0 0 0.259 setrgbcolor
  26755. fill grestore
  26756. stroke
  26757. grestore
  26758. gsave
  26759. 0.002 setlinewidth
  26760. 0.38407 0.39668 moveto 0.39818 0.43536 lineto 0.3931 0.46156 lineto gsave
  26761. 0.007 0.083 0.593 setrgbcolor
  26762. fill grestore
  26763. stroke
  26764. grestore
  26765. gsave
  26766. 0.002 setlinewidth
  26767. 0.40774 0.50143 moveto 0.3931 0.46156 lineto 0.39818 0.43536 lineto gsave
  26768. 0 0.043 0.565 setrgbcolor
  26769. fill grestore
  26770. stroke
  26771. grestore
  26772. gsave
  26773. 0.002 setlinewidth
  26774. 0.7225 0.28917 moveto 0.70755 0.29202 lineto 0.66783 0.25438 lineto gsave
  26775. 0.6 0.715 0.925 setrgbcolor
  26776. fill grestore
  26777. stroke
  26778. grestore
  26779. gsave
  26780. 0.002 setlinewidth
  26781. 0.65634 0.26824 moveto 0.66783 0.25438 lineto 0.70755 0.29202 lineto gsave
  26782. 0.771 0.75 0.834 setrgbcolor
  26783. fill grestore
  26784. stroke
  26785. grestore
  26786. gsave
  26787. 0.002 setlinewidth
  26788. 0.58843 0.58577 moveto 0.57841 0.62145 lineto 0.59563 0.60944 lineto gsave
  26789. 0.188 0 0.266 setrgbcolor
  26790. fill grestore
  26791. stroke
  26792. grestore
  26793. gsave
  26794. 0.002 setlinewidth
  26795. 0.59563 0.60944 moveto 0.60884 0.57127 lineto 0.58843 0.58577 lineto gsave
  26796. 0.188 0 0.266 setrgbcolor
  26797. fill grestore
  26798. stroke
  26799. grestore
  26800. gsave
  26801. 0.002 setlinewidth
  26802. 0.67928 0.32149 moveto 0.66571 0.34825 lineto 0.63446 0.32013 lineto gsave
  26803. 0.877 0.734 0.7 setrgbcolor
  26804. fill grestore
  26805. stroke
  26806. grestore
  26807. gsave
  26808. 0.002 setlinewidth
  26809. 0.63446 0.32013 moveto 0.64525 0.2902 lineto 0.67928 0.32149 lineto gsave
  26810. 0.877 0.734 0.7 setrgbcolor
  26811. fill grestore
  26812. stroke
  26813. grestore
  26814. gsave
  26815. 0.002 setlinewidth
  26816. 0.73811 0.29345 moveto 0.7225 0.28917 lineto 0.67983 0.24835 lineto gsave
  26817. 0.253 0.56 0.934 setrgbcolor
  26818. fill grestore
  26819. stroke
  26820. grestore
  26821. gsave
  26822. 0.002 setlinewidth
  26823. 0.66783 0.25438 moveto 0.67983 0.24835 lineto 0.7225 0.28917 lineto gsave
  26824. 0.6 0.715 0.925 setrgbcolor
  26825. fill grestore
  26826. stroke
  26827. grestore
  26828. gsave
  26829. 0.002 setlinewidth
  26830. 0.29589 0.29256 moveto 0.31158 0.27913 lineto 0.27669 0.33032 lineto gsave
  26831. 0.76 0.972 0.697 setrgbcolor
  26832. fill grestore
  26833. stroke
  26834. grestore
  26835. gsave
  26836. 0.002 setlinewidth
  26837. 0.27669 0.33032 moveto 0.25894 0.34704 lineto 0.29589 0.29256 lineto gsave
  26838. 0.76 0.972 0.697 setrgbcolor
  26839. fill grestore
  26840. stroke
  26841. grestore
  26842. gsave
  26843. 0.002 setlinewidth
  26844. 0.39297 0.33346 moveto 0.40515 0.36924 lineto 0.38407 0.39668 lineto gsave
  26845. 0.363 0.312 0.667 setrgbcolor
  26846. fill grestore
  26847. stroke
  26848. grestore
  26849. gsave
  26850. 0.002 setlinewidth
  26851. 0.39818 0.43536 moveto 0.38407 0.39668 lineto 0.40515 0.36924 lineto gsave
  26852. 0.335 0.275 0.64 setrgbcolor
  26853. fill grestore
  26854. stroke
  26855. grestore
  26856. gsave
  26857. 0.002 setlinewidth
  26858. 0.45722 0.61588 moveto 0.44554 0.57906 lineto 0.42926 0.56275 lineto gsave
  26859. 0.914 0.513 0.16 setrgbcolor
  26860. fill grestore
  26861. stroke
  26862. grestore
  26863. gsave
  26864. 0.002 setlinewidth
  26865. 0.44554 0.57906 moveto 0.45722 0.61588 lineto 0.47759 0.62611 lineto gsave
  26866. 0.862 0.486 0.332 setrgbcolor
  26867. fill grestore
  26868. stroke
  26869. grestore
  26870. gsave
  26871. 0.002 setlinewidth
  26872. 0.83039 0.41944 moveto 0.81152 0.39702 lineto 0.78892 0.3369 lineto gsave
  26873. 0 0.156 0.697 setrgbcolor
  26874. fill grestore
  26875. stroke
  26876. grestore
  26877. gsave
  26878. 0.002 setlinewidth
  26879. 0.77136 0.31885 moveto 0.78892 0.3369 lineto 0.81152 0.39702 lineto gsave
  26880. 0 0.173 0.709 setrgbcolor
  26881. fill grestore
  26882. stroke
  26883. grestore
  26884. gsave
  26885. 0.002 setlinewidth
  26886. 0.66571 0.34825 moveto 0.65232 0.38239 lineto 0.62385 0.35741 lineto gsave
  26887. 0.893 0.724 0.665 setrgbcolor
  26888. fill grestore
  26889. stroke
  26890. grestore
  26891. gsave
  26892. 0.002 setlinewidth
  26893. 0.62385 0.35741 moveto 0.63446 0.32013 lineto 0.66571 0.34825 lineto gsave
  26894. 0.893 0.724 0.665 setrgbcolor
  26895. fill grestore
  26896. stroke
  26897. grestore
  26898. gsave
  26899. 0.002 setlinewidth
  26900. 0.63503 0.51262 moveto 0.62038 0.55354 lineto 0.62152 0.53435 lineto gsave
  26901. 0.915 0.874 0.444 setrgbcolor
  26902. fill grestore
  26903. stroke
  26904. grestore
  26905. gsave
  26906. 0.002 setlinewidth
  26907. 0.62152 0.53435 moveto 0.63654 0.48997 lineto 0.63503 0.51262 lineto gsave
  26908. 0.915 0.874 0.444 setrgbcolor
  26909. fill grestore
  26910. stroke
  26911. grestore
  26912. gsave
  26913. 0.002 setlinewidth
  26914. 0.65124 0.44832 moveto 0.63654 0.48997 lineto 0.62549 0.46796 lineto gsave
  26915. 0.983 0.825 0.61 setrgbcolor
  26916. fill grestore
  26917. stroke
  26918. grestore
  26919. gsave
  26920. 0.002 setlinewidth
  26921. 0.62549 0.46796 moveto 0.63896 0.42281 lineto 0.65124 0.44832 lineto gsave
  26922. 0.983 0.825 0.61 setrgbcolor
  26923. fill grestore
  26924. stroke
  26925. grestore
  26926. gsave
  26927. 0.002 setlinewidth
  26928. 0.40412 0.23933 moveto 0.41357 0.25449 lineto 0.36789 0.2846 lineto gsave
  26929. 0.621 0.617 0.825 setrgbcolor
  26930. fill grestore
  26931. stroke
  26932. grestore
  26933. gsave
  26934. 0.002 setlinewidth
  26935. 0.36789 0.2846 moveto 0.35472 0.27226 lineto 0.40412 0.23933 lineto gsave
  26936. 0.621 0.617 0.825 setrgbcolor
  26937. fill grestore
  26938. stroke
  26939. grestore
  26940. gsave
  26941. 0.002 setlinewidth
  26942. 0.3806 0.30504 moveto 0.36789 0.2846 lineto 0.41357 0.25449 lineto gsave
  26943. 0.569 0.506 0.745 setrgbcolor
  26944. fill grestore
  26945. stroke
  26946. grestore
  26947. gsave
  26948. 0.002 setlinewidth
  26949. 0.7544 0.30381 moveto 0.73811 0.29345 lineto 0.69239 0.24947 lineto gsave
  26950. 0 0.289 0.767 setrgbcolor
  26951. fill grestore
  26952. stroke
  26953. grestore
  26954. gsave
  26955. 0.002 setlinewidth
  26956. 0.67983 0.24835 moveto 0.69239 0.24947 lineto 0.73811 0.29345 lineto gsave
  26957. 0.253 0.56 0.934 setrgbcolor
  26958. fill grestore
  26959. stroke
  26960. grestore
  26961. gsave
  26962. 0.002 setlinewidth
  26963. 0.41357 0.25449 moveto 0.42265 0.27775 lineto 0.3806 0.30504 lineto gsave
  26964. 0.569 0.506 0.745 setrgbcolor
  26965. fill grestore
  26966. stroke
  26967. grestore
  26968. gsave
  26969. 0.002 setlinewidth
  26970. 0.39297 0.33346 moveto 0.3806 0.30504 lineto 0.42265 0.27775 lineto gsave
  26971. 0.535 0.44 0.694 setrgbcolor
  26972. fill grestore
  26973. stroke
  26974. grestore
  26975. gsave
  26976. 0.002 setlinewidth
  26977. 0.60884 0.57127 moveto 0.59563 0.60944 lineto 0.60527 0.5948 lineto gsave
  26978. 0 0 0 setrgbcolor
  26979. fill grestore
  26980. stroke
  26981. grestore
  26982. gsave
  26983. 0.002 setlinewidth
  26984. 0.60527 0.5948 moveto 0.62038 0.55354 lineto 0.60884 0.57127 lineto gsave
  26985. 0 0 0 setrgbcolor
  26986. fill grestore
  26987. stroke
  26988. grestore
  26989. gsave
  26990. 0.002 setlinewidth
  26991. 0.39425 0.232 moveto 0.40412 0.23933 lineto 0.35472 0.27226 lineto gsave
  26992. 0.688 0.797 0.932 setrgbcolor
  26993. fill grestore
  26994. stroke
  26995. grestore
  26996. gsave
  26997. 0.002 setlinewidth
  26998. 0.35472 0.27226 moveto 0.34098 0.26776 lineto 0.39425 0.232 lineto gsave
  26999. 0.688 0.797 0.932 setrgbcolor
  27000. fill grestore
  27001. stroke
  27002. grestore
  27003. gsave
  27004. 0.002 setlinewidth
  27005. 0.52804 0.66433 moveto 0.52933 0.63333 lineto 0.50247 0.63211 lineto gsave
  27006. 0.682 0.346 0.399 setrgbcolor
  27007. fill grestore
  27008. stroke
  27009. grestore
  27010. gsave
  27011. 0.002 setlinewidth
  27012. 0.52933 0.63333 moveto 0.52804 0.66433 lineto 0.54937 0.66141 lineto gsave
  27013. 0.577 0.259 0.392 setrgbcolor
  27014. fill grestore
  27015. stroke
  27016. grestore
  27017. gsave
  27018. 0.002 setlinewidth
  27019. 0.54937 0.66141 moveto 0.55552 0.62967 lineto 0.52933 0.63333 lineto gsave
  27020. 0.577 0.259 0.392 setrgbcolor
  27021. fill grestore
  27022. stroke
  27023. grestore
  27024. gsave
  27025. 0.002 setlinewidth
  27026. 0.50615 0.66335 moveto 0.50247 0.63211 lineto 0.47759 0.62611 lineto gsave
  27027. 0.773 0.414 0.377 setrgbcolor
  27028. fill grestore
  27029. stroke
  27030. grestore
  27031. gsave
  27032. 0.002 setlinewidth
  27033. 0.50247 0.63211 moveto 0.50615 0.66335 lineto 0.52804 0.66433 lineto gsave
  27034. 0.682 0.346 0.399 setrgbcolor
  27035. fill grestore
  27036. stroke
  27037. grestore
  27038. gsave
  27039. 0.002 setlinewidth
  27040. 0.27961 0.30899 moveto 0.29589 0.29256 lineto 0.25894 0.34704 lineto gsave
  27041. 0.721 0.938 0.62 setrgbcolor
  27042. fill grestore
  27043. stroke
  27044. grestore
  27045. gsave
  27046. 0.002 setlinewidth
  27047. 0.25894 0.34704 moveto 0.24061 0.36675 lineto 0.27961 0.30899 lineto gsave
  27048. 0.721 0.938 0.62 setrgbcolor
  27049. fill grestore
  27050. stroke
  27051. grestore
  27052. gsave
  27053. 0.002 setlinewidth
  27054. 0.65232 0.38239 moveto 0.63896 0.42281 lineto 0.61328 0.40095 lineto gsave
  27055. 0.902 0.717 0.644 setrgbcolor
  27056. fill grestore
  27057. stroke
  27058. grestore
  27059. gsave
  27060. 0.002 setlinewidth
  27061. 0.61328 0.40095 moveto 0.62385 0.35741 lineto 0.65232 0.38239 lineto gsave
  27062. 0.902 0.717 0.644 setrgbcolor
  27063. fill grestore
  27064. stroke
  27065. grestore
  27066. gsave
  27067. 0.002 setlinewidth
  27068. 0.39818 0.43536 moveto 0.41244 0.47878 lineto 0.40774 0.50143 lineto gsave
  27069. 0 0.043 0.565 setrgbcolor
  27070. fill grestore
  27071. stroke
  27072. grestore
  27073. gsave
  27074. 0.002 setlinewidth
  27075. 0.42272 0.54405 moveto 0.40774 0.50143 lineto 0.41244 0.47878 lineto gsave
  27076. 0 0.029 0.554 setrgbcolor
  27077. fill grestore
  27078. stroke
  27079. grestore
  27080. gsave
  27081. 0.002 setlinewidth
  27082. 0.40774 0.50143 moveto 0.42272 0.54405 lineto 0.42926 0.56275 lineto gsave
  27083. 0 0 0.236 setrgbcolor
  27084. fill grestore
  27085. stroke
  27086. grestore
  27087. gsave
  27088. 0.002 setlinewidth
  27089. 0.55552 0.62967 moveto 0.54937 0.66141 lineto 0.56798 0.65486 lineto gsave
  27090. 0.43 0.128 0.351 setrgbcolor
  27091. fill grestore
  27092. stroke
  27093. grestore
  27094. gsave
  27095. 0.002 setlinewidth
  27096. 0.56798 0.65486 moveto 0.57841 0.62145 lineto 0.55552 0.62967 lineto gsave
  27097. 0.43 0.128 0.351 setrgbcolor
  27098. fill grestore
  27099. stroke
  27100. grestore
  27101. gsave
  27102. 0.002 setlinewidth
  27103. 0.42265 0.27775 moveto 0.43148 0.30896 lineto 0.39297 0.33346 lineto gsave
  27104. 0.535 0.44 0.694 setrgbcolor
  27105. fill grestore
  27106. stroke
  27107. grestore
  27108. gsave
  27109. 0.002 setlinewidth
  27110. 0.40515 0.36924 moveto 0.39297 0.33346 lineto 0.43148 0.30896 lineto gsave
  27111. 0.514 0.401 0.662 setrgbcolor
  27112. fill grestore
  27113. stroke
  27114. grestore
  27115. gsave
  27116. 0.002 setlinewidth
  27117. 0.78892 0.3369 moveto 0.80695 0.35607 lineto 0.83039 0.41944 lineto gsave
  27118. 0 0.156 0.697 setrgbcolor
  27119. fill grestore
  27120. stroke
  27121. grestore
  27122. gsave
  27123. 0.002 setlinewidth
  27124. 0.38388 0.23181 moveto 0.39425 0.232 lineto 0.34098 0.26776 lineto gsave
  27125. 0.674 0.96 0.941 setrgbcolor
  27126. fill grestore
  27127. stroke
  27128. grestore
  27129. gsave
  27130. 0.002 setlinewidth
  27131. 0.34098 0.26776 moveto 0.32661 0.2704 lineto 0.38388 0.23181 lineto gsave
  27132. 0.674 0.96 0.941 setrgbcolor
  27133. fill grestore
  27134. stroke
  27135. grestore
  27136. gsave
  27137. 0.002 setlinewidth
  27138. 0.40515 0.36924 moveto 0.41728 0.41129 lineto 0.39818 0.43536 lineto gsave
  27139. 0.335 0.275 0.64 setrgbcolor
  27140. fill grestore
  27141. stroke
  27142. grestore
  27143. gsave
  27144. 0.002 setlinewidth
  27145. 0.41244 0.47878 moveto 0.39818 0.43536 lineto 0.41728 0.41129 lineto gsave
  27146. 0.32 0.255 0.626 setrgbcolor
  27147. fill grestore
  27148. stroke
  27149. grestore
  27150. gsave
  27151. 0.002 setlinewidth
  27152. 0.42926 0.56275 moveto 0.44354 0.6024 lineto 0.45722 0.61588 lineto gsave
  27153. 0.914 0.513 0.16 setrgbcolor
  27154. fill grestore
  27155. stroke
  27156. grestore
  27157. gsave
  27158. 0.002 setlinewidth
  27159. 0.44354 0.6024 moveto 0.42926 0.56275 lineto 0.42272 0.54405 lineto gsave
  27160. 0 0 0.248 setrgbcolor
  27161. fill grestore
  27162. stroke
  27163. grestore
  27164. gsave
  27165. 0.002 setlinewidth
  27166. 0.4859 0.65857 moveto 0.47759 0.62611 lineto 0.45722 0.61588 lineto gsave
  27167. 0.859 0.471 0.309 setrgbcolor
  27168. fill grestore
  27169. stroke
  27170. grestore
  27171. gsave
  27172. 0.002 setlinewidth
  27173. 0.47759 0.62611 moveto 0.4859 0.65857 lineto 0.50615 0.66335 lineto gsave
  27174. 0.773 0.414 0.377 setrgbcolor
  27175. fill grestore
  27176. stroke
  27177. grestore
  27178. gsave
  27179. 0.002 setlinewidth
  27180. 0.66783 0.25438 moveto 0.65634 0.26824 lineto 0.60287 0.24359 lineto gsave
  27181. 0.748 0.712 0.818 setrgbcolor
  27182. fill grestore
  27183. stroke
  27184. grestore
  27185. gsave
  27186. 0.002 setlinewidth
  27187. 0.65634 0.26824 moveto 0.64525 0.2902 lineto 0.59613 0.26789 lineto gsave
  27188. 0.795 0.679 0.737 setrgbcolor
  27189. fill grestore
  27190. stroke
  27191. grestore
  27192. gsave
  27193. 0.002 setlinewidth
  27194. 0.59613 0.26789 moveto 0.60287 0.24359 lineto 0.65634 0.26824 lineto gsave
  27195. 0.795 0.679 0.737 setrgbcolor
  27196. fill grestore
  27197. stroke
  27198. grestore
  27199. gsave
  27200. 0.002 setlinewidth
  27201. 0.64525 0.2902 moveto 0.63446 0.32013 lineto 0.58959 0.30012 lineto gsave
  27202. 0.813 0.656 0.688 setrgbcolor
  27203. fill grestore
  27204. stroke
  27205. grestore
  27206. gsave
  27207. 0.002 setlinewidth
  27208. 0.58959 0.30012 moveto 0.59613 0.26789 lineto 0.64525 0.2902 lineto gsave
  27209. 0.813 0.656 0.688 setrgbcolor
  27210. fill grestore
  27211. stroke
  27212. grestore
  27213. gsave
  27214. 0.002 setlinewidth
  27215. 0.77136 0.31885 moveto 0.7544 0.30381 lineto 0.70555 0.25669 lineto gsave
  27216. 0 0.075 0.572 setrgbcolor
  27217. fill grestore
  27218. stroke
  27219. grestore
  27220. gsave
  27221. 0.002 setlinewidth
  27222. 0.69239 0.24947 moveto 0.70555 0.25669 lineto 0.7544 0.30381 lineto gsave
  27223. 0 0.289 0.767 setrgbcolor
  27224. fill grestore
  27225. stroke
  27226. grestore
  27227. gsave
  27228. 0.002 setlinewidth
  27229. 0.57841 0.62145 moveto 0.56798 0.65486 lineto 0.58191 0.64531 lineto gsave
  27230. 0.167 0 0.237 setrgbcolor
  27231. fill grestore
  27232. stroke
  27233. grestore
  27234. gsave
  27235. 0.002 setlinewidth
  27236. 0.58191 0.64531 moveto 0.59563 0.60944 lineto 0.57841 0.62145 lineto gsave
  27237. 0.167 0 0.237 setrgbcolor
  27238. fill grestore
  27239. stroke
  27240. grestore
  27241. gsave
  27242. 0.002 setlinewidth
  27243. 0.67983 0.24835 moveto 0.66783 0.25438 lineto 0.60987 0.22739 lineto gsave
  27244. 0.605 0.737 0.938 setrgbcolor
  27245. fill grestore
  27246. stroke
  27247. grestore
  27248. gsave
  27249. 0.002 setlinewidth
  27250. 0.60287 0.24359 moveto 0.60987 0.22739 lineto 0.66783 0.25438 lineto gsave
  27251. 0.748 0.712 0.818 setrgbcolor
  27252. fill grestore
  27253. stroke
  27254. grestore
  27255. gsave
  27256. 0.002 setlinewidth
  27257. 0.63654 0.48997 moveto 0.62152 0.53435 lineto 0.61177 0.51578 lineto gsave
  27258. 0.984 0.824 0.603 setrgbcolor
  27259. fill grestore
  27260. stroke
  27261. grestore
  27262. gsave
  27263. 0.002 setlinewidth
  27264. 0.61177 0.51578 moveto 0.62549 0.46796 lineto 0.63654 0.48997 lineto gsave
  27265. 0.984 0.824 0.603 setrgbcolor
  27266. fill grestore
  27267. stroke
  27268. grestore
  27269. gsave
  27270. 0.002 setlinewidth
  27271. 0.43148 0.30896 moveto 0.44014 0.3475 lineto 0.40515 0.36924 lineto gsave
  27272. 0.514 0.401 0.662 setrgbcolor
  27273. fill grestore
  27274. stroke
  27275. grestore
  27276. gsave
  27277. 0.002 setlinewidth
  27278. 0.41728 0.41129 moveto 0.40515 0.36924 lineto 0.44014 0.3475 lineto gsave
  27279. 0.502 0.378 0.643 setrgbcolor
  27280. fill grestore
  27281. stroke
  27282. grestore
  27283. gsave
  27284. 0.002 setlinewidth
  27285. 0.62038 0.55354 moveto 0.60527 0.5948 lineto 0.60607 0.57902 lineto gsave
  27286. 0.918 0.878 0.453 setrgbcolor
  27287. fill grestore
  27288. stroke
  27289. grestore
  27290. gsave
  27291. 0.002 setlinewidth
  27292. 0.60607 0.57902 moveto 0.62152 0.53435 lineto 0.62038 0.55354 lineto gsave
  27293. 0.918 0.878 0.453 setrgbcolor
  27294. fill grestore
  27295. stroke
  27296. grestore
  27297. gsave
  27298. 0.002 setlinewidth
  27299. 0.63446 0.32013 moveto 0.62385 0.35741 lineto 0.58316 0.33968 lineto gsave
  27300. 0.822 0.642 0.659 setrgbcolor
  27301. fill grestore
  27302. stroke
  27303. grestore
  27304. gsave
  27305. 0.002 setlinewidth
  27306. 0.58316 0.33968 moveto 0.58959 0.30012 lineto 0.63446 0.32013 lineto gsave
  27307. 0.822 0.642 0.659 setrgbcolor
  27308. fill grestore
  27309. stroke
  27310. grestore
  27311. gsave
  27312. 0.002 setlinewidth
  27313. 0.373 0.23771 moveto 0.38388 0.23181 lineto 0.32661 0.2704 lineto gsave
  27314. 0.464 0.861 0.677 setrgbcolor
  27315. fill grestore
  27316. stroke
  27317. grestore
  27318. gsave
  27319. 0.002 setlinewidth
  27320. 0.32661 0.2704 moveto 0.31158 0.27913 lineto 0.373 0.23771 lineto gsave
  27321. 0.464 0.861 0.677 setrgbcolor
  27322. fill grestore
  27323. stroke
  27324. grestore
  27325. gsave
  27326. 0.002 setlinewidth
  27327. 0.63896 0.42281 moveto 0.62549 0.46796 lineto 0.60266 0.44915 lineto gsave
  27328. 0.906 0.713 0.631 setrgbcolor
  27329. fill grestore
  27330. stroke
  27331. grestore
  27332. gsave
  27333. 0.002 setlinewidth
  27334. 0.60266 0.44915 moveto 0.61328 0.40095 lineto 0.63896 0.42281 lineto gsave
  27335. 0.906 0.713 0.631 setrgbcolor
  27336. fill grestore
  27337. stroke
  27338. grestore
  27339. gsave
  27340. 0.002 setlinewidth
  27341. 0.46938 0.65043 moveto 0.45722 0.61588 lineto 0.44354 0.6024 lineto gsave
  27342. 0.902 0.489 0.122 setrgbcolor
  27343. fill grestore
  27344. stroke
  27345. grestore
  27346. gsave
  27347. 0.002 setlinewidth
  27348. 0.45722 0.61588 moveto 0.46938 0.65043 lineto 0.4859 0.65857 lineto gsave
  27349. 0.859 0.471 0.309 setrgbcolor
  27350. fill grestore
  27351. stroke
  27352. grestore
  27353. gsave
  27354. 0.002 setlinewidth
  27355. 0.26286 0.32656 moveto 0.27961 0.30899 lineto 0.24061 0.36675 lineto gsave
  27356. 0.711 0.929 0.601 setrgbcolor
  27357. fill grestore
  27358. stroke
  27359. grestore
  27360. gsave
  27361. 0.002 setlinewidth
  27362. 0.24061 0.36675 moveto 0.22182 0.38757 lineto 0.26286 0.32656 lineto gsave
  27363. 0.711 0.929 0.601 setrgbcolor
  27364. fill grestore
  27365. stroke
  27366. grestore
  27367. gsave
  27368. 0.002 setlinewidth
  27369. 0.47308 0.23616 moveto 0.47724 0.26117 lineto 0.42265 0.27775 lineto gsave
  27370. 0.637 0.543 0.731 setrgbcolor
  27371. fill grestore
  27372. stroke
  27373. grestore
  27374. gsave
  27375. 0.002 setlinewidth
  27376. 0.42265 0.27775 moveto 0.41357 0.25449 lineto 0.47308 0.23616 lineto gsave
  27377. 0.637 0.543 0.731 setrgbcolor
  27378. fill grestore
  27379. stroke
  27380. grestore
  27381. gsave
  27382. 0.002 setlinewidth
  27383. 0.43148 0.30896 moveto 0.42265 0.27775 lineto 0.47724 0.26117 lineto gsave
  27384. 0.622 0.493 0.684 setrgbcolor
  27385. fill grestore
  27386. stroke
  27387. grestore
  27388. gsave
  27389. 0.002 setlinewidth
  27390. 0.46875 0.21924 moveto 0.47308 0.23616 lineto 0.41357 0.25449 lineto gsave
  27391. 0.658 0.632 0.813 setrgbcolor
  27392. fill grestore
  27393. stroke
  27394. grestore
  27395. gsave
  27396. 0.002 setlinewidth
  27397. 0.41357 0.25449 moveto 0.40412 0.23933 lineto 0.46875 0.21924 lineto gsave
  27398. 0.658 0.632 0.813 setrgbcolor
  27399. fill grestore
  27400. stroke
  27401. grestore
  27402. gsave
  27403. 0.002 setlinewidth
  27404. 0.69239 0.24947 moveto 0.67983 0.24835 lineto 0.61718 0.21901 lineto gsave
  27405. 0.165 0.597 0.937 setrgbcolor
  27406. fill grestore
  27407. stroke
  27408. grestore
  27409. gsave
  27410. 0.002 setlinewidth
  27411. 0.60987 0.22739 moveto 0.61718 0.21901 lineto 0.67983 0.24835 lineto gsave
  27412. 0.605 0.737 0.938 setrgbcolor
  27413. fill grestore
  27414. stroke
  27415. grestore
  27416. gsave
  27417. 0.002 setlinewidth
  27418. 0.59563 0.60944 moveto 0.58191 0.64531 lineto 0.58962 0.63371 lineto gsave
  27419. 0 0 0 setrgbcolor
  27420. fill grestore
  27421. stroke
  27422. grestore
  27423. gsave
  27424. 0.002 setlinewidth
  27425. 0.58962 0.63371 moveto 0.60527 0.5948 lineto 0.59563 0.60944 lineto gsave
  27426. 0 0 0 setrgbcolor
  27427. fill grestore
  27428. stroke
  27429. grestore
  27430. gsave
  27431. 0.002 setlinewidth
  27432. 0.41728 0.41129 moveto 0.4295 0.45805 lineto 0.41244 0.47878 lineto gsave
  27433. 0.32 0.255 0.626 setrgbcolor
  27434. fill grestore
  27435. stroke
  27436. grestore
  27437. gsave
  27438. 0.002 setlinewidth
  27439. 0.42697 0.5249 moveto 0.41244 0.47878 lineto 0.4295 0.45805 lineto gsave
  27440. 0.315 0.247 0.62 setrgbcolor
  27441. fill grestore
  27442. stroke
  27443. grestore
  27444. gsave
  27445. 0.002 setlinewidth
  27446. 0.41244 0.47878 moveto 0.42697 0.5249 lineto 0.42272 0.54405 lineto gsave
  27447. 0 0.029 0.554 setrgbcolor
  27448. fill grestore
  27449. stroke
  27450. grestore
  27451. gsave
  27452. 0.002 setlinewidth
  27453. 0.62385 0.35741 moveto 0.61328 0.40095 lineto 0.57678 0.38547 lineto gsave
  27454. 0.826 0.633 0.642 setrgbcolor
  27455. fill grestore
  27456. stroke
  27457. grestore
  27458. gsave
  27459. 0.002 setlinewidth
  27460. 0.57678 0.38547 moveto 0.58316 0.33968 lineto 0.62385 0.35741 lineto gsave
  27461. 0.826 0.633 0.642 setrgbcolor
  27462. fill grestore
  27463. stroke
  27464. grestore
  27465. gsave
  27466. 0.002 setlinewidth
  27467. 0.43816 0.58699 moveto 0.42272 0.54405 lineto 0.42697 0.5249 lineto gsave
  27468. 0 0.036 0.559 setrgbcolor
  27469. fill grestore
  27470. stroke
  27471. grestore
  27472. gsave
  27473. 0.002 setlinewidth
  27474. 0.42272 0.54405 moveto 0.43816 0.58699 lineto 0.44354 0.6024 lineto gsave
  27475. 0 0 0.248 setrgbcolor
  27476. fill grestore
  27477. stroke
  27478. grestore
  27479. gsave
  27480. 0.002 setlinewidth
  27481. 0.47724 0.26117 moveto 0.48127 0.2941 lineto 0.43148 0.30896 lineto gsave
  27482. 0.622 0.493 0.684 setrgbcolor
  27483. fill grestore
  27484. stroke
  27485. grestore
  27486. gsave
  27487. 0.002 setlinewidth
  27488. 0.44014 0.3475 moveto 0.43148 0.30896 lineto 0.48127 0.2941 lineto gsave
  27489. 0.612 0.464 0.657 setrgbcolor
  27490. fill grestore
  27491. stroke
  27492. grestore
  27493. gsave
  27494. 0.002 setlinewidth
  27495. 0.46421 0.21013 moveto 0.46875 0.21924 lineto 0.40412 0.23933 lineto gsave
  27496. 0.664 0.792 0.943 setrgbcolor
  27497. fill grestore
  27498. stroke
  27499. grestore
  27500. gsave
  27501. 0.002 setlinewidth
  27502. 0.40412 0.23933 moveto 0.39425 0.232 lineto 0.46421 0.21013 lineto gsave
  27503. 0.664 0.792 0.943 setrgbcolor
  27504. fill grestore
  27505. stroke
  27506. grestore
  27507. gsave
  27508. 0.002 setlinewidth
  27509. 0.70555 0.25669 moveto 0.7193 0.26859 lineto 0.77136 0.31885 lineto gsave
  27510. 0 0.075 0.572 setrgbcolor
  27511. fill grestore
  27512. stroke
  27513. grestore
  27514. gsave
  27515. 0.002 setlinewidth
  27516. 0.78892 0.3369 moveto 0.77136 0.31885 lineto 0.7193 0.26859 lineto gsave
  27517. 0.538 0.03 0 setrgbcolor
  27518. fill grestore
  27519. stroke
  27520. grestore
  27521. gsave
  27522. 0.002 setlinewidth
  27523. 0.44014 0.3475 moveto 0.44874 0.39229 lineto 0.41728 0.41129 lineto gsave
  27524. 0.502 0.378 0.643 setrgbcolor
  27525. fill grestore
  27526. stroke
  27527. grestore
  27528. gsave
  27529. 0.002 setlinewidth
  27530. 0.4295 0.45805 moveto 0.41728 0.41129 lineto 0.44874 0.39229 lineto gsave
  27531. 0.495 0.365 0.632 setrgbcolor
  27532. fill grestore
  27533. stroke
  27534. grestore
  27535. gsave
  27536. 0.002 setlinewidth
  27537. 0.5267 0.6903 moveto 0.52804 0.66433 lineto 0.50615 0.66335 lineto gsave
  27538. 0.673 0.319 0.365 setrgbcolor
  27539. fill grestore
  27540. stroke
  27541. grestore
  27542. gsave
  27543. 0.002 setlinewidth
  27544. 0.52804 0.66433 moveto 0.5267 0.6903 lineto 0.54296 0.68811 lineto gsave
  27545. 0.564 0.227 0.356 setrgbcolor
  27546. fill grestore
  27547. stroke
  27548. grestore
  27549. gsave
  27550. 0.002 setlinewidth
  27551. 0.54296 0.68811 moveto 0.54937 0.66141 lineto 0.52804 0.66433 lineto gsave
  27552. 0.564 0.227 0.356 setrgbcolor
  27553. fill grestore
  27554. stroke
  27555. grestore
  27556. gsave
  27557. 0.002 setlinewidth
  27558. 0.60287 0.24359 moveto 0.59613 0.26789 lineto 0.53766 0.25771 lineto gsave
  27559. 0.745 0.626 0.727 setrgbcolor
  27560. fill grestore
  27561. stroke
  27562. grestore
  27563. gsave
  27564. 0.002 setlinewidth
  27565. 0.59613 0.26789 moveto 0.58959 0.30012 lineto 0.5363 0.29101 lineto gsave
  27566. 0.752 0.595 0.682 setrgbcolor
  27567. fill grestore
  27568. stroke
  27569. grestore
  27570. gsave
  27571. 0.002 setlinewidth
  27572. 0.5363 0.29101 moveto 0.53766 0.25771 lineto 0.59613 0.26789 lineto gsave
  27573. 0.752 0.595 0.682 setrgbcolor
  27574. fill grestore
  27575. stroke
  27576. grestore
  27577. gsave
  27578. 0.002 setlinewidth
  27579. 0.60987 0.22739 moveto 0.60287 0.24359 lineto 0.53905 0.23233 lineto gsave
  27580. 0.721 0.679 0.809 setrgbcolor
  27581. fill grestore
  27582. stroke
  27583. grestore
  27584. gsave
  27585. 0.002 setlinewidth
  27586. 0.53766 0.25771 moveto 0.53905 0.23233 lineto 0.60287 0.24359 lineto gsave
  27587. 0.745 0.626 0.727 setrgbcolor
  27588. fill grestore
  27589. stroke
  27590. grestore
  27591. gsave
  27592. 0.002 setlinewidth
  27593. 0.51 0.68957 moveto 0.50615 0.66335 lineto 0.4859 0.65857 lineto gsave
  27594. 0.765 0.387 0.339 setrgbcolor
  27595. fill grestore
  27596. stroke
  27597. grestore
  27598. gsave
  27599. 0.002 setlinewidth
  27600. 0.50615 0.66335 moveto 0.51 0.68957 lineto 0.5267 0.6903 lineto gsave
  27601. 0.673 0.319 0.365 setrgbcolor
  27602. fill grestore
  27603. stroke
  27604. grestore
  27605. gsave
  27606. 0.002 setlinewidth
  27607. 0.44354 0.6024 moveto 0.45836 0.63973 lineto 0.46938 0.65043 lineto gsave
  27608. 0.902 0.489 0.122 setrgbcolor
  27609. fill grestore
  27610. stroke
  27611. grestore
  27612. gsave
  27613. 0.002 setlinewidth
  27614. 0.45836 0.63973 moveto 0.44354 0.6024 lineto 0.43816 0.58699 lineto gsave
  27615. 0 0 0.295 setrgbcolor
  27616. fill grestore
  27617. stroke
  27618. grestore
  27619. gsave
  27620. 0.002 setlinewidth
  27621. 0.36161 0.2483 moveto 0.373 0.23771 lineto 0.31158 0.27913 lineto gsave
  27622. 0 0 0 setrgbcolor
  27623. fill grestore
  27624. stroke
  27625. grestore
  27626. gsave
  27627. 0.002 setlinewidth
  27628. 0.31158 0.27913 moveto 0.29589 0.29256 lineto 0.36161 0.2483 lineto gsave
  27629. 0 0 0 setrgbcolor
  27630. fill grestore
  27631. stroke
  27632. grestore
  27633. gsave
  27634. 0.002 setlinewidth
  27635. 0.54937 0.66141 moveto 0.54296 0.68811 lineto 0.55711 0.68321 lineto gsave
  27636. 0.407 0.086 0.307 setrgbcolor
  27637. fill grestore
  27638. stroke
  27639. grestore
  27640. gsave
  27641. 0.002 setlinewidth
  27642. 0.55711 0.68321 moveto 0.56798 0.65486 lineto 0.54937 0.66141 lineto gsave
  27643. 0.407 0.086 0.307 setrgbcolor
  27644. fill grestore
  27645. stroke
  27646. grestore
  27647. gsave
  27648. 0.002 setlinewidth
  27649. 0.58959 0.30012 moveto 0.58316 0.33968 lineto 0.53497 0.33162 lineto gsave
  27650. 0.755 0.577 0.655 setrgbcolor
  27651. fill grestore
  27652. stroke
  27653. grestore
  27654. gsave
  27655. 0.002 setlinewidth
  27656. 0.53497 0.33162 moveto 0.5363 0.29101 lineto 0.58959 0.30012 lineto gsave
  27657. 0.755 0.577 0.655 setrgbcolor
  27658. fill grestore
  27659. stroke
  27660. grestore
  27661. gsave
  27662. 0.002 setlinewidth
  27663. 0.48127 0.2941 moveto 0.48522 0.33436 lineto 0.44014 0.3475 lineto gsave
  27664. 0.612 0.464 0.657 setrgbcolor
  27665. fill grestore
  27666. stroke
  27667. grestore
  27668. gsave
  27669. 0.002 setlinewidth
  27670. 0.44874 0.39229 moveto 0.44014 0.3475 lineto 0.48522 0.33436 lineto gsave
  27671. 0.607 0.448 0.64 setrgbcolor
  27672. fill grestore
  27673. stroke
  27674. grestore
  27675. gsave
  27676. 0.002 setlinewidth
  27677. 0.61718 0.21901 moveto 0.62486 0.21776 lineto 0.69239 0.24947 lineto gsave
  27678. 0.165 0.597 0.937 setrgbcolor
  27679. fill grestore
  27680. stroke
  27681. grestore
  27682. gsave
  27683. 0.002 setlinewidth
  27684. 0.70555 0.25669 moveto 0.69239 0.24947 lineto 0.62486 0.21776 lineto gsave
  27685. 0.381 0 0 setrgbcolor
  27686. fill grestore
  27687. stroke
  27688. grestore
  27689. gsave
  27690. 0.002 setlinewidth
  27691. 0.62549 0.46796 moveto 0.61177 0.51578 lineto 0.59187 0.49996 lineto gsave
  27692. 0.907 0.712 0.627 setrgbcolor
  27693. fill grestore
  27694. stroke
  27695. grestore
  27696. gsave
  27697. 0.002 setlinewidth
  27698. 0.59187 0.49996 moveto 0.60266 0.44915 lineto 0.62549 0.46796 lineto gsave
  27699. 0.907 0.712 0.627 setrgbcolor
  27700. fill grestore
  27701. stroke
  27702. grestore
  27703. gsave
  27704. 0.002 setlinewidth
  27705. 0.62152 0.53435 moveto 0.60607 0.57902 lineto 0.5977 0.5638 lineto gsave
  27706. 0.984 0.825 0.606 setrgbcolor
  27707. fill grestore
  27708. stroke
  27709. grestore
  27710. gsave
  27711. 0.002 setlinewidth
  27712. 0.5977 0.5638 moveto 0.61177 0.51578 lineto 0.62152 0.53435 lineto gsave
  27713. 0.984 0.825 0.606 setrgbcolor
  27714. fill grestore
  27715. stroke
  27716. grestore
  27717. gsave
  27718. 0.002 setlinewidth
  27719. 0.53905 0.23233 moveto 0.53766 0.25771 lineto 0.47724 0.26117 lineto gsave
  27720. 0.694 0.582 0.726 setrgbcolor
  27721. fill grestore
  27722. stroke
  27723. grestore
  27724. gsave
  27725. 0.002 setlinewidth
  27726. 0.47724 0.26117 moveto 0.47308 0.23616 lineto 0.53905 0.23233 lineto gsave
  27727. 0.694 0.582 0.726 setrgbcolor
  27728. fill grestore
  27729. stroke
  27730. grestore
  27731. gsave
  27732. 0.002 setlinewidth
  27733. 0.48127 0.2941 moveto 0.47724 0.26117 lineto 0.53766 0.25771 lineto gsave
  27734. 0.691 0.543 0.68 setrgbcolor
  27735. fill grestore
  27736. stroke
  27737. grestore
  27738. gsave
  27739. 0.002 setlinewidth
  27740. 0.49458 0.68598 moveto 0.4859 0.65857 lineto 0.46938 0.65043 lineto gsave
  27741. 0.848 0.437 0.257 setrgbcolor
  27742. fill grestore
  27743. stroke
  27744. grestore
  27745. gsave
  27746. 0.002 setlinewidth
  27747. 0.4859 0.65857 moveto 0.49458 0.68598 lineto 0.51 0.68957 lineto gsave
  27748. 0.765 0.387 0.339 setrgbcolor
  27749. fill grestore
  27750. stroke
  27751. grestore
  27752. gsave
  27753. 0.002 setlinewidth
  27754. 0.45943 0.20815 moveto 0.46421 0.21013 lineto 0.39425 0.232 lineto gsave
  27755. 0.467 0.885 0.924 setrgbcolor
  27756. fill grestore
  27757. stroke
  27758. grestore
  27759. gsave
  27760. 0.002 setlinewidth
  27761. 0.39425 0.232 moveto 0.38388 0.23181 lineto 0.45943 0.20815 lineto gsave
  27762. 0.467 0.885 0.924 setrgbcolor
  27763. fill grestore
  27764. stroke
  27765. grestore
  27766. gsave
  27767. 0.002 setlinewidth
  27768. 0.61718 0.21901 moveto 0.60987 0.22739 lineto 0.5405 0.21504 lineto gsave
  27769. 0.618 0.759 0.946 setrgbcolor
  27770. fill grestore
  27771. stroke
  27772. grestore
  27773. gsave
  27774. 0.002 setlinewidth
  27775. 0.53905 0.23233 moveto 0.5405 0.21504 lineto 0.60987 0.22739 lineto gsave
  27776. 0.721 0.679 0.809 setrgbcolor
  27777. fill grestore
  27778. stroke
  27779. grestore
  27780. gsave
  27781. 0.002 setlinewidth
  27782. 0.5405 0.21504 moveto 0.53905 0.23233 lineto 0.47308 0.23616 lineto gsave
  27783. 0.691 0.653 0.807 setrgbcolor
  27784. fill grestore
  27785. stroke
  27786. grestore
  27787. gsave
  27788. 0.002 setlinewidth
  27789. 0.47308 0.23616 moveto 0.46875 0.21924 lineto 0.5405 0.21504 lineto gsave
  27790. 0.691 0.653 0.807 setrgbcolor
  27791. fill grestore
  27792. stroke
  27793. grestore
  27794. gsave
  27795. 0.002 setlinewidth
  27796. 0.61328 0.40095 moveto 0.60266 0.44915 lineto 0.57037 0.43587 lineto gsave
  27797. 0.828 0.628 0.632 setrgbcolor
  27798. fill grestore
  27799. stroke
  27800. grestore
  27801. gsave
  27802. 0.002 setlinewidth
  27803. 0.57037 0.43587 moveto 0.57678 0.38547 lineto 0.61328 0.40095 lineto gsave
  27804. 0.828 0.628 0.632 setrgbcolor
  27805. fill grestore
  27806. stroke
  27807. grestore
  27808. gsave
  27809. 0.002 setlinewidth
  27810. 0.53766 0.25771 moveto 0.5363 0.29101 lineto 0.48127 0.2941 lineto gsave
  27811. 0.691 0.543 0.68 setrgbcolor
  27812. fill grestore
  27813. stroke
  27814. grestore
  27815. gsave
  27816. 0.002 setlinewidth
  27817. 0.48522 0.33436 moveto 0.48127 0.2941 lineto 0.5363 0.29101 lineto gsave
  27818. 0.688 0.52 0.654 setrgbcolor
  27819. fill grestore
  27820. stroke
  27821. grestore
  27822. gsave
  27823. 0.002 setlinewidth
  27824. 0.56798 0.65486 moveto 0.55711 0.68321 lineto 0.56765 0.67609 lineto gsave
  27825. 0.122 0 0.171 setrgbcolor
  27826. fill grestore
  27827. stroke
  27828. grestore
  27829. gsave
  27830. 0.002 setlinewidth
  27831. 0.56765 0.67609 moveto 0.58191 0.64531 lineto 0.56798 0.65486 lineto gsave
  27832. 0.122 0 0.171 setrgbcolor
  27833. fill grestore
  27834. stroke
  27835. grestore
  27836. gsave
  27837. 0.002 setlinewidth
  27838. 0.60527 0.5948 moveto 0.58962 0.63371 lineto 0.59014 0.62126 lineto gsave
  27839. 0.928 0.894 0.487 setrgbcolor
  27840. fill grestore
  27841. stroke
  27842. grestore
  27843. gsave
  27844. 0.002 setlinewidth
  27845. 0.59014 0.62126 moveto 0.60607 0.57902 lineto 0.60527 0.5948 lineto gsave
  27846. 0.928 0.894 0.487 setrgbcolor
  27847. fill grestore
  27848. stroke
  27849. grestore
  27850. gsave
  27851. 0.002 setlinewidth
  27852. 0.58316 0.33968 moveto 0.57678 0.38547 lineto 0.53364 0.37844 lineto gsave
  27853. 0.756 0.566 0.639 setrgbcolor
  27854. fill grestore
  27855. stroke
  27856. grestore
  27857. gsave
  27858. 0.002 setlinewidth
  27859. 0.53364 0.37844 moveto 0.53497 0.33162 lineto 0.58316 0.33968 lineto gsave
  27860. 0.756 0.566 0.639 setrgbcolor
  27861. fill grestore
  27862. stroke
  27863. grestore
  27864. gsave
  27865. 0.002 setlinewidth
  27866. 0.5363 0.29101 moveto 0.53497 0.33162 lineto 0.48522 0.33436 lineto gsave
  27867. 0.688 0.52 0.654 setrgbcolor
  27868. fill grestore
  27869. stroke
  27870. grestore
  27871. gsave
  27872. 0.002 setlinewidth
  27873. 0.542 0.20555 moveto 0.5405 0.21504 lineto 0.46875 0.21924 lineto gsave
  27874. 0.639 0.779 0.948 setrgbcolor
  27875. fill grestore
  27876. stroke
  27877. grestore
  27878. gsave
  27879. 0.002 setlinewidth
  27880. 0.46875 0.21924 moveto 0.46421 0.21013 lineto 0.542 0.20555 lineto gsave
  27881. 0.639 0.779 0.948 setrgbcolor
  27882. fill grestore
  27883. stroke
  27884. grestore
  27885. gsave
  27886. 0.002 setlinewidth
  27887. 0.4295 0.45805 moveto 0.44191 0.50743 lineto 0.42697 0.5249 lineto gsave
  27888. 0.315 0.247 0.62 setrgbcolor
  27889. fill grestore
  27890. stroke
  27891. grestore
  27892. gsave
  27893. 0.002 setlinewidth
  27894. 0.4419 0.57127 moveto 0.42697 0.5249 lineto 0.44191 0.50743 lineto gsave
  27895. 0.317 0.251 0.623 setrgbcolor
  27896. fill grestore
  27897. stroke
  27898. grestore
  27899. gsave
  27900. 0.002 setlinewidth
  27901. 0.42697 0.5249 moveto 0.4419 0.57127 lineto 0.43816 0.58699 lineto gsave
  27902. 0 0.036 0.559 setrgbcolor
  27903. fill grestore
  27904. stroke
  27905. grestore
  27906. gsave
  27907. 0.002 setlinewidth
  27908. 0.44874 0.39229 moveto 0.45738 0.44173 lineto 0.4295 0.45805 lineto gsave
  27909. 0.495 0.365 0.632 setrgbcolor
  27910. fill grestore
  27911. stroke
  27912. grestore
  27913. gsave
  27914. 0.002 setlinewidth
  27915. 0.44191 0.50743 moveto 0.4295 0.45805 lineto 0.45738 0.44173 lineto gsave
  27916. 0.493 0.361 0.629 setrgbcolor
  27917. fill grestore
  27918. stroke
  27919. grestore
  27920. gsave
  27921. 0.002 setlinewidth
  27922. 0.48204 0.6799 moveto 0.46938 0.65043 lineto 0.45836 0.63973 lineto gsave
  27923. 0.87 0.433 0.038 setrgbcolor
  27924. fill grestore
  27925. stroke
  27926. grestore
  27927. gsave
  27928. 0.002 setlinewidth
  27929. 0.46938 0.65043 moveto 0.48204 0.6799 lineto 0.49458 0.68598 lineto gsave
  27930. 0.848 0.437 0.257 setrgbcolor
  27931. fill grestore
  27932. stroke
  27933. grestore
  27934. gsave
  27935. 0.002 setlinewidth
  27936. 0.80695 0.35607 moveto 0.78892 0.3369 lineto 0.73359 0.28351 lineto gsave
  27937. 0.563 0.055 0 setrgbcolor
  27938. fill grestore
  27939. stroke
  27940. grestore
  27941. gsave
  27942. 0.002 setlinewidth
  27943. 0.7193 0.26859 moveto 0.73359 0.28351 lineto 0.78892 0.3369 lineto gsave
  27944. 0.538 0.03 0 setrgbcolor
  27945. fill grestore
  27946. stroke
  27947. grestore
  27948. gsave
  27949. 0.002 setlinewidth
  27950. 0.48913 0.38082 moveto 0.48522 0.33436 lineto 0.53497 0.33162 lineto gsave
  27951. 0.686 0.507 0.639 setrgbcolor
  27952. fill grestore
  27953. stroke
  27954. grestore
  27955. gsave
  27956. 0.002 setlinewidth
  27957. 0.48522 0.33436 moveto 0.48913 0.38082 lineto 0.44874 0.39229 lineto gsave
  27958. 0.607 0.448 0.64 setrgbcolor
  27959. fill grestore
  27960. stroke
  27961. grestore
  27962. gsave
  27963. 0.002 setlinewidth
  27964. 0.45738 0.44173 moveto 0.44874 0.39229 lineto 0.48913 0.38082 lineto gsave
  27965. 0.604 0.439 0.632 setrgbcolor
  27966. fill grestore
  27967. stroke
  27968. grestore
  27969. gsave
  27970. 0.002 setlinewidth
  27971. 0.5405 0.21504 moveto 0.542 0.20555 lineto 0.61718 0.21901 lineto gsave
  27972. 0.618 0.759 0.946 setrgbcolor
  27973. fill grestore
  27974. stroke
  27975. grestore
  27976. gsave
  27977. 0.002 setlinewidth
  27978. 0.62486 0.21776 moveto 0.61718 0.21901 lineto 0.542 0.20555 lineto gsave
  27979. 0.156 0.659 0.908 setrgbcolor
  27980. fill grestore
  27981. stroke
  27982. grestore
  27983. gsave
  27984. 0.002 setlinewidth
  27985. 0.45412 0.62754 moveto 0.43816 0.58699 lineto 0.4419 0.57127 lineto gsave
  27986. 0 0.066 0.582 setrgbcolor
  27987. fill grestore
  27988. stroke
  27989. grestore
  27990. gsave
  27991. 0.002 setlinewidth
  27992. 0.43816 0.58699 moveto 0.45412 0.62754 lineto 0.45836 0.63973 lineto gsave
  27993. 0 0 0.295 setrgbcolor
  27994. fill grestore
  27995. stroke
  27996. grestore
  27997. gsave
  27998. 0.002 setlinewidth
  27999. 0.53497 0.33162 moveto 0.53364 0.37844 lineto 0.48913 0.38082 lineto gsave
  28000. 0.686 0.507 0.639 setrgbcolor
  28001. fill grestore
  28002. stroke
  28003. grestore
  28004. gsave
  28005. 0.002 setlinewidth
  28006. 0.4544 0.21225 moveto 0.45943 0.20815 lineto 0.38388 0.23181 lineto gsave
  28007. 0 0 0 setrgbcolor
  28008. fill grestore
  28009. stroke
  28010. grestore
  28011. gsave
  28012. 0.002 setlinewidth
  28013. 0.38388 0.23181 moveto 0.373 0.23771 lineto 0.4544 0.21225 lineto gsave
  28014. 0 0 0 setrgbcolor
  28015. fill grestore
  28016. stroke
  28017. grestore
  28018. gsave
  28019. 0.002 setlinewidth
  28020. 0.34975 0.2619 moveto 0.36161 0.2483 lineto 0.29589 0.29256 lineto gsave
  28021. 0 0 0 setrgbcolor
  28022. fill grestore
  28023. stroke
  28024. grestore
  28025. gsave
  28026. 0.002 setlinewidth
  28027. 0.29589 0.29256 moveto 0.27961 0.30899 lineto 0.34975 0.2619 lineto gsave
  28028. 0 0 0 setrgbcolor
  28029. fill grestore
  28030. stroke
  28031. grestore
  28032. gsave
  28033. 0.002 setlinewidth
  28034. 0.58191 0.64531 moveto 0.56765 0.67609 lineto 0.57342 0.66746 lineto gsave
  28035. 0 0 0 setrgbcolor
  28036. fill grestore
  28037. stroke
  28038. grestore
  28039. gsave
  28040. 0.002 setlinewidth
  28041. 0.57342 0.66746 moveto 0.58962 0.63371 lineto 0.58191 0.64531 lineto gsave
  28042. 0 0 0 setrgbcolor
  28043. fill grestore
  28044. stroke
  28045. grestore
  28046. gsave
  28047. 0.002 setlinewidth
  28048. 0.7193 0.26859 moveto 0.70555 0.25669 lineto 0.63293 0.2226 lineto gsave
  28049. 0.608 0.039 0 setrgbcolor
  28050. fill grestore
  28051. stroke
  28052. grestore
  28053. gsave
  28054. 0.002 setlinewidth
  28055. 0.62486 0.21776 moveto 0.63293 0.2226 lineto 0.70555 0.25669 lineto gsave
  28056. 0.381 0 0 setrgbcolor
  28057. fill grestore
  28058. stroke
  28059. grestore
  28060. gsave
  28061. 0.002 setlinewidth
  28062. 0.57678 0.38547 moveto 0.57037 0.43587 lineto 0.5323 0.42985 lineto gsave
  28063. 0.756 0.56 0.631 setrgbcolor
  28064. fill grestore
  28065. stroke
  28066. grestore
  28067. gsave
  28068. 0.002 setlinewidth
  28069. 0.5323 0.42985 moveto 0.53364 0.37844 lineto 0.57678 0.38547 lineto gsave
  28070. 0.756 0.56 0.631 setrgbcolor
  28071. fill grestore
  28072. stroke
  28073. grestore
  28074. gsave
  28075. 0.002 setlinewidth
  28076. 0.60266 0.44915 moveto 0.59187 0.49996 lineto 0.56387 0.48882 lineto gsave
  28077. 0.828 0.626 0.629 setrgbcolor
  28078. fill grestore
  28079. stroke
  28080. grestore
  28081. gsave
  28082. 0.002 setlinewidth
  28083. 0.56387 0.48882 moveto 0.57037 0.43587 lineto 0.60266 0.44915 lineto gsave
  28084. 0.828 0.626 0.629 setrgbcolor
  28085. fill grestore
  28086. stroke
  28087. grestore
  28088. gsave
  28089. 0.002 setlinewidth
  28090. 0.61177 0.51578 moveto 0.5977 0.5638 lineto 0.58085 0.55088 lineto gsave
  28091. 0.906 0.712 0.629 setrgbcolor
  28092. fill grestore
  28093. stroke
  28094. grestore
  28095. gsave
  28096. 0.002 setlinewidth
  28097. 0.58085 0.55088 moveto 0.59187 0.49996 lineto 0.61177 0.51578 lineto gsave
  28098. 0.906 0.712 0.629 setrgbcolor
  28099. fill grestore
  28100. stroke
  28101. grestore
  28102. gsave
  28103. 0.002 setlinewidth
  28104. 0.54359 0.2032 moveto 0.542 0.20555 lineto 0.46421 0.21013 lineto gsave
  28105. 0.265 0.761 0.898 setrgbcolor
  28106. fill grestore
  28107. stroke
  28108. grestore
  28109. gsave
  28110. 0.002 setlinewidth
  28111. 0.46421 0.21013 moveto 0.45943 0.20815 lineto 0.54359 0.2032 lineto gsave
  28112. 0.265 0.761 0.898 setrgbcolor
  28113. fill grestore
  28114. stroke
  28115. grestore
  28116. gsave
  28117. 0.002 setlinewidth
  28118. 0.45836 0.63973 moveto 0.47373 0.67193 lineto 0.48204 0.6799 lineto gsave
  28119. 0.87 0.433 0.038 setrgbcolor
  28120. fill grestore
  28121. stroke
  28122. grestore
  28123. gsave
  28124. 0.002 setlinewidth
  28125. 0.47373 0.67193 moveto 0.45836 0.63973 lineto 0.45412 0.62754 lineto gsave
  28126. 0 0 0.389 setrgbcolor
  28127. fill grestore
  28128. stroke
  28129. grestore
  28130. gsave
  28131. 0.002 setlinewidth
  28132. 0.60607 0.57902 moveto 0.59014 0.62126 lineto 0.58325 0.60928 lineto gsave
  28133. 0.98 0.828 0.622 setrgbcolor
  28134. fill grestore
  28135. stroke
  28136. grestore
  28137. gsave
  28138. 0.002 setlinewidth
  28139. 0.58325 0.60928 moveto 0.5977 0.5638 lineto 0.60607 0.57902 lineto gsave
  28140. 0.98 0.828 0.622 setrgbcolor
  28141. fill grestore
  28142. stroke
  28143. grestore
  28144. gsave
  28145. 0.002 setlinewidth
  28146. 0.49305 0.43189 moveto 0.48913 0.38082 lineto 0.53364 0.37844 lineto gsave
  28147. 0.685 0.5 0.631 setrgbcolor
  28148. fill grestore
  28149. stroke
  28150. grestore
  28151. gsave
  28152. 0.002 setlinewidth
  28153. 0.48913 0.38082 moveto 0.49305 0.43189 lineto 0.45738 0.44173 lineto gsave
  28154. 0.604 0.439 0.632 setrgbcolor
  28155. fill grestore
  28156. stroke
  28157. grestore
  28158. gsave
  28159. 0.002 setlinewidth
  28160. 0.5253 0.70858 moveto 0.5267 0.6903 lineto 0.51 0.68957 lineto gsave
  28161. 0.649 0.255 0.285 setrgbcolor
  28162. fill grestore
  28163. stroke
  28164. grestore
  28165. gsave
  28166. 0.002 setlinewidth
  28167. 0.5267 0.6903 moveto 0.5253 0.70858 lineto 0.5363 0.70711 lineto gsave
  28168. 0.53 0.154 0.273 setrgbcolor
  28169. fill grestore
  28170. stroke
  28171. grestore
  28172. gsave
  28173. 0.002 setlinewidth
  28174. 0.5363 0.70711 moveto 0.54296 0.68811 lineto 0.5267 0.6903 lineto gsave
  28175. 0.53 0.154 0.273 setrgbcolor
  28176. fill grestore
  28177. stroke
  28178. grestore
  28179. gsave
  28180. 0.002 setlinewidth
  28181. 0.51401 0.70809 moveto 0.51 0.68957 lineto 0.49458 0.68598 lineto gsave
  28182. 0.742 0.321 0.248 setrgbcolor
  28183. fill grestore
  28184. stroke
  28185. grestore
  28186. gsave
  28187. 0.002 setlinewidth
  28188. 0.51 0.68957 moveto 0.51401 0.70809 lineto 0.5253 0.70858 lineto gsave
  28189. 0.649 0.255 0.285 setrgbcolor
  28190. fill grestore
  28191. stroke
  28192. grestore
  28193. gsave
  28194. 0.002 setlinewidth
  28195. 0.542 0.20555 moveto 0.54359 0.2032 lineto 0.62486 0.21776 lineto gsave
  28196. 0.156 0.659 0.908 setrgbcolor
  28197. fill grestore
  28198. stroke
  28199. grestore
  28200. gsave
  28201. 0.002 setlinewidth
  28202. 0.53364 0.37844 moveto 0.5323 0.42985 lineto 0.49305 0.43189 lineto gsave
  28203. 0.685 0.5 0.631 setrgbcolor
  28204. fill grestore
  28205. stroke
  28206. grestore
  28207. gsave
  28208. 0.002 setlinewidth
  28209. 0.54296 0.68811 moveto 0.5363 0.70711 lineto 0.54584 0.70385 lineto gsave
  28210. 0.351 0 0.203 setrgbcolor
  28211. fill grestore
  28212. stroke
  28213. grestore
  28214. gsave
  28215. 0.002 setlinewidth
  28216. 0.54584 0.70385 moveto 0.55711 0.68321 lineto 0.54296 0.68811 lineto gsave
  28217. 0.351 0 0.203 setrgbcolor
  28218. fill grestore
  28219. stroke
  28220. grestore
  28221. gsave
  28222. 0.002 setlinewidth
  28223. 0.46614 0.49373 moveto 0.45738 0.44173 lineto 0.49305 0.43189 lineto gsave
  28224. 0.602 0.436 0.628 setrgbcolor
  28225. fill grestore
  28226. stroke
  28227. grestore
  28228. gsave
  28229. 0.002 setlinewidth
  28230. 0.45738 0.44173 moveto 0.46614 0.49373 lineto 0.44191 0.50743 lineto gsave
  28231. 0.493 0.361 0.629 setrgbcolor
  28232. fill grestore
  28233. stroke
  28234. grestore
  28235. gsave
  28236. 0.002 setlinewidth
  28237. 0.63293 0.2226 moveto 0.62486 0.21776 lineto 0.54359 0.2032 lineto gsave
  28238. 0.394 0 0 setrgbcolor
  28239. fill grestore
  28240. stroke
  28241. grestore
  28242. gsave
  28243. 0.002 setlinewidth
  28244. 0.45461 0.55698 moveto 0.44191 0.50743 lineto 0.46614 0.49373 lineto gsave
  28245. 0.494 0.363 0.631 setrgbcolor
  28246. fill grestore
  28247. stroke
  28248. grestore
  28249. gsave
  28250. 0.002 setlinewidth
  28251. 0.44191 0.50743 moveto 0.45461 0.55698 lineto 0.4419 0.57127 lineto gsave
  28252. 0.317 0.251 0.623 setrgbcolor
  28253. fill grestore
  28254. stroke
  28255. grestore
  28256. gsave
  28257. 0.002 setlinewidth
  28258. 0.50359 0.7057 moveto 0.49458 0.68598 lineto 0.48204 0.6799 lineto gsave
  28259. 0.815 0.354 0.134 setrgbcolor
  28260. fill grestore
  28261. stroke
  28262. grestore
  28263. gsave
  28264. 0.002 setlinewidth
  28265. 0.49458 0.68598 moveto 0.50359 0.7057 lineto 0.51401 0.70809 lineto gsave
  28266. 0.742 0.321 0.248 setrgbcolor
  28267. fill grestore
  28268. stroke
  28269. grestore
  28270. gsave
  28271. 0.002 setlinewidth
  28272. 0.58962 0.63371 moveto 0.57342 0.66746 lineto 0.57372 0.65823 lineto gsave
  28273. 0.941 0.921 0.552 setrgbcolor
  28274. fill grestore
  28275. stroke
  28276. grestore
  28277. gsave
  28278. 0.002 setlinewidth
  28279. 0.57372 0.65823 moveto 0.59014 0.62126 lineto 0.58962 0.63371 lineto gsave
  28280. 0.941 0.921 0.552 setrgbcolor
  28281. fill grestore
  28282. stroke
  28283. grestore
  28284. gsave
  28285. 0.002 setlinewidth
  28286. 0.73359 0.28351 moveto 0.74832 0.29956 lineto 0.80695 0.35607 lineto gsave
  28287. 0.563 0.055 0 setrgbcolor
  28288. fill grestore
  28289. stroke
  28290. grestore
  28291. gsave
  28292. 0.002 setlinewidth
  28293. 0.45727 0.61515 moveto 0.4419 0.57127 lineto 0.45461 0.55698 lineto gsave
  28294. 0.328 0.267 0.635 setrgbcolor
  28295. fill grestore
  28296. stroke
  28297. grestore
  28298. gsave
  28299. 0.002 setlinewidth
  28300. 0.4419 0.57127 moveto 0.45727 0.61515 lineto 0.45412 0.62754 lineto gsave
  28301. 0 0.066 0.582 setrgbcolor
  28302. fill grestore
  28303. stroke
  28304. grestore
  28305. gsave
  28306. 0.002 setlinewidth
  28307. 0.55711 0.68321 moveto 0.54584 0.70385 lineto 0.55291 0.69911 lineto gsave
  28308. 0.018 0 0.019 setrgbcolor
  28309. fill grestore
  28310. stroke
  28311. grestore
  28312. gsave
  28313. 0.002 setlinewidth
  28314. 0.55291 0.69911 moveto 0.56765 0.67609 lineto 0.55711 0.68321 lineto gsave
  28315. 0.018 0 0.019 setrgbcolor
  28316. fill grestore
  28317. stroke
  28318. grestore
  28319. gsave
  28320. 0.002 setlinewidth
  28321. 0.57037 0.43587 moveto 0.56387 0.48882 lineto 0.53095 0.48377 lineto gsave
  28322. 0.756 0.558 0.628 setrgbcolor
  28323. fill grestore
  28324. stroke
  28325. grestore
  28326. gsave
  28327. 0.002 setlinewidth
  28328. 0.53095 0.48377 moveto 0.5323 0.42985 lineto 0.57037 0.43587 lineto gsave
  28329. 0.756 0.558 0.628 setrgbcolor
  28330. fill grestore
  28331. stroke
  28332. grestore
  28333. gsave
  28334. 0.002 setlinewidth
  28335. 0.44912 0.22103 moveto 0.4544 0.21225 lineto 0.373 0.23771 lineto gsave
  28336. 0.175 0 0 setrgbcolor
  28337. fill grestore
  28338. stroke
  28339. grestore
  28340. gsave
  28341. 0.002 setlinewidth
  28342. 0.373 0.23771 moveto 0.36161 0.2483 lineto 0.44912 0.22103 lineto gsave
  28343. 0.175 0 0 setrgbcolor
  28344. fill grestore
  28345. stroke
  28346. grestore
  28347. gsave
  28348. 0.002 setlinewidth
  28349. 0.49515 0.70165 moveto 0.48204 0.6799 lineto 0.47373 0.67193 lineto gsave
  28350. 0.775 0.297 0 setrgbcolor
  28351. fill grestore
  28352. stroke
  28353. grestore
  28354. gsave
  28355. 0.002 setlinewidth
  28356. 0.48204 0.6799 moveto 0.49515 0.70165 lineto 0.50359 0.7057 lineto gsave
  28357. 0.815 0.354 0.134 setrgbcolor
  28358. fill grestore
  28359. stroke
  28360. grestore
  28361. gsave
  28362. 0.002 setlinewidth
  28363. 0.47061 0.66288 moveto 0.45412 0.62754 lineto 0.45727 0.61515 lineto gsave
  28364. 0.043 0.124 0.624 setrgbcolor
  28365. fill grestore
  28366. stroke
  28367. grestore
  28368. gsave
  28369. 0.002 setlinewidth
  28370. 0.45412 0.62754 moveto 0.47061 0.66288 lineto 0.47373 0.67193 lineto gsave
  28371. 0 0 0.389 setrgbcolor
  28372. fill grestore
  28373. stroke
  28374. grestore
  28375. gsave
  28376. 0.002 setlinewidth
  28377. 0.59187 0.49996 moveto 0.58085 0.55088 lineto 0.55725 0.5418 lineto gsave
  28378. 0.828 0.627 0.631 setrgbcolor
  28379. fill grestore
  28380. stroke
  28381. grestore
  28382. gsave
  28383. 0.002 setlinewidth
  28384. 0.55725 0.5418 moveto 0.56387 0.48882 lineto 0.59187 0.49996 lineto gsave
  28385. 0.828 0.627 0.631 setrgbcolor
  28386. fill grestore
  28387. stroke
  28388. grestore
  28389. gsave
  28390. 0.002 setlinewidth
  28391. 0.49702 0.48548 moveto 0.49305 0.43189 lineto 0.5323 0.42985 lineto gsave
  28392. 0.684 0.497 0.628 setrgbcolor
  28393. fill grestore
  28394. stroke
  28395. grestore
  28396. gsave
  28397. 0.002 setlinewidth
  28398. 0.49305 0.43189 moveto 0.49702 0.48548 lineto 0.46614 0.49373 lineto gsave
  28399. 0.602 0.436 0.628 setrgbcolor
  28400. fill grestore
  28401. stroke
  28402. grestore
  28403. gsave
  28404. 0.002 setlinewidth
  28405. 0.3375 0.27661 moveto 0.34975 0.2619 lineto 0.27961 0.30899 lineto gsave
  28406. 0 0 0 setrgbcolor
  28407. fill grestore
  28408. stroke
  28409. grestore
  28410. gsave
  28411. 0.002 setlinewidth
  28412. 0.27961 0.30899 moveto 0.26286 0.32656 lineto 0.3375 0.27661 lineto gsave
  28413. 0 0 0 setrgbcolor
  28414. fill grestore
  28415. stroke
  28416. grestore
  28417. gsave
  28418. 0.002 setlinewidth
  28419. 0.54524 0.20691 moveto 0.54359 0.2032 lineto 0.45943 0.20815 lineto gsave
  28420. 0.253 0 0 setrgbcolor
  28421. fill grestore
  28422. stroke
  28423. grestore
  28424. gsave
  28425. 0.002 setlinewidth
  28426. 0.45943 0.20815 moveto 0.4544 0.21225 lineto 0.54524 0.20691 lineto gsave
  28427. 0.253 0 0 setrgbcolor
  28428. fill grestore
  28429. stroke
  28430. grestore
  28431. gsave
  28432. 0.002 setlinewidth
  28433. 0.73359 0.28351 moveto 0.7193 0.26859 lineto 0.64137 0.23212 lineto gsave
  28434. 0.68 0.133 0 setrgbcolor
  28435. fill grestore
  28436. stroke
  28437. grestore
  28438. gsave
  28439. 0.002 setlinewidth
  28440. 0.63293 0.2226 moveto 0.64137 0.23212 lineto 0.7193 0.26859 lineto gsave
  28441. 0.608 0.039 0 setrgbcolor
  28442. fill grestore
  28443. stroke
  28444. grestore
  28445. gsave
  28446. 0.002 setlinewidth
  28447. 0.5323 0.42985 moveto 0.53095 0.48377 lineto 0.49702 0.48548 lineto gsave
  28448. 0.684 0.497 0.628 setrgbcolor
  28449. fill grestore
  28450. stroke
  28451. grestore
  28452. gsave
  28453. 0.002 setlinewidth
  28454. 0.5977 0.5638 moveto 0.58325 0.60928 lineto 0.56956 0.59915 lineto gsave
  28455. 0.904 0.716 0.639 setrgbcolor
  28456. fill grestore
  28457. stroke
  28458. grestore
  28459. gsave
  28460. 0.002 setlinewidth
  28461. 0.56956 0.59915 moveto 0.58085 0.55088 lineto 0.5977 0.5638 lineto gsave
  28462. 0.904 0.716 0.639 setrgbcolor
  28463. fill grestore
  28464. stroke
  28465. grestore
  28466. gsave
  28467. 0.002 setlinewidth
  28468. 0.56765 0.67609 moveto 0.55291 0.69911 lineto 0.55674 0.69339 lineto gsave
  28469. 0 0 0 setrgbcolor
  28470. fill grestore
  28471. stroke
  28472. grestore
  28473. gsave
  28474. 0.002 setlinewidth
  28475. 0.55674 0.69339 moveto 0.57342 0.66746 lineto 0.56765 0.67609 lineto gsave
  28476. 0 0 0 setrgbcolor
  28477. fill grestore
  28478. stroke
  28479. grestore
  28480. gsave
  28481. 0.002 setlinewidth
  28482. 0.54359 0.2032 moveto 0.54524 0.20691 lineto 0.63293 0.2226 lineto gsave
  28483. 0.394 0 0 setrgbcolor
  28484. fill grestore
  28485. stroke
  28486. grestore
  28487. gsave
  28488. 0.002 setlinewidth
  28489. 0.47508 0.5458 moveto 0.46614 0.49373 lineto 0.49702 0.48548 lineto gsave
  28490. 0.603 0.437 0.63 setrgbcolor
  28491. fill grestore
  28492. stroke
  28493. grestore
  28494. gsave
  28495. 0.002 setlinewidth
  28496. 0.46614 0.49373 moveto 0.47508 0.5458 lineto 0.45461 0.55698 lineto gsave
  28497. 0.494 0.363 0.631 setrgbcolor
  28498. fill grestore
  28499. stroke
  28500. grestore
  28501. gsave
  28502. 0.002 setlinewidth
  28503. 0.59014 0.62126 moveto 0.57372 0.65823 lineto 0.56841 0.64939 lineto gsave
  28504. 0.971 0.836 0.651 setrgbcolor
  28505. fill grestore
  28506. stroke
  28507. grestore
  28508. gsave
  28509. 0.002 setlinewidth
  28510. 0.56841 0.64939 moveto 0.58325 0.60928 lineto 0.59014 0.62126 lineto gsave
  28511. 0.971 0.836 0.651 setrgbcolor
  28512. fill grestore
  28513. stroke
  28514. grestore
  28515. gsave
  28516. 0.002 setlinewidth
  28517. 0.47373 0.67193 moveto 0.4896 0.69635 lineto 0.49515 0.70165 lineto gsave
  28518. 0.775 0.297 0 setrgbcolor
  28519. fill grestore
  28520. stroke
  28521. grestore
  28522. gsave
  28523. 0.002 setlinewidth
  28524. 0.4896 0.69635 moveto 0.47373 0.67193 lineto 0.47061 0.66288 lineto gsave
  28525. 0 0 0.548 setrgbcolor
  28526. fill grestore
  28527. stroke
  28528. grestore
  28529. gsave
  28530. 0.002 setlinewidth
  28531. 0.46765 0.60393 moveto 0.45461 0.55698 lineto 0.47508 0.5458 lineto gsave
  28532. 0.499 0.372 0.639 setrgbcolor
  28533. fill grestore
  28534. stroke
  28535. grestore
  28536. gsave
  28537. 0.002 setlinewidth
  28538. 0.45461 0.55698 moveto 0.46765 0.60393 lineto 0.45727 0.61515 lineto gsave
  28539. 0.328 0.267 0.635 setrgbcolor
  28540. fill grestore
  28541. stroke
  28542. grestore
  28543. gsave
  28544. 0.002 setlinewidth
  28545. 0.56387 0.48882 moveto 0.55725 0.5418 lineto 0.52958 0.5377 lineto gsave
  28546. 0.756 0.559 0.629 setrgbcolor
  28547. fill grestore
  28548. stroke
  28549. grestore
  28550. gsave
  28551. 0.002 setlinewidth
  28552. 0.52958 0.5377 moveto 0.53095 0.48377 lineto 0.56387 0.48882 lineto gsave
  28553. 0.756 0.559 0.629 setrgbcolor
  28554. fill grestore
  28555. stroke
  28556. grestore
  28557. gsave
  28558. 0.002 setlinewidth
  28559. 0.64137 0.23212 moveto 0.63293 0.2226 lineto 0.54524 0.20691 lineto gsave
  28560. 0.568 0.026 0 setrgbcolor
  28561. fill grestore
  28562. stroke
  28563. grestore
  28564. gsave
  28565. 0.002 setlinewidth
  28566. 0.52387 0.71693 moveto 0.5253 0.70858 lineto 0.51401 0.70809 lineto gsave
  28567. 0.544 0.047 0.026 setrgbcolor
  28568. fill grestore
  28569. stroke
  28570. grestore
  28571. gsave
  28572. 0.002 setlinewidth
  28573. 0.5253 0.70858 moveto 0.52387 0.71693 lineto 0.52943 0.71619 lineto gsave
  28574. 0.4 0 0.003 setrgbcolor
  28575. fill grestore
  28576. stroke
  28577. grestore
  28578. gsave
  28579. 0.002 setlinewidth
  28580. 0.52943 0.71619 moveto 0.5363 0.70711 lineto 0.5253 0.70858 lineto gsave
  28581. 0.4 0 0.003 setrgbcolor
  28582. fill grestore
  28583. stroke
  28584. grestore
  28585. gsave
  28586. 0.002 setlinewidth
  28587. 0.51816 0.71668 moveto 0.51401 0.70809 lineto 0.50359 0.7057 lineto gsave
  28588. 0.631 0.101 0 setrgbcolor
  28589. fill grestore
  28590. stroke
  28591. grestore
  28592. gsave
  28593. 0.002 setlinewidth
  28594. 0.51401 0.70809 moveto 0.51816 0.71668 lineto 0.52387 0.71693 lineto gsave
  28595. 0.544 0.047 0.026 setrgbcolor
  28596. fill grestore
  28597. stroke
  28598. grestore
  28599. gsave
  28600. 0.002 setlinewidth
  28601. 0.47309 0.65372 moveto 0.45727 0.61515 lineto 0.46765 0.60393 lineto gsave
  28602. 0.349 0.297 0.658 setrgbcolor
  28603. fill grestore
  28604. stroke
  28605. grestore
  28606. gsave
  28607. 0.002 setlinewidth
  28608. 0.45727 0.61515 moveto 0.47309 0.65372 lineto 0.47061 0.66288 lineto gsave
  28609. 0.043 0.124 0.624 setrgbcolor
  28610. fill grestore
  28611. stroke
  28612. grestore
  28613. gsave
  28614. 0.002 setlinewidth
  28615. 0.57342 0.66746 moveto 0.55674 0.69339 lineto 0.55687 0.6873 lineto gsave
  28616. 0.948 0.952 0.654 setrgbcolor
  28617. fill grestore
  28618. stroke
  28619. grestore
  28620. gsave
  28621. 0.002 setlinewidth
  28622. 0.55687 0.6873 moveto 0.57372 0.65823 lineto 0.57342 0.66746 lineto gsave
  28623. 0.948 0.952 0.654 setrgbcolor
  28624. fill grestore
  28625. stroke
  28626. grestore
  28627. gsave
  28628. 0.002 setlinewidth
  28629. 0.5363 0.70711 moveto 0.52943 0.71619 lineto 0.53424 0.71455 lineto gsave
  28630. 0.158 0 0 setrgbcolor
  28631. fill grestore
  28632. stroke
  28633. grestore
  28634. gsave
  28635. 0.002 setlinewidth
  28636. 0.53424 0.71455 moveto 0.54584 0.70385 lineto 0.5363 0.70711 lineto gsave
  28637. 0.158 0 0 setrgbcolor
  28638. fill grestore
  28639. stroke
  28640. grestore
  28641. gsave
  28642. 0.002 setlinewidth
  28643. 0.50106 0.53909 moveto 0.49702 0.48548 lineto 0.53095 0.48377 lineto gsave
  28644. 0.685 0.499 0.629 setrgbcolor
  28645. fill grestore
  28646. stroke
  28647. grestore
  28648. gsave
  28649. 0.002 setlinewidth
  28650. 0.49702 0.48548 moveto 0.50106 0.53909 lineto 0.47508 0.5458 lineto gsave
  28651. 0.603 0.437 0.63 setrgbcolor
  28652. fill grestore
  28653. stroke
  28654. grestore
  28655. gsave
  28656. 0.002 setlinewidth
  28657. 0.5129 0.71548 moveto 0.50359 0.7057 lineto 0.49515 0.70165 lineto gsave
  28658. 0.637 0.075 0 setrgbcolor
  28659. fill grestore
  28660. stroke
  28661. grestore
  28662. gsave
  28663. 0.002 setlinewidth
  28664. 0.50359 0.7057 moveto 0.5129 0.71548 lineto 0.51816 0.71668 lineto gsave
  28665. 0.631 0.101 0 setrgbcolor
  28666. fill grestore
  28667. stroke
  28668. grestore
  28669. gsave
  28670. 0.002 setlinewidth
  28671. 0.58085 0.55088 moveto 0.56956 0.59915 lineto 0.55048 0.59206 lineto gsave
  28672. 0.827 0.631 0.638 setrgbcolor
  28673. fill grestore
  28674. stroke
  28675. grestore
  28676. gsave
  28677. 0.002 setlinewidth
  28678. 0.55048 0.59206 moveto 0.55725 0.5418 lineto 0.58085 0.55088 lineto gsave
  28679. 0.827 0.631 0.638 setrgbcolor
  28680. fill grestore
  28681. stroke
  28682. grestore
  28683. gsave
  28684. 0.002 setlinewidth
  28685. 0.53095 0.48377 moveto 0.52958 0.5377 lineto 0.50106 0.53909 lineto gsave
  28686. 0.685 0.499 0.629 setrgbcolor
  28687. fill grestore
  28688. stroke
  28689. grestore
  28690. gsave
  28691. 0.002 setlinewidth
  28692. 0.54584 0.70385 moveto 0.53424 0.71455 lineto 0.53779 0.71218 lineto gsave
  28693. 0 0 0 setrgbcolor
  28694. fill grestore
  28695. stroke
  28696. grestore
  28697. gsave
  28698. 0.002 setlinewidth
  28699. 0.53779 0.71218 moveto 0.55291 0.69911 lineto 0.54584 0.70385 lineto gsave
  28700. 0 0 0 setrgbcolor
  28701. fill grestore
  28702. stroke
  28703. grestore
  28704. gsave
  28705. 0.002 setlinewidth
  28706. 0.48757 0.69037 moveto 0.47061 0.66288 lineto 0.47309 0.65372 lineto gsave
  28707. 0.131 0.221 0.691 setrgbcolor
  28708. fill grestore
  28709. stroke
  28710. grestore
  28711. gsave
  28712. 0.002 setlinewidth
  28713. 0.47061 0.66288 moveto 0.48757 0.69037 lineto 0.4896 0.69635 lineto gsave
  28714. 0 0 0.548 setrgbcolor
  28715. fill grestore
  28716. stroke
  28717. grestore
  28718. gsave
  28719. 0.002 setlinewidth
  28720. 0.44362 0.2328 moveto 0.44912 0.22103 lineto 0.36161 0.2483 lineto gsave
  28721. 0.248 0 0 setrgbcolor
  28722. fill grestore
  28723. stroke
  28724. grestore
  28725. gsave
  28726. 0.002 setlinewidth
  28727. 0.36161 0.2483 moveto 0.34975 0.2619 lineto 0.44362 0.2328 lineto gsave
  28728. 0.248 0 0 setrgbcolor
  28729. fill grestore
  28730. stroke
  28731. grestore
  28732. gsave
  28733. 0.002 setlinewidth
  28734. 0.58325 0.60928 moveto 0.56841 0.64939 lineto 0.558 0.64194 lineto gsave
  28735. 0.898 0.724 0.658 setrgbcolor
  28736. fill grestore
  28737. stroke
  28738. grestore
  28739. gsave
  28740. 0.002 setlinewidth
  28741. 0.558 0.64194 moveto 0.56956 0.59915 lineto 0.58325 0.60928 lineto gsave
  28742. 0.898 0.724 0.658 setrgbcolor
  28743. fill grestore
  28744. stroke
  28745. grestore
  28746. gsave
  28747. 0.002 setlinewidth
  28748. 0.49515 0.70165 moveto 0.50865 0.71345 lineto 0.5129 0.71548 lineto gsave
  28749. 0.637 0.075 0 setrgbcolor
  28750. fill grestore
  28751. stroke
  28752. grestore
  28753. gsave
  28754. 0.002 setlinewidth
  28755. 0.50865 0.71345 moveto 0.49515 0.70165 lineto 0.4896 0.69635 lineto gsave
  28756. 0 0.072 0.565 setrgbcolor
  28757. fill grestore
  28758. stroke
  28759. grestore
  28760. gsave
  28761. 0.002 setlinewidth
  28762. 0.54698 0.21531 moveto 0.54524 0.20691 lineto 0.4544 0.21225 lineto gsave
  28763. 0.427 0 0 setrgbcolor
  28764. fill grestore
  28765. stroke
  28766. grestore
  28767. gsave
  28768. 0.002 setlinewidth
  28769. 0.4544 0.21225 moveto 0.44912 0.22103 lineto 0.54698 0.21531 lineto gsave
  28770. 0.427 0 0 setrgbcolor
  28771. fill grestore
  28772. stroke
  28773. grestore
  28774. gsave
  28775. 0.002 setlinewidth
  28776. 0.48423 0.59518 moveto 0.47508 0.5458 lineto 0.50106 0.53909 lineto gsave
  28777. 0.605 0.444 0.637 setrgbcolor
  28778. fill grestore
  28779. stroke
  28780. grestore
  28781. gsave
  28782. 0.002 setlinewidth
  28783. 0.47508 0.5458 moveto 0.48423 0.59518 lineto 0.46765 0.60393 lineto gsave
  28784. 0.499 0.372 0.639 setrgbcolor
  28785. fill grestore
  28786. stroke
  28787. grestore
  28788. gsave
  28789. 0.002 setlinewidth
  28790. 0.55291 0.69911 moveto 0.53779 0.71218 lineto 0.53968 0.70933 lineto gsave
  28791. 0.742 0.97 0.704 setrgbcolor
  28792. fill grestore
  28793. stroke
  28794. grestore
  28795. gsave
  28796. 0.002 setlinewidth
  28797. 0.53968 0.70933 moveto 0.55674 0.69339 lineto 0.55291 0.69911 lineto gsave
  28798. 0.742 0.97 0.704 setrgbcolor
  28799. fill grestore
  28800. stroke
  28801. grestore
  28802. gsave
  28803. 0.002 setlinewidth
  28804. 0.74832 0.29956 moveto 0.73359 0.28351 lineto 0.65017 0.24465 lineto gsave
  28805. 0.694 0.154 0 setrgbcolor
  28806. fill grestore
  28807. stroke
  28808. grestore
  28809. gsave
  28810. 0.002 setlinewidth
  28811. 0.64137 0.23212 moveto 0.65017 0.24465 lineto 0.73359 0.28351 lineto gsave
  28812. 0.68 0.133 0 setrgbcolor
  28813. fill grestore
  28814. stroke
  28815. grestore
  28816. gsave
  28817. 0.002 setlinewidth
  28818. 0.57372 0.65823 moveto 0.55687 0.6873 lineto 0.55325 0.68149 lineto gsave
  28819. 0.952 0.845 0.7 setrgbcolor
  28820. fill grestore
  28821. stroke
  28822. grestore
  28823. gsave
  28824. 0.002 setlinewidth
  28825. 0.55325 0.68149 moveto 0.56841 0.64939 lineto 0.57372 0.65823 lineto gsave
  28826. 0.952 0.845 0.7 setrgbcolor
  28827. fill grestore
  28828. stroke
  28829. grestore
  28830. gsave
  28831. 0.002 setlinewidth
  28832. 0.54524 0.20691 moveto 0.54698 0.21531 lineto 0.64137 0.23212 lineto gsave
  28833. 0.568 0.026 0 setrgbcolor
  28834. fill grestore
  28835. stroke
  28836. grestore
  28837. gsave
  28838. 0.002 setlinewidth
  28839. 0.48102 0.64545 moveto 0.46765 0.60393 lineto 0.48423 0.59518 lineto gsave
  28840. 0.508 0.392 0.656 setrgbcolor
  28841. fill grestore
  28842. stroke
  28843. grestore
  28844. gsave
  28845. 0.002 setlinewidth
  28846. 0.46765 0.60393 moveto 0.48102 0.64545 lineto 0.47309 0.65372 lineto gsave
  28847. 0.349 0.297 0.658 setrgbcolor
  28848. fill grestore
  28849. stroke
  28850. grestore
  28851. gsave
  28852. 0.002 setlinewidth
  28853. 0.55725 0.5418 moveto 0.55048 0.59206 lineto 0.52817 0.58885 lineto gsave
  28854. 0.756 0.564 0.636 setrgbcolor
  28855. fill grestore
  28856. stroke
  28857. grestore
  28858. gsave
  28859. 0.002 setlinewidth
  28860. 0.52817 0.58885 moveto 0.52958 0.5377 lineto 0.55725 0.5418 lineto gsave
  28861. 0.756 0.564 0.636 setrgbcolor
  28862. fill grestore
  28863. stroke
  28864. grestore
  28865. gsave
  28866. 0.002 setlinewidth
  28867. 0.50588 0.71081 moveto 0.4896 0.69635 lineto 0.48757 0.69037 lineto gsave
  28868. 0 0.267 0.773 setrgbcolor
  28869. fill grestore
  28870. stroke
  28871. grestore
  28872. gsave
  28873. 0.002 setlinewidth
  28874. 0.4896 0.69635 moveto 0.50588 0.71081 lineto 0.50865 0.71345 lineto gsave
  28875. 0 0.072 0.565 setrgbcolor
  28876. fill grestore
  28877. stroke
  28878. grestore
  28879. gsave
  28880. 0.002 setlinewidth
  28881. 0.5052 0.58994 moveto 0.50106 0.53909 lineto 0.52958 0.5377 lineto gsave
  28882. 0.686 0.504 0.636 setrgbcolor
  28883. fill grestore
  28884. stroke
  28885. grestore
  28886. gsave
  28887. 0.002 setlinewidth
  28888. 0.50106 0.53909 moveto 0.5052 0.58994 lineto 0.48423 0.59518 lineto gsave
  28889. 0.605 0.444 0.637 setrgbcolor
  28890. fill grestore
  28891. stroke
  28892. grestore
  28893. gsave
  28894. 0.002 setlinewidth
  28895. 0.48931 0.68433 moveto 0.47309 0.65372 lineto 0.48102 0.64545 lineto gsave
  28896. 0.385 0.35 0.697 setrgbcolor
  28897. fill grestore
  28898. stroke
  28899. grestore
  28900. gsave
  28901. 0.002 setlinewidth
  28902. 0.47309 0.65372 moveto 0.48931 0.68433 lineto 0.48757 0.69037 lineto gsave
  28903. 0.131 0.221 0.691 setrgbcolor
  28904. fill grestore
  28905. stroke
  28906. grestore
  28907. gsave
  28908. 0.002 setlinewidth
  28909. 0.55674 0.69339 moveto 0.53968 0.70933 lineto 0.53971 0.70631 lineto gsave
  28910. 0.917 0.962 0.794 setrgbcolor
  28911. fill grestore
  28912. stroke
  28913. grestore
  28914. gsave
  28915. 0.002 setlinewidth
  28916. 0.53971 0.70631 moveto 0.55687 0.6873 lineto 0.55674 0.69339 lineto gsave
  28917. 0.917 0.962 0.794 setrgbcolor
  28918. fill grestore
  28919. stroke
  28920. grestore
  28921. gsave
  28922. 0.002 setlinewidth
  28923. 0.52958 0.5377 moveto 0.52817 0.58885 lineto 0.5052 0.58994 lineto gsave
  28924. 0.686 0.504 0.636 setrgbcolor
  28925. fill grestore
  28926. stroke
  28927. grestore
  28928. gsave
  28929. 0.002 setlinewidth
  28930. 0.56956 0.59915 moveto 0.558 0.64194 lineto 0.54358 0.63674 lineto gsave
  28931. 0.824 0.64 0.653 setrgbcolor
  28932. fill grestore
  28933. stroke
  28934. grestore
  28935. gsave
  28936. 0.002 setlinewidth
  28937. 0.54358 0.63674 moveto 0.55048 0.59206 lineto 0.56956 0.59915 lineto gsave
  28938. 0.824 0.64 0.653 setrgbcolor
  28939. fill grestore
  28940. stroke
  28941. grestore
  28942. gsave
  28943. 0.002 setlinewidth
  28944. 0.52241 0.71381 moveto 0.52387 0.71693 lineto 0.51816 0.71668 lineto closepath gsave
  28945. 0.316 0.766 0.958 setrgbcolor
  28946. fill grestore
  28947. stroke
  28948. grestore
  28949. gsave
  28950. 0.002 setlinewidth
  28951. 0.52241 0.71381 moveto 0.52943 0.71619 lineto 0.52387 0.71693 lineto closepath gsave
  28952. 0.409 0.833 0.962 setrgbcolor
  28953. fill grestore
  28954. stroke
  28955. grestore
  28956. gsave
  28957. 0.002 setlinewidth
  28958. 0.52241 0.71381 moveto 0.51816 0.71668 lineto 0.5129 0.71548 lineto closepath gsave
  28959. 0.283 0.714 0.968 setrgbcolor
  28960. fill grestore
  28961. stroke
  28962. grestore
  28963. gsave
  28964. 0.002 setlinewidth
  28965. 0.52241 0.71381 moveto 0.53424 0.71455 lineto 0.52943 0.71619 lineto closepath gsave
  28966. 0.536 0.896 0.974 setrgbcolor
  28967. fill grestore
  28968. stroke
  28969. grestore
  28970. gsave
  28971. 0.002 setlinewidth
  28972. 0.50489 0.70783 moveto 0.48757 0.69037 lineto 0.48931 0.68433 lineto gsave
  28973. 0.277 0.381 0.79 setrgbcolor
  28974. fill grestore
  28975. stroke
  28976. grestore
  28977. gsave
  28978. 0.002 setlinewidth
  28979. 0.48757 0.69037 moveto 0.50489 0.70783 lineto 0.50588 0.71081 lineto gsave
  28980. 0 0.267 0.773 setrgbcolor
  28981. fill grestore
  28982. stroke
  28983. grestore
  28984. gsave
  28985. 0.002 setlinewidth
  28986. 0.52241 0.71381 moveto 0.5129 0.71548 lineto 0.50865 0.71345 lineto closepath gsave
  28987. 0.307 0.678 0.976 setrgbcolor
  28988. fill grestore
  28989. stroke
  28990. grestore
  28991. gsave
  28992. 0.002 setlinewidth
  28993. 0.65017 0.24465 moveto 0.64137 0.23212 lineto 0.54698 0.21531 lineto gsave
  28994. 0.618 0.108 0.014 setrgbcolor
  28995. fill grestore
  28996. stroke
  28997. grestore
  28998. gsave
  28999. 0.002 setlinewidth
  29000. 0.56841 0.64939 moveto 0.55325 0.68149 lineto 0.54622 0.67661 lineto gsave
  29001. 0.885 0.736 0.691 setrgbcolor
  29002. fill grestore
  29003. stroke
  29004. grestore
  29005. gsave
  29006. 0.002 setlinewidth
  29007. 0.54622 0.67661 moveto 0.558 0.64194 lineto 0.56841 0.64939 lineto gsave
  29008. 0.885 0.736 0.691 setrgbcolor
  29009. fill grestore
  29010. stroke
  29011. grestore
  29012. gsave
  29013. 0.002 setlinewidth
  29014. 0.52241 0.71381 moveto 0.53779 0.71218 lineto 0.53424 0.71455 lineto closepath gsave
  29015. 0.656 0.926 0.974 setrgbcolor
  29016. fill grestore
  29017. stroke
  29018. grestore
  29019. gsave
  29020. 0.002 setlinewidth
  29021. 0.49359 0.63903 moveto 0.48423 0.59518 lineto 0.5052 0.58994 lineto gsave
  29022. 0.61 0.458 0.651 setrgbcolor
  29023. fill grestore
  29024. stroke
  29025. grestore
  29026. gsave
  29027. 0.002 setlinewidth
  29028. 0.48423 0.59518 moveto 0.49359 0.63903 lineto 0.48102 0.64545 lineto gsave
  29029. 0.508 0.392 0.656 setrgbcolor
  29030. fill grestore
  29031. stroke
  29032. grestore
  29033. gsave
  29034. 0.002 setlinewidth
  29035. 0.52241 0.71381 moveto 0.50865 0.71345 lineto 0.50588 0.71081 lineto closepath gsave
  29036. 0.367 0.653 0.966 setrgbcolor
  29037. fill grestore
  29038. stroke
  29039. grestore
  29040. gsave
  29041. 0.002 setlinewidth
  29042. 0.55687 0.6873 moveto 0.53971 0.70631 lineto 0.53786 0.70343 lineto gsave
  29043. 0.907 0.852 0.778 setrgbcolor
  29044. fill grestore
  29045. stroke
  29046. grestore
  29047. gsave
  29048. 0.002 setlinewidth
  29049. 0.53786 0.70343 moveto 0.55325 0.68149 lineto 0.55687 0.6873 lineto gsave
  29050. 0.907 0.852 0.778 setrgbcolor
  29051. fill grestore
  29052. stroke
  29053. grestore
  29054. gsave
  29055. 0.002 setlinewidth
  29056. 0.52241 0.71381 moveto 0.53968 0.70933 lineto 0.53779 0.71218 lineto closepath gsave
  29057. 0.736 0.915 0.954 setrgbcolor
  29058. fill grestore
  29059. stroke
  29060. grestore
  29061. gsave
  29062. 0.002 setlinewidth
  29063. 0.49468 0.67891 moveto 0.48102 0.64545 lineto 0.49359 0.63903 lineto gsave
  29064. 0.525 0.427 0.686 setrgbcolor
  29065. fill grestore
  29066. stroke
  29067. grestore
  29068. gsave
  29069. 0.002 setlinewidth
  29070. 0.48102 0.64545 moveto 0.49468 0.67891 lineto 0.48931 0.68433 lineto gsave
  29071. 0.385 0.35 0.697 setrgbcolor
  29072. fill grestore
  29073. stroke
  29074. grestore
  29075. gsave
  29076. 0.002 setlinewidth
  29077. 0.55048 0.59206 moveto 0.54358 0.63674 lineto 0.52675 0.63439 lineto gsave
  29078. 0.756 0.573 0.65 setrgbcolor
  29079. fill grestore
  29080. stroke
  29081. grestore
  29082. gsave
  29083. 0.002 setlinewidth
  29084. 0.52675 0.63439 moveto 0.52817 0.58885 lineto 0.55048 0.59206 lineto gsave
  29085. 0.756 0.573 0.65 setrgbcolor
  29086. fill grestore
  29087. stroke
  29088. grestore
  29089. gsave
  29090. 0.002 setlinewidth
  29091. 0.52241 0.71381 moveto 0.50588 0.71081 lineto 0.50489 0.70783 lineto closepath gsave
  29092. 0.437 0.636 0.939 setrgbcolor
  29093. fill grestore
  29094. stroke
  29095. grestore
  29096. gsave
  29097. 0.002 setlinewidth
  29098. 0.5058 0.70484 moveto 0.48931 0.68433 lineto 0.49468 0.67891 lineto gsave
  29099. 0.447 0.446 0.764 setrgbcolor
  29100. fill grestore
  29101. stroke
  29102. grestore
  29103. gsave
  29104. 0.002 setlinewidth
  29105. 0.48931 0.68433 moveto 0.5058 0.70484 lineto 0.50489 0.70783 lineto gsave
  29106. 0.277 0.381 0.79 setrgbcolor
  29107. fill grestore
  29108. stroke
  29109. grestore
  29110. gsave
  29111. 0.002 setlinewidth
  29112. 0.52241 0.71381 moveto 0.53971 0.70631 lineto 0.53968 0.70933 lineto closepath gsave
  29113. 0.773 0.877 0.923 setrgbcolor
  29114. fill grestore
  29115. stroke
  29116. grestore
  29117. gsave
  29118. 0.002 setlinewidth
  29119. 0.50942 0.63519 moveto 0.5052 0.58994 lineto 0.52817 0.58885 lineto gsave
  29120. 0.687 0.516 0.649 setrgbcolor
  29121. fill grestore
  29122. stroke
  29123. grestore
  29124. gsave
  29125. 0.002 setlinewidth
  29126. 0.5052 0.58994 moveto 0.50942 0.63519 lineto 0.49359 0.63903 lineto gsave
  29127. 0.61 0.458 0.651 setrgbcolor
  29128. fill grestore
  29129. stroke
  29130. grestore
  29131. gsave
  29132. 0.002 setlinewidth
  29133. 0.52817 0.58885 moveto 0.52675 0.63439 lineto 0.50942 0.63519 lineto gsave
  29134. 0.687 0.516 0.649 setrgbcolor
  29135. fill grestore
  29136. stroke
  29137. grestore
  29138. gsave
  29139. 0.002 setlinewidth
  29140. 0.558 0.64194 moveto 0.54622 0.67661 lineto 0.53655 0.67321 lineto gsave
  29141. 0.818 0.655 0.681 setrgbcolor
  29142. fill grestore
  29143. stroke
  29144. grestore
  29145. gsave
  29146. 0.002 setlinewidth
  29147. 0.53655 0.67321 moveto 0.54358 0.63674 lineto 0.558 0.64194 lineto gsave
  29148. 0.818 0.655 0.681 setrgbcolor
  29149. fill grestore
  29150. stroke
  29151. grestore
  29152. gsave
  29153. 0.002 setlinewidth
  29154. 0.52241 0.71381 moveto 0.50489 0.70783 lineto 0.5058 0.70484 lineto closepath gsave
  29155. 0.502 0.627 0.907 setrgbcolor
  29156. fill grestore
  29157. stroke
  29158. grestore
  29159. gsave
  29160. 0.002 setlinewidth
  29161. 0.43793 0.24567 moveto 0.44362 0.2328 lineto 0.34975 0.2619 lineto gsave
  29162. 0.263 0 0 setrgbcolor
  29163. fill grestore
  29164. stroke
  29165. grestore
  29166. gsave
  29167. 0.002 setlinewidth
  29168. 0.34975 0.2619 moveto 0.3375 0.27661 lineto 0.43793 0.24567 lineto gsave
  29169. 0.263 0 0 setrgbcolor
  29170. fill grestore
  29171. stroke
  29172. grestore
  29173. gsave
  29174. 0.002 setlinewidth
  29175. 0.55325 0.68149 moveto 0.53786 0.70343 lineto 0.53432 0.70103 lineto gsave
  29176. 0.857 0.757 0.752 setrgbcolor
  29177. fill grestore
  29178. stroke
  29179. grestore
  29180. gsave
  29181. 0.002 setlinewidth
  29182. 0.53432 0.70103 moveto 0.54622 0.67661 lineto 0.55325 0.68149 lineto gsave
  29183. 0.857 0.757 0.752 setrgbcolor
  29184. fill grestore
  29185. stroke
  29186. grestore
  29187. gsave
  29188. 0.002 setlinewidth
  29189. 0.54879 0.22669 moveto 0.54698 0.21531 lineto 0.44912 0.22103 lineto gsave
  29190. 0.48 0.001 0.04 setrgbcolor
  29191. fill grestore
  29192. stroke
  29193. grestore
  29194. gsave
  29195. 0.002 setlinewidth
  29196. 0.44912 0.22103 moveto 0.44362 0.2328 lineto 0.54879 0.22669 lineto gsave
  29197. 0.48 0.001 0.04 setrgbcolor
  29198. fill grestore
  29199. stroke
  29200. grestore
  29201. gsave
  29202. 0.002 setlinewidth
  29203. 0.52241 0.71381 moveto 0.53786 0.70343 lineto 0.53971 0.70631 lineto closepath gsave
  29204. 0.779 0.828 0.891 setrgbcolor
  29205. fill grestore
  29206. stroke
  29207. grestore
  29208. gsave
  29209. 0.002 setlinewidth
  29210. 0.50312 0.67471 moveto 0.49359 0.63903 lineto 0.50942 0.63519 lineto gsave
  29211. 0.617 0.484 0.677 setrgbcolor
  29212. fill grestore
  29213. stroke
  29214. grestore
  29215. gsave
  29216. 0.002 setlinewidth
  29217. 0.49359 0.63903 moveto 0.50312 0.67471 lineto 0.49468 0.67891 lineto gsave
  29218. 0.525 0.427 0.686 setrgbcolor
  29219. fill grestore
  29220. stroke
  29221. grestore
  29222. gsave
  29223. 0.002 setlinewidth
  29224. 0.52241 0.71381 moveto 0.53432 0.70103 lineto 0.53786 0.70343 lineto closepath gsave
  29225. 0.767 0.781 0.865 setrgbcolor
  29226. fill grestore
  29227. stroke
  29228. grestore
  29229. gsave
  29230. 0.002 setlinewidth
  29231. 0.52241 0.71381 moveto 0.52948 0.69935 lineto 0.53432 0.70103 lineto closepath gsave
  29232. 0.745 0.739 0.847 setrgbcolor
  29233. fill grestore
  29234. stroke
  29235. grestore
  29236. gsave
  29237. 0.002 setlinewidth
  29238. 0.52241 0.71381 moveto 0.52385 0.6986 lineto 0.52948 0.69935 lineto closepath gsave
  29239. 0.717 0.704 0.837 setrgbcolor
  29240. fill grestore
  29241. stroke
  29242. grestore
  29243. gsave
  29244. 0.002 setlinewidth
  29245. 0.52241 0.71381 moveto 0.51807 0.69886 lineto 0.52385 0.6986 lineto closepath gsave
  29246. 0.684 0.675 0.835 setrgbcolor
  29247. fill grestore
  29248. stroke
  29249. grestore
  29250. gsave
  29251. 0.002 setlinewidth
  29252. 0.52241 0.71381 moveto 0.51276 0.70009 lineto 0.51807 0.69886 lineto closepath gsave
  29253. 0.648 0.652 0.841 setrgbcolor
  29254. fill grestore
  29255. stroke
  29256. grestore
  29257. gsave
  29258. 0.002 setlinewidth
  29259. 0.52241 0.71381 moveto 0.50852 0.70216 lineto 0.51276 0.70009 lineto closepath gsave
  29260. 0.606 0.636 0.855 setrgbcolor
  29261. fill grestore
  29262. stroke
  29263. grestore
  29264. gsave
  29265. 0.002 setlinewidth
  29266. 0.52241 0.71381 moveto 0.5058 0.70484 lineto 0.50852 0.70216 lineto closepath gsave
  29267. 0.558 0.628 0.877 setrgbcolor
  29268. fill grestore
  29269. stroke
  29270. grestore
  29271. gsave
  29272. 0.002 setlinewidth
  29273. 0.49468 0.67891 moveto 0.50852 0.70216 lineto 0.5058 0.70484 lineto gsave
  29274. 0.447 0.446 0.764 setrgbcolor
  29275. fill grestore
  29276. stroke
  29277. grestore
  29278. gsave
  29279. 0.002 setlinewidth
  29280. 0.65017 0.24465 moveto 0.65927 0.25827 lineto 0.74832 0.29956 lineto gsave
  29281. 0.694 0.154 0 setrgbcolor
  29282. fill grestore
  29283. stroke
  29284. grestore
  29285. gsave
  29286. 0.002 setlinewidth
  29287. 0.50852 0.70216 moveto 0.49468 0.67891 lineto 0.50312 0.67471 lineto gsave
  29288. 0.554 0.493 0.742 setrgbcolor
  29289. fill grestore
  29290. stroke
  29291. grestore
  29292. gsave
  29293. 0.002 setlinewidth
  29294. 0.54358 0.63674 moveto 0.53655 0.67321 lineto 0.5253 0.67168 lineto gsave
  29295. 0.754 0.591 0.675 setrgbcolor
  29296. fill grestore
  29297. stroke
  29298. grestore
  29299. gsave
  29300. 0.002 setlinewidth
  29301. 0.5253 0.67168 moveto 0.52675 0.63439 lineto 0.54358 0.63674 lineto gsave
  29302. 0.754 0.591 0.675 setrgbcolor
  29303. fill grestore
  29304. stroke
  29305. grestore
  29306. gsave
  29307. 0.002 setlinewidth
  29308. 0.54698 0.21531 moveto 0.54879 0.22669 lineto 0.65017 0.24465 lineto gsave
  29309. 0.618 0.108 0.014 setrgbcolor
  29310. fill grestore
  29311. stroke
  29312. grestore
  29313. gsave
  29314. 0.002 setlinewidth
  29315. 0.54622 0.67661 moveto 0.53432 0.70103 lineto 0.52948 0.69935 lineto gsave
  29316. 0.802 0.684 0.734 setrgbcolor
  29317. fill grestore
  29318. stroke
  29319. grestore
  29320. gsave
  29321. 0.002 setlinewidth
  29322. 0.52948 0.69935 moveto 0.53655 0.67321 lineto 0.54622 0.67661 lineto gsave
  29323. 0.802 0.684 0.734 setrgbcolor
  29324. fill grestore
  29325. stroke
  29326. grestore
  29327. gsave
  29328. 0.002 setlinewidth
  29329. 0.50312 0.67471 moveto 0.51276 0.70009 lineto 0.50852 0.70216 lineto gsave
  29330. 0.554 0.493 0.742 setrgbcolor
  29331. fill grestore
  29332. stroke
  29333. grestore
  29334. gsave
  29335. 0.002 setlinewidth
  29336. 0.51372 0.6722 moveto 0.50942 0.63519 lineto 0.52675 0.63439 lineto gsave
  29337. 0.69 0.537 0.674 setrgbcolor
  29338. fill grestore
  29339. stroke
  29340. grestore
  29341. gsave
  29342. 0.002 setlinewidth
  29343. 0.50942 0.63519 moveto 0.51372 0.6722 lineto 0.50312 0.67471 lineto gsave
  29344. 0.617 0.484 0.677 setrgbcolor
  29345. fill grestore
  29346. stroke
  29347. grestore
  29348. gsave
  29349. 0.002 setlinewidth
  29350. 0.52675 0.63439 moveto 0.5253 0.67168 lineto 0.51372 0.6722 lineto gsave
  29351. 0.69 0.537 0.674 setrgbcolor
  29352. fill grestore
  29353. stroke
  29354. grestore
  29355. gsave
  29356. 0.002 setlinewidth
  29357. 0.51276 0.70009 moveto 0.50312 0.67471 lineto 0.51372 0.6722 lineto gsave
  29358. 0.63 0.535 0.728 setrgbcolor
  29359. fill grestore
  29360. stroke
  29361. grestore
  29362. gsave
  29363. 0.002 setlinewidth
  29364. 0.51372 0.6722 moveto 0.51807 0.69886 lineto 0.51276 0.70009 lineto gsave
  29365. 0.63 0.535 0.728 setrgbcolor
  29366. fill grestore
  29367. stroke
  29368. grestore
  29369. gsave
  29370. 0.002 setlinewidth
  29371. 0.53655 0.67321 moveto 0.52948 0.69935 lineto 0.52385 0.6986 lineto gsave
  29372. 0.748 0.626 0.724 setrgbcolor
  29373. fill grestore
  29374. stroke
  29375. grestore
  29376. gsave
  29377. 0.002 setlinewidth
  29378. 0.5253 0.67168 moveto 0.52385 0.6986 lineto 0.51807 0.69886 lineto gsave
  29379. 0.693 0.578 0.722 setrgbcolor
  29380. fill grestore
  29381. stroke
  29382. grestore
  29383. gsave
  29384. 0.002 setlinewidth
  29385. 0.51807 0.69886 moveto 0.51372 0.6722 lineto 0.5253 0.67168 lineto gsave
  29386. 0.693 0.578 0.722 setrgbcolor
  29387. fill grestore
  29388. stroke
  29389. grestore
  29390. gsave
  29391. 0.002 setlinewidth
  29392. 0.52385 0.6986 moveto 0.5253 0.67168 lineto 0.53655 0.67321 lineto gsave
  29393. 0.748 0.626 0.724 setrgbcolor
  29394. fill grestore
  29395. stroke
  29396. grestore
  29397. gsave
  29398. 0.002 setlinewidth
  29399. 0.65927 0.25827 moveto 0.65017 0.24465 lineto 0.54879 0.22669 lineto gsave
  29400. 0.628 0.125 0.036 setrgbcolor
  29401. fill grestore
  29402. stroke
  29403. grestore
  29404. gsave
  29405. 0.002 setlinewidth
  29406. 0.55067 0.23915 moveto 0.54879 0.22669 lineto 0.44362 0.2328 lineto gsave
  29407. 0.49 0.019 0.061 setrgbcolor
  29408. fill grestore
  29409. stroke
  29410. grestore
  29411. gsave
  29412. 0.002 setlinewidth
  29413. 0.44362 0.2328 moveto 0.43793 0.24567 lineto 0.55067 0.23915 lineto gsave
  29414. 0.49 0.019 0.061 setrgbcolor
  29415. fill grestore
  29416. stroke
  29417. grestore
  29418. gsave
  29419. 0.002 setlinewidth
  29420. 0.54879 0.22669 moveto 0.55067 0.23915 lineto 0.65927 0.25827 lineto gsave
  29421. 0.628 0.125 0.036 setrgbcolor
  29422. fill grestore
  29423. stroke
  29424. grestore
  29425. gsave
  29426. grestore
  29427. % End of Graphics
  29428. MathPictureEnd
  29429. :[font = input; preserveAspect; startGroup; ]
  29430. uu[1,7.01559,0];
  29431. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 34; pictureWidth = 282; pictureHeight = 254; endGroup; ]
  29432. %!
  29433. %%Creator: Mathematica
  29434. %%AspectRatio: 0.90378 
  29435. MathPictureStart
  29436. /Courier findfont 10  scalefont  setfont
  29437. % Scaling calculations
  29438. 0.024959 0.998348 -1.085326e-05 0.998348 [
  29439. [ 0 0 0 0 ]
  29440. [ 1 0.903775 0 0 ]
  29441. ] MathScale
  29442. % Start of Graphics
  29443. 1 setlinecap
  29444. 1 setlinejoin
  29445. newpath
  29446. %%Object: Graphics3D
  29447. [ ] 0 setdash
  29448. 0 setgray
  29449. 0 0 moveto
  29450. 1 0 lineto
  29451. 1 0.90378 lineto
  29452. 0 0.90378 lineto
  29453. closepath
  29454. clip
  29455. newpath
  29456. gsave
  29457. 0.002 setlinewidth
  29458. 0.54502 0.66974 moveto 0.54609 0.66681 lineto 0.45231 0.6627 lineto gsave
  29459. 0.383 0 0 setrgbcolor
  29460. fill grestore
  29461. stroke
  29462. grestore
  29463. gsave
  29464. 0.002 setlinewidth
  29465. 0.63257 0.64924 moveto 0.63804 0.65445 lineto 0.55028 0.66624 lineto gsave
  29466. 0.617 0.81 0.974 setrgbcolor
  29467. fill grestore
  29468. stroke
  29469. grestore
  29470. gsave
  29471. 0.002 setlinewidth
  29472. 0.55028 0.66624 moveto 0.54609 0.66681 lineto gsave
  29473. 0.55352 0.6653 lineto 0.617 0.81 0.974 setrgbcolor
  29474. fill grestore
  29475. stroke
  29476. grestore
  29477. gsave
  29478. 0.63257 0.64924 moveto 0.55028 0.66624 lineto 0.55352 0.6653 lineto 0.617 0.81 0.974 setrgbcolor
  29479. fill
  29480. grestore
  29481. gsave
  29482. 0.002 setlinewidth
  29483. 0.54609 0.66681 moveto 0.54502 0.66974 lineto 0.63257 0.64924 lineto gsave
  29484. 0.157 0 0 setrgbcolor
  29485. fill grestore
  29486. stroke
  29487. grestore
  29488. gsave
  29489. 0.002 setlinewidth
  29490. 0.62703 0.64379 moveto 0.63257 0.64924 lineto 0.55641 0.66707 lineto gsave
  29491. 0.676 0.825 0.955 setrgbcolor
  29492. fill grestore
  29493. stroke
  29494. grestore
  29495. gsave
  29496. 0.002 setlinewidth
  29497. 0.55641 0.66707 moveto 0.54502 0.66974 lineto gsave
  29498. 0.56338 0.66393 lineto 0.676 0.825 0.955 setrgbcolor
  29499. fill grestore
  29500. stroke
  29501. grestore
  29502. gsave
  29503. 0.62703 0.64379 moveto 0.55641 0.66707 lineto 0.56338 0.66393 lineto 0.676 0.825 0.955 setrgbcolor
  29504. fill
  29505. grestore
  29506. gsave
  29507. 0.002 setlinewidth
  29508. 0.54502 0.66974 moveto 0.54393 0.67186 lineto 0.62615 0.64409 lineto gsave
  29509. 0 0 0 setrgbcolor
  29510. fill grestore
  29511. stroke
  29512. grestore
  29513. gsave
  29514. 0.54502 0.66974 moveto 0.62615 0.64409 lineto 0.62538 0.64431 lineto 0 0 0 setrgbcolor
  29515. fill
  29516. grestore
  29517. gsave
  29518. 0.002 setlinewidth
  29519. 0.54393 0.67186 moveto 0.54502 0.66974 lineto 0.45525 0.67336 lineto gsave
  29520. 0.247 0 0 setrgbcolor
  29521. fill grestore
  29522. stroke
  29523. grestore
  29524. gsave
  29525. 0.002 setlinewidth
  29526. 0.54393 0.67186 moveto 0.54282 0.67173 lineto 0.61904 0.63884 lineto gsave
  29527. 0.359 0.82 0.726 setrgbcolor
  29528. fill grestore
  29529. stroke
  29530. grestore
  29531. gsave
  29532. 0.002 setlinewidth
  29533. 0.61904 0.63884 moveto 0.62141 0.63782 lineto gsave
  29534. 0.61741 0.63958 lineto 0.359 0.82 0.726 setrgbcolor
  29535. fill grestore
  29536. stroke
  29537. grestore
  29538. gsave
  29539. 0.54393 0.67186 moveto 0.61904 0.63884 lineto 0.61741 0.63958 lineto 0.359 0.82 0.726 setrgbcolor
  29540. fill
  29541. grestore
  29542. gsave
  29543. 0.002 setlinewidth
  29544. 0.62615 0.64409 moveto 0.62703 0.64379 lineto gsave
  29545. 0.62538 0.64431 lineto 0 0 0 setrgbcolor
  29546. fill grestore
  29547. stroke
  29548. grestore
  29549. gsave
  29550. 0.002 setlinewidth
  29551. 0.45525 0.67336 moveto 0.45231 0.6627 lineto 0.3639 0.6423 lineto gsave
  29552. 0.714 0.263 0.178 setrgbcolor
  29553. fill grestore
  29554. stroke
  29555. grestore
  29556. gsave
  29557. 0.002 setlinewidth
  29558. 0.45231 0.6627 moveto 0.45525 0.67336 lineto 0.54502 0.66974 lineto gsave
  29559. 0.606 0.19 0.228 setrgbcolor
  29560. fill grestore
  29561. stroke
  29562. grestore
  29563. gsave
  29564. 0.002 setlinewidth
  29565. 0.63804 0.65445 moveto 0.63257 0.64924 lineto 0.71086 0.61324 lineto gsave
  29566. 0.7 0.839 0.949 setrgbcolor
  29567. fill grestore
  29568. stroke
  29569. grestore
  29570. gsave
  29571. 0.002 setlinewidth
  29572. 0.71086 0.61324 moveto 0.72094 0.62618 lineto 0.63804 0.65445 lineto gsave
  29573. 0.638 0.611 0.806 setrgbcolor
  29574. fill grestore
  29575. stroke
  29576. grestore
  29577. gsave
  29578. 0.002 setlinewidth
  29579. 0.3639 0.6423 moveto 0.37039 0.65958 lineto 0.45525 0.67336 lineto gsave
  29580. 0.741 0.351 0.313 setrgbcolor
  29581. fill grestore
  29582. stroke
  29583. grestore
  29584. gsave
  29585. 0.002 setlinewidth
  29586. 0.45828 0.68279 moveto 0.45525 0.67336 lineto 0.37039 0.65958 lineto gsave
  29587. 0.681 0.213 0.133 setrgbcolor
  29588. fill grestore
  29589. stroke
  29590. grestore
  29591. gsave
  29592. 0.002 setlinewidth
  29593. 0.45525 0.67336 moveto 0.45828 0.68279 lineto 0.54393 0.67186 lineto gsave
  29594. 0.565 0.139 0.191 setrgbcolor
  29595. fill grestore
  29596. stroke
  29597. grestore
  29598. gsave
  29599. 0.002 setlinewidth
  29600. 0.63257 0.64924 moveto 0.62703 0.64379 lineto 0.70076 0.60077 lineto gsave
  29601. 0.744 0.845 0.926 setrgbcolor
  29602. fill grestore
  29603. stroke
  29604. grestore
  29605. gsave
  29606. 0.002 setlinewidth
  29607. 0.70076 0.60077 moveto 0.71086 0.61324 lineto 0.63257 0.64924 lineto gsave
  29608. 0.664 0.625 0.801 setrgbcolor
  29609. fill grestore
  29610. stroke
  29611. grestore
  29612. gsave
  29613. 0.002 setlinewidth
  29614. 0.37039 0.65958 moveto 0.3639 0.6423 lineto 0.28818 0.60659 lineto gsave
  29615. 0.827 0.397 0.22 setrgbcolor
  29616. fill grestore
  29617. stroke
  29618. grestore
  29619. gsave
  29620. 0.002 setlinewidth
  29621. 0.54282 0.67173 moveto 0.54393 0.67186 lineto 0.45828 0.68279 lineto gsave
  29622. 0.13 0.678 0.739 setrgbcolor
  29623. fill grestore
  29624. stroke
  29625. grestore
  29626. gsave
  29627. 0.002 setlinewidth
  29628. 0.62141 0.63782 moveto 0.62703 0.64379 lineto 0.54393 0.67186 lineto gsave
  29629. 0.727 0.825 0.926 setrgbcolor
  29630. fill grestore
  29631. stroke
  29632. grestore
  29633. gsave
  29634. 0.002 setlinewidth
  29635. 0.62703 0.64379 moveto 0.62141 0.63782 lineto 0.6907 0.58962 lineto gsave
  29636. 0.774 0.837 0.9 setrgbcolor
  29637. fill grestore
  29638. stroke
  29639. grestore
  29640. gsave
  29641. 0.002 setlinewidth
  29642. 0.6907 0.58962 moveto 0.70076 0.60077 lineto 0.62703 0.64379 lineto gsave
  29643. 0.694 0.652 0.804 setrgbcolor
  29644. fill grestore
  29645. stroke
  29646. grestore
  29647. gsave
  29648. 0.002 setlinewidth
  29649. 0.37039 0.65958 moveto 0.37713 0.67534 lineto 0.45828 0.68279 lineto gsave
  29650. 0.723 0.323 0.291 setrgbcolor
  29651. fill grestore
  29652. stroke
  29653. grestore
  29654. gsave
  29655. 0.002 setlinewidth
  29656. 0.46146 0.68853 moveto 0.45828 0.68279 lineto 0.37713 0.67534 lineto gsave
  29657. 0.563 0.029 0 setrgbcolor
  29658. fill grestore
  29659. stroke
  29660. grestore
  29661. gsave
  29662. 0.002 setlinewidth
  29663. 0.45828 0.68279 moveto 0.46146 0.68853 lineto 0.54282 0.67173 lineto gsave
  29664. 0.444 0 0.025 setrgbcolor
  29665. fill grestore
  29666. stroke
  29667. grestore
  29668. gsave
  29669. 0.002 setlinewidth
  29670. 0.61571 0.63107 moveto 0.62141 0.63782 lineto 0.54282 0.67173 lineto gsave
  29671. 0.761 0.813 0.894 setrgbcolor
  29672. fill grestore
  29673. stroke
  29674. grestore
  29675. gsave
  29676. 0.002 setlinewidth
  29677. 0.62141 0.63782 moveto 0.61571 0.63107 lineto 0.68068 0.58049 lineto gsave
  29678. 0.789 0.819 0.877 setrgbcolor
  29679. fill grestore
  29680. stroke
  29681. grestore
  29682. gsave
  29683. 0.002 setlinewidth
  29684. 0.68068 0.58049 moveto 0.6907 0.58962 lineto 0.62141 0.63782 lineto gsave
  29685. 0.727 0.691 0.816 setrgbcolor
  29686. fill grestore
  29687. stroke
  29688. grestore
  29689. gsave
  29690. 0.002 setlinewidth
  29691. 0.54166 0.66812 moveto 0.54282 0.67173 lineto 0.46146 0.68853 lineto gsave
  29692. 0.606 0.912 0.981 setrgbcolor
  29693. fill grestore
  29694. stroke
  29695. grestore
  29696. gsave
  29697. 0.002 setlinewidth
  29698. 0.54282 0.67173 moveto 0.54166 0.66812 lineto 0.61571 0.63107 lineto gsave
  29699. 0.71 0.965 0.939 setrgbcolor
  29700. fill grestore
  29701. stroke
  29702. grestore
  29703. gsave
  29704. 0.002 setlinewidth
  29705. 0.72094 0.62618 moveto 0.71086 0.61324 lineto 0.77288 0.56408 lineto gsave
  29706. 0.624 0.606 0.813 setrgbcolor
  29707. fill grestore
  29708. stroke
  29709. grestore
  29710. gsave
  29711. 0.002 setlinewidth
  29712. 0.77288 0.56408 moveto 0.78735 0.58347 lineto 0.72094 0.62618 lineto gsave
  29713. 0.549 0.496 0.749 setrgbcolor
  29714. fill grestore
  29715. stroke
  29716. grestore
  29717. gsave
  29718. 0.002 setlinewidth
  29719. 0.28818 0.60659 moveto 0.29779 0.62877 lineto 0.37039 0.65958 lineto gsave
  29720. 0.835 0.431 0.28 setrgbcolor
  29721. fill grestore
  29722. stroke
  29723. grestore
  29724. gsave
  29725. 0.002 setlinewidth
  29726. 0.37713 0.67534 moveto 0.37039 0.65958 lineto 0.29779 0.62877 lineto gsave
  29727. 0.81 0.366 0.184 setrgbcolor
  29728. fill grestore
  29729. stroke
  29730. grestore
  29731. gsave
  29732. 0.002 setlinewidth
  29733. 0.71086 0.61324 moveto 0.70076 0.60077 lineto 0.75855 0.54594 lineto gsave
  29734. 0.653 0.622 0.807 setrgbcolor
  29735. fill grestore
  29736. stroke
  29737. grestore
  29738. gsave
  29739. 0.002 setlinewidth
  29740. 0.75855 0.54594 moveto 0.77288 0.56408 lineto 0.71086 0.61324 lineto gsave
  29741. 0.573 0.512 0.749 setrgbcolor
  29742. fill grestore
  29743. stroke
  29744. grestore
  29745. gsave
  29746. 0.002 setlinewidth
  29747. 0.60993 0.62338 moveto 0.61571 0.63107 lineto 0.54166 0.66812 lineto gsave
  29748. 0.778 0.794 0.866 setrgbcolor
  29749. fill grestore
  29750. stroke
  29751. grestore
  29752. gsave
  29753. 0.002 setlinewidth
  29754. 0.61571 0.63107 moveto 0.60993 0.62338 lineto 0.67072 0.57386 lineto gsave
  29755. 0.788 0.797 0.86 setrgbcolor
  29756. fill grestore
  29757. stroke
  29758. grestore
  29759. gsave
  29760. 0.002 setlinewidth
  29761. 0.67072 0.57386 moveto 0.68068 0.58049 lineto 0.61571 0.63107 lineto gsave
  29762. 0.762 0.744 0.837 setrgbcolor
  29763. fill grestore
  29764. stroke
  29765. grestore
  29766. gsave
  29767. 0.002 setlinewidth
  29768. 0.70076 0.60077 moveto 0.6907 0.58962 lineto 0.74449 0.5309 lineto gsave
  29769. 0.686 0.65 0.809 setrgbcolor
  29770. fill grestore
  29771. stroke
  29772. grestore
  29773. gsave
  29774. 0.002 setlinewidth
  29775. 0.74449 0.5309 moveto 0.75855 0.54594 lineto 0.70076 0.60077 lineto gsave
  29776. 0.609 0.548 0.761 setrgbcolor
  29777. fill grestore
  29778. stroke
  29779. grestore
  29780. gsave
  29781. 0.002 setlinewidth
  29782. 0.46146 0.68853 moveto 0.4648 0.6884 lineto 0.54166 0.66812 lineto gsave
  29783. 0 0 0 setrgbcolor
  29784. fill grestore
  29785. stroke
  29786. grestore
  29787. gsave
  29788. 0.002 setlinewidth
  29789. 0.54046 0.66015 moveto 0.54166 0.66812 lineto 0.4648 0.6884 lineto gsave
  29790. 0.764 0.84 0.909 setrgbcolor
  29791. fill grestore
  29792. stroke
  29793. grestore
  29794. gsave
  29795. 0.002 setlinewidth
  29796. 0.54166 0.66812 moveto 0.54046 0.66015 lineto 0.60993 0.62338 lineto gsave
  29797. 0.79 0.856 0.899 setrgbcolor
  29798. fill grestore
  29799. stroke
  29800. grestore
  29801. gsave
  29802. 0.002 setlinewidth
  29803. 0.6907 0.58962 moveto 0.68068 0.58049 lineto 0.73076 0.52049 lineto gsave
  29804. 0.723 0.691 0.819 setrgbcolor
  29805. fill grestore
  29806. stroke
  29807. grestore
  29808. gsave
  29809. 0.002 setlinewidth
  29810. 0.73076 0.52049 moveto 0.74449 0.5309 lineto 0.6907 0.58962 lineto gsave
  29811. 0.66 0.608 0.786 setrgbcolor
  29812. fill grestore
  29813. stroke
  29814. grestore
  29815. gsave
  29816. 0.002 setlinewidth
  29817. 0.37713 0.67534 moveto 0.38425 0.68633 lineto 0.46146 0.68853 lineto gsave
  29818. 0.669 0.224 0.186 setrgbcolor
  29819. fill grestore
  29820. stroke
  29821. grestore
  29822. gsave
  29823. 0.002 setlinewidth
  29824. 0.39992 0.68325 moveto 0.46833 0.68087 lineto gsave
  29825. 0.41559 0.68692 lineto 0.669 0.877 0.976 setrgbcolor
  29826. fill grestore
  29827. stroke
  29828. grestore
  29829. gsave
  29830. 0.002 setlinewidth
  29831. 0.46146 0.68853 moveto 0.38425 0.68633 lineto gsave
  29832. 0.45463 0.68814 lineto 0.014 0.588 0.736 setrgbcolor
  29833. fill grestore
  29834. stroke
  29835. grestore
  29836. gsave
  29837. 0.002 setlinewidth
  29838. 0.4648 0.6884 moveto 0.46402 0.68843 lineto gsave
  29839. 0.45463 0.68814 lineto 0.014 0.588 0.736 setrgbcolor
  29840. fill grestore
  29841. stroke
  29842. grestore
  29843. gsave
  29844. 0.002 setlinewidth
  29845. 0.46402 0.68843 moveto 0.46146 0.68853 lineto gsave
  29846. 0.45463 0.68814 lineto 0.014 0.588 0.736 setrgbcolor
  29847. fill grestore
  29848. stroke
  29849. grestore
  29850. gsave
  29851. 0.002 setlinewidth
  29852. 0.38425 0.68633 moveto 0.39184 0.68965 lineto 0.4648 0.6884 lineto gsave
  29853. 0.389 0 0 setrgbcolor
  29854. fill grestore
  29855. stroke
  29856. grestore
  29857. gsave
  29858. 0.002 setlinewidth
  29859. 0.39184 0.68965 moveto 0.39605 0.68632 lineto gsave
  29860. 0.41559 0.68692 lineto 0.669 0.877 0.976 setrgbcolor
  29861. fill grestore
  29862. stroke
  29863. grestore
  29864. gsave
  29865. 0.002 setlinewidth
  29866. 0.39605 0.68632 moveto 0.39992 0.68325 lineto gsave
  29867. 0.41559 0.68692 lineto 0.669 0.877 0.976 setrgbcolor
  29868. fill grestore
  29869. stroke
  29870. grestore
  29871. gsave
  29872. 0.002 setlinewidth
  29873. 0.60406 0.61467 moveto 0.60993 0.62338 lineto 0.54046 0.66015 lineto gsave
  29874. 0.781 0.773 0.846 setrgbcolor
  29875. fill grestore
  29876. stroke
  29877. grestore
  29878. gsave
  29879. 0.002 setlinewidth
  29880. 0.60993 0.62338 moveto 0.60406 0.61467 lineto 0.6608 0.56996 lineto gsave
  29881. 0.773 0.771 0.851 setrgbcolor
  29882. fill grestore
  29883. stroke
  29884. grestore
  29885. gsave
  29886. 0.002 setlinewidth
  29887. 0.6608 0.56996 moveto 0.67072 0.57386 lineto 0.60993 0.62338 lineto gsave
  29888. 0.793 0.813 0.867 setrgbcolor
  29889. fill grestore
  29890. stroke
  29891. grestore
  29892. gsave
  29893. 0.002 setlinewidth
  29894. 0.68068 0.58049 moveto 0.67072 0.57386 lineto 0.71736 0.51574 lineto gsave
  29895. 0.76 0.744 0.838 setrgbcolor
  29896. fill grestore
  29897. stroke
  29898. grestore
  29899. gsave
  29900. 0.002 setlinewidth
  29901. 0.71736 0.51574 moveto 0.73076 0.52049 lineto 0.68068 0.58049 lineto gsave
  29902. 0.731 0.704 0.825 setrgbcolor
  29903. fill grestore
  29904. stroke
  29905. grestore
  29906. gsave
  29907. 0.002 setlinewidth
  29908. 0.4648 0.6884 moveto 0.46833 0.68087 lineto 0.54046 0.66015 lineto gsave
  29909. 0.747 0.893 0.945 setrgbcolor
  29910. fill grestore
  29911. stroke
  29912. grestore
  29913. gsave
  29914. 0.002 setlinewidth
  29915. 0.53923 0.64744 moveto 0.54046 0.66015 lineto 0.46833 0.68087 lineto gsave
  29916. 0.783 0.748 0.821 setrgbcolor
  29917. fill grestore
  29918. stroke
  29919. grestore
  29920. gsave
  29921. 0.002 setlinewidth
  29922. 0.54046 0.66015 moveto 0.53923 0.64744 lineto 0.60406 0.61467 lineto gsave
  29923. 0.768 0.737 0.825 setrgbcolor
  29924. fill grestore
  29925. stroke
  29926. grestore
  29927. gsave
  29928. 0.002 setlinewidth
  29929. 0.43566 0.42597 moveto 0.44824 0.40185 lineto 0.47115 0.42863 lineto gsave
  29930. 0.772 0.621 0.692 setrgbcolor
  29931. fill grestore
  29932. stroke
  29933. grestore
  29934. gsave
  29935. 0.002 setlinewidth
  29936. 0.47115 0.42863 moveto 0.46258 0.45288 lineto 0.43566 0.42597 lineto gsave
  29937. 0.771 0.638 0.715 setrgbcolor
  29938. fill grestore
  29939. stroke
  29940. grestore
  29941. gsave
  29942. 0.002 setlinewidth
  29943. 0.47956 0.41475 moveto 0.47115 0.42863 lineto 0.44824 0.40185 lineto gsave
  29944. 0.676 0.609 0.773 setrgbcolor
  29945. fill grestore
  29946. stroke
  29947. grestore
  29948. gsave
  29949. 0.002 setlinewidth
  29950. 0.46258 0.45288 moveto 0.47115 0.42863 lineto 0.49929 0.46257 lineto gsave
  29951. 0.67 0.526 0.68 setrgbcolor
  29952. fill grestore
  29953. stroke
  29954. grestore
  29955. gsave
  29956. 0.002 setlinewidth
  29957. 0.47115 0.42863 moveto 0.47956 0.41475 lineto 0.50305 0.44881 lineto gsave
  29958. 0.576 0.481 0.71 setrgbcolor
  29959. fill grestore
  29960. stroke
  29961. grestore
  29962. gsave
  29963. 0.002 setlinewidth
  29964. 0.50305 0.44881 moveto 0.49929 0.46257 lineto 0.47115 0.42863 lineto gsave
  29965. 0.524 0.492 0.763 setrgbcolor
  29966. fill grestore
  29967. stroke
  29968. grestore
  29969. gsave
  29970. 0.002 setlinewidth
  29971. 0.42269 0.45968 moveto 0.43566 0.42597 lineto 0.46258 0.45288 lineto gsave
  29972. 0.807 0.633 0.665 setrgbcolor
  29973. fill grestore
  29974. stroke
  29975. grestore
  29976. gsave
  29977. 0.002 setlinewidth
  29978. 0.46258 0.45288 moveto 0.45379 0.48562 lineto 0.42269 0.45968 lineto gsave
  29979. 0.81 0.649 0.682 setrgbcolor
  29980. fill grestore
  29981. stroke
  29982. grestore
  29983. gsave
  29984. 0.002 setlinewidth
  29985. 0.45379 0.48562 moveto 0.46258 0.45288 lineto 0.49548 0.48438 lineto gsave
  29986. 0.717 0.549 0.662 setrgbcolor
  29987. fill grestore
  29988. stroke
  29989. grestore
  29990. gsave
  29991. 0.002 setlinewidth
  29992. 0.49929 0.46257 moveto 0.49548 0.48438 lineto 0.46258 0.45288 lineto gsave
  29993. 0.658 0.551 0.723 setrgbcolor
  29994. fill grestore
  29995. stroke
  29996. grestore
  29997. gsave
  29998. 0.002 setlinewidth
  29999. 0.29779 0.62877 moveto 0.28818 0.60659 lineto 0.23267 0.55761 lineto gsave
  30000. 0.876 0.438 0.085 setrgbcolor
  30001. fill grestore
  30002. stroke
  30003. grestore
  30004. gsave
  30005. 0.002 setlinewidth
  30006. 0.29779 0.62877 moveto 0.30778 0.64927 lineto 0.37713 0.67534 lineto gsave
  30007. 0.823 0.407 0.254 setrgbcolor
  30008. fill grestore
  30009. stroke
  30010. grestore
  30011. gsave
  30012. 0.002 setlinewidth
  30013. 0.38425 0.68633 moveto 0.37713 0.67534 lineto 0.30778 0.64927 lineto gsave
  30014. 0.744 0.24 0.024 setrgbcolor
  30015. fill grestore
  30016. stroke
  30017. grestore
  30018. gsave
  30019. 0.002 setlinewidth
  30020. 0.59811 0.60498 moveto 0.60406 0.61467 lineto 0.53923 0.64744 lineto gsave
  30021. 0.771 0.752 0.835 setrgbcolor
  30022. fill grestore
  30023. stroke
  30024. grestore
  30025. gsave
  30026. 0.002 setlinewidth
  30027. 0.60406 0.61467 moveto 0.59811 0.60498 lineto 0.65089 0.56866 lineto gsave
  30028. 0.744 0.743 0.85 setrgbcolor
  30029. fill grestore
  30030. stroke
  30031. grestore
  30032. gsave
  30033. 0.002 setlinewidth
  30034. 0.65089 0.56866 moveto 0.6608 0.56996 lineto 0.60406 0.61467 lineto gsave
  30035. 0.807 0.894 0.905 setrgbcolor
  30036. fill grestore
  30037. stroke
  30038. grestore
  30039. gsave
  30040. 0.002 setlinewidth
  30041. 0.67072 0.57386 moveto 0.6608 0.56996 lineto 0.70425 0.5171 lineto gsave
  30042. 0.794 0.812 0.867 setrgbcolor
  30043. fill grestore
  30044. stroke
  30045. grestore
  30046. gsave
  30047. 0.002 setlinewidth
  30048. 0.70425 0.5171 moveto 0.71736 0.51574 lineto 0.67072 0.57386 lineto gsave
  30049. 0.817 0.847 0.872 setrgbcolor
  30050. fill grestore
  30051. stroke
  30052. grestore
  30053. gsave
  30054. 0.002 setlinewidth
  30055. 0.46833 0.68087 moveto 0.4648 0.6884 lineto 0.39184 0.68965 lineto gsave
  30056. 0.712 0.851 0.949 setrgbcolor
  30057. fill grestore
  30058. stroke
  30059. grestore
  30060. gsave
  30061. 0.002 setlinewidth
  30062. 0.44824 0.40185 moveto 0.46051 0.38936 lineto 0.47956 0.41475 lineto gsave
  30063. 0.694 0.594 0.739 setrgbcolor
  30064. fill grestore
  30065. stroke
  30066. grestore
  30067. gsave
  30068. 0.002 setlinewidth
  30069. 0.48788 0.41218 moveto 0.47956 0.41475 lineto 0.46051 0.38936 lineto gsave
  30070. 0.382 0.481 0.836 setrgbcolor
  30071. fill grestore
  30072. stroke
  30073. grestore
  30074. gsave
  30075. 0.002 setlinewidth
  30076. 0.47956 0.41475 moveto 0.48788 0.41218 lineto 0.50679 0.44386 lineto gsave
  30077. 0.353 0.367 0.736 setrgbcolor
  30078. fill grestore
  30079. stroke
  30080. grestore
  30081. gsave
  30082. 0.002 setlinewidth
  30083. 0.50679 0.44386 moveto 0.50305 0.44881 lineto 0.47956 0.41475 lineto gsave
  30084. 0.179 0.314 0.765 setrgbcolor
  30085. fill grestore
  30086. stroke
  30087. grestore
  30088. gsave
  30089. 0.002 setlinewidth
  30090. 0.41721 0.40611 moveto 0.43262 0.38466 lineto 0.44824 0.40185 lineto gsave
  30091. 0.876 0.763 0.734 setrgbcolor
  30092. fill grestore
  30093. stroke
  30094. grestore
  30095. gsave
  30096. 0.002 setlinewidth
  30097. 0.44824 0.40185 moveto 0.43566 0.42597 lineto 0.41721 0.40611 lineto gsave
  30098. 0.876 0.763 0.734 setrgbcolor
  30099. fill grestore
  30100. stroke
  30101. grestore
  30102. gsave
  30103. 0.002 setlinewidth
  30104. 0.46051 0.38936 moveto 0.44824 0.40185 lineto 0.43262 0.38466 lineto gsave
  30105. 0.789 0.765 0.831 setrgbcolor
  30106. fill grestore
  30107. stroke
  30108. grestore
  30109. gsave
  30110. 0.002 setlinewidth
  30111. 0.46833 0.68087 moveto 0.47202 0.66533 lineto 0.53923 0.64744 lineto gsave
  30112. 0.777 0.723 0.802 setrgbcolor
  30113. fill grestore
  30114. stroke
  30115. grestore
  30116. gsave
  30117. 0.002 setlinewidth
  30118. 0.53798 0.63024 moveto 0.53923 0.64744 lineto 0.47202 0.66533 lineto gsave
  30119. 0.773 0.686 0.768 setrgbcolor
  30120. fill grestore
  30121. stroke
  30122. grestore
  30123. gsave
  30124. 0.002 setlinewidth
  30125. 0.53923 0.64744 moveto 0.53798 0.63024 lineto 0.59811 0.60498 lineto gsave
  30126. 0.732 0.655 0.774 setrgbcolor
  30127. fill grestore
  30128. stroke
  30129. grestore
  30130. gsave
  30131. 0.002 setlinewidth
  30132. 0.49548 0.48438 moveto 0.49162 0.5127 lineto 0.45379 0.48562 lineto gsave
  30133. 0.719 0.577 0.695 setrgbcolor
  30134. fill grestore
  30135. stroke
  30136. grestore
  30137. gsave
  30138. 0.002 setlinewidth
  30139. 0.49162 0.5127 moveto 0.49548 0.48438 lineto 0.53151 0.51772 lineto gsave
  30140. 0.612 0.479 0.676 setrgbcolor
  30141. fill grestore
  30142. stroke
  30143. grestore
  30144. gsave
  30145. 0.002 setlinewidth
  30146. 0.49548 0.48438 moveto 0.49929 0.46257 lineto 0.53022 0.50076 lineto gsave
  30147. 0.537 0.437 0.689 setrgbcolor
  30148. fill grestore
  30149. stroke
  30150. grestore
  30151. gsave
  30152. 0.002 setlinewidth
  30153. 0.53022 0.50076 moveto 0.53151 0.51772 lineto 0.49548 0.48438 lineto gsave
  30154. 0.479 0.468 0.767 setrgbcolor
  30155. fill grestore
  30156. stroke
  30157. grestore
  30158. gsave
  30159. 0.002 setlinewidth
  30160. 0.4448 0.52413 moveto 0.45379 0.48562 lineto 0.49162 0.5127 lineto gsave
  30161. 0.744 0.566 0.653 setrgbcolor
  30162. fill grestore
  30163. stroke
  30164. grestore
  30165. gsave
  30166. 0.002 setlinewidth
  30167. 0.49162 0.5127 moveto 0.48769 0.54537 lineto 0.4448 0.52413 lineto gsave
  30168. 0.752 0.594 0.681 setrgbcolor
  30169. fill grestore
  30170. stroke
  30171. grestore
  30172. gsave
  30173. 0.002 setlinewidth
  30174. 0.48769 0.54537 moveto 0.49162 0.5127 lineto 0.5328 0.53853 lineto gsave
  30175. 0.658 0.508 0.669 setrgbcolor
  30176. fill grestore
  30177. stroke
  30178. grestore
  30179. gsave
  30180. 0.002 setlinewidth
  30181. 0.53151 0.51772 moveto 0.5328 0.53853 lineto 0.49162 0.5127 lineto gsave
  30182. 0.602 0.528 0.744 setrgbcolor
  30183. fill grestore
  30184. stroke
  30185. grestore
  30186. gsave
  30187. 0.002 setlinewidth
  30188. 0.43262 0.38466 moveto 0.4476 0.37494 lineto 0.46051 0.38936 lineto gsave
  30189. 0.789 0.765 0.831 setrgbcolor
  30190. fill grestore
  30191. stroke
  30192. grestore
  30193. gsave
  30194. 0.002 setlinewidth
  30195. 0.47259 0.38952 moveto 0.46051 0.38936 lineto 0.4476 0.37494 lineto gsave
  30196. 0.41 0.63 0.944 setrgbcolor
  30197. fill grestore
  30198. stroke
  30199. grestore
  30200. gsave
  30201. 0.002 setlinewidth
  30202. 0.46051 0.38936 moveto 0.47259 0.38952 lineto 0.48788 0.41218 lineto gsave
  30203. 0.472 0.498 0.804 setrgbcolor
  30204. fill grestore
  30205. stroke
  30206. grestore
  30207. gsave
  30208. 0.002 setlinewidth
  30209. 0.40934 0.50001 moveto 0.42269 0.45968 lineto 0.45379 0.48562 lineto gsave
  30210. 0.826 0.641 0.653 setrgbcolor
  30211. fill grestore
  30212. stroke
  30213. grestore
  30214. gsave
  30215. 0.002 setlinewidth
  30216. 0.45379 0.48562 moveto 0.4448 0.52413 lineto 0.40934 0.50001 lineto gsave
  30217. 0.83 0.655 0.666 setrgbcolor
  30218. fill grestore
  30219. stroke
  30220. grestore
  30221. gsave
  30222. 0.002 setlinewidth
  30223. 0.49929 0.46257 moveto 0.50305 0.44881 lineto 0.52893 0.48863 lineto gsave
  30224. 0.394 0.36 0.702 setrgbcolor
  30225. fill grestore
  30226. stroke
  30227. grestore
  30228. gsave
  30229. 0.002 setlinewidth
  30230. 0.52893 0.48863 moveto 0.53022 0.50076 lineto 0.49929 0.46257 lineto gsave
  30231. 0.226 0.334 0.765 setrgbcolor
  30232. fill grestore
  30233. stroke
  30234. grestore
  30235. gsave
  30236. 0.002 setlinewidth
  30237. 0.40128 0.43726 moveto 0.41721 0.40611 lineto 0.43566 0.42597 lineto gsave
  30238. 0.903 0.754 0.686 setrgbcolor
  30239. fill grestore
  30240. stroke
  30241. grestore
  30242. gsave
  30243. 0.002 setlinewidth
  30244. 0.43566 0.42597 moveto 0.42269 0.45968 lineto 0.40128 0.43726 lineto gsave
  30245. 0.903 0.754 0.686 setrgbcolor
  30246. fill grestore
  30247. stroke
  30248. grestore
  30249. gsave
  30250. 0.002 setlinewidth
  30251. 0.47202 0.66533 moveto 0.47585 0.64219 lineto 0.53798 0.63024 lineto gsave
  30252. 0.755 0.637 0.73 setrgbcolor
  30253. fill grestore
  30254. stroke
  30255. grestore
  30256. gsave
  30257. 0.002 setlinewidth
  30258. 0.53669 0.60933 moveto 0.53798 0.63024 lineto 0.47585 0.64219 lineto gsave
  30259. 0.756 0.645 0.738 setrgbcolor
  30260. fill grestore
  30261. stroke
  30262. grestore
  30263. gsave
  30264. 0.002 setlinewidth
  30265. 0.53798 0.63024 moveto 0.53669 0.60933 lineto 0.59209 0.59446 lineto gsave
  30266. 0.694 0.597 0.744 setrgbcolor
  30267. fill grestore
  30268. stroke
  30269. grestore
  30270. gsave
  30271. 0.002 setlinewidth
  30272. 0.59209 0.59446 moveto 0.59811 0.60498 lineto 0.53798 0.63024 lineto gsave
  30273. 0.749 0.73 0.835 setrgbcolor
  30274. fill grestore
  30275. stroke
  30276. grestore
  30277. gsave
  30278. 0.002 setlinewidth
  30279. 0.59811 0.60498 moveto 0.59209 0.59446 lineto 0.64094 0.56954 lineto gsave
  30280. 0.695 0.708 0.859 setrgbcolor
  30281. fill grestore
  30282. stroke
  30283. grestore
  30284. gsave
  30285. 0.002 setlinewidth
  30286. 0.64094 0.56954 moveto 0.65089 0.56866 lineto 0.59811 0.60498 lineto gsave
  30287. 0.759 0.964 0.932 setrgbcolor
  30288. fill grestore
  30289. stroke
  30290. grestore
  30291. gsave
  30292. 0.002 setlinewidth
  30293. 0.43567 0.56507 moveto 0.4448 0.52413 lineto 0.48769 0.54537 lineto gsave
  30294. 0.762 0.581 0.652 setrgbcolor
  30295. fill grestore
  30296. stroke
  30297. grestore
  30298. gsave
  30299. 0.002 setlinewidth
  30300. 0.48769 0.54537 moveto 0.48373 0.57972 lineto 0.43567 0.56507 lineto gsave
  30301. 0.772 0.608 0.676 setrgbcolor
  30302. fill grestore
  30303. stroke
  30304. grestore
  30305. gsave
  30306. 0.002 setlinewidth
  30307. 0.48373 0.57972 moveto 0.48769 0.54537 lineto 0.5341 0.56183 lineto gsave
  30308. 0.689 0.532 0.669 setrgbcolor
  30309. fill grestore
  30310. stroke
  30311. grestore
  30312. gsave
  30313. 0.002 setlinewidth
  30314. 0.5328 0.53853 moveto 0.5341 0.56183 lineto 0.48769 0.54537 lineto gsave
  30315. 0.668 0.563 0.728 setrgbcolor
  30316. fill grestore
  30317. stroke
  30318. grestore
  30319. gsave
  30320. 0.002 setlinewidth
  30321. 0.6608 0.56996 moveto 0.65089 0.56866 lineto 0.69134 0.52436 lineto gsave
  30322. 0.808 0.894 0.904 setrgbcolor
  30323. fill grestore
  30324. stroke
  30325. grestore
  30326. gsave
  30327. 0.002 setlinewidth
  30328. 0.69134 0.52436 moveto 0.70425 0.5171 lineto 0.6608 0.56996 lineto gsave
  30329. 0.846 0.99 0.852 setrgbcolor
  30330. fill grestore
  30331. stroke
  30332. grestore
  30333. gsave
  30334. 0.002 setlinewidth
  30335. 0.47585 0.64219 moveto 0.47977 0.6129 lineto 0.53669 0.60933 lineto gsave
  30336. 0.734 0.589 0.694 setrgbcolor
  30337. fill grestore
  30338. stroke
  30339. grestore
  30340. gsave
  30341. 0.002 setlinewidth
  30342. 0.5354 0.586 moveto 0.53669 0.60933 lineto 0.47977 0.6129 lineto gsave
  30343. 0.735 0.615 0.724 setrgbcolor
  30344. fill grestore
  30345. stroke
  30346. grestore
  30347. gsave
  30348. 0.002 setlinewidth
  30349. 0.53669 0.60933 moveto 0.5354 0.586 lineto 0.58601 0.58336 lineto gsave
  30350. 0.653 0.551 0.727 setrgbcolor
  30351. fill grestore
  30352. stroke
  30353. grestore
  30354. gsave
  30355. 0.002 setlinewidth
  30356. 0.58601 0.58336 moveto 0.59209 0.59446 lineto 0.53669 0.60933 lineto gsave
  30357. 0.709 0.706 0.844 setrgbcolor
  30358. fill grestore
  30359. stroke
  30360. grestore
  30361. gsave
  30362. 0.002 setlinewidth
  30363. 0.47202 0.66533 moveto 0.46833 0.68087 lineto 0.39992 0.68325 lineto gsave
  30364. 0.796 0.742 0.803 setrgbcolor
  30365. fill grestore
  30366. stroke
  30367. grestore
  30368. gsave
  30369. 0.002 setlinewidth
  30370. 0.50305 0.44881 moveto 0.50679 0.44386 lineto 0.52763 0.4818 lineto gsave
  30371. 0.095 0.191 0.674 setrgbcolor
  30372. fill grestore
  30373. stroke
  30374. grestore
  30375. gsave
  30376. 0.002 setlinewidth
  30377. 0.50679 0.44386 moveto 0.51054 0.44767 lineto 0.51623 0.45942 lineto gsave
  30378. 0 0 0.473 setrgbcolor
  30379. fill grestore
  30380. stroke
  30381. grestore
  30382. gsave
  30383. 0.51857 0.46965 moveto 0.52638 0.48014 lineto 0.51966 0.47436 lineto 0 0.052 0.619 setrgbcolor
  30384. fill
  30385. grestore
  30386. gsave
  30387. 0.52763 0.4818 moveto 0.52687 0.4811 lineto 0.52638 0.48014 lineto 0 0.052 0.619 setrgbcolor
  30388. fill
  30389. grestore
  30390. gsave
  30391. 0.51966 0.47436 moveto 0.52638 0.48014 lineto 0.52687 0.4811 lineto 0 0.052 0.619 setrgbcolor
  30392. fill
  30393. grestore
  30394. gsave
  30395. 0.002 setlinewidth
  30396. 0.52631 0.48024 moveto 0.52763 0.4818 lineto 0.52465 0.47638 lineto gsave
  30397. 0.664 0.259 0 setrgbcolor
  30398. fill grestore
  30399. stroke
  30400. grestore
  30401. gsave
  30402. 0.002 setlinewidth
  30403. 0.52118 0.47006 moveto 0.50679 0.44386 lineto gsave
  30404. 0.51894 0.46651 lineto 0.664 0.259 0 setrgbcolor
  30405. fill grestore
  30406. stroke
  30407. grestore
  30408. gsave
  30409. 0.50679 0.44386 moveto 0.5126 0.45344 lineto 0.51704 0.46296 lineto 0 0 0.473 setrgbcolor
  30410. fill
  30411. grestore
  30412. gsave
  30413. 0.51623 0.45942 moveto 0.51688 0.46225 lineto 0.5126 0.45344 lineto 0 0 0.473 setrgbcolor
  30414. fill
  30415. grestore
  30416. gsave
  30417. 0.51704 0.46296 moveto 0.5126 0.45344 lineto 0.51688 0.46225 lineto 0 0 0.473 setrgbcolor
  30418. fill
  30419. grestore
  30420. gsave
  30421. 0.002 setlinewidth
  30422. 0.48788 0.41218 moveto 0.49621 0.42087 lineto 0.51054 0.44767 lineto gsave
  30423. 0 0.055 0.617 setrgbcolor
  30424. fill grestore
  30425. stroke
  30426. grestore
  30427. gsave
  30428. 0.002 setlinewidth
  30429. 0.50679 0.44386 moveto 0.48788 0.41218 lineto gsave
  30430. 0.50649 0.44133 lineto 0 0 0.493 setrgbcolor
  30431. fill grestore
  30432. stroke
  30433. grestore
  30434. gsave
  30435. 0.002 setlinewidth
  30436. 0.51054 0.44767 moveto 0.50908 0.44619 lineto gsave
  30437. 0.50649 0.44133 lineto 0 0 0.493 setrgbcolor
  30438. fill grestore
  30439. stroke
  30440. grestore
  30441. gsave
  30442. 0.002 setlinewidth
  30443. 0.50908 0.44619 moveto 0.50679 0.44386 lineto gsave
  30444. 0.50649 0.44133 lineto 0 0 0.493 setrgbcolor
  30445. fill grestore
  30446. stroke
  30447. grestore
  30448. gsave
  30449. 0.002 setlinewidth
  30450. 0.50464 0.43975 moveto 0.51395 0.45858 lineto gsave
  30451. 0.50093 0.4309 lineto 0.713 0.321 0 setrgbcolor
  30452. fill grestore
  30453. stroke
  30454. grestore
  30455. gsave
  30456. 0.002 setlinewidth
  30457. 0.49621 0.42087 moveto 0.49945 0.42813 lineto gsave
  30458. 0.50093 0.4309 lineto 0.713 0.321 0 setrgbcolor
  30459. fill grestore
  30460. stroke
  30461. grestore
  30462. gsave
  30463. 0.002 setlinewidth
  30464. 0.49945 0.42813 moveto 0.50464 0.43975 lineto gsave
  30465. 0.50093 0.4309 lineto 0.713 0.321 0 setrgbcolor
  30466. fill grestore
  30467. stroke
  30468. grestore
  30469. gsave
  30470. 0.002 setlinewidth
  30471. 0.51395 0.45858 moveto 0.51434 0.45935 lineto gsave
  30472. 0.51403 0.45869 lineto 0.713 0.321 0 setrgbcolor
  30473. fill grestore
  30474. stroke
  30475. grestore
  30476. gsave
  30477. 0.49621 0.42087 moveto 0.51395 0.45858 lineto 0.51403 0.45869 lineto 0.713 0.321 0 setrgbcolor
  30478. fill
  30479. grestore
  30480. gsave
  30481. 0.002 setlinewidth
  30482. 0.52465 0.47638 moveto 0.52118 0.47006 lineto gsave
  30483. 0.52087 0.4701 lineto 0.664 0.259 0 setrgbcolor
  30484. fill grestore
  30485. stroke
  30486. grestore
  30487. gsave
  30488. 0.52087 0.4701 moveto 0.52118 0.47006 lineto 0.51894 0.46651 lineto 0.664 0.259 0 setrgbcolor
  30489. fill
  30490. grestore
  30491. gsave
  30492. 0.52631 0.48024 moveto 0.52465 0.47638 lineto 0.52087 0.4701 lineto 0.664 0.259 0 setrgbcolor
  30493. fill
  30494. grestore
  30495. gsave
  30496. 0.002 setlinewidth
  30497. 0.52763 0.4818 moveto 0.52893 0.48863 lineto 0.51966 0.47436 lineto gsave
  30498. 0 0.052 0.619 setrgbcolor
  30499. fill grestore
  30500. stroke
  30501. grestore
  30502. gsave
  30503. 0.002 setlinewidth
  30504. 0.51434 0.45935 moveto 0.52498 0.48335 lineto gsave
  30505. 0.51703 0.46372 lineto 0.769 0.379 0 setrgbcolor
  30506. fill grestore
  30507. stroke
  30508. grestore
  30509. gsave
  30510. 0.51289 0.45349 moveto 0.51429 0.45916 lineto 0.51703 0.46372 lineto 0.769 0.379 0 setrgbcolor
  30511. fill
  30512. grestore
  30513. gsave
  30514. 0.51434 0.45935 moveto 0.51703 0.46372 lineto 0.51429 0.45916 lineto 0.769 0.379 0 setrgbcolor
  30515. fill
  30516. grestore
  30517. gsave
  30518. 0.002 setlinewidth
  30519. 0.51054 0.44767 moveto 0.5116 0.45093 lineto gsave
  30520. 0.51289 0.45349 lineto 0.769 0.379 0 setrgbcolor
  30521. fill grestore
  30522. stroke
  30523. grestore
  30524. gsave
  30525. 0.002 setlinewidth
  30526. 0.5116 0.45093 moveto 0.51434 0.45935 lineto gsave
  30527. 0.51289 0.45349 lineto 0.769 0.379 0 setrgbcolor
  30528. fill grestore
  30529. stroke
  30530. grestore
  30531. gsave
  30532. 0.002 setlinewidth
  30533. 0.51623 0.45942 moveto 0.52631 0.48024 lineto gsave
  30534. 0.51704 0.46296 lineto 0 0 0.473 setrgbcolor
  30535. fill grestore
  30536. stroke
  30537. grestore
  30538. gsave
  30539. 0.002 setlinewidth
  30540. 0.51966 0.47436 moveto 0.50305 0.44881 lineto gsave
  30541. 0.51857 0.46965 lineto 0 0.052 0.619 setrgbcolor
  30542. fill grestore
  30543. stroke
  30544. grestore
  30545. gsave
  30546. 0.002 setlinewidth
  30547. 0.47977 0.6129 moveto 0.48373 0.57972 lineto 0.5354 0.586 lineto gsave
  30548. 0.713 0.557 0.676 setrgbcolor
  30549. fill grestore
  30550. stroke
  30551. grestore
  30552. gsave
  30553. 0.002 setlinewidth
  30554. 0.5341 0.56183 moveto 0.5354 0.586 lineto 0.48373 0.57972 lineto gsave
  30555. 0.708 0.589 0.721 setrgbcolor
  30556. fill grestore
  30557. stroke
  30558. grestore
  30559. gsave
  30560. 0.002 setlinewidth
  30561. 0.5354 0.586 moveto 0.5341 0.56183 lineto 0.57988 0.572 lineto gsave
  30562. 0.605 0.51 0.719 setrgbcolor
  30563. fill grestore
  30564. stroke
  30565. grestore
  30566. gsave
  30567. 0.002 setlinewidth
  30568. 0.57988 0.572 moveto 0.58601 0.58336 lineto 0.5354 0.586 lineto gsave
  30569. 0.641 0.671 0.864 setrgbcolor
  30570. fill grestore
  30571. stroke
  30572. grestore
  30573. gsave
  30574. 0.002 setlinewidth
  30575. 0.42647 0.60472 moveto 0.43567 0.56507 lineto 0.48373 0.57972 lineto gsave
  30576. 0.776 0.598 0.658 setrgbcolor
  30577. fill grestore
  30578. stroke
  30579. grestore
  30580. gsave
  30581. 0.002 setlinewidth
  30582. 0.48373 0.57972 moveto 0.47977 0.6129 lineto 0.42647 0.60472 lineto gsave
  30583. 0.785 0.624 0.681 setrgbcolor
  30584. fill grestore
  30585. stroke
  30586. grestore
  30587. gsave
  30588. 0.002 setlinewidth
  30589. 0.5341 0.56183 moveto 0.5328 0.53853 lineto 0.57369 0.56074 lineto gsave
  30590. 0.54 0.464 0.718 setrgbcolor
  30591. fill grestore
  30592. stroke
  30593. grestore
  30594. gsave
  30595. 0.002 setlinewidth
  30596. 0.57369 0.56074 moveto 0.57988 0.572 lineto 0.5341 0.56183 lineto gsave
  30597. 0.517 0.612 0.886 setrgbcolor
  30598. fill grestore
  30599. stroke
  30600. grestore
  30601. gsave
  30602. 0.002 setlinewidth
  30603. 0.48788 0.41218 moveto 0.47259 0.38952 lineto gsave
  30604. 0.49402 0.41797 lineto 0 0.022 0.587 setrgbcolor
  30605. fill grestore
  30606. stroke
  30607. grestore
  30608. gsave
  30609. 0.002 setlinewidth
  30610. 0.49513 0.41975 moveto 0.48788 0.41218 lineto gsave
  30611. 0.49402 0.41797 lineto 0 0.022 0.587 setrgbcolor
  30612. fill grestore
  30613. stroke
  30614. grestore
  30615. gsave
  30616. 0.002 setlinewidth
  30617. 0.47259 0.38952 moveto 0.48464 0.40226 lineto 0.49621 0.42087 lineto gsave
  30618. 0 0.125 0.675 setrgbcolor
  30619. fill grestore
  30620. stroke
  30621. grestore
  30622. gsave
  30623. 0.002 setlinewidth
  30624. 0.49683 0.42641 moveto 0.50464 0.43975 lineto gsave
  30625. 0.48718 0.40702 lineto 0.738 0.315 0 setrgbcolor
  30626. fill grestore
  30627. stroke
  30628. grestore
  30629. gsave
  30630. 0.002 setlinewidth
  30631. 0.48464 0.40226 moveto 0.48647 0.40588 lineto gsave
  30632. 0.48718 0.40702 lineto 0.738 0.315 0 setrgbcolor
  30633. fill grestore
  30634. stroke
  30635. grestore
  30636. gsave
  30637. 0.002 setlinewidth
  30638. 0.48647 0.40588 moveto 0.49683 0.42641 lineto gsave
  30639. 0.48718 0.40702 lineto 0.738 0.315 0 setrgbcolor
  30640. fill grestore
  30641. stroke
  30642. grestore
  30643. gsave
  30644. 0.002 setlinewidth
  30645. 0.49621 0.42087 moveto 0.49513 0.41975 lineto gsave
  30646. 0.49402 0.41797 lineto 0 0.022 0.587 setrgbcolor
  30647. fill grestore
  30648. stroke
  30649. grestore
  30650. gsave
  30651. 0.002 setlinewidth
  30652. 0.39569 0.54324 moveto 0.40934 0.50001 lineto 0.4448 0.52413 lineto gsave
  30653. 0.837 0.649 0.649 setrgbcolor
  30654. fill grestore
  30655. stroke
  30656. grestore
  30657. gsave
  30658. 0.002 setlinewidth
  30659. 0.4448 0.52413 moveto 0.43567 0.56507 lineto 0.39569 0.54324 lineto gsave
  30660. 0.841 0.662 0.661 setrgbcolor
  30661. fill grestore
  30662. stroke
  30663. grestore
  30664. gsave
  30665. 0.002 setlinewidth
  30666. 0.4476 0.37494 moveto 0.4623 0.37794 lineto 0.47259 0.38952 lineto gsave
  30667. 0.41 0.63 0.944 setrgbcolor
  30668. fill grestore
  30669. stroke
  30670. grestore
  30671. gsave
  30672. 0.002 setlinewidth
  30673. 0.48464 0.40226 moveto 0.47259 0.38952 lineto 0.4623 0.37794 lineto gsave
  30674. 0 0 0.512 setrgbcolor
  30675. fill grestore
  30676. stroke
  30677. grestore
  30678. gsave
  30679. 0.002 setlinewidth
  30680. 0.59209 0.59446 moveto 0.58601 0.58336 lineto 0.62915 0.57233 lineto gsave
  30681. 0.614 0.662 0.873 setrgbcolor
  30682. fill grestore
  30683. stroke
  30684. grestore
  30685. gsave
  30686. 0.002 setlinewidth
  30687. 0.62915 0.57233 moveto 0.63091 0.57188 lineto gsave
  30688. 0.63012 0.57234 lineto 0.614 0.662 0.873 setrgbcolor
  30689. fill grestore
  30690. stroke
  30691. grestore
  30692. gsave
  30693. 0.59209 0.59446 moveto 0.62915 0.57233 lineto 0.63012 0.57234 lineto 0.614 0.662 0.873 setrgbcolor
  30694. fill
  30695. grestore
  30696. gsave
  30697. 0.002 setlinewidth
  30698. 0.62075 0.57476 moveto 0.63091 0.57188 lineto 0.62957 0.57222 lineto gsave
  30699. 0 0 0 setrgbcolor
  30700. fill grestore
  30701. stroke
  30702. grestore
  30703. gsave
  30704. 0.002 setlinewidth
  30705. 0.62957 0.57222 moveto 0.58601 0.58336 lineto gsave
  30706. 0.62075 0.57476 lineto 0 0 0 setrgbcolor
  30707. fill grestore
  30708. stroke
  30709. grestore
  30710. gsave
  30711. 0.002 setlinewidth
  30712. 0.58601 0.58336 moveto 0.57988 0.572 lineto 0.62075 0.57476 lineto gsave
  30713. 0.479 0.587 0.884 setrgbcolor
  30714. fill grestore
  30715. stroke
  30716. grestore
  30717. gsave
  30718. 0.002 setlinewidth
  30719. 0.62075 0.57476 moveto 0.61042 0.5771 lineto 0.61082 0.57722 lineto gsave
  30720. 0.365 0 0 setrgbcolor
  30721. fill grestore
  30722. stroke
  30723. grestore
  30724. gsave
  30725. 0.002 setlinewidth
  30726. 0.61082 0.57722 moveto 0.61149 0.57742 lineto gsave
  30727. 0.62075 0.57476 lineto 0.365 0 0 setrgbcolor
  30728. fill grestore
  30729. stroke
  30730. grestore
  30731. gsave
  30732. 0.002 setlinewidth
  30733. 0.63091 0.57188 moveto 0.64094 0.56954 lineto 0.59209 0.59446 lineto gsave
  30734. 0.555 0.933 0.876 setrgbcolor
  30735. fill grestore
  30736. stroke
  30737. grestore
  30738. gsave
  30739. 0.002 setlinewidth
  30740. 0.61149 0.57742 moveto 0.63911 0.58567 lineto gsave
  30741. 0.62075 0.57476 lineto 0.365 0 0 setrgbcolor
  30742. fill grestore
  30743. stroke
  30744. grestore
  30745. gsave
  30746. 0.002 setlinewidth
  30747. 0.61042 0.5771 moveto 0.62075 0.57476 lineto 0.58038 0.57204 lineto gsave
  30748. 0.26 0 0 setrgbcolor
  30749. fill grestore
  30750. stroke
  30751. grestore
  30752. gsave
  30753. 0.002 setlinewidth
  30754. 0.58038 0.57204 moveto 0.57988 0.572 lineto gsave
  30755. 0.58007 0.57204 lineto 0.26 0 0 setrgbcolor
  30756. fill grestore
  30757. stroke
  30758. grestore
  30759. gsave
  30760. 0.61042 0.5771 moveto 0.58038 0.57204 lineto 0.58007 0.57204 lineto 0.26 0 0 setrgbcolor
  30761. fill
  30762. grestore
  30763. gsave
  30764. 0.002 setlinewidth
  30765. 0.5328 0.53853 moveto 0.53151 0.51772 lineto 0.56747 0.54991 lineto gsave
  30766. 0.442 0.403 0.72 setrgbcolor
  30767. fill grestore
  30768. stroke
  30769. grestore
  30770. gsave
  30771. 0.002 setlinewidth
  30772. 0.56747 0.54991 moveto 0.57369 0.56074 lineto 0.5328 0.53853 lineto gsave
  30773. 0.289 0.49 0.881 setrgbcolor
  30774. fill grestore
  30775. stroke
  30776. grestore
  30777. gsave
  30778. 0.002 setlinewidth
  30779. 0.75855 0.54594 moveto 0.74449 0.5309 lineto 0.77717 0.46647 lineto gsave
  30780. 0.567 0.539 0.783 setrgbcolor
  30781. fill grestore
  30782. stroke
  30783. grestore
  30784. gsave
  30785. 0.002 setlinewidth
  30786. 0.74449 0.5309 moveto 0.73076 0.52049 lineto 0.76078 0.45614 lineto gsave
  30787. 0.636 0.609 0.806 setrgbcolor
  30788. fill grestore
  30789. stroke
  30790. grestore
  30791. gsave
  30792. 0.002 setlinewidth
  30793. 0.76078 0.45614 moveto 0.77717 0.46647 lineto 0.74449 0.5309 lineto gsave
  30794. 0.577 0.551 0.789 setrgbcolor
  30795. fill grestore
  30796. stroke
  30797. grestore
  30798. gsave
  30799. 0.002 setlinewidth
  30800. 0.41735 0.63949 moveto 0.42647 0.60472 lineto 0.47977 0.6129 lineto gsave
  30801. 0.786 0.62 0.675 setrgbcolor
  30802. fill grestore
  30803. stroke
  30804. grestore
  30805. gsave
  30806. 0.002 setlinewidth
  30807. 0.47977 0.6129 moveto 0.47585 0.64219 lineto 0.41735 0.63949 lineto gsave
  30808. 0.795 0.647 0.698 setrgbcolor
  30809. fill grestore
  30810. stroke
  30811. grestore
  30812. gsave
  30813. 0.002 setlinewidth
  30814. 0.38482 0.47515 moveto 0.40128 0.43726 lineto 0.42269 0.45968 lineto gsave
  30815. 0.914 0.749 0.663 setrgbcolor
  30816. fill grestore
  30817. stroke
  30818. grestore
  30819. gsave
  30820. 0.002 setlinewidth
  30821. 0.42269 0.45968 moveto 0.40934 0.50001 lineto 0.38482 0.47515 lineto gsave
  30822. 0.914 0.749 0.663 setrgbcolor
  30823. fill grestore
  30824. stroke
  30825. grestore
  30826. gsave
  30827. 0.002 setlinewidth
  30828. 0.30778 0.64927 moveto 0.31839 0.66439 lineto 0.38425 0.68633 lineto gsave
  30829. 0.78 0.313 0.135 setrgbcolor
  30830. fill grestore
  30831. stroke
  30832. grestore
  30833. gsave
  30834. 0.002 setlinewidth
  30835. 0.38425 0.68633 moveto 0.31839 0.66439 lineto gsave
  30836. 0.38718 0.68805 lineto 0.317 0 0 setrgbcolor
  30837. fill grestore
  30838. stroke
  30839. grestore
  30840. gsave
  30841. 0.002 setlinewidth
  30842. 0.31839 0.66439 moveto 0.32974 0.67081 lineto 0.39184 0.68965 lineto gsave
  30843. 0.497 0 0 setrgbcolor
  30844. fill grestore
  30845. stroke
  30846. grestore
  30847. gsave
  30848. 0.002 setlinewidth
  30849. 0.34188 0.66619 moveto 0.39992 0.68325 lineto gsave
  30850. 0.34067 0.67275 lineto 0.619 0.818 0.977 setrgbcolor
  30851. fill grestore
  30852. stroke
  30853. grestore
  30854. gsave
  30855. 0.002 setlinewidth
  30856. 0.32974 0.67081 moveto 0.33207 0.66992 lineto gsave
  30857. 0.34067 0.67275 lineto 0.619 0.818 0.977 setrgbcolor
  30858. fill grestore
  30859. stroke
  30860. grestore
  30861. gsave
  30862. 0.002 setlinewidth
  30863. 0.33207 0.66992 moveto 0.34188 0.66619 lineto gsave
  30864. 0.34067 0.67275 lineto 0.619 0.818 0.977 setrgbcolor
  30865. fill grestore
  30866. stroke
  30867. grestore
  30868. gsave
  30869. 0.002 setlinewidth
  30870. 0.39184 0.68965 moveto 0.3912 0.68937 lineto gsave
  30871. 0.38718 0.68805 lineto 0.317 0 0 setrgbcolor
  30872. fill grestore
  30873. stroke
  30874. grestore
  30875. gsave
  30876. 0.002 setlinewidth
  30877. 0.3912 0.68937 moveto 0.38425 0.68633 lineto gsave
  30878. 0.38718 0.68805 lineto 0.317 0 0 setrgbcolor
  30879. fill grestore
  30880. stroke
  30881. grestore
  30882. gsave
  30883. 0.002 setlinewidth
  30884. 0.39992 0.68325 moveto 0.40846 0.66632 lineto 0.47202 0.66533 lineto gsave
  30885. 0.795 0.729 0.79 setrgbcolor
  30886. fill grestore
  30887. stroke
  30888. grestore
  30889. gsave
  30890. 0.002 setlinewidth
  30891. 0.47585 0.64219 moveto 0.47202 0.66533 lineto 0.40846 0.66632 lineto gsave
  30892. 0.801 0.681 0.732 setrgbcolor
  30893. fill grestore
  30894. stroke
  30895. grestore
  30896. gsave
  30897. 0.002 setlinewidth
  30898. 0.73076 0.52049 moveto 0.71736 0.51574 lineto 0.74506 0.45403 lineto gsave
  30899. 0.724 0.709 0.837 setrgbcolor
  30900. fill grestore
  30901. stroke
  30902. grestore
  30903. gsave
  30904. 0.002 setlinewidth
  30905. 0.74506 0.45403 moveto 0.76078 0.45614 lineto 0.73076 0.52049 lineto gsave
  30906. 0.697 0.683 0.833 setrgbcolor
  30907. fill grestore
  30908. stroke
  30909. grestore
  30910. gsave
  30911. 0.002 setlinewidth
  30912. 0.77288 0.56408 moveto 0.75855 0.54594 lineto 0.79421 0.48357 lineto gsave
  30913. 0.518 0.495 0.771 setrgbcolor
  30914. fill grestore
  30915. stroke
  30916. grestore
  30917. gsave
  30918. 0.002 setlinewidth
  30919. 0.77717 0.46647 moveto 0.79421 0.48357 lineto 0.75855 0.54594 lineto gsave
  30920. 0.496 0.467 0.756 setrgbcolor
  30921. fill grestore
  30922. stroke
  30923. grestore
  30924. gsave
  30925. 0.002 setlinewidth
  30926. 0.40846 0.66632 moveto 0.41735 0.63949 lineto 0.47585 0.64219 lineto gsave
  30927. 0.795 0.657 0.71 setrgbcolor
  30928. fill grestore
  30929. stroke
  30930. grestore
  30931. gsave
  30932. 0.002 setlinewidth
  30933. 0.53151 0.51772 moveto 0.53022 0.50076 lineto 0.56119 0.53983 lineto gsave
  30934. 0.279 0.307 0.712 setrgbcolor
  30935. fill grestore
  30936. stroke
  30937. grestore
  30938. gsave
  30939. 0.002 setlinewidth
  30940. 0.56119 0.53983 moveto 0.56747 0.54991 lineto 0.53151 0.51772 lineto gsave
  30941. 0 0.256 0.767 setrgbcolor
  30942. fill grestore
  30943. stroke
  30944. grestore
  30945. gsave
  30946. 0.002 setlinewidth
  30947. 0.42593 0.37891 moveto 0.44215 0.37306 lineto 0.4476 0.37494 lineto gsave
  30948. 0.512 0.914 0.879 setrgbcolor
  30949. fill grestore
  30950. stroke
  30951. grestore
  30952. gsave
  30953. 0.002 setlinewidth
  30954. 0.4476 0.37494 moveto 0.43262 0.38466 lineto 0.42593 0.37891 lineto gsave
  30955. 0.755 0.984 0.907 setrgbcolor
  30956. fill grestore
  30957. stroke
  30958. grestore
  30959. gsave
  30960. 0.002 setlinewidth
  30961. 0.4623 0.37794 moveto 0.4476 0.37494 lineto 0.44215 0.37306 lineto gsave
  30962. 0 0.484 0.742 setrgbcolor
  30963. fill grestore
  30964. stroke
  30965. grestore
  30966. gsave
  30967. 0.002 setlinewidth
  30968. 0.40923 0.39537 moveto 0.42593 0.37891 lineto 0.43262 0.38466 lineto gsave
  30969. 0.887 0.99 0.792 setrgbcolor
  30970. fill grestore
  30971. stroke
  30972. grestore
  30973. gsave
  30974. 0.002 setlinewidth
  30975. 0.43262 0.38466 moveto 0.41721 0.40611 lineto 0.40923 0.39537 lineto gsave
  30976. 0.939 0.954 0.757 setrgbcolor
  30977. fill grestore
  30978. stroke
  30979. grestore
  30980. gsave
  30981. 0.002 setlinewidth
  30982. 0.65089 0.56866 moveto 0.64094 0.56954 lineto 0.6785 0.53662 lineto gsave
  30983. 0.757 0.964 0.932 setrgbcolor
  30984. fill grestore
  30985. stroke
  30986. grestore
  30987. gsave
  30988. 0.002 setlinewidth
  30989. 0.6785 0.53662 moveto 0.69134 0.52436 lineto 0.65363 0.56566 lineto gsave
  30990. 0.617 0.897 0.594 setrgbcolor
  30991. fill grestore
  30992. stroke
  30993. grestore
  30994. gsave
  30995. 0.6785 0.53662 moveto 0.65363 0.56566 lineto 0.65393 0.56513 lineto 0.617 0.897 0.594 setrgbcolor
  30996. fill
  30997. grestore
  30998. gsave
  30999. 0.002 setlinewidth
  31000. 0.6656 0.55235 moveto 0.6785 0.53662 lineto 0.64094 0.56954 lineto gsave
  31001. 0 0 0 setrgbcolor
  31002. fill grestore
  31003. stroke
  31004. grestore
  31005. gsave
  31006. 0.002 setlinewidth
  31007. 0.64094 0.56954 moveto 0.63091 0.57188 lineto 0.65916 0.55598 lineto gsave
  31008. 0.523 0.919 0.866 setrgbcolor
  31009. fill grestore
  31010. stroke
  31011. grestore
  31012. gsave
  31013. 0.002 setlinewidth
  31014. 0.65916 0.55598 moveto 0.6656 0.55235 lineto gsave
  31015. 0.65834 0.55741 lineto 0.523 0.919 0.866 setrgbcolor
  31016. fill grestore
  31017. stroke
  31018. grestore
  31019. gsave
  31020. 0.64094 0.56954 moveto 0.65916 0.55598 lineto 0.65834 0.55741 lineto 0.523 0.919 0.866 setrgbcolor
  31021. fill
  31022. grestore
  31023. gsave
  31024. 0.002 setlinewidth
  31025. 0.65363 0.56566 moveto 0.65089 0.56866 lineto gsave
  31026. 0.65393 0.56513 lineto 0.617 0.897 0.594 setrgbcolor
  31027. fill grestore
  31028. stroke
  31029. grestore
  31030. gsave
  31031. 0.002 setlinewidth
  31032. 0.23267 0.55761 moveto 0.24492 0.58253 lineto 0.29779 0.62877 lineto gsave
  31033. 0.876 0.438 0.085 setrgbcolor
  31034. fill grestore
  31035. stroke
  31036. grestore
  31037. gsave
  31038. 0.002 setlinewidth
  31039. 0.30778 0.64927 moveto 0.29779 0.62877 lineto 0.24492 0.58253 lineto gsave
  31040. 0.854 0.4 0.029 setrgbcolor
  31041. fill grestore
  31042. stroke
  31043. grestore
  31044. gsave
  31045. 0.002 setlinewidth
  31046. 0.78735 0.58347 moveto 0.77288 0.56408 lineto 0.81182 0.5053 lineto gsave
  31047. 0.485 0.474 0.77 setrgbcolor
  31048. fill grestore
  31049. stroke
  31050. grestore
  31051. gsave
  31052. 0.002 setlinewidth
  31053. 0.79421 0.48357 moveto 0.81182 0.5053 lineto 0.77288 0.56408 lineto gsave
  31054. 0.443 0.419 0.737 setrgbcolor
  31055. fill grestore
  31056. stroke
  31057. grestore
  31058. gsave
  31059. 0.002 setlinewidth
  31060. 0.71736 0.51574 moveto 0.70425 0.5171 lineto 0.7299 0.46074 lineto gsave
  31061. 0.822 0.839 0.861 setrgbcolor
  31062. fill grestore
  31063. stroke
  31064. grestore
  31065. gsave
  31066. 0.002 setlinewidth
  31067. 0.7299 0.46074 moveto 0.74506 0.45403 lineto 0.71736 0.51574 lineto gsave
  31068. 0.841 0.858 0.856 setrgbcolor
  31069. fill grestore
  31070. stroke
  31071. grestore
  31072. gsave
  31073. 0.002 setlinewidth
  31074. 0.53022 0.50076 moveto 0.52893 0.48863 lineto 0.55486 0.53069 lineto gsave
  31075. 0 0.141 0.657 setrgbcolor
  31076. fill grestore
  31077. stroke
  31078. grestore
  31079. gsave
  31080. 0.002 setlinewidth
  31081. 0.54848 0.5226 moveto 0.55486 0.53069 lineto 0.54614 0.51653 lineto gsave
  31082. 0.714 0.264 0 setrgbcolor
  31083. fill grestore
  31084. stroke
  31085. grestore
  31086. gsave
  31087. 0.002 setlinewidth
  31088. 0.54614 0.51653 moveto 0.52893 0.48863 lineto gsave
  31089. 0.54276 0.51267 lineto 0.714 0.264 0 setrgbcolor
  31090. fill grestore
  31091. stroke
  31092. grestore
  31093. gsave
  31094. 0.54848 0.5226 moveto 0.54614 0.51653 lineto 0.54276 0.51267 lineto 0.714 0.264 0 setrgbcolor
  31095. fill
  31096. grestore
  31097. gsave
  31098. 0.002 setlinewidth
  31099. 0.52631 0.48024 moveto 0.52498 0.48335 lineto 0.53171 0.49999 lineto gsave
  31100. 0.847 0.446 0 setrgbcolor
  31101. fill grestore
  31102. stroke
  31103. grestore
  31104. gsave
  31105. 0.002 setlinewidth
  31106. 0.54636 0.52112 moveto 0.53022 0.50076 lineto gsave
  31107. 0.54483 0.51851 lineto 0 0 0.51 setrgbcolor
  31108. fill grestore
  31109. stroke
  31110. grestore
  31111. gsave
  31112. 0.002 setlinewidth
  31113. 0.53171 0.49999 moveto 0.53552 0.50942 lineto gsave
  31114. 0.53302 0.50149 lineto 0.847 0.446 0 setrgbcolor
  31115. fill grestore
  31116. stroke
  31117. grestore
  31118. gsave
  31119. 0.002 setlinewidth
  31120. 0.52893 0.48863 moveto 0.52763 0.4818 lineto 0.53672 0.49958 lineto gsave
  31121. 0 0 0.486 setrgbcolor
  31122. fill grestore
  31123. stroke
  31124. grestore
  31125. gsave
  31126. 0.002 setlinewidth
  31127. 0.53672 0.49958 moveto 0.54848 0.5226 lineto gsave
  31128. 0.54276 0.51267 lineto 0 0 0.486 setrgbcolor
  31129. fill grestore
  31130. stroke
  31131. grestore
  31132. gsave
  31133. 0.52893 0.48863 moveto 0.53672 0.49958 lineto 0.54276 0.51267 lineto 0 0 0.486 setrgbcolor
  31134. fill
  31135. grestore
  31136. gsave
  31137. 0.52631 0.48024 moveto 0.53171 0.49999 lineto 0.53302 0.50149 lineto 0.847 0.446 0 setrgbcolor
  31138. fill
  31139. grestore
  31140. gsave
  31141. 0.002 setlinewidth
  31142. 0.52763 0.4818 moveto 0.52631 0.48024 lineto 0.53858 0.5078 lineto gsave
  31143. 0.705 0.33 0 setrgbcolor
  31144. fill grestore
  31145. stroke
  31146. grestore
  31147. gsave
  31148. 0.002 setlinewidth
  31149. 0.53858 0.5078 moveto 0.54204 0.51556 lineto gsave
  31150. 0.53911 0.5087 lineto 0.705 0.33 0 setrgbcolor
  31151. fill grestore
  31152. stroke
  31153. grestore
  31154. gsave
  31155. 0.52763 0.4818 moveto 0.53858 0.5078 lineto 0.53911 0.5087 lineto 0.705 0.33 0 setrgbcolor
  31156. fill
  31157. grestore
  31158. gsave
  31159. 0.002 setlinewidth
  31160. 0.55486 0.53069 moveto 0.56119 0.53983 lineto 0.54636 0.52112 lineto gsave
  31161. 0 0 0.51 setrgbcolor
  31162. fill grestore
  31163. stroke
  31164. grestore
  31165. gsave
  31166. 0.55486 0.53069 moveto 0.54636 0.52112 lineto 0.54483 0.51851 lineto 0 0 0.51 setrgbcolor
  31167. fill
  31168. grestore
  31169. gsave
  31170. 0.002 setlinewidth
  31171. 0.38189 0.58523 moveto 0.39569 0.54324 lineto 0.43567 0.56507 lineto gsave
  31172. 0.842 0.66 0.655 setrgbcolor
  31173. fill grestore
  31174. stroke
  31175. grestore
  31176. gsave
  31177. 0.002 setlinewidth
  31178. 0.43567 0.56507 moveto 0.42647 0.60472 lineto 0.38189 0.58523 lineto gsave
  31179. 0.846 0.672 0.666 setrgbcolor
  31180. fill grestore
  31181. stroke
  31182. grestore
  31183. gsave
  31184. 0.002 setlinewidth
  31185. 0.81182 0.5053 moveto 0.8298 0.52902 lineto 0.78735 0.58347 lineto gsave
  31186. 0.413 0.398 0.733 setrgbcolor
  31187. fill grestore
  31188. stroke
  31189. grestore
  31190. gsave
  31191. 0.002 setlinewidth
  31192. 0.44215 0.37306 moveto 0.45806 0.37872 lineto 0.4623 0.37794 lineto gsave
  31193. 0.4 0 0 setrgbcolor
  31194. fill grestore
  31195. stroke
  31196. grestore
  31197. gsave
  31198. 0.002 setlinewidth
  31199. 0.4623 0.37794 moveto 0.47692 0.39356 lineto 0.48464 0.40226 lineto gsave
  31200. 0 0 0.512 setrgbcolor
  31201. fill grestore
  31202. stroke
  31203. grestore
  31204. gsave
  31205. 0.002 setlinewidth
  31206. 0.47692 0.39356 moveto 0.4623 0.37794 lineto 0.45806 0.37872 lineto gsave
  31207. 0.706 0.176 0 setrgbcolor
  31208. fill grestore
  31209. stroke
  31210. grestore
  31211. gsave
  31212. 0.002 setlinewidth
  31213. 0.39196 0.42062 moveto 0.40923 0.39537 lineto 0.41721 0.40611 lineto gsave
  31214. 0.96 0.941 0.708 setrgbcolor
  31215. fill grestore
  31216. stroke
  31217. grestore
  31218. gsave
  31219. 0.002 setlinewidth
  31220. 0.41721 0.40611 moveto 0.40128 0.43726 lineto 0.39196 0.42062 lineto gsave
  31221. 0.974 0.908 0.681 setrgbcolor
  31222. fill grestore
  31223. stroke
  31224. grestore
  31225. gsave
  31226. 0.002 setlinewidth
  31227. 0.57988 0.572 moveto 0.57369 0.56074 lineto 0.61042 0.5771 lineto gsave
  31228. 0.251 0.453 0.863 setrgbcolor
  31229. fill grestore
  31230. stroke
  31231. grestore
  31232. gsave
  31233. 0.002 setlinewidth
  31234. 0.70425 0.5171 moveto 0.69134 0.52436 lineto 0.71517 0.476 lineto gsave
  31235. 0.886 0.963 0.84 setrgbcolor
  31236. fill grestore
  31237. stroke
  31238. grestore
  31239. gsave
  31240. 0.002 setlinewidth
  31241. 0.71517 0.476 moveto 0.7299 0.46074 lineto 0.70425 0.5171 lineto gsave
  31242. 0.91 0.982 0.765 setrgbcolor
  31243. fill grestore
  31244. stroke
  31245. grestore
  31246. gsave
  31247. 0.002 setlinewidth
  31248. 0.36793 0.51607 moveto 0.38482 0.47515 lineto 0.40934 0.50001 lineto gsave
  31249. 0.916 0.747 0.657 setrgbcolor
  31250. fill grestore
  31251. stroke
  31252. grestore
  31253. gsave
  31254. 0.002 setlinewidth
  31255. 0.40934 0.50001 moveto 0.39569 0.54324 lineto 0.36793 0.51607 lineto gsave
  31256. 0.916 0.747 0.657 setrgbcolor
  31257. fill grestore
  31258. stroke
  31259. grestore
  31260. gsave
  31261. 0.002 setlinewidth
  31262. 0.39992 0.68325 moveto 0.39184 0.68965 lineto 0.32974 0.67081 lineto gsave
  31263. 0.65 0.814 0.962 setrgbcolor
  31264. fill grestore
  31265. stroke
  31266. grestore
  31267. gsave
  31268. 0.002 setlinewidth
  31269. 0.49683 0.42641 moveto 0.48464 0.40226 lineto 0.47692 0.39356 lineto gsave
  31270. 0.814 0.363 0 setrgbcolor
  31271. fill grestore
  31272. stroke
  31273. grestore
  31274. gsave
  31275. 0.002 setlinewidth
  31276. 0.50464 0.43975 moveto 0.49621 0.42087 lineto 0.48464 0.40226 lineto gsave
  31277. 0.787 0.352 0 setrgbcolor
  31278. fill grestore
  31279. stroke
  31280. grestore
  31281. gsave
  31282. 0.002 setlinewidth
  31283. 0.51434 0.45935 moveto 0.51054 0.44767 lineto 0.49621 0.42087 lineto gsave
  31284. 0.798 0.375 0 setrgbcolor
  31285. fill grestore
  31286. stroke
  31287. grestore
  31288. gsave
  31289. 0.002 setlinewidth
  31290. 0.36816 0.62185 moveto 0.38189 0.58523 lineto 0.42647 0.60472 lineto gsave
  31291. 0.844 0.675 0.672 setrgbcolor
  31292. fill grestore
  31293. stroke
  31294. grestore
  31295. gsave
  31296. 0.002 setlinewidth
  31297. 0.42647 0.60472 moveto 0.41735 0.63949 lineto 0.36816 0.62185 lineto gsave
  31298. 0.847 0.686 0.683 setrgbcolor
  31299. fill grestore
  31300. stroke
  31301. grestore
  31302. gsave
  31303. 0.002 setlinewidth
  31304. 0.59991 0.57783 moveto 0.61042 0.5771 lineto 0.57369 0.56074 lineto gsave
  31305. 0.531 0 0 setrgbcolor
  31306. fill grestore
  31307. stroke
  31308. grestore
  31309. gsave
  31310. 0.002 setlinewidth
  31311. 0.57369 0.56074 moveto 0.56747 0.54991 lineto 0.59991 0.57783 lineto gsave
  31312. 0 0.229 0.749 setrgbcolor
  31313. fill grestore
  31314. stroke
  31315. grestore
  31316. gsave
  31317. 0.002 setlinewidth
  31318. 0.40846 0.66632 moveto 0.39992 0.68325 lineto 0.34188 0.66619 lineto gsave
  31319. 0.814 0.755 0.797 setrgbcolor
  31320. fill grestore
  31321. stroke
  31322. grestore
  31323. gsave
  31324. 0.002 setlinewidth
  31325. 0.24492 0.58253 moveto 0.25763 0.60575 lineto 0.30778 0.64927 lineto gsave
  31326. 0.854 0.4 0.029 setrgbcolor
  31327. fill grestore
  31328. stroke
  31329. grestore
  31330. gsave
  31331. 0.002 setlinewidth
  31332. 0.31839 0.66439 moveto 0.30778 0.64927 lineto 0.25763 0.60575 lineto gsave
  31333. 0.742 0.241 0 setrgbcolor
  31334. fill grestore
  31335. stroke
  31336. grestore
  31337. gsave
  31338. 0.002 setlinewidth
  31339. 0.37412 0.45196 moveto 0.39196 0.42062 lineto 0.40128 0.43726 lineto gsave
  31340. 0.977 0.906 0.672 setrgbcolor
  31341. fill grestore
  31342. stroke
  31343. grestore
  31344. gsave
  31345. 0.002 setlinewidth
  31346. 0.40128 0.43726 moveto 0.38482 0.47515 lineto 0.37412 0.45196 lineto gsave
  31347. 0.983 0.881 0.651 setrgbcolor
  31348. fill grestore
  31349. stroke
  31350. grestore
  31351. gsave
  31352. 0.002 setlinewidth
  31353. 0.45806 0.37872 moveto 0.47383 0.39576 lineto 0.47692 0.39356 lineto gsave
  31354. 0.767 0.257 0 setrgbcolor
  31355. fill grestore
  31356. stroke
  31357. grestore
  31358. gsave
  31359. 0.002 setlinewidth
  31360. 0.49166 0.42063 moveto 0.47692 0.39356 lineto 0.47383 0.39576 lineto gsave
  31361. 0.848 0.394 0.003 setrgbcolor
  31362. fill grestore
  31363. stroke
  31364. grestore
  31365. gsave
  31366. 0.002 setlinewidth
  31367. 0.47692 0.39356 moveto 0.49166 0.42063 lineto 0.49683 0.42641 lineto gsave
  31368. 0.814 0.363 0 setrgbcolor
  31369. fill grestore
  31370. stroke
  31371. grestore
  31372. gsave
  31373. 0.002 setlinewidth
  31374. 0.35475 0.64961 moveto 0.36816 0.62185 lineto 0.41735 0.63949 lineto gsave
  31375. 0.84 0.701 0.709 setrgbcolor
  31376. fill grestore
  31377. stroke
  31378. grestore
  31379. gsave
  31380. 0.002 setlinewidth
  31381. 0.41735 0.63949 moveto 0.40846 0.66632 lineto 0.35475 0.64961 lineto gsave
  31382. 0.841 0.711 0.719 setrgbcolor
  31383. fill grestore
  31384. stroke
  31385. grestore
  31386. gsave
  31387. 0.002 setlinewidth
  31388. 0.52498 0.48335 moveto 0.52631 0.48024 lineto 0.51054 0.44767 lineto gsave
  31389. 0.838 0.417 0 setrgbcolor
  31390. fill grestore
  31391. stroke
  31392. grestore
  31393. gsave
  31394. 0.002 setlinewidth
  31395. 0.69134 0.52436 moveto 0.6785 0.53662 lineto 0.70065 0.49858 lineto gsave
  31396. 0.815 0.983 0.705 setrgbcolor
  31397. fill grestore
  31398. stroke
  31399. grestore
  31400. gsave
  31401. 0.002 setlinewidth
  31402. 0.70065 0.49858 moveto 0.71517 0.476 lineto 0.69134 0.52436 lineto gsave
  31403. 0.778 0.909 0.519 setrgbcolor
  31404. fill grestore
  31405. stroke
  31406. grestore
  31407. gsave
  31408. 0.002 setlinewidth
  31409. 0.34188 0.66619 moveto 0.35475 0.64961 lineto 0.40846 0.66632 lineto gsave
  31410. 0.816 0.75 0.79 setrgbcolor
  31411. fill grestore
  31412. stroke
  31413. grestore
  31414. gsave
  31415. 0.002 setlinewidth
  31416. 0.63091 0.57188 moveto 0.62075 0.57476 lineto 0.65251 0.5695 lineto gsave
  31417. 0 0 0 setrgbcolor
  31418. fill grestore
  31419. stroke
  31420. grestore
  31421. gsave
  31422. 0.002 setlinewidth
  31423. 0.65251 0.5695 moveto 0.6656 0.55235 lineto 0.63091 0.57188 lineto gsave
  31424. 0.043 0 0 setrgbcolor
  31425. fill grestore
  31426. stroke
  31427. grestore
  31428. gsave
  31429. 0.002 setlinewidth
  31430. 0.42922 0.38568 moveto 0.445 0.38443 lineto 0.44215 0.37306 lineto gsave
  31431. 0.506 0 0 setrgbcolor
  31432. fill grestore
  31433. stroke
  31434. grestore
  31435. gsave
  31436. 0.002 setlinewidth
  31437. 0.44215 0.37306 moveto 0.42593 0.37891 lineto 0.42922 0.38568 lineto gsave
  31438. 0.164 0 0 setrgbcolor
  31439. fill grestore
  31440. stroke
  31441. grestore
  31442. gsave
  31443. 0.002 setlinewidth
  31444. 0.45806 0.37872 moveto 0.44215 0.37306 lineto 0.445 0.38443 lineto gsave
  31445. 0.603 0.066 0 setrgbcolor
  31446. fill grestore
  31447. stroke
  31448. grestore
  31449. gsave
  31450. 0.002 setlinewidth
  31451. 0.54204 0.51556 moveto 0.54848 0.5226 lineto 0.52763 0.4818 lineto gsave
  31452. 0.825 0.387 0 setrgbcolor
  31453. fill grestore
  31454. stroke
  31455. grestore
  31456. gsave
  31457. 0.002 setlinewidth
  31458. 0.5892 0.57602 moveto 0.59991 0.57783 lineto 0.56747 0.54991 lineto gsave
  31459. 0.692 0.165 0 setrgbcolor
  31460. fill grestore
  31461. stroke
  31462. grestore
  31463. gsave
  31464. 0.002 setlinewidth
  31465. 0.56747 0.54991 moveto 0.56119 0.53983 lineto 0.5892 0.57602 lineto gsave
  31466. 0 0 0.523 setrgbcolor
  31467. fill grestore
  31468. stroke
  31469. grestore
  31470. gsave
  31471. 0.002 setlinewidth
  31472. 0.35079 0.55583 moveto 0.36793 0.51607 lineto 0.39569 0.54324 lineto gsave
  31473. 0.914 0.748 0.662 setrgbcolor
  31474. fill grestore
  31475. stroke
  31476. grestore
  31477. gsave
  31478. 0.002 setlinewidth
  31479. 0.39569 0.54324 moveto 0.38189 0.58523 lineto 0.35079 0.55583 lineto gsave
  31480. 0.914 0.748 0.662 setrgbcolor
  31481. fill grestore
  31482. stroke
  31483. grestore
  31484. gsave
  31485. 0.002 setlinewidth
  31486. 0.445 0.38443 moveto 0.46048 0.39223 lineto 0.45806 0.37872 lineto gsave
  31487. 0.734 0.24 0.064 setrgbcolor
  31488. fill grestore
  31489. stroke
  31490. grestore
  31491. gsave
  31492. 0.002 setlinewidth
  31493. 0.47383 0.39576 moveto 0.45806 0.37872 lineto 0.46048 0.39223 lineto gsave
  31494. 0.799 0.31 0.032 setrgbcolor
  31495. fill grestore
  31496. stroke
  31497. grestore
  31498. gsave
  31499. 0.002 setlinewidth
  31500. 0.41302 0.39528 moveto 0.42922 0.38568 lineto 0.42593 0.37891 lineto gsave
  31501. 0.107 0 0 setrgbcolor
  31502. fill grestore
  31503. stroke
  31504. grestore
  31505. gsave
  31506. 0.002 setlinewidth
  31507. 0.42593 0.37891 moveto 0.40923 0.39537 lineto 0.41302 0.39528 lineto gsave
  31508. 0 0 0 setrgbcolor
  31509. fill grestore
  31510. stroke
  31511. grestore
  31512. gsave
  31513. 0.002 setlinewidth
  31514. 0.77717 0.46647 moveto 0.76078 0.45614 lineto 0.76663 0.39341 lineto gsave
  31515. 0.523 0.555 0.83 setrgbcolor
  31516. fill grestore
  31517. stroke
  31518. grestore
  31519. gsave
  31520. 0.002 setlinewidth
  31521. 0.76078 0.45614 moveto 0.74506 0.45403 lineto 0.75007 0.39452 lineto gsave
  31522. 0.686 0.698 0.856 setrgbcolor
  31523. fill grestore
  31524. stroke
  31525. grestore
  31526. gsave
  31527. 0.002 setlinewidth
  31528. 0.75007 0.39452 moveto 0.76663 0.39341 lineto 0.76078 0.45614 lineto gsave
  31529. 0.665 0.683 0.858 setrgbcolor
  31530. fill grestore
  31531. stroke
  31532. grestore
  31533. gsave
  31534. 0.002 setlinewidth
  31535. 0.24492 0.58253 moveto 0.23267 0.55761 lineto 0.20465 0.49883 lineto gsave
  31536. 0 0 0.323 setrgbcolor
  31537. fill grestore
  31538. stroke
  31539. grestore
  31540. gsave
  31541. 0.002 setlinewidth
  31542. 0.56119 0.53983 moveto 0.55486 0.53069 lineto 0.57831 0.57095 lineto gsave
  31543. 0.685 0.252 0 setrgbcolor
  31544. fill grestore
  31545. stroke
  31546. grestore
  31547. gsave
  31548. 0.002 setlinewidth
  31549. 0.57831 0.57095 moveto 0.5892 0.57602 lineto 0.56119 0.53983 lineto gsave
  31550. 0.786 0.292 0.024 setrgbcolor
  31551. fill grestore
  31552. stroke
  31553. grestore
  31554. gsave
  31555. 0.002 setlinewidth
  31556. 0.74506 0.45403 moveto 0.7299 0.46074 lineto 0.7343 0.40623 lineto gsave
  31557. 0.842 0.836 0.84 setrgbcolor
  31558. fill grestore
  31559. stroke
  31560. grestore
  31561. gsave
  31562. 0.002 setlinewidth
  31563. 0.7343 0.40623 moveto 0.75007 0.39452 lineto 0.74506 0.45403 lineto gsave
  31564. 0.853 0.842 0.833 setrgbcolor
  31565. fill grestore
  31566. stroke
  31567. grestore
  31568. gsave
  31569. 0.002 setlinewidth
  31570. 0.50932 0.4597 moveto 0.49683 0.42641 lineto 0.49166 0.42063 lineto gsave
  31571. 0.887 0.468 0.065 setrgbcolor
  31572. fill grestore
  31573. stroke
  31574. grestore
  31575. gsave
  31576. 0.002 setlinewidth
  31577. 0.49683 0.42641 moveto 0.50932 0.4597 lineto 0.51329 0.46673 lineto gsave
  31578. 0.877 0.462 0.03 setrgbcolor
  31579. fill grestore
  31580. stroke
  31581. grestore
  31582. gsave
  31583. 0.002 setlinewidth
  31584. 0.51329 0.46673 moveto 0.50464 0.43975 lineto 0.49683 0.42641 lineto gsave
  31585. 0.884 0.468 0.053 setrgbcolor
  31586. fill grestore
  31587. stroke
  31588. grestore
  31589. gsave
  31590. 0.002 setlinewidth
  31591. 0.68613 0.52633 moveto 0.70065 0.49858 lineto 0.69895 0.50151 lineto gsave
  31592. 0 0 0 setrgbcolor
  31593. fill grestore
  31594. stroke
  31595. grestore
  31596. gsave
  31597. 0.002 setlinewidth
  31598. 0.69895 0.50151 moveto 0.6785 0.53662 lineto gsave
  31599. 0.68613 0.52633 lineto 0 0 0 setrgbcolor
  31600. fill grestore
  31601. stroke
  31602. grestore
  31603. gsave
  31604. 0.002 setlinewidth
  31605. 0.6785 0.53662 moveto 0.6656 0.55235 lineto 0.68613 0.52633 lineto gsave
  31606. 0.57 0.828 0.463 setrgbcolor
  31607. fill grestore
  31608. stroke
  31609. grestore
  31610. gsave
  31611. 0.002 setlinewidth
  31612. 0.67137 0.55633 moveto 0.68613 0.52633 lineto 0.6656 0.55235 lineto gsave
  31613. 0 0 0 setrgbcolor
  31614. fill grestore
  31615. stroke
  31616. grestore
  31617. gsave
  31618. 0.002 setlinewidth
  31619. 0.68613 0.52633 moveto 0.67137 0.55633 lineto 0.67167 0.55431 lineto gsave
  31620. 0.846 0.895 0.475 setrgbcolor
  31621. fill grestore
  31622. stroke
  31623. grestore
  31624. gsave
  31625. 0.002 setlinewidth
  31626. 0.67167 0.55431 moveto 0.67445 0.53619 lineto gsave
  31627. 0.68613 0.52633 lineto 0.846 0.895 0.475 setrgbcolor
  31628. fill grestore
  31629. stroke
  31630. grestore
  31631. gsave
  31632. 0.002 setlinewidth
  31633. 0.63911 0.58567 moveto 0.65251 0.5695 lineto 0.62075 0.57476 lineto gsave
  31634. 0.245 0 0.097 setrgbcolor
  31635. fill grestore
  31636. stroke
  31637. grestore
  31638. gsave
  31639. 0.002 setlinewidth
  31640. 0.50464 0.43975 moveto 0.51329 0.46673 lineto 0.51823 0.4772 lineto gsave
  31641. 0.873 0.464 0.018 setrgbcolor
  31642. fill grestore
  31643. stroke
  31644. grestore
  31645. gsave
  31646. 0.002 setlinewidth
  31647. 0.51823 0.4772 moveto 0.51434 0.45935 lineto 0.50464 0.43975 lineto gsave
  31648. 0.886 0.472 0.055 setrgbcolor
  31649. fill grestore
  31650. stroke
  31651. grestore
  31652. gsave
  31653. 0.002 setlinewidth
  31654. 0.79421 0.48357 moveto 0.77717 0.46647 lineto 0.7841 0.40221 lineto gsave
  31655. 0.393 0.443 0.794 setrgbcolor
  31656. fill grestore
  31657. stroke
  31658. grestore
  31659. gsave
  31660. 0.002 setlinewidth
  31661. 0.76663 0.39341 moveto 0.7841 0.40221 lineto 0.77717 0.46647 lineto gsave
  31662. 0.467 0.513 0.822 setrgbcolor
  31663. fill grestore
  31664. stroke
  31665. grestore
  31666. gsave
  31667. 0.002 setlinewidth
  31668. 0.35578 0.48601 moveto 0.37412 0.45196 lineto 0.38482 0.47515 lineto gsave
  31669. 0.979 0.884 0.665 setrgbcolor
  31670. fill grestore
  31671. stroke
  31672. grestore
  31673. gsave
  31674. 0.002 setlinewidth
  31675. 0.38482 0.47515 moveto 0.36793 0.51607 lineto 0.35578 0.48601 lineto gsave
  31676. 0.982 0.865 0.646 setrgbcolor
  31677. fill grestore
  31678. stroke
  31679. grestore
  31680. gsave
  31681. 0.002 setlinewidth
  31682. 0.40923 0.39537 moveto 0.39196 0.42062 lineto 0.39632 0.41174 lineto gsave
  31683. 0.651 0.849 0.452 setrgbcolor
  31684. fill grestore
  31685. stroke
  31686. grestore
  31687. gsave
  31688. 0.002 setlinewidth
  31689. 0.39632 0.41174 moveto 0.41302 0.39528 lineto 0.40923 0.39537 lineto gsave
  31690. 0 0 0 setrgbcolor
  31691. fill grestore
  31692. stroke
  31693. grestore
  31694. gsave
  31695. 0.002 setlinewidth
  31696. 0.25763 0.60575 moveto 0.27108 0.62351 lineto 0.31839 0.66439 lineto gsave
  31697. 0.742 0.241 0 setrgbcolor
  31698. fill grestore
  31699. stroke
  31700. grestore
  31701. gsave
  31702. 0.002 setlinewidth
  31703. 0.32974 0.67081 moveto 0.31839 0.66439 lineto 0.27108 0.62351 lineto gsave
  31704. 0 0.295 0.757 setrgbcolor
  31705. fill grestore
  31706. stroke
  31707. grestore
  31708. gsave
  31709. 0.002 setlinewidth
  31710. 0.46048 0.39223 moveto 0.4758 0.40894 lineto 0.47383 0.39576 lineto gsave
  31711. 0.839 0.38 0.112 setrgbcolor
  31712. fill grestore
  31713. stroke
  31714. grestore
  31715. gsave
  31716. 0.002 setlinewidth
  31717. 0.48967 0.42304 moveto 0.47383 0.39576 lineto 0.4758 0.40894 lineto gsave
  31718. 0.87 0.425 0.08 setrgbcolor
  31719. fill grestore
  31720. stroke
  31721. grestore
  31722. gsave
  31723. 0.002 setlinewidth
  31724. 0.47383 0.39576 moveto 0.48967 0.42304 lineto 0.49166 0.42063 lineto gsave
  31725. 0.864 0.416 0.05 setrgbcolor
  31726. fill grestore
  31727. stroke
  31728. grestore
  31729. gsave
  31730. 0.002 setlinewidth
  31731. 0.53552 0.50942 moveto 0.54204 0.51556 lineto 0.52631 0.48024 lineto gsave
  31732. 0.874 0.452 0.03 setrgbcolor
  31733. fill grestore
  31734. stroke
  31735. grestore
  31736. gsave
  31737. 0.002 setlinewidth
  31738. 0.33367 0.59027 moveto 0.35079 0.55583 lineto 0.38189 0.58523 lineto gsave
  31739. 0.906 0.754 0.682 setrgbcolor
  31740. fill grestore
  31741. stroke
  31742. grestore
  31743. gsave
  31744. 0.002 setlinewidth
  31745. 0.38189 0.58523 moveto 0.36816 0.62185 lineto 0.33367 0.59027 lineto gsave
  31746. 0.906 0.754 0.682 setrgbcolor
  31747. fill grestore
  31748. stroke
  31749. grestore
  31750. gsave
  31751. 0.002 setlinewidth
  31752. 0.7299 0.46074 moveto 0.71517 0.476 lineto 0.71912 0.42822 lineto gsave
  31753. 0.939 0.923 0.768 setrgbcolor
  31754. fill grestore
  31755. stroke
  31756. grestore
  31757. gsave
  31758. 0.002 setlinewidth
  31759. 0.71912 0.42822 moveto 0.7343 0.40623 lineto 0.7299 0.46074 lineto gsave
  31760. 0.955 0.922 0.735 setrgbcolor
  31761. fill grestore
  31762. stroke
  31763. grestore
  31764. gsave
  31765. 0.002 setlinewidth
  31766. 0.50671 0.45682 moveto 0.49166 0.42063 lineto 0.48967 0.42304 lineto gsave
  31767. 0.892 0.473 0.085 setrgbcolor
  31768. fill grestore
  31769. stroke
  31770. grestore
  31771. gsave
  31772. 0.002 setlinewidth
  31773. 0.49166 0.42063 moveto 0.50671 0.45682 lineto 0.50932 0.4597 lineto gsave
  31774. 0.887 0.468 0.065 setrgbcolor
  31775. fill grestore
  31776. stroke
  31777. grestore
  31778. gsave
  31779. 0.002 setlinewidth
  31780. 0.55486 0.53069 moveto 0.54848 0.5226 lineto 0.56726 0.5623 lineto gsave
  31781. 0.808 0.378 0 setrgbcolor
  31782. fill grestore
  31783. stroke
  31784. grestore
  31785. gsave
  31786. 0.002 setlinewidth
  31787. 0.56726 0.5623 moveto 0.57831 0.57095 lineto 0.55486 0.53069 lineto gsave
  31788. 0.841 0.375 0.06 setrgbcolor
  31789. fill grestore
  31790. stroke
  31791. grestore
  31792. gsave
  31793. 0.002 setlinewidth
  31794. 0.51434 0.45935 moveto 0.51823 0.4772 lineto 0.52362 0.49004 lineto gsave
  31795. 0.881 0.477 0.036 setrgbcolor
  31796. fill grestore
  31797. stroke
  31798. grestore
  31799. gsave
  31800. 0.002 setlinewidth
  31801. 0.52362 0.49004 moveto 0.52498 0.48335 lineto 0.51434 0.45935 lineto gsave
  31802. 0.891 0.479 0.069 setrgbcolor
  31803. fill grestore
  31804. stroke
  31805. grestore
  31806. gsave
  31807. 0.002 setlinewidth
  31808. 0.81182 0.5053 moveto 0.79421 0.48357 lineto 0.80248 0.41922 lineto gsave
  31809. 0.305 0.371 0.766 setrgbcolor
  31810. fill grestore
  31811. stroke
  31812. grestore
  31813. gsave
  31814. 0.002 setlinewidth
  31815. 0.7841 0.40221 moveto 0.80248 0.41922 lineto 0.79421 0.48357 lineto gsave
  31816. 0.317 0.383 0.773 setrgbcolor
  31817. fill grestore
  31818. stroke
  31819. grestore
  31820. gsave
  31821. 0.002 setlinewidth
  31822. 0.61042 0.5771 moveto 0.59991 0.57783 lineto 0.62533 0.59838 lineto gsave
  31823. 0.608 0.073 0 setrgbcolor
  31824. fill grestore
  31825. stroke
  31826. grestore
  31827. gsave
  31828. 0.002 setlinewidth
  31829. 0.62533 0.59838 moveto 0.63911 0.58567 lineto 0.61042 0.5771 lineto gsave
  31830. 0.413 0.008 0.158 setrgbcolor
  31831. fill grestore
  31832. stroke
  31833. grestore
  31834. gsave
  31835. 0.002 setlinewidth
  31836. 0.27108 0.62351 moveto 0.28543 0.63243 lineto 0.32974 0.67081 lineto gsave
  31837. 0 0.295 0.757 setrgbcolor
  31838. fill grestore
  31839. stroke
  31840. grestore
  31841. gsave
  31842. 0.002 setlinewidth
  31843. 0.34188 0.66619 moveto 0.32974 0.67081 lineto 0.28543 0.63243 lineto gsave
  31844. 0.624 0.754 0.94 setrgbcolor
  31845. fill grestore
  31846. stroke
  31847. grestore
  31848. gsave
  31849. 0.002 setlinewidth
  31850. 0.31689 0.61585 moveto 0.33367 0.59027 lineto 0.36816 0.62185 lineto gsave
  31851. 0.886 0.765 0.723 setrgbcolor
  31852. fill grestore
  31853. stroke
  31854. grestore
  31855. gsave
  31856. 0.002 setlinewidth
  31857. 0.36816 0.62185 moveto 0.35475 0.64961 lineto 0.31689 0.61585 lineto gsave
  31858. 0.886 0.765 0.723 setrgbcolor
  31859. fill grestore
  31860. stroke
  31861. grestore
  31862. gsave
  31863. 0.002 setlinewidth
  31864. 0.37912 0.43292 moveto 0.39632 0.41174 lineto 0.39196 0.42062 lineto gsave
  31865. 0.654 0.879 0.518 setrgbcolor
  31866. fill grestore
  31867. stroke
  31868. grestore
  31869. gsave
  31870. 0.002 setlinewidth
  31871. 0.39196 0.42062 moveto 0.37412 0.45196 lineto 0.37912 0.43292 lineto gsave
  31872. 0.805 0.905 0.501 setrgbcolor
  31873. fill grestore
  31874. stroke
  31875. grestore
  31876. gsave
  31877. 0.002 setlinewidth
  31878. 0.20465 0.49883 moveto 0.21887 0.52411 lineto 0.24492 0.58253 lineto gsave
  31879. 0 0 0.442 setrgbcolor
  31880. fill grestore
  31881. stroke
  31882. grestore
  31883. gsave
  31884. 0.002 setlinewidth
  31885. 0.25763 0.60575 moveto 0.24492 0.58253 lineto 0.21887 0.52411 lineto gsave
  31886. 0 0 0.411 setrgbcolor
  31887. fill grestore
  31888. stroke
  31889. grestore
  31890. gsave
  31891. 0.002 setlinewidth
  31892. 0.6656 0.55235 moveto 0.65251 0.5695 lineto 0.67137 0.55633 lineto gsave
  31893. 0 0 0 setrgbcolor
  31894. fill grestore
  31895. stroke
  31896. grestore
  31897. gsave
  31898. 0.002 setlinewidth
  31899. 0.54848 0.5226 moveto 0.54204 0.51556 lineto 0.55609 0.55013 lineto gsave
  31900. 0.866 0.447 0.005 setrgbcolor
  31901. fill grestore
  31902. stroke
  31903. grestore
  31904. gsave
  31905. 0.002 setlinewidth
  31906. 0.55609 0.55013 moveto 0.56726 0.5623 lineto 0.54848 0.5226 lineto gsave
  31907. 0.872 0.43 0.081 setrgbcolor
  31908. fill grestore
  31909. stroke
  31910. grestore
  31911. gsave
  31912. 0.002 setlinewidth
  31913. 0.71517 0.476 moveto 0.70065 0.49858 lineto 0.70427 0.45906 lineto gsave
  31914. 0.957 0.947 0.662 setrgbcolor
  31915. fill grestore
  31916. stroke
  31917. grestore
  31918. gsave
  31919. 0.002 setlinewidth
  31920. 0.70427 0.45906 moveto 0.71912 0.42822 lineto 0.71517 0.476 lineto gsave
  31921. 0.968 0.928 0.614 setrgbcolor
  31922. fill grestore
  31923. stroke
  31924. grestore
  31925. gsave
  31926. 0.002 setlinewidth
  31927. 0.4758 0.40894 moveto 0.49112 0.43357 lineto 0.48967 0.42304 lineto gsave
  31928. 0.885 0.454 0.13 setrgbcolor
  31929. fill grestore
  31930. stroke
  31931. grestore
  31932. gsave
  31933. 0.002 setlinewidth
  31934. 0.50576 0.45841 moveto 0.48967 0.42304 lineto 0.49112 0.43357 lineto gsave
  31935. 0.896 0.479 0.103 setrgbcolor
  31936. fill grestore
  31937. stroke
  31938. grestore
  31939. gsave
  31940. 0.002 setlinewidth
  31941. 0.48967 0.42304 moveto 0.50576 0.45841 lineto 0.50671 0.45682 lineto gsave
  31942. 0.897 0.48 0.106 setrgbcolor
  31943. fill grestore
  31944. stroke
  31945. grestore
  31946. gsave
  31947. 0.002 setlinewidth
  31948. 0.8298 0.52902 moveto 0.81182 0.5053 lineto 0.82166 0.44193 lineto gsave
  31949. 0.257 0.338 0.756 setrgbcolor
  31950. fill grestore
  31951. stroke
  31952. grestore
  31953. gsave
  31954. 0.002 setlinewidth
  31955. 0.80248 0.41922 moveto 0.82166 0.44193 lineto 0.81182 0.5053 lineto gsave
  31956. 0.223 0.305 0.737 setrgbcolor
  31957. fill grestore
  31958. stroke
  31959. grestore
  31960. gsave
  31961. 0.002 setlinewidth
  31962. 0.33714 0.51903 moveto 0.35578 0.48601 lineto 0.36793 0.51607 lineto gsave
  31963. 0.972 0.87 0.677 setrgbcolor
  31964. fill grestore
  31965. stroke
  31966. grestore
  31967. gsave
  31968. 0.002 setlinewidth
  31969. 0.36793 0.51607 moveto 0.35079 0.55583 lineto 0.33714 0.51903 lineto gsave
  31970. 0.975 0.855 0.659 setrgbcolor
  31971. fill grestore
  31972. stroke
  31973. grestore
  31974. gsave
  31975. 0.002 setlinewidth
  31976. 0.45633 0.40865 moveto 0.46966 0.41774 lineto 0.46048 0.39223 lineto gsave
  31977. 0.831 0.377 0.139 setrgbcolor
  31978. fill grestore
  31979. stroke
  31980. grestore
  31981. gsave
  31982. 0.002 setlinewidth
  31983. 0.46048 0.39223 moveto 0.445 0.38443 lineto 0.45633 0.40865 lineto gsave
  31984. 0.747 0.272 0.115 setrgbcolor
  31985. fill grestore
  31986. stroke
  31987. grestore
  31988. gsave
  31989. 0.002 setlinewidth
  31990. 0.4758 0.40894 moveto 0.46048 0.39223 lineto 0.46966 0.41774 lineto gsave
  31991. 0.84 0.383 0.119 setrgbcolor
  31992. fill grestore
  31993. stroke
  31994. grestore
  31995. gsave
  31996. 0.002 setlinewidth
  31997. 0.52498 0.48335 moveto 0.52362 0.49004 lineto 0.52892 0.50393 lineto gsave
  31998. 0.895 0.492 0.072 setrgbcolor
  31999. fill grestore
  32000. stroke
  32001. grestore
  32002. gsave
  32003. 0.002 setlinewidth
  32004. 0.52892 0.50393 moveto 0.53552 0.50942 lineto 0.52498 0.48335 lineto gsave
  32005. 0.897 0.486 0.089 setrgbcolor
  32006. fill grestore
  32007. stroke
  32008. grestore
  32009. gsave
  32010. 0.002 setlinewidth
  32011. 0.28543 0.63243 moveto 0.30073 0.63017 lineto 0.34188 0.66619 lineto gsave
  32012. 0.624 0.754 0.94 setrgbcolor
  32013. fill grestore
  32014. stroke
  32015. grestore
  32016. gsave
  32017. 0.002 setlinewidth
  32018. 0.35475 0.64961 moveto 0.34188 0.66619 lineto 0.30073 0.63017 lineto gsave
  32019. 0.833 0.78 0.802 setrgbcolor
  32020. fill grestore
  32021. stroke
  32022. grestore
  32023. gsave
  32024. 0.002 setlinewidth
  32025. 0.30073 0.63017 moveto 0.31689 0.61585 lineto 0.35475 0.64961 lineto gsave
  32026. 0.833 0.78 0.802 setrgbcolor
  32027. fill grestore
  32028. stroke
  32029. grestore
  32030. gsave
  32031. 0.002 setlinewidth
  32032. 0.44277 0.40505 moveto 0.45633 0.40865 lineto 0.445 0.38443 lineto gsave
  32033. 0.753 0.275 0.107 setrgbcolor
  32034. fill grestore
  32035. stroke
  32036. grestore
  32037. gsave
  32038. 0.002 setlinewidth
  32039. 0.445 0.38443 moveto 0.42922 0.38568 lineto 0.44277 0.40505 lineto gsave
  32040. 0.583 0.107 0.089 setrgbcolor
  32041. fill grestore
  32042. stroke
  32043. grestore
  32044. gsave
  32045. 0.002 setlinewidth
  32046. 0.59991 0.57783 moveto 0.5892 0.57602 lineto 0.61116 0.6054 lineto gsave
  32047. 0.741 0.243 0.046 setrgbcolor
  32048. fill grestore
  32049. stroke
  32050. grestore
  32051. gsave
  32052. 0.002 setlinewidth
  32053. 0.61116 0.6054 moveto 0.62533 0.59838 lineto 0.59991 0.57783 lineto gsave
  32054. 0.564 0.135 0.185 setrgbcolor
  32055. fill grestore
  32056. stroke
  32057. grestore
  32058. gsave
  32059. 0.002 setlinewidth
  32060. 0.46966 0.41774 moveto 0.48284 0.43219 lineto 0.4758 0.40894 lineto gsave
  32061. 0.875 0.441 0.149 setrgbcolor
  32062. fill grestore
  32063. stroke
  32064. grestore
  32065. gsave
  32066. 0.002 setlinewidth
  32067. 0.49112 0.43357 moveto 0.4758 0.40894 lineto 0.48284 0.43219 lineto gsave
  32068. 0.883 0.449 0.116 setrgbcolor
  32069. fill grestore
  32070. stroke
  32071. grestore
  32072. gsave
  32073. 0.002 setlinewidth
  32074. 0.54204 0.51556 moveto 0.53552 0.50942 lineto 0.54484 0.5349 lineto gsave
  32075. 0.893 0.483 0.073 setrgbcolor
  32076. fill grestore
  32077. stroke
  32078. grestore
  32079. gsave
  32080. 0.002 setlinewidth
  32081. 0.54484 0.5349 moveto 0.55609 0.55013 lineto 0.54204 0.51556 lineto gsave
  32082. 0.89 0.466 0.095 setrgbcolor
  32083. fill grestore
  32084. stroke
  32085. grestore
  32086. gsave
  32087. 0.002 setlinewidth
  32088. 0.42893 0.4065 moveto 0.44277 0.40505 lineto 0.42922 0.38568 lineto gsave
  32089. 0.62 0.118 0.037 setrgbcolor
  32090. fill grestore
  32091. stroke
  32092. grestore
  32093. gsave
  32094. 0.002 setlinewidth
  32095. 0.42922 0.38568 moveto 0.41302 0.39528 lineto 0.42893 0.4065 lineto gsave
  32096. 0.353 0 0.033 setrgbcolor
  32097. fill grestore
  32098. stroke
  32099. grestore
  32100. gsave
  32101. 0.002 setlinewidth
  32102. 0.82166 0.44193 moveto 0.84143 0.46719 lineto 0.8298 0.52902 lineto gsave
  32103. 0.178 0.272 0.724 setrgbcolor
  32104. fill grestore
  32105. stroke
  32106. grestore
  32107. gsave
  32108. 0.002 setlinewidth
  32109. 0.52223 0.49876 moveto 0.50932 0.4597 lineto 0.50671 0.45682 lineto closepath gsave
  32110. 0.907 0.502 0.117 setrgbcolor
  32111. fill grestore
  32112. stroke
  32113. grestore
  32114. gsave
  32115. 0.002 setlinewidth
  32116. 0.52223 0.49876 moveto 0.51329 0.46673 lineto 0.50932 0.4597 lineto closepath gsave
  32117. 0.907 0.502 0.117 setrgbcolor
  32118. fill grestore
  32119. stroke
  32120. grestore
  32121. gsave
  32122. 0.002 setlinewidth
  32123. 0.52223 0.49876 moveto 0.51823 0.4772 lineto 0.51329 0.46673 lineto closepath gsave
  32124. 0.907 0.502 0.117 setrgbcolor
  32125. fill grestore
  32126. stroke
  32127. grestore
  32128. gsave
  32129. 0.002 setlinewidth
  32130. 0.52223 0.49876 moveto 0.50671 0.45682 lineto 0.50576 0.45841 lineto closepath gsave
  32131. 0.907 0.502 0.117 setrgbcolor
  32132. fill grestore
  32133. stroke
  32134. grestore
  32135. gsave
  32136. 0.002 setlinewidth
  32137. 0.70065 0.49858 moveto 0.68613 0.52633 lineto 0.68947 0.49622 lineto gsave
  32138. 0.92 0.93 0.559 setrgbcolor
  32139. fill grestore
  32140. stroke
  32141. grestore
  32142. gsave
  32143. 0.002 setlinewidth
  32144. 0.68947 0.49622 moveto 0.70427 0.45906 lineto 0.70065 0.49858 lineto gsave
  32145. 0.937 0.905 0.513 setrgbcolor
  32146. fill grestore
  32147. stroke
  32148. grestore
  32149. gsave
  32150. 0.002 setlinewidth
  32151. 0.52223 0.49876 moveto 0.52362 0.49004 lineto 0.51823 0.4772 lineto closepath gsave
  32152. 0.907 0.502 0.117 setrgbcolor
  32153. fill grestore
  32154. stroke
  32155. grestore
  32156. gsave
  32157. 0.002 setlinewidth
  32158. 0.65251 0.5695 moveto 0.63911 0.58567 lineto 0.65619 0.58505 lineto gsave
  32159. 0.036 0 0 setrgbcolor
  32160. fill grestore
  32161. stroke
  32162. grestore
  32163. gsave
  32164. 0.002 setlinewidth
  32165. 0.65619 0.58505 moveto 0.67137 0.55633 lineto 0.65251 0.5695 lineto gsave
  32166. 0 0 0 setrgbcolor
  32167. fill grestore
  32168. stroke
  32169. grestore
  32170. gsave
  32171. 0.002 setlinewidth
  32172. 0.48284 0.43219 moveto 0.49596 0.45136 lineto 0.49112 0.43357 lineto gsave
  32173. 0.898 0.479 0.147 setrgbcolor
  32174. fill grestore
  32175. stroke
  32176. grestore
  32177. gsave
  32178. 0.002 setlinewidth
  32179. 0.50656 0.46435 moveto 0.49112 0.43357 lineto 0.49596 0.45136 lineto gsave
  32180. 0.9 0.485 0.113 setrgbcolor
  32181. fill grestore
  32182. stroke
  32183. grestore
  32184. gsave
  32185. 0.002 setlinewidth
  32186. 0.49112 0.43357 moveto 0.50656 0.46435 lineto 0.50576 0.45841 lineto gsave
  32187. 0.904 0.491 0.133 setrgbcolor
  32188. fill grestore
  32189. stroke
  32190. grestore
  32191. gsave
  32192. 0.002 setlinewidth
  32193. 0.21887 0.52411 moveto 0.23352 0.54778 lineto 0.25763 0.60575 lineto gsave
  32194. 0 0 0.532 setrgbcolor
  32195. fill grestore
  32196. stroke
  32197. grestore
  32198. gsave
  32199. 0.002 setlinewidth
  32200. 0.27108 0.62351 moveto 0.25763 0.60575 lineto 0.23352 0.54778 lineto gsave
  32201. 0 0.049 0.616 setrgbcolor
  32202. fill grestore
  32203. stroke
  32204. grestore
  32205. gsave
  32206. 0.002 setlinewidth
  32207. 0.36147 0.45613 moveto 0.37912 0.43292 lineto 0.37412 0.45196 lineto gsave
  32208. 0.826 0.953 0.609 setrgbcolor
  32209. fill grestore
  32210. stroke
  32211. grestore
  32212. gsave
  32213. 0.002 setlinewidth
  32214. 0.37412 0.45196 moveto 0.35578 0.48601 lineto 0.36147 0.45613 lineto gsave
  32215. 0.89 0.932 0.554 setrgbcolor
  32216. fill grestore
  32217. stroke
  32218. grestore
  32219. gsave
  32220. 0.002 setlinewidth
  32221. 0.5892 0.57602 moveto 0.57831 0.57095 lineto 0.59664 0.60508 lineto gsave
  32222. 0.818 0.349 0.1 setrgbcolor
  32223. fill grestore
  32224. stroke
  32225. grestore
  32226. gsave
  32227. 0.002 setlinewidth
  32228. 0.59664 0.60508 moveto 0.61116 0.6054 lineto 0.5892 0.57602 lineto gsave
  32229. 0.697 0.25 0.186 setrgbcolor
  32230. fill grestore
  32231. stroke
  32232. grestore
  32233. gsave
  32234. 0.002 setlinewidth
  32235. 0.31845 0.54727 moveto 0.33714 0.51903 lineto 0.35079 0.55583 lineto gsave
  32236. 0.955 0.859 0.706 setrgbcolor
  32237. fill grestore
  32238. stroke
  32239. grestore
  32240. gsave
  32241. 0.002 setlinewidth
  32242. 0.35079 0.55583 moveto 0.33367 0.59027 lineto 0.31845 0.54727 lineto gsave
  32243. 0.959 0.849 0.689 setrgbcolor
  32244. fill grestore
  32245. stroke
  32246. grestore
  32247. gsave
  32248. 0.002 setlinewidth
  32249. 0.53552 0.50942 moveto 0.52892 0.50393 lineto 0.53355 0.51742 lineto gsave
  32250. 0.905 0.501 0.109 setrgbcolor
  32251. fill grestore
  32252. stroke
  32253. grestore
  32254. gsave
  32255. 0.002 setlinewidth
  32256. 0.53355 0.51742 moveto 0.54484 0.5349 lineto 0.53552 0.50942 lineto gsave
  32257. 0.9 0.489 0.106 setrgbcolor
  32258. fill grestore
  32259. stroke
  32260. grestore
  32261. gsave
  32262. 0.002 setlinewidth
  32263. 0.52223 0.49876 moveto 0.50576 0.45841 lineto 0.50656 0.46435 lineto closepath gsave
  32264. 0.907 0.502 0.117 setrgbcolor
  32265. fill grestore
  32266. stroke
  32267. grestore
  32268. gsave
  32269. 0.002 setlinewidth
  32270. 0.41476 0.41207 moveto 0.42893 0.4065 lineto 0.41302 0.39528 lineto gsave
  32271. 0.402 0 0 setrgbcolor
  32272. fill grestore
  32273. stroke
  32274. grestore
  32275. gsave
  32276. 0.002 setlinewidth
  32277. 0.41302 0.39528 moveto 0.39632 0.41174 lineto 0.41476 0.41207 lineto gsave
  32278. 0.089 0 0 setrgbcolor
  32279. fill grestore
  32280. stroke
  32281. grestore
  32282. gsave
  32283. 0.002 setlinewidth
  32284. 0.76663 0.39341 moveto 0.75007 0.39452 lineto 0.73036 0.34356 lineto gsave
  32285. 0.655 0.715 0.893 setrgbcolor
  32286. fill grestore
  32287. stroke
  32288. grestore
  32289. gsave
  32290. 0.002 setlinewidth
  32291. 0.75007 0.39452 moveto 0.7343 0.40623 lineto 0.71563 0.3594 lineto gsave
  32292. 0.845 0.81 0.816 setrgbcolor
  32293. fill grestore
  32294. stroke
  32295. grestore
  32296. gsave
  32297. 0.002 setlinewidth
  32298. 0.71563 0.3594 moveto 0.73036 0.34356 lineto 0.75007 0.39452 lineto gsave
  32299. 0.848 0.81 0.813 setrgbcolor
  32300. fill grestore
  32301. stroke
  32302. grestore
  32303. gsave
  32304. 0.002 setlinewidth
  32305. 0.52223 0.49876 moveto 0.52892 0.50393 lineto 0.52362 0.49004 lineto closepath gsave
  32306. 0.907 0.502 0.117 setrgbcolor
  32307. fill grestore
  32308. stroke
  32309. grestore
  32310. gsave
  32311. 0.002 setlinewidth
  32312. 0.7841 0.40221 moveto 0.76663 0.39341 lineto 0.74591 0.33899 lineto gsave
  32313. 0.351 0.521 0.885 setrgbcolor
  32314. fill grestore
  32315. stroke
  32316. grestore
  32317. gsave
  32318. 0.002 setlinewidth
  32319. 0.73036 0.34356 moveto 0.74591 0.33899 lineto 0.76663 0.39341 lineto gsave
  32320. 0.646 0.712 0.896 setrgbcolor
  32321. fill grestore
  32322. stroke
  32323. grestore
  32324. gsave
  32325. 0.002 setlinewidth
  32326. 0.7343 0.40623 moveto 0.71912 0.42822 lineto 0.70154 0.38616 lineto gsave
  32327. 0.931 0.837 0.729 setrgbcolor
  32328. fill grestore
  32329. stroke
  32330. grestore
  32331. gsave
  32332. 0.002 setlinewidth
  32333. 0.70154 0.38616 moveto 0.71563 0.3594 lineto 0.7343 0.40623 lineto gsave
  32334. 0.934 0.834 0.721 setrgbcolor
  32335. fill grestore
  32336. stroke
  32337. grestore
  32338. gsave
  32339. 0.002 setlinewidth
  32340. 0.57831 0.57095 moveto 0.56726 0.5623 lineto 0.58185 0.59662 lineto gsave
  32341. 0.862 0.417 0.127 setrgbcolor
  32342. fill grestore
  32343. stroke
  32344. grestore
  32345. gsave
  32346. 0.002 setlinewidth
  32347. 0.58185 0.59662 moveto 0.59664 0.60508 lineto 0.57831 0.57095 lineto gsave
  32348. 0.798 0.346 0.169 setrgbcolor
  32349. fill grestore
  32350. stroke
  32351. grestore
  32352. gsave
  32353. 0.002 setlinewidth
  32354. 0.49596 0.45136 moveto 0.50907 0.47407 lineto 0.50656 0.46435 lineto gsave
  32355. 0.908 0.5 0.139 setrgbcolor
  32356. fill grestore
  32357. stroke
  32358. grestore
  32359. gsave
  32360. 0.002 setlinewidth
  32361. 0.52223 0.49876 moveto 0.50656 0.46435 lineto 0.50907 0.47407 lineto closepath gsave
  32362. 0.907 0.502 0.117 setrgbcolor
  32363. fill grestore
  32364. stroke
  32365. grestore
  32366. gsave
  32367. 0.002 setlinewidth
  32368. 0.80248 0.41922 moveto 0.7841 0.40221 lineto 0.76243 0.34495 lineto gsave
  32369. 0.057 0.305 0.791 setrgbcolor
  32370. fill grestore
  32371. stroke
  32372. grestore
  32373. gsave
  32374. 0.002 setlinewidth
  32375. 0.74591 0.33899 moveto 0.76243 0.34495 lineto 0.7841 0.40221 lineto gsave
  32376. 0.314 0.499 0.88 setrgbcolor
  32377. fill grestore
  32378. stroke
  32379. grestore
  32380. gsave
  32381. 0.002 setlinewidth
  32382. 0.23352 0.54778 moveto 0.24886 0.56645 lineto 0.27108 0.62351 lineto gsave
  32383. 0 0.175 0.71 setrgbcolor
  32384. fill grestore
  32385. stroke
  32386. grestore
  32387. gsave
  32388. 0.002 setlinewidth
  32389. 0.28543 0.63243 moveto 0.27108 0.62351 lineto 0.24886 0.56645 lineto gsave
  32390. 0.205 0.422 0.851 setrgbcolor
  32391. fill grestore
  32392. stroke
  32393. grestore
  32394. gsave
  32395. 0.002 setlinewidth
  32396. 0.52223 0.49876 moveto 0.53355 0.51742 lineto 0.52892 0.50393 lineto closepath gsave
  32397. 0.907 0.502 0.117 setrgbcolor
  32398. fill grestore
  32399. stroke
  32400. grestore
  32401. gsave
  32402. 0.002 setlinewidth
  32403. 0.63911 0.58567 moveto 0.62533 0.59838 lineto 0.64048 0.60882 lineto gsave
  32404. 0.297 0 0.061 setrgbcolor
  32405. fill grestore
  32406. stroke
  32407. grestore
  32408. gsave
  32409. 0.002 setlinewidth
  32410. 0.64048 0.60882 moveto 0.65619 0.58505 lineto 0.63911 0.58567 lineto gsave
  32411. 0.045 0 0.066 setrgbcolor
  32412. fill grestore
  32413. stroke
  32414. grestore
  32415. gsave
  32416. 0.002 setlinewidth
  32417. 0.56726 0.5623 moveto 0.55609 0.55013 lineto 0.5669 0.58021 lineto gsave
  32418. 0.888 0.461 0.137 setrgbcolor
  32419. fill grestore
  32420. stroke
  32421. grestore
  32422. gsave
  32423. 0.002 setlinewidth
  32424. 0.5669 0.58021 moveto 0.58185 0.59662 lineto 0.56726 0.5623 lineto gsave
  32425. 0.859 0.416 0.145 setrgbcolor
  32426. fill grestore
  32427. stroke
  32428. grestore
  32429. gsave
  32430. 0.002 setlinewidth
  32431. 0.67445 0.53619 moveto 0.68947 0.49622 lineto 0.68613 0.52633 lineto gsave
  32432. 0.889 0.879 0.445 setrgbcolor
  32433. fill grestore
  32434. stroke
  32435. grestore
  32436. gsave
  32437. 0.002 setlinewidth
  32438. 0.30003 0.56756 moveto 0.31845 0.54727 lineto 0.33367 0.59027 lineto gsave
  32439. 0.919 0.844 0.755 setrgbcolor
  32440. fill grestore
  32441. stroke
  32442. grestore
  32443. gsave
  32444. 0.002 setlinewidth
  32445. 0.33367 0.59027 moveto 0.31689 0.61585 lineto 0.30003 0.56756 lineto gsave
  32446. 0.925 0.839 0.741 setrgbcolor
  32447. fill grestore
  32448. stroke
  32449. grestore
  32450. gsave
  32451. 0.002 setlinewidth
  32452. 0.71912 0.42822 moveto 0.70427 0.45906 lineto 0.68782 0.4223 lineto gsave
  32453. 0.967 0.841 0.666 setrgbcolor
  32454. fill grestore
  32455. stroke
  32456. grestore
  32457. gsave
  32458. 0.002 setlinewidth
  32459. 0.68782 0.4223 moveto 0.70154 0.38616 lineto 0.71912 0.42822 lineto gsave
  32460. 0.969 0.835 0.656 setrgbcolor
  32461. fill grestore
  32462. stroke
  32463. grestore
  32464. gsave
  32465. 0.002 setlinewidth
  32466. 0.485 0.4532 moveto 0.49444 0.46352 lineto 0.48284 0.43219 lineto gsave
  32467. 0.887 0.461 0.082 setrgbcolor
  32468. fill grestore
  32469. stroke
  32470. grestore
  32471. gsave
  32472. 0.002 setlinewidth
  32473. 0.48284 0.43219 moveto 0.46966 0.41774 lineto 0.485 0.4532 lineto gsave
  32474. 0.866 0.42 0.108 setrgbcolor
  32475. fill grestore
  32476. stroke
  32477. grestore
  32478. gsave
  32479. 0.002 setlinewidth
  32480. 0.49596 0.45136 moveto 0.48284 0.43219 lineto 0.49444 0.46352 lineto gsave
  32481. 0.89 0.463 0.109 setrgbcolor
  32482. fill grestore
  32483. stroke
  32484. grestore
  32485. gsave
  32486. 0.002 setlinewidth
  32487. 0.40025 0.42039 moveto 0.41476 0.41207 lineto 0.39632 0.41174 lineto gsave
  32488. 0.068 0 0 setrgbcolor
  32489. fill grestore
  32490. stroke
  32491. grestore
  32492. gsave
  32493. 0.002 setlinewidth
  32494. 0.39632 0.41174 moveto 0.37912 0.43292 lineto 0.40025 0.42039 lineto gsave
  32495. 0 0 0 setrgbcolor
  32496. fill grestore
  32497. stroke
  32498. grestore
  32499. gsave
  32500. 0.002 setlinewidth
  32501. 0.34353 0.47844 moveto 0.36147 0.45613 lineto 0.35578 0.48601 lineto gsave
  32502. 0.911 0.974 0.684 setrgbcolor
  32503. fill grestore
  32504. stroke
  32505. grestore
  32506. gsave
  32507. 0.002 setlinewidth
  32508. 0.35578 0.48601 moveto 0.33714 0.51903 lineto 0.34353 0.47844 lineto gsave
  32509. 0.94 0.947 0.618 setrgbcolor
  32510. fill grestore
  32511. stroke
  32512. grestore
  32513. gsave
  32514. 0.002 setlinewidth
  32515. 0.49444 0.46352 moveto 0.50378 0.47474 lineto 0.49596 0.45136 lineto gsave
  32516. 0.901 0.488 0.111 setrgbcolor
  32517. fill grestore
  32518. stroke
  32519. grestore
  32520. gsave
  32521. 0.002 setlinewidth
  32522. 0.50907 0.47407 moveto 0.49596 0.45136 lineto 0.50378 0.47474 lineto gsave
  32523. 0.901 0.488 0.111 setrgbcolor
  32524. fill grestore
  32525. stroke
  32526. grestore
  32527. gsave
  32528. 0.002 setlinewidth
  32529. 0.47546 0.44394 moveto 0.485 0.4532 lineto 0.46966 0.41774 lineto gsave
  32530. 0.861 0.415 0.031 setrgbcolor
  32531. fill grestore
  32532. stroke
  32533. grestore
  32534. gsave
  32535. 0.002 setlinewidth
  32536. 0.46966 0.41774 moveto 0.45633 0.40865 lineto 0.47546 0.44394 lineto gsave
  32537. 0.821 0.353 0.101 setrgbcolor
  32538. fill grestore
  32539. stroke
  32540. grestore
  32541. gsave
  32542. 0.002 setlinewidth
  32543. 0.55609 0.55013 moveto 0.54484 0.5349 lineto 0.55191 0.55702 lineto gsave
  32544. 0.902 0.488 0.138 setrgbcolor
  32545. fill grestore
  32546. stroke
  32547. grestore
  32548. gsave
  32549. 0.002 setlinewidth
  32550. 0.55191 0.55702 moveto 0.5669 0.58021 lineto 0.55609 0.55013 lineto gsave
  32551. 0.889 0.461 0.125 setrgbcolor
  32552. fill grestore
  32553. stroke
  32554. grestore
  32555. gsave
  32556. 0.002 setlinewidth
  32557. 0.50378 0.47474 moveto 0.51304 0.4866 lineto 0.50907 0.47407 lineto gsave
  32558. 0.908 0.503 0.124 setrgbcolor
  32559. fill grestore
  32560. stroke
  32561. grestore
  32562. gsave
  32563. 0.002 setlinewidth
  32564. 0.52223 0.49876 moveto 0.50907 0.47407 lineto 0.51304 0.4866 lineto closepath gsave
  32565. 0.907 0.502 0.117 setrgbcolor
  32566. fill grestore
  32567. stroke
  32568. grestore
  32569. gsave
  32570. 0.002 setlinewidth
  32571. 0.54484 0.5349 moveto 0.53355 0.51742 lineto 0.537 0.52905 lineto gsave
  32572. 0.908 0.502 0.135 setrgbcolor
  32573. fill grestore
  32574. stroke
  32575. grestore
  32576. gsave
  32577. 0.002 setlinewidth
  32578. 0.537 0.52905 moveto 0.55191 0.55702 lineto 0.54484 0.5349 lineto gsave
  32579. 0.901 0.488 0.115 setrgbcolor
  32580. fill grestore
  32581. stroke
  32582. grestore
  32583. gsave
  32584. 0.002 setlinewidth
  32585. 0.24886 0.56645 moveto 0.26506 0.57714 lineto 0.28543 0.63243 lineto gsave
  32586. 0.31 0.489 0.873 setrgbcolor
  32587. fill grestore
  32588. stroke
  32589. grestore
  32590. gsave
  32591. 0.002 setlinewidth
  32592. 0.30073 0.63017 moveto 0.28543 0.63243 lineto 0.26506 0.57714 lineto gsave
  32593. 0.64 0.707 0.896 setrgbcolor
  32594. fill grestore
  32595. stroke
  32596. grestore
  32597. gsave
  32598. 0.002 setlinewidth
  32599. 0.46581 0.43576 moveto 0.47546 0.44394 lineto 0.45633 0.40865 lineto gsave
  32600. 0.814 0.337 0 setrgbcolor
  32601. fill grestore
  32602. stroke
  32603. grestore
  32604. gsave
  32605. 0.002 setlinewidth
  32606. 0.45633 0.40865 moveto 0.44277 0.40505 lineto 0.46581 0.43576 lineto gsave
  32607. 0.741 0.252 0.078 setrgbcolor
  32608. fill grestore
  32609. stroke
  32610. grestore
  32611. gsave
  32612. 0.002 setlinewidth
  32613. 0.28216 0.57777 moveto 0.30003 0.56756 lineto 0.31689 0.61585 lineto gsave
  32614. 0.839 0.81 0.822 setrgbcolor
  32615. fill grestore
  32616. stroke
  32617. grestore
  32618. gsave
  32619. 0.002 setlinewidth
  32620. 0.31689 0.61585 moveto 0.30073 0.63017 lineto 0.28216 0.57777 lineto gsave
  32621. 0.844 0.81 0.817 setrgbcolor
  32622. fill grestore
  32623. stroke
  32624. grestore
  32625. gsave
  32626. 0.002 setlinewidth
  32627. 0.52223 0.49876 moveto 0.537 0.52905 lineto 0.53355 0.51742 lineto closepath gsave
  32628. 0.907 0.502 0.117 setrgbcolor
  32629. fill grestore
  32630. stroke
  32631. grestore
  32632. gsave
  32633. 0.002 setlinewidth
  32634. 0.82166 0.44193 moveto 0.80248 0.41922 lineto 0.77993 0.35968 lineto gsave
  32635. 0 0.162 0.701 setrgbcolor
  32636. fill grestore
  32637. stroke
  32638. grestore
  32639. gsave
  32640. 0.002 setlinewidth
  32641. 0.76243 0.34495 moveto 0.77993 0.35968 lineto 0.80248 0.41922 lineto gsave
  32642. 0.002 0.267 0.77 setrgbcolor
  32643. fill grestore
  32644. stroke
  32645. grestore
  32646. gsave
  32647. 0.002 setlinewidth
  32648. 0.21887 0.52411 moveto 0.20465 0.49883 lineto 0.21022 0.43552 lineto gsave
  32649. 0.024 0.149 0.658 setrgbcolor
  32650. fill grestore
  32651. stroke
  32652. grestore
  32653. gsave
  32654. 0.002 setlinewidth
  32655. 0.52223 0.49876 moveto 0.53372 0.53615 lineto 0.53716 0.5413 lineto closepath gsave
  32656. 0.907 0.502 0.117 setrgbcolor
  32657. fill grestore
  32658. stroke
  32659. grestore
  32660. gsave
  32661. 0.002 setlinewidth
  32662. 0.52223 0.49876 moveto 0.52902 0.52688 lineto 0.53372 0.53615 lineto closepath gsave
  32663. 0.907 0.502 0.117 setrgbcolor
  32664. fill grestore
  32665. stroke
  32666. grestore
  32667. gsave
  32668. 0.002 setlinewidth
  32669. 0.52223 0.49876 moveto 0.52359 0.51456 lineto 0.52902 0.52688 lineto closepath gsave
  32670. 0.907 0.502 0.117 setrgbcolor
  32671. fill grestore
  32672. stroke
  32673. grestore
  32674. gsave
  32675. 0.002 setlinewidth
  32676. 0.52223 0.49876 moveto 0.51806 0.50061 lineto 0.52359 0.51456 lineto closepath gsave
  32677. 0.907 0.502 0.117 setrgbcolor
  32678. fill grestore
  32679. stroke
  32680. grestore
  32681. gsave
  32682. 0.002 setlinewidth
  32683. 0.52223 0.49876 moveto 0.51304 0.4866 lineto 0.51806 0.50061 lineto closepath gsave
  32684. 0.907 0.502 0.117 setrgbcolor
  32685. fill grestore
  32686. stroke
  32687. grestore
  32688. gsave
  32689. 0.002 setlinewidth
  32690. 0.52223 0.49876 moveto 0.53888 0.53749 lineto 0.537 0.52905 lineto closepath gsave
  32691. 0.907 0.502 0.117 setrgbcolor
  32692. fill grestore
  32693. stroke
  32694. grestore
  32695. gsave
  32696. 0.002 setlinewidth
  32697. 0.52223 0.49876 moveto 0.53894 0.54175 lineto 0.53888 0.53749 lineto closepath gsave
  32698. 0.907 0.502 0.117 setrgbcolor
  32699. fill grestore
  32700. stroke
  32701. grestore
  32702. gsave
  32703. 0.002 setlinewidth
  32704. 0.52223 0.49876 moveto 0.53716 0.5413 lineto 0.53894 0.54175 lineto closepath gsave
  32705. 0.907 0.502 0.117 setrgbcolor
  32706. fill grestore
  32707. stroke
  32708. grestore
  32709. gsave
  32710. 0.002 setlinewidth
  32711. 0.26506 0.57714 moveto 0.28216 0.57777 lineto 0.30073 0.63017 lineto gsave
  32712. 0.66 0.716 0.89 setrgbcolor
  32713. fill grestore
  32714. stroke
  32715. grestore
  32716. gsave
  32717. 0.002 setlinewidth
  32718. 0.62533 0.59838 moveto 0.61116 0.6054 lineto 0.62422 0.62425 lineto gsave
  32719. 0.517 0.071 0.13 setrgbcolor
  32720. fill grestore
  32721. stroke
  32722. grestore
  32723. gsave
  32724. 0.002 setlinewidth
  32725. 0.62422 0.62425 moveto 0.64048 0.60882 lineto 0.62533 0.59838 lineto gsave
  32726. 0.271 0 0.112 setrgbcolor
  32727. fill grestore
  32728. stroke
  32729. grestore
  32730. gsave
  32731. 0.002 setlinewidth
  32732. 0.44611 0.42217 moveto 0.45603 0.42858 lineto 0.45536 0.42803 lineto gsave
  32733. 0.506 0 0 setrgbcolor
  32734. fill grestore
  32735. stroke
  32736. grestore
  32737. gsave
  32738. 0.002 setlinewidth
  32739. 0.45536 0.42803 moveto 0.42893 0.4065 lineto gsave
  32740. 0.44611 0.42217 lineto 0.506 0 0 setrgbcolor
  32741. fill grestore
  32742. stroke
  32743. grestore
  32744. gsave
  32745. 0.002 setlinewidth
  32746. 0.42893 0.4065 moveto 0.41476 0.41207 lineto 0.44566 0.42203 lineto gsave
  32747. 0.426 0 0 setrgbcolor
  32748. fill grestore
  32749. stroke
  32750. grestore
  32751. gsave
  32752. 0.002 setlinewidth
  32753. 0.44566 0.42203 moveto 0.44611 0.42217 lineto gsave
  32754. 0.44597 0.42205 lineto 0.426 0 0 setrgbcolor
  32755. fill grestore
  32756. stroke
  32757. grestore
  32758. gsave
  32759. 0.42893 0.4065 moveto 0.44566 0.42203 lineto 0.44597 0.42205 lineto 0.426 0 0 setrgbcolor
  32760. fill
  32761. grestore
  32762. gsave
  32763. 0.002 setlinewidth
  32764. 0.43605 0.41625 moveto 0.44611 0.42217 lineto 0.41476 0.41207 lineto gsave
  32765. 0 0.427 0.807 setrgbcolor
  32766. fill grestore
  32767. stroke
  32768. grestore
  32769. gsave
  32770. 0.002 setlinewidth
  32771. 0.41476 0.41207 moveto 0.40025 0.42039 lineto 0.43605 0.41625 lineto gsave
  32772. 0.16 0 0 setrgbcolor
  32773. fill grestore
  32774. stroke
  32775. grestore
  32776. gsave
  32777. 0.002 setlinewidth
  32778. 0.42586 0.41045 moveto 0.43605 0.41625 lineto 0.40633 0.41969 lineto gsave
  32779. 0.359 0.724 0.987 setrgbcolor
  32780. fill grestore
  32781. stroke
  32782. grestore
  32783. gsave
  32784. 0.002 setlinewidth
  32785. 0.40633 0.41969 moveto 0.40025 0.42039 lineto gsave
  32786. 0.40263 0.41947 lineto 0.359 0.724 0.987 setrgbcolor
  32787. fill grestore
  32788. stroke
  32789. grestore
  32790. gsave
  32791. 0.42586 0.41045 moveto 0.40633 0.41969 lineto 0.40263 0.41947 lineto 0.359 0.724 0.987 setrgbcolor
  32792. fill
  32793. grestore
  32794. gsave
  32795. 0.002 setlinewidth
  32796. 0.44611 0.42217 moveto 0.43605 0.41625 lineto 0.43691 0.41634 lineto gsave
  32797. 0.27 0.672 0.969 setrgbcolor
  32798. fill grestore
  32799. stroke
  32800. grestore
  32801. gsave
  32802. 0.002 setlinewidth
  32803. 0.46486 0.4345 moveto 0.44277 0.40505 lineto gsave
  32804. 0.45603 0.42858 lineto 0.717 0.199 0 setrgbcolor
  32805. fill grestore
  32806. stroke
  32807. grestore
  32808. gsave
  32809. 0.002 setlinewidth
  32810. 0.44277 0.40505 moveto 0.42893 0.4065 lineto 0.45603 0.42858 lineto gsave
  32811. 0.613 0.109 0.027 setrgbcolor
  32812. fill grestore
  32813. stroke
  32814. grestore
  32815. gsave
  32816. 0.002 setlinewidth
  32817. 0.43691 0.41634 moveto 0.48291 0.42145 lineto gsave
  32818. 0.44611 0.42217 lineto 0.27 0.672 0.969 setrgbcolor
  32819. fill grestore
  32820. stroke
  32821. grestore
  32822. gsave
  32823. 0.002 setlinewidth
  32824. 0.45603 0.42858 moveto 0.44611 0.42217 lineto 0.4473 0.42273 lineto gsave
  32825. 0 0.355 0.762 setrgbcolor
  32826. fill grestore
  32827. stroke
  32828. grestore
  32829. gsave
  32830. 0.002 setlinewidth
  32831. 0.4473 0.42273 moveto 0.48738 0.44143 lineto gsave
  32832. 0.45603 0.42858 lineto 0 0.355 0.762 setrgbcolor
  32833. fill grestore
  32834. stroke
  32835. grestore
  32836. gsave
  32837. 0.002 setlinewidth
  32838. 0.45603 0.42858 moveto 0.46581 0.43576 lineto 0.46486 0.4345 lineto gsave
  32839. 0.717 0.199 0 setrgbcolor
  32840. fill grestore
  32841. stroke
  32842. grestore
  32843. gsave
  32844. 0.002 setlinewidth
  32845. 0.51382 0.50132 moveto 0.51806 0.50061 lineto 0.51304 0.4866 lineto gsave
  32846. 0.901 0.498 0.092 setrgbcolor
  32847. fill grestore
  32848. stroke
  32849. grestore
  32850. gsave
  32851. 0.002 setlinewidth
  32852. 0.51304 0.4866 moveto 0.50378 0.47474 lineto 0.51382 0.50132 lineto gsave
  32853. 0.899 0.488 0.098 setrgbcolor
  32854. fill grestore
  32855. stroke
  32856. grestore
  32857. gsave
  32858. 0.002 setlinewidth
  32859. 0.70427 0.45906 moveto 0.68947 0.49622 lineto 0.6742 0.46517 lineto gsave
  32860. 0.982 0.841 0.628 setrgbcolor
  32861. fill grestore
  32862. stroke
  32863. grestore
  32864. gsave
  32865. 0.002 setlinewidth
  32866. 0.6742 0.46517 moveto 0.68782 0.4223 lineto 0.70427 0.45906 lineto gsave
  32867. 0.982 0.833 0.619 setrgbcolor
  32868. fill grestore
  32869. stroke
  32870. grestore
  32871. gsave
  32872. 0.002 setlinewidth
  32873. 0.67137 0.55633 moveto 0.65619 0.58505 lineto 0.65897 0.57471 lineto gsave
  32874. 0.729 0.846 0.407 setrgbcolor
  32875. fill grestore
  32876. stroke
  32877. grestore
  32878. gsave
  32879. 0.002 setlinewidth
  32880. 0.65897 0.57471 moveto 0.67445 0.53619 lineto 0.67137 0.55633 lineto gsave
  32881. 0.826 0.858 0.405 setrgbcolor
  32882. fill grestore
  32883. stroke
  32884. grestore
  32885. gsave
  32886. 0.002 setlinewidth
  32887. 0.55191 0.55702 moveto 0.537 0.52905 lineto 0.53888 0.53749 lineto gsave
  32888. 0.906 0.497 0.14 setrgbcolor
  32889. fill grestore
  32890. stroke
  32891. grestore
  32892. gsave
  32893. 0.002 setlinewidth
  32894. 0.38545 0.42982 moveto 0.40025 0.42039 lineto 0.37912 0.43292 lineto gsave
  32895. 0 0 0 setrgbcolor
  32896. fill grestore
  32897. stroke
  32898. grestore
  32899. gsave
  32900. 0.002 setlinewidth
  32901. 0.37912 0.43292 moveto 0.36939 0.44572 lineto gsave
  32902. 0.38545 0.42982 lineto 0 0 0 setrgbcolor
  32903. fill grestore
  32904. stroke
  32905. grestore
  32906. gsave
  32907. 0.002 setlinewidth
  32908. 0.38545 0.42982 moveto 0.37041 0.43859 lineto 0.39673 0.41865 lineto gsave
  32909. 0.556 0.914 0.725 setrgbcolor
  32910. fill grestore
  32911. stroke
  32912. grestore
  32913. gsave
  32914. 0.002 setlinewidth
  32915. 0.39673 0.41865 moveto 0.41555 0.4044 lineto gsave
  32916. 0.38545 0.42982 lineto 0.556 0.914 0.725 setrgbcolor
  32917. fill grestore
  32918. stroke
  32919. grestore
  32920. gsave
  32921. 0.002 setlinewidth
  32922. 0.36939 0.44572 moveto 0.36147 0.45613 lineto gsave
  32923. 0.38545 0.42982 lineto 0 0 0 setrgbcolor
  32924. fill grestore
  32925. stroke
  32926. grestore
  32927. gsave
  32928. 0.002 setlinewidth
  32929. 0.32548 0.49698 moveto 0.34353 0.47844 lineto 0.33714 0.51903 lineto gsave
  32930. 0.937 0.96 0.752 setrgbcolor
  32931. fill grestore
  32932. stroke
  32933. grestore
  32934. gsave
  32935. 0.002 setlinewidth
  32936. 0.33714 0.51903 moveto 0.31845 0.54727 lineto 0.32548 0.49698 lineto gsave
  32937. 0.958 0.946 0.694 setrgbcolor
  32938. fill grestore
  32939. stroke
  32940. grestore
  32941. gsave
  32942. 0.002 setlinewidth
  32943. 0.5095 0.4998 moveto 0.51382 0.50132 lineto 0.50378 0.47474 lineto gsave
  32944. 0.877 0.471 0.026 setrgbcolor
  32945. fill grestore
  32946. stroke
  32947. grestore
  32948. gsave
  32949. 0.002 setlinewidth
  32950. 0.50378 0.47474 moveto 0.49444 0.46352 lineto 0.5095 0.4998 lineto gsave
  32951. 0.884 0.461 0.065 setrgbcolor
  32952. fill grestore
  32953. stroke
  32954. grestore
  32955. gsave
  32956. 0.002 setlinewidth
  32957. 0.21022 0.43552 moveto 0.22529 0.45872 lineto 0.21887 0.52411 lineto gsave
  32958. 0.199 0.299 0.742 setrgbcolor
  32959. fill grestore
  32960. stroke
  32961. grestore
  32962. gsave
  32963. 0.002 setlinewidth
  32964. 0.23352 0.54778 moveto 0.21887 0.52411 lineto 0.22529 0.45872 lineto gsave
  32965. 0.11 0.212 0.69 setrgbcolor
  32966. fill grestore
  32967. stroke
  32968. grestore
  32969. gsave
  32970. 0.002 setlinewidth
  32971. 0.61116 0.6054 moveto 0.59664 0.60508 lineto 0.60745 0.62883 lineto gsave
  32972. 0.686 0.23 0.163 setrgbcolor
  32973. fill grestore
  32974. stroke
  32975. grestore
  32976. gsave
  32977. 0.002 setlinewidth
  32978. 0.60745 0.62883 moveto 0.62422 0.62425 lineto 0.61116 0.6054 lineto gsave
  32979. 0.513 0.07 0.135 setrgbcolor
  32980. fill grestore
  32981. stroke
  32982. grestore
  32983. gsave
  32984. 0.002 setlinewidth
  32985. 0.84143 0.46719 moveto 0.82166 0.44193 lineto 0.79832 0.38055 lineto gsave
  32986. 0 0.106 0.66 setrgbcolor
  32987. fill grestore
  32988. stroke
  32989. grestore
  32990. gsave
  32991. 0.002 setlinewidth
  32992. 0.77993 0.35968 moveto 0.79832 0.38055 lineto 0.82166 0.44193 lineto gsave
  32993. 0 0.119 0.67 setrgbcolor
  32994. fill grestore
  32995. stroke
  32996. grestore
  32997. gsave
  32998. 0.002 setlinewidth
  32999. 0.525 0.52816 moveto 0.52359 0.51456 lineto 0.51806 0.50061 lineto gsave
  33000. 0.889 0.485 0.054 setrgbcolor
  33001. fill grestore
  33002. stroke
  33003. grestore
  33004. gsave
  33005. 0.002 setlinewidth
  33006. 0.51806 0.50061 moveto 0.51382 0.50132 lineto 0.525 0.52816 lineto gsave
  33007. 0.894 0.483 0.079 setrgbcolor
  33008. fill grestore
  33009. stroke
  33010. grestore
  33011. gsave
  33012. 0.002 setlinewidth
  33013. 0.5669 0.58021 moveto 0.55191 0.55702 lineto 0.55586 0.57321 lineto gsave
  33014. 0.894 0.472 0.153 setrgbcolor
  33015. fill grestore
  33016. stroke
  33017. grestore
  33018. gsave
  33019. 0.002 setlinewidth
  33020. 0.53888 0.53749 moveto 0.55586 0.57321 lineto 0.55191 0.55702 lineto gsave
  33021. 0.899 0.483 0.112 setrgbcolor
  33022. fill grestore
  33023. stroke
  33024. grestore
  33025. gsave
  33026. 0.002 setlinewidth
  33027. 0.55586 0.57321 moveto 0.53888 0.53749 lineto 0.53894 0.54175 lineto gsave
  33028. 0.901 0.487 0.124 setrgbcolor
  33029. fill grestore
  33030. stroke
  33031. grestore
  33032. gsave
  33033. 0.002 setlinewidth
  33034. 0.74591 0.33899 moveto 0.73036 0.34356 lineto 0.6863 0.3075 lineto gsave
  33035. 0.643 0.763 0.936 setrgbcolor
  33036. fill grestore
  33037. stroke
  33038. grestore
  33039. gsave
  33040. 0.002 setlinewidth
  33041. 0.73036 0.34356 moveto 0.71563 0.3594 lineto 0.67442 0.32605 lineto gsave
  33042. 0.832 0.776 0.799 setrgbcolor
  33043. fill grestore
  33044. stroke
  33045. grestore
  33046. gsave
  33047. 0.002 setlinewidth
  33048. 0.67442 0.32605 moveto 0.6863 0.3075 lineto 0.73036 0.34356 lineto gsave
  33049. 0.83 0.778 0.802 setrgbcolor
  33050. fill grestore
  33051. stroke
  33052. grestore
  33053. gsave
  33054. 0.002 setlinewidth
  33055. 0.50513 0.49519 moveto 0.5095 0.4998 lineto 0.49444 0.46352 lineto gsave
  33056. 0.816 0.412 0 setrgbcolor
  33057. fill grestore
  33058. stroke
  33059. grestore
  33060. gsave
  33061. 0.002 setlinewidth
  33062. 0.49444 0.46352 moveto 0.485 0.4532 lineto 0.50513 0.49519 lineto gsave
  33063. 0.859 0.416 0.011 setrgbcolor
  33064. fill grestore
  33065. stroke
  33066. grestore
  33067. gsave
  33068. 0.002 setlinewidth
  33069. 0.71563 0.3594 moveto 0.70154 0.38616 lineto 0.66305 0.35496 lineto gsave
  33070. 0.885 0.752 0.71 setrgbcolor
  33071. fill grestore
  33072. stroke
  33073. grestore
  33074. gsave
  33075. 0.002 setlinewidth
  33076. 0.66305 0.35496 moveto 0.67442 0.32605 lineto 0.71563 0.3594 lineto gsave
  33077. 0.885 0.757 0.716 setrgbcolor
  33078. fill grestore
  33079. stroke
  33080. grestore
  33081. gsave
  33082. 0.002 setlinewidth
  33083. 0.59664 0.60508 moveto 0.58185 0.59662 lineto 0.59034 0.62135 lineto gsave
  33084. 0.798 0.347 0.171 setrgbcolor
  33085. fill grestore
  33086. stroke
  33087. grestore
  33088. gsave
  33089. 0.002 setlinewidth
  33090. 0.59034 0.62135 moveto 0.60745 0.62883 lineto 0.59664 0.60508 lineto gsave
  33091. 0.712 0.244 0.136 setrgbcolor
  33092. fill grestore
  33093. stroke
  33094. grestore
  33095. gsave
  33096. 0.002 setlinewidth
  33097. 0.58185 0.59662 moveto 0.5669 0.58021 lineto 0.57307 0.60218 lineto gsave
  33098. 0.862 0.425 0.165 setrgbcolor
  33099. fill grestore
  33100. stroke
  33101. grestore
  33102. gsave
  33103. 0.002 setlinewidth
  33104. 0.55586 0.57321 moveto 0.57307 0.60218 lineto 0.5669 0.58021 lineto gsave
  33105. 0.88 0.444 0.115 setrgbcolor
  33106. fill grestore
  33107. stroke
  33108. grestore
  33109. gsave
  33110. 0.002 setlinewidth
  33111. 0.57307 0.60218 moveto 0.59034 0.62135 lineto 0.58185 0.59662 lineto gsave
  33112. 0.829 0.37 0.125 setrgbcolor
  33113. fill grestore
  33114. stroke
  33115. grestore
  33116. gsave
  33117. 0.002 setlinewidth
  33118. 0.53605 0.55211 moveto 0.52902 0.52688 lineto 0.52359 0.51456 lineto gsave
  33119. 0.877 0.471 0.027 setrgbcolor
  33120. fill grestore
  33121. stroke
  33122. grestore
  33123. gsave
  33124. 0.002 setlinewidth
  33125. 0.52359 0.51456 moveto 0.525 0.52816 lineto 0.53605 0.55211 lineto gsave
  33126. 0.889 0.476 0.062 setrgbcolor
  33127. fill grestore
  33128. stroke
  33129. grestore
  33130. gsave
  33131. 0.002 setlinewidth
  33132. 0.68947 0.49622 moveto 0.67445 0.53619 lineto 0.66041 0.511 lineto gsave
  33133. 0.987 0.846 0.615 setrgbcolor
  33134. fill grestore
  33135. stroke
  33136. grestore
  33137. gsave
  33138. 0.002 setlinewidth
  33139. 0.66041 0.511 moveto 0.6742 0.46517 lineto 0.68947 0.49622 lineto gsave
  33140. 0.987 0.836 0.606 setrgbcolor
  33141. fill grestore
  33142. stroke
  33143. grestore
  33144. gsave
  33145. 0.002 setlinewidth
  33146. 0.76243 0.34495 moveto 0.74591 0.33899 lineto 0.69886 0.29967 lineto gsave
  33147. 0.088 0.496 0.9 setrgbcolor
  33148. fill grestore
  33149. stroke
  33150. grestore
  33151. gsave
  33152. 0.002 setlinewidth
  33153. 0.6863 0.3075 moveto 0.69886 0.29967 lineto 0.74591 0.33899 lineto gsave
  33154. 0.653 0.764 0.93 setrgbcolor
  33155. fill grestore
  33156. stroke
  33157. grestore
  33158. gsave
  33159. 0.002 setlinewidth
  33160. 0.53894 0.54175 moveto 0.55613 0.5814 lineto 0.55586 0.57321 lineto gsave
  33161. 0.895 0.477 0.098 setrgbcolor
  33162. fill grestore
  33163. stroke
  33164. grestore
  33165. gsave
  33166. 0.002 setlinewidth
  33167. 0.55613 0.5814 moveto 0.53894 0.54175 lineto 0.53716 0.5413 lineto gsave
  33168. 0.893 0.475 0.089 setrgbcolor
  33169. fill grestore
  33170. stroke
  33171. grestore
  33172. gsave
  33173. 0.002 setlinewidth
  33174. 0.30755 0.50932 moveto 0.32548 0.49698 lineto 0.31845 0.54727 lineto gsave
  33175. 0.91 0.913 0.81 setrgbcolor
  33176. fill grestore
  33177. stroke
  33178. grestore
  33179. gsave
  33180. 0.002 setlinewidth
  33181. 0.31845 0.54727 moveto 0.30003 0.56756 lineto 0.30755 0.50932 lineto gsave
  33182. 0.934 0.917 0.775 setrgbcolor
  33183. fill grestore
  33184. stroke
  33185. grestore
  33186. gsave
  33187. 0.002 setlinewidth
  33188. 0.65619 0.58505 moveto 0.64048 0.60882 lineto 0.64291 0.60725 lineto gsave
  33189. 0 0 0 setrgbcolor
  33190. fill grestore
  33191. stroke
  33192. grestore
  33193. gsave
  33194. 0.002 setlinewidth
  33195. 0.64291 0.60725 moveto 0.65897 0.57471 lineto 0.65619 0.58505 lineto gsave
  33196. 0.726 0.835 0.388 setrgbcolor
  33197. fill grestore
  33198. stroke
  33199. grestore
  33200. gsave
  33201. 0.002 setlinewidth
  33202. 0.22529 0.45872 moveto 0.24064 0.48056 lineto 0.23352 0.54778 lineto gsave
  33203. 0.278 0.352 0.76 setrgbcolor
  33204. fill grestore
  33205. stroke
  33206. grestore
  33207. gsave
  33208. 0.002 setlinewidth
  33209. 0.24886 0.56645 moveto 0.23352 0.54778 lineto 0.24064 0.48056 lineto gsave
  33210. 0.26 0.335 0.751 setrgbcolor
  33211. fill grestore
  33212. stroke
  33213. grestore
  33214. gsave
  33215. 0.002 setlinewidth
  33216. 0.37041 0.43859 moveto 0.38545 0.42982 lineto 0.36147 0.45613 lineto gsave
  33217. 0.682 0.972 0.782 setrgbcolor
  33218. fill grestore
  33219. stroke
  33220. grestore
  33221. gsave
  33222. 0.002 setlinewidth
  33223. 0.36147 0.45613 moveto 0.34353 0.47844 lineto 0.37041 0.43859 lineto gsave
  33224. 0.678 0.892 0.531 setrgbcolor
  33225. fill grestore
  33226. stroke
  33227. grestore
  33228. gsave
  33229. 0.002 setlinewidth
  33230. 0.50072 0.48697 moveto 0.50513 0.49519 lineto 0.485 0.4532 lineto gsave
  33231. 0.673 0.292 0 setrgbcolor
  33232. fill grestore
  33233. stroke
  33234. grestore
  33235. gsave
  33236. 0.002 setlinewidth
  33237. 0.485 0.4532 moveto 0.47546 0.44394 lineto 0.50072 0.48697 lineto gsave
  33238. 0.812 0.341 0 setrgbcolor
  33239. fill grestore
  33240. stroke
  33241. grestore
  33242. gsave
  33243. 0.002 setlinewidth
  33244. 0.70154 0.38616 moveto 0.68782 0.4223 lineto 0.65201 0.39275 lineto gsave
  33245. 0.902 0.733 0.662 setrgbcolor
  33246. fill grestore
  33247. stroke
  33248. grestore
  33249. gsave
  33250. 0.002 setlinewidth
  33251. 0.65201 0.39275 moveto 0.66305 0.35496 lineto 0.70154 0.38616 lineto gsave
  33252. 0.903 0.739 0.669 setrgbcolor
  33253. fill grestore
  33254. stroke
  33255. grestore
  33256. gsave
  33257. 0.002 setlinewidth
  33258. 0.54564 0.57028 moveto 0.53372 0.53615 lineto 0.52902 0.52688 lineto gsave
  33259. 0.875 0.463 0.024 setrgbcolor
  33260. fill grestore
  33261. stroke
  33262. grestore
  33263. gsave
  33264. 0.002 setlinewidth
  33265. 0.52902 0.52688 moveto 0.53605 0.55211 lineto 0.54564 0.57028 lineto gsave
  33266. 0.885 0.471 0.055 setrgbcolor
  33267. fill grestore
  33268. stroke
  33269. grestore
  33270. gsave
  33271. 0.002 setlinewidth
  33272. 0.5526 0.58043 moveto 0.53716 0.5413 lineto 0.53372 0.53615 lineto gsave
  33273. 0.883 0.466 0.049 setrgbcolor
  33274. fill grestore
  33275. stroke
  33276. grestore
  33277. gsave
  33278. 0.002 setlinewidth
  33279. 0.53716 0.5413 moveto 0.5526 0.58043 lineto 0.55613 0.5814 lineto gsave
  33280. 0.89 0.472 0.078 setrgbcolor
  33281. fill grestore
  33282. stroke
  33283. grestore
  33284. gsave
  33285. 0.002 setlinewidth
  33286. 0.5095 0.4998 moveto 0.50513 0.49519 lineto 0.51339 0.51109 lineto gsave
  33287. 0.769 0.343 0 setrgbcolor
  33288. fill grestore
  33289. stroke
  33290. grestore
  33291. gsave
  33292. 0.002 setlinewidth
  33293. 0.525 0.52816 moveto 0.52015 0.51653 lineto gsave
  33294. 0.5229 0.52547 lineto 0.817 0.421 0 setrgbcolor
  33295. fill grestore
  33296. stroke
  33297. grestore
  33298. gsave
  33299. 0.002 setlinewidth
  33300. 0.52644 0.53701 moveto 0.52522 0.52952 lineto gsave
  33301. 0.5229 0.52547 lineto 0.817 0.421 0 setrgbcolor
  33302. fill grestore
  33303. stroke
  33304. grestore
  33305. gsave
  33306. 0.002 setlinewidth
  33307. 0.52522 0.52952 moveto 0.525 0.52816 lineto gsave
  33308. 0.5229 0.52547 lineto 0.817 0.421 0 setrgbcolor
  33309. fill grestore
  33310. stroke
  33311. grestore
  33312. gsave
  33313. 0.002 setlinewidth
  33314. 0.50513 0.49519 moveto 0.50072 0.48697 lineto 0.5018 0.48869 lineto gsave
  33315. 0 0 0.426 setrgbcolor
  33316. fill grestore
  33317. stroke
  33318. grestore
  33319. gsave
  33320. 0.002 setlinewidth
  33321. 0.51382 0.50132 moveto 0.5095 0.4998 lineto 0.52644 0.53701 lineto gsave
  33322. 0.86 0.439 0 setrgbcolor
  33323. fill grestore
  33324. stroke
  33325. grestore
  33326. gsave
  33327. 0.52644 0.53701 moveto 0.52015 0.51653 lineto 0.51882 0.51545 lineto 0.817 0.421 0 setrgbcolor
  33328. fill
  33329. grestore
  33330. gsave
  33331. 0.002 setlinewidth
  33332. 0.525 0.52816 moveto 0.52644 0.53701 lineto 0.54327 0.57066 lineto gsave
  33333. 0.823 0.402 0 setrgbcolor
  33334. fill grestore
  33335. stroke
  33336. grestore
  33337. gsave
  33338. 0.002 setlinewidth
  33339. 0.52791 0.53904 moveto 0.52644 0.53701 lineto 0.51548 0.51293 lineto gsave
  33340. 0 0 0.335 setrgbcolor
  33341. fill grestore
  33342. stroke
  33343. grestore
  33344. gsave
  33345. 0.002 setlinewidth
  33346. 0.51548 0.51293 moveto 0.5095 0.4998 lineto gsave
  33347. 0.51551 0.5126 lineto 0 0 0.335 setrgbcolor
  33348. fill grestore
  33349. stroke
  33350. grestore
  33351. gsave
  33352. 0.52791 0.53904 moveto 0.51548 0.51293 lineto 0.51551 0.5126 lineto 0 0 0.335 setrgbcolor
  33353. fill
  33354. grestore
  33355. gsave
  33356. 0.51565 0.51291 moveto 0.51551 0.5126 lineto 0.51339 0.51109 lineto 0.769 0.343 0 setrgbcolor
  33357. fill
  33358. grestore
  33359. gsave
  33360. 0.5095 0.4998 moveto 0.51173 0.50626 lineto 0.51551 0.5126 lineto 0.769 0.343 0 setrgbcolor
  33361. fill
  33362. grestore
  33363. gsave
  33364. 0.51339 0.51109 moveto 0.51551 0.5126 lineto 0.51173 0.50626 lineto 0.769 0.343 0 setrgbcolor
  33365. fill
  33366. grestore
  33367. gsave
  33368. 0.002 setlinewidth
  33369. 0.5018 0.48869 moveto 0.51564 0.51089 lineto gsave
  33370. 0.50882 0.50093 lineto 0 0 0.426 setrgbcolor
  33371. fill grestore
  33372. stroke
  33373. grestore
  33374. gsave
  33375. 0.002 setlinewidth
  33376. 0.51564 0.51089 moveto 0.5294 0.53296 lineto gsave
  33377. 0.51559 0.51147 lineto 0 0 0.426 setrgbcolor
  33378. fill grestore
  33379. stroke
  33380. grestore
  33381. gsave
  33382. 0.50882 0.50093 moveto 0.51564 0.51089 lineto 0.51559 0.51147 lineto 0 0 0.426 setrgbcolor
  33383. fill
  33384. grestore
  33385. gsave
  33386. 0.50513 0.49519 moveto 0.5018 0.48869 lineto 0.50882 0.50093 lineto 0 0 0.426 setrgbcolor
  33387. fill
  33388. grestore
  33389. gsave
  33390. 0.002 setlinewidth
  33391. 0.51339 0.51109 moveto 0.52791 0.53904 lineto gsave
  33392. 0.51565 0.51291 lineto 0.769 0.343 0 setrgbcolor
  33393. fill grestore
  33394. stroke
  33395. grestore
  33396. gsave
  33397. 0.002 setlinewidth
  33398. 0.52015 0.51653 moveto 0.51382 0.50132 lineto gsave
  33399. 0.51882 0.51545 lineto 0.817 0.421 0 setrgbcolor
  33400. fill grestore
  33401. stroke
  33402. grestore
  33403. gsave
  33404. 0.002 setlinewidth
  33405. 0.53372 0.53615 moveto 0.54564 0.57028 lineto 0.5526 0.58043 lineto gsave
  33406. 0.886 0.469 0.061 setrgbcolor
  33407. fill grestore
  33408. stroke
  33409. grestore
  33410. gsave
  33411. 0.002 setlinewidth
  33412. 0.79832 0.38055 moveto 0.81738 0.4042 lineto 0.84143 0.46719 lineto gsave
  33413. 0 0.065 0.629 setrgbcolor
  33414. fill grestore
  33415. stroke
  33416. grestore
  33417. gsave
  33418. 0.002 setlinewidth
  33419. 0.57307 0.60218 moveto 0.55586 0.57321 lineto 0.55613 0.5814 lineto gsave
  33420. 0.879 0.443 0.111 setrgbcolor
  33421. fill grestore
  33422. stroke
  33423. grestore
  33424. gsave
  33425. 0.002 setlinewidth
  33426. 0.49629 0.475 moveto 0.50072 0.48697 lineto 0.47546 0.44394 lineto gsave
  33427. 0 0 0.496 setrgbcolor
  33428. fill grestore
  33429. stroke
  33430. grestore
  33431. gsave
  33432. 0.002 setlinewidth
  33433. 0.47546 0.44394 moveto 0.46581 0.43576 lineto 0.49629 0.475 lineto gsave
  33434. 0.721 0.213 0 setrgbcolor
  33435. fill grestore
  33436. stroke
  33437. grestore
  33438. gsave
  33439. 0.002 setlinewidth
  33440. 0.76243 0.34495 moveto 0.7122 0.30189 lineto gsave
  33441. 0.76556 0.34742 lineto 0 0.075 0.55 setrgbcolor
  33442. fill grestore
  33443. stroke
  33444. grestore
  33445. gsave
  33446. 0.002 setlinewidth
  33447. 0.69886 0.29967 moveto 0.7122 0.30189 lineto 0.76243 0.34495 lineto gsave
  33448. 0.158 0.535 0.923 setrgbcolor
  33449. fill grestore
  33450. stroke
  33451. grestore
  33452. gsave
  33453. 0.002 setlinewidth
  33454. 0.7122 0.30189 moveto 0.72635 0.31247 lineto 0.77993 0.35968 lineto gsave
  33455. 0 0.139 0.619 setrgbcolor
  33456. fill grestore
  33457. stroke
  33458. grestore
  33459. gsave
  33460. 0.002 setlinewidth
  33461. 0.74125 0.32888 moveto 0.79832 0.38055 lineto gsave
  33462. 0.74019 0.32555 lineto 0.587 0.071 0 setrgbcolor
  33463. fill grestore
  33464. stroke
  33465. grestore
  33466. gsave
  33467. 0.002 setlinewidth
  33468. 0.72635 0.31247 moveto 0.7312 0.31781 lineto gsave
  33469. 0.74019 0.32555 lineto 0.587 0.071 0 setrgbcolor
  33470. fill grestore
  33471. stroke
  33472. grestore
  33473. gsave
  33474. 0.002 setlinewidth
  33475. 0.7312 0.31781 moveto 0.74125 0.32888 lineto gsave
  33476. 0.74019 0.32555 lineto 0.587 0.071 0 setrgbcolor
  33477. fill grestore
  33478. stroke
  33479. grestore
  33480. gsave
  33481. 0.002 setlinewidth
  33482. 0.77993 0.35968 moveto 0.77377 0.35449 lineto gsave
  33483. 0.76556 0.34742 lineto 0 0.075 0.55 setrgbcolor
  33484. fill grestore
  33485. stroke
  33486. grestore
  33487. gsave
  33488. 0.002 setlinewidth
  33489. 0.77377 0.35449 moveto 0.76243 0.34495 lineto gsave
  33490. 0.76556 0.34742 lineto 0 0.075 0.55 setrgbcolor
  33491. fill grestore
  33492. stroke
  33493. grestore
  33494. gsave
  33495. 0.002 setlinewidth
  33496. 0.24064 0.48056 moveto 0.25648 0.49842 lineto 0.24886 0.56645 lineto gsave
  33497. 0.401 0.449 0.796 setrgbcolor
  33498. fill grestore
  33499. stroke
  33500. grestore
  33501. gsave
  33502. 0.002 setlinewidth
  33503. 0.26506 0.57714 moveto 0.24886 0.56645 lineto 0.25648 0.49842 lineto gsave
  33504. 0.461 0.506 0.818 setrgbcolor
  33505. fill grestore
  33506. stroke
  33507. grestore
  33508. gsave
  33509. 0.002 setlinewidth
  33510. 0.28997 0.51387 moveto 0.30755 0.50932 lineto 0.30003 0.56756 lineto gsave
  33511. 0.829 0.828 0.846 setrgbcolor
  33512. fill grestore
  33513. stroke
  33514. grestore
  33515. gsave
  33516. 0.002 setlinewidth
  33517. 0.30003 0.56756 moveto 0.28216 0.57777 lineto 0.28997 0.51387 lineto gsave
  33518. 0.843 0.836 0.839 setrgbcolor
  33519. fill grestore
  33520. stroke
  33521. grestore
  33522. gsave
  33523. 0.002 setlinewidth
  33524. 0.68782 0.4223 moveto 0.6742 0.46517 lineto 0.64107 0.43682 lineto gsave
  33525. 0.906 0.72 0.639 setrgbcolor
  33526. fill grestore
  33527. stroke
  33528. grestore
  33529. gsave
  33530. 0.002 setlinewidth
  33531. 0.64107 0.43682 moveto 0.65201 0.39275 lineto 0.68782 0.4223 lineto gsave
  33532. 0.908 0.727 0.646 setrgbcolor
  33533. fill grestore
  33534. stroke
  33535. grestore
  33536. gsave
  33537. 0.002 setlinewidth
  33538. 0.64048 0.60882 moveto 0.62422 0.62425 lineto 0.62621 0.62961 lineto gsave
  33539. 0 0 0 setrgbcolor
  33540. fill grestore
  33541. stroke
  33542. grestore
  33543. gsave
  33544. 0.002 setlinewidth
  33545. 0.62621 0.62961 moveto 0.64291 0.60725 lineto 0.64048 0.60882 lineto gsave
  33546. 0 0 0 setrgbcolor
  33547. fill grestore
  33548. stroke
  33549. grestore
  33550. gsave
  33551. 0.002 setlinewidth
  33552. 0.25648 0.49842 moveto 0.27292 0.51005 lineto 0.26506 0.57714 lineto gsave
  33553. 0.55 0.575 0.833 setrgbcolor
  33554. fill grestore
  33555. stroke
  33556. grestore
  33557. gsave
  33558. 0.002 setlinewidth
  33559. 0.28216 0.57777 moveto 0.26506 0.57714 lineto 0.27292 0.51005 lineto gsave
  33560. 0.674 0.69 0.857 setrgbcolor
  33561. fill grestore
  33562. stroke
  33563. grestore
  33564. gsave
  33565. 0.002 setlinewidth
  33566. 0.27292 0.51005 moveto 0.28997 0.51387 lineto 0.28216 0.57777 lineto gsave
  33567. 0.702 0.71 0.854 setrgbcolor
  33568. fill grestore
  33569. stroke
  33570. grestore
  33571. gsave
  33572. 0.002 setlinewidth
  33573. 0.67445 0.53619 moveto 0.65897 0.57471 lineto 0.64622 0.55527 lineto gsave
  33574. 0.987 0.859 0.624 setrgbcolor
  33575. fill grestore
  33576. stroke
  33577. grestore
  33578. gsave
  33579. 0.002 setlinewidth
  33580. 0.64622 0.55527 moveto 0.66041 0.511 lineto 0.67445 0.53619 lineto gsave
  33581. 0.987 0.846 0.614 setrgbcolor
  33582. fill grestore
  33583. stroke
  33584. grestore
  33585. gsave
  33586. 0.002 setlinewidth
  33587. 0.40025 0.42039 moveto 0.38545 0.42982 lineto 0.42586 0.41045 lineto gsave
  33588. 0 0 0 setrgbcolor
  33589. fill grestore
  33590. stroke
  33591. grestore
  33592. gsave
  33593. 0.002 setlinewidth
  33594. 0.49183 0.4596 moveto 0.49629 0.475 lineto 0.46581 0.43576 lineto gsave
  33595. 0 0.135 0.67 setrgbcolor
  33596. fill grestore
  33597. stroke
  33598. grestore
  33599. gsave
  33600. 0.002 setlinewidth
  33601. 0.46581 0.43576 moveto 0.45603 0.42858 lineto 0.49183 0.4596 lineto gsave
  33602. 0.532 0 0 setrgbcolor
  33603. fill grestore
  33604. stroke
  33605. grestore
  33606. gsave
  33607. 0.002 setlinewidth
  33608. 0.35524 0.44499 moveto 0.37041 0.43859 lineto 0.34353 0.47844 lineto gsave
  33609. 0.831 0.989 0.867 setrgbcolor
  33610. fill grestore
  33611. stroke
  33612. grestore
  33613. gsave
  33614. 0.002 setlinewidth
  33615. 0.34353 0.47844 moveto 0.32548 0.49698 lineto 0.35524 0.44499 lineto gsave
  33616. 0.848 0.987 0.715 setrgbcolor
  33617. fill grestore
  33618. stroke
  33619. grestore
  33620. gsave
  33621. 0.002 setlinewidth
  33622. 0.53605 0.55211 moveto 0.525 0.52816 lineto gsave
  33623. 0.53679 0.55559 lineto 0.747 0.357 0 setrgbcolor
  33624. fill grestore
  33625. stroke
  33626. grestore
  33627. gsave
  33628. 0.002 setlinewidth
  33629. 0.53894 0.55956 moveto 0.53605 0.55211 lineto gsave
  33630. 0.53679 0.55559 lineto 0.747 0.357 0 setrgbcolor
  33631. fill grestore
  33632. stroke
  33633. grestore
  33634. gsave
  33635. 0.002 setlinewidth
  33636. 0.54564 0.57028 moveto 0.53605 0.55211 lineto gsave
  33637. 0.55358 0.58775 lineto 0.731 0.325 0 setrgbcolor
  33638. fill grestore
  33639. stroke
  33640. grestore
  33641. gsave
  33642. 0.002 setlinewidth
  33643. 0.55788 0.59651 moveto 0.55476 0.58982 lineto gsave
  33644. 0.55358 0.58775 lineto 0.731 0.325 0 setrgbcolor
  33645. fill grestore
  33646. stroke
  33647. grestore
  33648. gsave
  33649. 0.002 setlinewidth
  33650. 0.55476 0.58982 moveto 0.54564 0.57028 lineto gsave
  33651. 0.55358 0.58775 lineto 0.731 0.325 0 setrgbcolor
  33652. fill grestore
  33653. stroke
  33654. grestore
  33655. gsave
  33656. 0.002 setlinewidth
  33657. 0.53605 0.55211 moveto 0.54327 0.57066 lineto 0.55788 0.59651 lineto gsave
  33658. 0.798 0.37 0 setrgbcolor
  33659. fill grestore
  33660. stroke
  33661. grestore
  33662. gsave
  33663. 0.002 setlinewidth
  33664. 0.56845 0.61123 moveto 0.5526 0.58043 lineto 0.54564 0.57028 lineto gsave
  33665. 0.79 0.349 0 setrgbcolor
  33666. fill grestore
  33667. stroke
  33668. grestore
  33669. gsave
  33670. 0.002 setlinewidth
  33671. 0.5526 0.58043 moveto 0.56845 0.61123 lineto 0.57368 0.6131 lineto gsave
  33672. 0.841 0.388 0 setrgbcolor
  33673. fill grestore
  33674. stroke
  33675. grestore
  33676. gsave
  33677. 0.002 setlinewidth
  33678. 0.54564 0.57028 moveto 0.55788 0.59651 lineto 0.56845 0.61123 lineto gsave
  33679. 0.809 0.366 0 setrgbcolor
  33680. fill grestore
  33681. stroke
  33682. grestore
  33683. gsave
  33684. 0.002 setlinewidth
  33685. 0.55061 0.57937 moveto 0.57033 0.61091 lineto gsave
  33686. 0.54684 0.57598 lineto 0 0 0.51 setrgbcolor
  33687. fill grestore
  33688. stroke
  33689. grestore
  33690. gsave
  33691. 0.002 setlinewidth
  33692. 0.54327 0.57066 moveto 0.54492 0.57262 lineto gsave
  33693. 0.54684 0.57598 lineto 0 0 0.51 setrgbcolor
  33694. fill grestore
  33695. stroke
  33696. grestore
  33697. gsave
  33698. 0.002 setlinewidth
  33699. 0.54492 0.57262 moveto 0.55061 0.57937 lineto gsave
  33700. 0.54684 0.57598 lineto 0 0 0.51 setrgbcolor
  33701. fill grestore
  33702. stroke
  33703. grestore
  33704. gsave
  33705. 0.002 setlinewidth
  33706. 0.52791 0.53904 moveto 0.55061 0.57937 lineto gsave
  33707. 0.53173 0.54628 lineto 0 0 0.372 setrgbcolor
  33708. fill grestore
  33709. stroke
  33710. grestore
  33711. gsave
  33712. 0.002 setlinewidth
  33713. 0.52644 0.53701 moveto 0.52747 0.53843 lineto gsave
  33714. 0.53173 0.54628 lineto 0 0 0.372 setrgbcolor
  33715. fill grestore
  33716. stroke
  33717. grestore
  33718. gsave
  33719. 0.002 setlinewidth
  33720. 0.52747 0.53843 moveto 0.52791 0.53904 lineto gsave
  33721. 0.53173 0.54628 lineto 0 0 0.372 setrgbcolor
  33722. fill grestore
  33723. stroke
  33724. grestore
  33725. gsave
  33726. 0.002 setlinewidth
  33727. 0.54327 0.57066 moveto 0.53894 0.55956 lineto gsave
  33728. 0.53679 0.55559 lineto 0.747 0.357 0 setrgbcolor
  33729. fill grestore
  33730. stroke
  33731. grestore
  33732. gsave
  33733. 0.002 setlinewidth
  33734. 0.59034 0.62135 moveto 0.57307 0.60218 lineto 0.57368 0.6131 lineto gsave
  33735. 0.823 0.352 0.08 setrgbcolor
  33736. fill grestore
  33737. stroke
  33738. grestore
  33739. gsave
  33740. 0.002 setlinewidth
  33741. 0.55613 0.5814 moveto 0.57368 0.6131 lineto 0.57307 0.60218 lineto gsave
  33742. 0.866 0.418 0.062 setrgbcolor
  33743. fill grestore
  33744. stroke
  33745. grestore
  33746. gsave
  33747. 0.002 setlinewidth
  33748. 0.57368 0.6131 moveto 0.55613 0.5814 lineto 0.5526 0.58043 lineto gsave
  33749. 0.851 0.401 0.004 setrgbcolor
  33750. fill grestore
  33751. stroke
  33752. grestore
  33753. gsave
  33754. 0.002 setlinewidth
  33755. 0.62422 0.62425 moveto 0.60745 0.62883 lineto 0.60897 0.63869 lineto gsave
  33756. 0.341 0 0 setrgbcolor
  33757. fill grestore
  33758. stroke
  33759. grestore
  33760. gsave
  33761. 0.002 setlinewidth
  33762. 0.60897 0.63869 moveto 0.62621 0.62961 lineto 0.62422 0.62425 lineto gsave
  33763. 0 0 0 setrgbcolor
  33764. fill grestore
  33765. stroke
  33766. grestore
  33767. gsave
  33768. 0.002 setlinewidth
  33769. 0.79832 0.38055 moveto 0.77993 0.35968 lineto 0.72635 0.31247 lineto gsave
  33770. 0.639 0.123 0 setrgbcolor
  33771. fill grestore
  33772. stroke
  33773. grestore
  33774. gsave
  33775. 0.002 setlinewidth
  33776. 0.48738 0.44143 moveto 0.49183 0.4596 lineto 0.45603 0.42858 lineto gsave
  33777. 0.217 0.316 0.751 setrgbcolor
  33778. fill grestore
  33779. stroke
  33780. grestore
  33781. gsave
  33782. 0.002 setlinewidth
  33783. 0.60745 0.62883 moveto 0.59034 0.62135 lineto 0.59138 0.633 lineto gsave
  33784. 0.679 0.167 0.014 setrgbcolor
  33785. fill grestore
  33786. stroke
  33787. grestore
  33788. gsave
  33789. 0.002 setlinewidth
  33790. 0.57368 0.6131 moveto 0.59138 0.633 lineto 0.59034 0.62135 lineto gsave
  33791. 0.786 0.288 0 setrgbcolor
  33792. fill grestore
  33793. stroke
  33794. grestore
  33795. gsave
  33796. 0.002 setlinewidth
  33797. 0.6742 0.46517 moveto 0.66041 0.511 lineto 0.63004 0.48359 lineto gsave
  33798. 0.904 0.712 0.632 setrgbcolor
  33799. fill grestore
  33800. stroke
  33801. grestore
  33802. gsave
  33803. 0.002 setlinewidth
  33804. 0.63004 0.48359 moveto 0.64107 0.43682 lineto 0.6742 0.46517 lineto gsave
  33805. 0.906 0.72 0.64 setrgbcolor
  33806. fill grestore
  33807. stroke
  33808. grestore
  33809. gsave
  33810. 0.002 setlinewidth
  33811. 0.59138 0.633 moveto 0.60897 0.63869 lineto 0.60745 0.62883 lineto gsave
  33812. 0.543 0 0 setrgbcolor
  33813. fill grestore
  33814. stroke
  33815. grestore
  33816. gsave
  33817. 0.002 setlinewidth
  33818. 0.6863 0.3075 moveto 0.67442 0.32605 lineto 0.61409 0.31105 lineto gsave
  33819. 0.811 0.748 0.793 setrgbcolor
  33820. fill grestore
  33821. stroke
  33822. grestore
  33823. gsave
  33824. 0.002 setlinewidth
  33825. 0.67442 0.32605 moveto 0.66305 0.35496 lineto 0.60704 0.33904 lineto gsave
  33826. 0.831 0.689 0.706 setrgbcolor
  33827. fill grestore
  33828. stroke
  33829. grestore
  33830. gsave
  33831. 0.002 setlinewidth
  33832. 0.60704 0.33904 moveto 0.61409 0.31105 lineto 0.67442 0.32605 lineto gsave
  33833. 0.833 0.706 0.724 setrgbcolor
  33834. fill grestore
  33835. stroke
  33836. grestore
  33837. gsave
  33838. 0.002 setlinewidth
  33839. 0.5294 0.53296 moveto 0.52791 0.53904 lineto 0.50513 0.49519 lineto gsave
  33840. 0 0.017 0.581 setrgbcolor
  33841. fill grestore
  33842. stroke
  33843. grestore
  33844. gsave
  33845. 0.002 setlinewidth
  33846. 0.69886 0.29967 moveto 0.6863 0.3075 lineto 0.62144 0.29172 lineto gsave
  33847. 0.668 0.826 0.959 setrgbcolor
  33848. fill grestore
  33849. stroke
  33850. grestore
  33851. gsave
  33852. 0.002 setlinewidth
  33853. 0.61409 0.31105 moveto 0.62144 0.29172 lineto 0.6863 0.3075 lineto gsave
  33854. 0.809 0.756 0.803 setrgbcolor
  33855. fill grestore
  33856. stroke
  33857. grestore
  33858. gsave
  33859. 0.002 setlinewidth
  33860. 0.41555 0.4044 moveto 0.42586 0.41045 lineto 0.38545 0.42982 lineto gsave
  33861. 0.619 0.822 0.978 setrgbcolor
  33862. fill grestore
  33863. stroke
  33864. grestore
  33865. gsave
  33866. 0.002 setlinewidth
  33867. 0.34006 0.44765 moveto 0.35524 0.44499 lineto 0.32548 0.49698 lineto gsave
  33868. 0.848 0.916 0.879 setrgbcolor
  33869. fill grestore
  33870. stroke
  33871. grestore
  33872. gsave
  33873. 0.002 setlinewidth
  33874. 0.32548 0.49698 moveto 0.30755 0.50932 lineto 0.34006 0.44765 lineto gsave
  33875. 0.893 0.962 0.832 setrgbcolor
  33876. fill grestore
  33877. stroke
  33878. grestore
  33879. gsave
  33880. 0.002 setlinewidth
  33881. 0.65897 0.57471 moveto 0.64291 0.60725 lineto 0.63151 0.59311 lineto gsave
  33882. 0.98 0.885 0.662 setrgbcolor
  33883. fill grestore
  33884. stroke
  33885. grestore
  33886. gsave
  33887. 0.002 setlinewidth
  33888. 0.63151 0.59311 moveto 0.64622 0.55527 lineto 0.65897 0.57471 lineto gsave
  33889. 0.981 0.867 0.65 setrgbcolor
  33890. fill grestore
  33891. stroke
  33892. grestore
  33893. gsave
  33894. 0.002 setlinewidth
  33895. 0.66305 0.35496 moveto 0.65201 0.39275 lineto 0.60017 0.37438 lineto gsave
  33896. 0.831 0.655 0.664 setrgbcolor
  33897. fill grestore
  33898. stroke
  33899. grestore
  33900. gsave
  33901. 0.002 setlinewidth
  33902. 0.60017 0.37438 moveto 0.60704 0.33904 lineto 0.66305 0.35496 lineto gsave
  33903. 0.836 0.675 0.683 setrgbcolor
  33904. fill grestore
  33905. stroke
  33906. grestore
  33907. gsave
  33908. 0.002 setlinewidth
  33909. 0.22529 0.45872 moveto 0.21022 0.43552 lineto 0.25255 0.37483 lineto gsave
  33910. 0.392 0.386 0.734 setrgbcolor
  33911. fill grestore
  33912. stroke
  33913. grestore
  33914. gsave
  33915. 0.002 setlinewidth
  33916. 0.48291 0.42145 moveto 0.48738 0.44143 lineto 0.44611 0.42217 lineto gsave
  33917. 0.409 0.435 0.776 setrgbcolor
  33918. fill grestore
  33919. stroke
  33920. grestore
  33921. gsave
  33922. 0.002 setlinewidth
  33923. 0.69886 0.29967 moveto 0.62916 0.28141 lineto gsave
  33924. 0.68365 0.29485 lineto 0 0.511 0.783 setrgbcolor
  33925. fill grestore
  33926. stroke
  33927. grestore
  33928. gsave
  33929. 0.002 setlinewidth
  33930. 0.62144 0.29172 moveto 0.62916 0.28141 lineto 0.69886 0.29967 lineto gsave
  33931. 0.694 0.815 0.94 setrgbcolor
  33932. fill grestore
  33933. stroke
  33934. grestore
  33935. gsave
  33936. 0.002 setlinewidth
  33937. 0.62916 0.28141 moveto 0.63732 0.27955 lineto 0.7122 0.30189 lineto gsave
  33938. 0.21 0.675 0.943 setrgbcolor
  33939. fill grestore
  33940. stroke
  33941. grestore
  33942. gsave
  33943. 0.002 setlinewidth
  33944. 0.64592 0.28469 moveto 0.72635 0.31247 lineto gsave
  33945. 0.65935 0.28769 lineto 0.391 0 0 setrgbcolor
  33946. fill grestore
  33947. stroke
  33948. grestore
  33949. gsave
  33950. 0.002 setlinewidth
  33951. 0.63732 0.27955 moveto 0.64279 0.28282 lineto gsave
  33952. 0.65935 0.28769 lineto 0.391 0 0 setrgbcolor
  33953. fill grestore
  33954. stroke
  33955. grestore
  33956. gsave
  33957. 0.002 setlinewidth
  33958. 0.64279 0.28282 moveto 0.64592 0.28469 lineto gsave
  33959. 0.65935 0.28769 lineto 0.391 0 0 setrgbcolor
  33960. fill grestore
  33961. stroke
  33962. grestore
  33963. gsave
  33964. 0.002 setlinewidth
  33965. 0.7122 0.30189 moveto 0.70157 0.30012 lineto gsave
  33966. 0.68365 0.29485 lineto 0 0.511 0.783 setrgbcolor
  33967. fill grestore
  33968. stroke
  33969. grestore
  33970. gsave
  33971. 0.002 setlinewidth
  33972. 0.70157 0.30012 moveto 0.69886 0.29967 lineto gsave
  33973. 0.68365 0.29485 lineto 0 0.511 0.783 setrgbcolor
  33974. fill grestore
  33975. stroke
  33976. grestore
  33977. gsave
  33978. 0.002 setlinewidth
  33979. 0.55061 0.57937 moveto 0.54327 0.57066 lineto 0.52644 0.53701 lineto gsave
  33980. 0 0 0.528 setrgbcolor
  33981. fill grestore
  33982. stroke
  33983. grestore
  33984. gsave
  33985. 0.002 setlinewidth
  33986. 0.59138 0.633 moveto 0.57368 0.6131 lineto 0.56845 0.61123 lineto gsave
  33987. 0.717 0.198 0 setrgbcolor
  33988. fill grestore
  33989. stroke
  33990. grestore
  33991. gsave
  33992. 0.002 setlinewidth
  33993. 0.53088 0.51844 moveto 0.5294 0.53296 lineto 0.50072 0.48697 lineto gsave
  33994. 0.19 0.237 0.681 setrgbcolor
  33995. fill grestore
  33996. stroke
  33997. grestore
  33998. gsave
  33999. 0.002 setlinewidth
  34000. 0.50072 0.48697 moveto 0.49629 0.475 lineto 0.53088 0.51844 lineto gsave
  34001. 0 0.146 0.689 setrgbcolor
  34002. fill grestore
  34003. stroke
  34004. grestore
  34005. gsave
  34006. 0.002 setlinewidth
  34007. 0.25255 0.37483 moveto 0.26672 0.39366 lineto 0.22529 0.45872 lineto gsave
  34008. 0.517 0.52 0.798 setrgbcolor
  34009. fill grestore
  34010. stroke
  34011. grestore
  34012. gsave
  34013. 0.002 setlinewidth
  34014. 0.24064 0.48056 moveto 0.22529 0.45872 lineto 0.26672 0.39366 lineto gsave
  34015. 0.439 0.419 0.74 setrgbcolor
  34016. fill grestore
  34017. stroke
  34018. grestore
  34019. gsave
  34020. 0.002 setlinewidth
  34021. 0.65201 0.39275 moveto 0.64107 0.43682 lineto 0.59337 0.41484 lineto gsave
  34022. 0.824 0.633 0.644 setrgbcolor
  34023. fill grestore
  34024. stroke
  34025. grestore
  34026. gsave
  34027. 0.002 setlinewidth
  34028. 0.59337 0.41484 moveto 0.60017 0.37438 lineto 0.65201 0.39275 lineto gsave
  34029. 0.831 0.654 0.663 setrgbcolor
  34030. fill grestore
  34031. stroke
  34032. grestore
  34033. gsave
  34034. 0.002 setlinewidth
  34035. 0.81738 0.4042 moveto 0.79832 0.38055 lineto 0.74125 0.32888 lineto gsave
  34036. 0.682 0.174 0 setrgbcolor
  34037. fill grestore
  34038. stroke
  34039. grestore
  34040. gsave
  34041. 0.002 setlinewidth
  34042. 0.32497 0.44564 moveto 0.34006 0.44765 lineto 0.30755 0.50932 lineto gsave
  34043. 0.806 0.821 0.863 setrgbcolor
  34044. fill grestore
  34045. stroke
  34046. grestore
  34047. gsave
  34048. 0.002 setlinewidth
  34049. 0.30755 0.50932 moveto 0.28997 0.51387 lineto 0.32497 0.44564 lineto gsave
  34050. 0.826 0.842 0.86 setrgbcolor
  34051. fill grestore
  34052. stroke
  34053. grestore
  34054. gsave
  34055. 0.002 setlinewidth
  34056. 0.66041 0.511 moveto 0.64622 0.55527 lineto 0.61875 0.52873 lineto gsave
  34057. 0.896 0.707 0.639 setrgbcolor
  34058. fill grestore
  34059. stroke
  34060. grestore
  34061. gsave
  34062. 0.002 setlinewidth
  34063. 0.61875 0.52873 moveto 0.63004 0.48359 lineto 0.66041 0.511 lineto gsave
  34064. 0.898 0.717 0.648 setrgbcolor
  34065. fill grestore
  34066. stroke
  34067. grestore
  34068. gsave
  34069. 0.002 setlinewidth
  34070. 0.40512 0.39776 moveto 0.41555 0.4044 lineto 0.37041 0.43859 lineto gsave
  34071. 0.729 0.828 0.927 setrgbcolor
  34072. fill grestore
  34073. stroke
  34074. grestore
  34075. gsave
  34076. 0.002 setlinewidth
  34077. 0.37041 0.43859 moveto 0.35524 0.44499 lineto 0.40512 0.39776 lineto gsave
  34078. 0.78 0.995 0.871 setrgbcolor
  34079. fill grestore
  34080. stroke
  34081. grestore
  34082. gsave
  34083. 0.002 setlinewidth
  34084. 0.47843 0.40075 moveto 0.48291 0.42145 lineto 0.43605 0.41625 lineto gsave
  34085. 0.534 0.516 0.782 setrgbcolor
  34086. fill grestore
  34087. stroke
  34088. grestore
  34089. gsave
  34090. 0.002 setlinewidth
  34091. 0.43605 0.41625 moveto 0.42586 0.41045 lineto 0.47843 0.40075 lineto gsave
  34092. 0.567 0.811 0.991 setrgbcolor
  34093. fill grestore
  34094. stroke
  34095. grestore
  34096. gsave
  34097. 0.002 setlinewidth
  34098. 0.64291 0.60725 moveto 0.62621 0.62961 lineto 0.61625 0.62003 lineto gsave
  34099. 0.946 0.931 0.753 setrgbcolor
  34100. fill grestore
  34101. stroke
  34102. grestore
  34103. gsave
  34104. 0.002 setlinewidth
  34105. 0.61625 0.62003 moveto 0.63151 0.59311 lineto 0.64291 0.60725 lineto gsave
  34106. 0.955 0.906 0.732 setrgbcolor
  34107. fill grestore
  34108. stroke
  34109. grestore
  34110. gsave
  34111. 0.002 setlinewidth
  34112. 0.26672 0.39366 moveto 0.28097 0.41156 lineto 0.24064 0.48056 lineto gsave
  34113. 0.56 0.546 0.796 setrgbcolor
  34114. fill grestore
  34115. stroke
  34116. grestore
  34117. gsave
  34118. 0.002 setlinewidth
  34119. 0.25648 0.49842 moveto 0.24064 0.48056 lineto 0.28097 0.41156 lineto gsave
  34120. 0.509 0.482 0.762 setrgbcolor
  34121. fill grestore
  34122. stroke
  34123. grestore
  34124. gsave
  34125. 0.002 setlinewidth
  34126. 0.53237 0.49621 moveto 0.53088 0.51844 lineto 0.49629 0.475 lineto gsave
  34127. 0.402 0.358 0.694 setrgbcolor
  34128. fill grestore
  34129. stroke
  34130. grestore
  34131. gsave
  34132. 0.002 setlinewidth
  34133. 0.49629 0.475 moveto 0.49183 0.4596 lineto 0.53237 0.49621 lineto gsave
  34134. 0.251 0.38 0.799 setrgbcolor
  34135. fill grestore
  34136. stroke
  34137. grestore
  34138. gsave
  34139. 0.002 setlinewidth
  34140. 0.31007 0.43864 moveto 0.32497 0.44564 lineto 0.28997 0.51387 lineto gsave
  34141. 0.743 0.731 0.84 setrgbcolor
  34142. fill grestore
  34143. stroke
  34144. grestore
  34145. gsave
  34146. 0.002 setlinewidth
  34147. 0.28997 0.51387 moveto 0.27292 0.51005 lineto 0.31007 0.43864 lineto gsave
  34148. 0.713 0.699 0.835 setrgbcolor
  34149. fill grestore
  34150. stroke
  34151. grestore
  34152. gsave
  34153. 0.002 setlinewidth
  34154. 0.72635 0.31247 moveto 0.7122 0.30189 lineto 0.63732 0.27955 lineto gsave
  34155. 0.576 0.002 0 setrgbcolor
  34156. fill grestore
  34157. stroke
  34158. grestore
  34159. gsave
  34160. 0.002 setlinewidth
  34161. 0.57033 0.61091 moveto 0.55788 0.59651 lineto 0.54327 0.57066 lineto gsave
  34162. 0 0.062 0.626 setrgbcolor
  34163. fill grestore
  34164. stroke
  34165. grestore
  34166. gsave
  34167. 0.002 setlinewidth
  34168. 0.28097 0.41156 moveto 0.2954 0.42699 lineto 0.25648 0.49842 lineto gsave
  34169. 0.614 0.591 0.803 setrgbcolor
  34170. fill grestore
  34171. stroke
  34172. grestore
  34173. gsave
  34174. 0.002 setlinewidth
  34175. 0.27292 0.51005 moveto 0.25648 0.49842 lineto 0.2954 0.42699 lineto gsave
  34176. 0.602 0.575 0.796 setrgbcolor
  34177. fill grestore
  34178. stroke
  34179. grestore
  34180. gsave
  34181. 0.002 setlinewidth
  34182. 0.56845 0.61123 moveto 0.5845 0.62953 lineto 0.59138 0.633 lineto gsave
  34183. 0.672 0.149 0 setrgbcolor
  34184. fill grestore
  34185. stroke
  34186. grestore
  34187. gsave
  34188. 0.002 setlinewidth
  34189. 0.60897 0.63869 moveto 0.59138 0.633 lineto 0.5845 0.62953 lineto gsave
  34190. 0 0.437 0.762 setrgbcolor
  34191. fill grestore
  34192. stroke
  34193. grestore
  34194. gsave
  34195. 0.002 setlinewidth
  34196. 0.5845 0.62953 moveto 0.56845 0.61123 lineto 0.55788 0.59651 lineto gsave
  34197. 0 0.029 0.583 setrgbcolor
  34198. fill grestore
  34199. stroke
  34200. grestore
  34201. gsave
  34202. 0.002 setlinewidth
  34203. 0.2954 0.42699 moveto 0.31007 0.43864 lineto 0.27292 0.51005 lineto gsave
  34204. 0.677 0.653 0.819 setrgbcolor
  34205. fill grestore
  34206. stroke
  34207. grestore
  34208. gsave
  34209. 0.002 setlinewidth
  34210. 0.64107 0.43682 moveto 0.63004 0.48359 lineto 0.58656 0.45735 lineto gsave
  34211. 0.813 0.617 0.637 setrgbcolor
  34212. fill grestore
  34213. stroke
  34214. grestore
  34215. gsave
  34216. 0.002 setlinewidth
  34217. 0.58656 0.45735 moveto 0.59337 0.41484 lineto 0.64107 0.43682 lineto gsave
  34218. 0.821 0.64 0.658 setrgbcolor
  34219. fill grestore
  34220. stroke
  34221. grestore
  34222. gsave
  34223. 0.002 setlinewidth
  34224. 0.558 0.57621 moveto 0.55061 0.57937 lineto 0.52791 0.53904 lineto gsave
  34225. 0.199 0.257 0.699 setrgbcolor
  34226. fill grestore
  34227. stroke
  34228. grestore
  34229. gsave
  34230. 0.002 setlinewidth
  34231. 0.52791 0.53904 moveto 0.5294 0.53296 lineto 0.558 0.57621 lineto gsave
  34232. 0 0.158 0.69 setrgbcolor
  34233. fill grestore
  34234. stroke
  34235. grestore
  34236. gsave
  34237. 0.002 setlinewidth
  34238. 0.62621 0.62961 moveto 0.60897 0.63869 lineto 0.60051 0.63267 lineto gsave
  34239. 0.761 0.963 0.932 setrgbcolor
  34240. fill grestore
  34241. stroke
  34242. grestore
  34243. gsave
  34244. 0.002 setlinewidth
  34245. 0.60051 0.63267 moveto 0.61625 0.62003 lineto 0.62621 0.62961 lineto gsave
  34246. 0.823 0.947 0.903 setrgbcolor
  34247. fill grestore
  34248. stroke
  34249. grestore
  34250. gsave
  34251. 0.002 setlinewidth
  34252. 0.47391 0.38044 moveto 0.47843 0.40075 lineto 0.42586 0.41045 lineto gsave
  34253. 0.62 0.58 0.787 setrgbcolor
  34254. fill grestore
  34255. stroke
  34256. grestore
  34257. gsave
  34258. 0.002 setlinewidth
  34259. 0.42586 0.41045 moveto 0.41555 0.4044 lineto 0.47391 0.38044 lineto gsave
  34260. 0.706 0.839 0.946 setrgbcolor
  34261. fill grestore
  34262. stroke
  34263. grestore
  34264. gsave
  34265. 0.002 setlinewidth
  34266. 0.53384 0.46787 moveto 0.53237 0.49621 lineto 0.49183 0.4596 lineto gsave
  34267. 0.52 0.426 0.688 setrgbcolor
  34268. fill grestore
  34269. stroke
  34270. grestore
  34271. gsave
  34272. 0.002 setlinewidth
  34273. 0.49183 0.4596 moveto 0.48738 0.44143 lineto 0.53384 0.46787 lineto gsave
  34274. 0.478 0.503 0.805 setrgbcolor
  34275. fill grestore
  34276. stroke
  34277. grestore
  34278. gsave
  34279. 0.002 setlinewidth
  34280. 0.55788 0.59651 moveto 0.57033 0.61091 lineto 0.5845 0.62953 lineto gsave
  34281. 0 0 0.513 setrgbcolor
  34282. fill grestore
  34283. stroke
  34284. grestore
  34285. gsave
  34286. 0.002 setlinewidth
  34287. 0.5845 0.62953 moveto 0.60051 0.63267 lineto 0.60897 0.63869 lineto gsave
  34288. 0.067 0.572 0.886 setrgbcolor
  34289. fill grestore
  34290. stroke
  34291. grestore
  34292. gsave
  34293. 0.002 setlinewidth
  34294. 0.3946 0.39025 moveto 0.40512 0.39776 lineto 0.35524 0.44499 lineto gsave
  34295. 0.771 0.812 0.886 setrgbcolor
  34296. fill grestore
  34297. stroke
  34298. grestore
  34299. gsave
  34300. 0.002 setlinewidth
  34301. 0.35524 0.44499 moveto 0.34006 0.44765 lineto 0.3946 0.39025 lineto gsave
  34302. 0.833 0.929 0.894 setrgbcolor
  34303. fill grestore
  34304. stroke
  34305. grestore
  34306. gsave
  34307. 0.002 setlinewidth
  34308. 0.62144 0.29172 moveto 0.61409 0.31105 lineto 0.54118 0.31729 lineto gsave
  34309. 0.789 0.732 0.799 setrgbcolor
  34310. fill grestore
  34311. stroke
  34312. grestore
  34313. gsave
  34314. 0.002 setlinewidth
  34315. 0.61409 0.31105 moveto 0.60704 0.33904 lineto 0.53968 0.34113 lineto gsave
  34316. 0.782 0.651 0.718 setrgbcolor
  34317. fill grestore
  34318. stroke
  34319. grestore
  34320. gsave
  34321. 0.002 setlinewidth
  34322. 0.53968 0.34113 moveto 0.54118 0.31729 lineto 0.61409 0.31105 lineto gsave
  34323. 0.792 0.688 0.75 setrgbcolor
  34324. fill grestore
  34325. stroke
  34326. grestore
  34327. gsave
  34328. 0.002 setlinewidth
  34329. 0.60704 0.33904 moveto 0.60017 0.37438 lineto 0.53821 0.36999 lineto gsave
  34330. 0.766 0.604 0.678 setrgbcolor
  34331. fill grestore
  34332. stroke
  34333. grestore
  34334. gsave
  34335. 0.002 setlinewidth
  34336. 0.53821 0.36999 moveto 0.53968 0.34113 lineto 0.60704 0.33904 lineto gsave
  34337. 0.782 0.647 0.714 setrgbcolor
  34338. fill grestore
  34339. stroke
  34340. grestore
  34341. gsave
  34342. 0.002 setlinewidth
  34343. 0.64622 0.55527 moveto 0.63151 0.59311 lineto 0.60711 0.56764 lineto gsave
  34344. 0.879 0.704 0.661 setrgbcolor
  34345. fill grestore
  34346. stroke
  34347. grestore
  34348. gsave
  34349. 0.002 setlinewidth
  34350. 0.60711 0.56764 moveto 0.61875 0.52873 lineto 0.64622 0.55527 lineto gsave
  34351. 0.881 0.716 0.672 setrgbcolor
  34352. fill grestore
  34353. stroke
  34354. grestore
  34355. gsave
  34356. 0.002 setlinewidth
  34357. 0.5353 0.4357 moveto 0.53384 0.46787 lineto 0.48738 0.44143 lineto gsave
  34358. 0.592 0.471 0.683 setrgbcolor
  34359. fill grestore
  34360. stroke
  34361. grestore
  34362. gsave
  34363. 0.002 setlinewidth
  34364. 0.48738 0.44143 moveto 0.48291 0.42145 lineto 0.5353 0.4357 lineto gsave
  34365. 0.601 0.568 0.789 setrgbcolor
  34366. fill grestore
  34367. stroke
  34368. grestore
  34369. gsave
  34370. 0.002 setlinewidth
  34371. 0.74125 0.32888 moveto 0.75672 0.34793 lineto 0.81738 0.4042 lineto gsave
  34372. 0.639 0.129 0 setrgbcolor
  34373. fill grestore
  34374. stroke
  34375. grestore
  34376. gsave
  34377. 0.002 setlinewidth
  34378. 0.62916 0.28141 moveto 0.62144 0.29172 lineto 0.54273 0.29945 lineto gsave
  34379. 0.725 0.866 0.948 setrgbcolor
  34380. fill grestore
  34381. stroke
  34382. grestore
  34383. gsave
  34384. 0.002 setlinewidth
  34385. 0.54118 0.31729 moveto 0.54273 0.29945 lineto 0.62144 0.29172 lineto gsave
  34386. 0.791 0.749 0.815 setrgbcolor
  34387. fill grestore
  34388. stroke
  34389. grestore
  34390. gsave
  34391. 0.002 setlinewidth
  34392. 0.60017 0.37438 moveto 0.59337 0.41484 lineto 0.53675 0.40224 lineto gsave
  34393. 0.749 0.574 0.658 setrgbcolor
  34394. fill grestore
  34395. stroke
  34396. grestore
  34397. gsave
  34398. 0.002 setlinewidth
  34399. 0.53675 0.40224 moveto 0.53821 0.36999 lineto 0.60017 0.37438 lineto gsave
  34400. 0.766 0.618 0.696 setrgbcolor
  34401. fill grestore
  34402. stroke
  34403. grestore
  34404. gsave
  34405. 0.002 setlinewidth
  34406. 0.46933 0.36153 moveto 0.47391 0.38044 lineto 0.41555 0.4044 lineto gsave
  34407. 0.683 0.637 0.797 setrgbcolor
  34408. fill grestore
  34409. stroke
  34410. grestore
  34411. gsave
  34412. 0.002 setlinewidth
  34413. 0.41555 0.4044 moveto 0.40512 0.39776 lineto 0.46933 0.36153 lineto gsave
  34414. 0.764 0.83 0.903 setrgbcolor
  34415. fill grestore
  34416. stroke
  34417. grestore
  34418. gsave
  34419. 0.002 setlinewidth
  34420. 0.63004 0.48359 moveto 0.61875 0.52873 lineto 0.57963 0.49829 lineto gsave
  34421. 0.796 0.604 0.641 setrgbcolor
  34422. fill grestore
  34423. stroke
  34424. grestore
  34425. gsave
  34426. 0.002 setlinewidth
  34427. 0.57963 0.49829 moveto 0.58656 0.45735 lineto 0.63004 0.48359 lineto gsave
  34428. 0.803 0.627 0.664 setrgbcolor
  34429. fill grestore
  34430. stroke
  34431. grestore
  34432. gsave
  34433. 0.002 setlinewidth
  34434. 0.56534 0.56067 moveto 0.558 0.57621 lineto 0.5294 0.53296 lineto gsave
  34435. 0.473 0.406 0.701 setrgbcolor
  34436. fill grestore
  34437. stroke
  34438. grestore
  34439. gsave
  34440. 0.002 setlinewidth
  34441. 0.5294 0.53296 moveto 0.53088 0.51844 lineto 0.56534 0.56067 lineto gsave
  34442. 0.367 0.404 0.767 setrgbcolor
  34443. fill grestore
  34444. stroke
  34445. grestore
  34446. gsave
  34447. 0.002 setlinewidth
  34448. 0.53675 0.40224 moveto 0.5353 0.4357 lineto 0.48291 0.42145 lineto gsave
  34449. 0.641 0.507 0.684 setrgbcolor
  34450. fill grestore
  34451. stroke
  34452. grestore
  34453. gsave
  34454. 0.002 setlinewidth
  34455. 0.48291 0.42145 moveto 0.47843 0.40075 lineto 0.53675 0.40224 lineto gsave
  34456. 0.673 0.61 0.776 setrgbcolor
  34457. fill grestore
  34458. stroke
  34459. grestore
  34460. gsave
  34461. 0.002 setlinewidth
  34462. 0.60051 0.63267 moveto 0.5845 0.62953 lineto 0.57033 0.61091 lineto gsave
  34463. 0.431 0.554 0.879 setrgbcolor
  34464. fill grestore
  34465. stroke
  34466. grestore
  34467. gsave
  34468. 0.002 setlinewidth
  34469. 0.38399 0.3817 moveto 0.3946 0.39025 lineto 0.34006 0.44765 lineto gsave
  34470. 0.782 0.791 0.86 setrgbcolor
  34471. fill grestore
  34472. stroke
  34473. grestore
  34474. gsave
  34475. 0.002 setlinewidth
  34476. 0.34006 0.44765 moveto 0.32497 0.44564 lineto 0.38399 0.3817 lineto gsave
  34477. 0.803 0.824 0.868 setrgbcolor
  34478. fill grestore
  34479. stroke
  34480. grestore
  34481. gsave
  34482. 0.002 setlinewidth
  34483. 0.74125 0.32888 moveto 0.72635 0.31247 lineto 0.64592 0.28469 lineto gsave
  34484. 0.699 0.171 0 setrgbcolor
  34485. fill grestore
  34486. stroke
  34487. grestore
  34488. gsave
  34489. 0.002 setlinewidth
  34490. 0.5828 0.61098 moveto 0.57033 0.61091 lineto 0.55061 0.57937 lineto gsave
  34491. 0.388 0.412 0.764 setrgbcolor
  34492. fill grestore
  34493. stroke
  34494. grestore
  34495. gsave
  34496. 0.002 setlinewidth
  34497. 0.55061 0.57937 moveto 0.558 0.57621 lineto 0.5828 0.61098 lineto gsave
  34498. 0.24 0.372 0.796 setrgbcolor
  34499. fill grestore
  34500. stroke
  34501. grestore
  34502. gsave
  34503. 0.002 setlinewidth
  34504. 0.59337 0.41484 moveto 0.58656 0.45735 lineto 0.5353 0.4357 lineto gsave
  34505. 0.728 0.55 0.65 setrgbcolor
  34506. fill grestore
  34507. stroke
  34508. grestore
  34509. gsave
  34510. 0.002 setlinewidth
  34511. 0.5353 0.4357 moveto 0.53675 0.40224 lineto 0.59337 0.41484 lineto gsave
  34512. 0.744 0.595 0.691 setrgbcolor
  34513. fill grestore
  34514. stroke
  34515. grestore
  34516. gsave
  34517. 0.002 setlinewidth
  34518. 0.53821 0.36999 moveto 0.53675 0.40224 lineto 0.47843 0.40075 lineto gsave
  34519. 0.679 0.544 0.694 setrgbcolor
  34520. fill grestore
  34521. stroke
  34522. grestore
  34523. gsave
  34524. 0.002 setlinewidth
  34525. 0.47843 0.40075 moveto 0.47391 0.38044 lineto 0.53821 0.36999 lineto gsave
  34526. 0.719 0.644 0.774 setrgbcolor
  34527. fill grestore
  34528. stroke
  34529. grestore
  34530. gsave
  34531. 0.002 setlinewidth
  34532. 0.63151 0.59311 moveto 0.61625 0.62003 lineto 0.5951 0.59609 lineto gsave
  34533. 0.843 0.701 0.705 setrgbcolor
  34534. fill grestore
  34535. stroke
  34536. grestore
  34537. gsave
  34538. 0.002 setlinewidth
  34539. 0.5951 0.59609 moveto 0.60711 0.56764 lineto 0.63151 0.59311 lineto gsave
  34540. 0.844 0.715 0.721 setrgbcolor
  34541. fill grestore
  34542. stroke
  34543. grestore
  34544. gsave
  34545. 0.002 setlinewidth
  34546. 0.63732 0.27955 moveto 0.62916 0.28141 lineto 0.54434 0.2879 lineto gsave
  34547. 0.183 0.717 0.81 setrgbcolor
  34548. fill grestore
  34549. stroke
  34550. grestore
  34551. gsave
  34552. 0.002 setlinewidth
  34553. 0.54273 0.29945 moveto 0.54434 0.2879 lineto 0.62916 0.28141 lineto gsave
  34554. 0.746 0.834 0.919 setrgbcolor
  34555. fill grestore
  34556. stroke
  34557. grestore
  34558. gsave
  34559. 0.002 setlinewidth
  34560. 0.57256 0.53387 moveto 0.56534 0.56067 lineto 0.53088 0.51844 lineto gsave
  34561. 0.598 0.471 0.678 setrgbcolor
  34562. fill grestore
  34563. stroke
  34564. grestore
  34565. gsave
  34566. 0.002 setlinewidth
  34567. 0.53088 0.51844 moveto 0.53237 0.49621 lineto 0.57256 0.53387 lineto gsave
  34568. 0.568 0.502 0.742 setrgbcolor
  34569. fill grestore
  34570. stroke
  34571. grestore
  34572. gsave
  34573. 0.002 setlinewidth
  34574. 0.57033 0.61091 moveto 0.5828 0.61098 lineto 0.60051 0.63267 lineto gsave
  34575. 0.354 0.536 0.895 setrgbcolor
  34576. fill grestore
  34577. stroke
  34578. grestore
  34579. gsave
  34580. 0.002 setlinewidth
  34581. 0.53968 0.34113 moveto 0.53821 0.36999 lineto 0.47391 0.38044 lineto gsave
  34582. 0.712 0.587 0.714 setrgbcolor
  34583. fill grestore
  34584. stroke
  34585. grestore
  34586. gsave
  34587. 0.002 setlinewidth
  34588. 0.46468 0.34478 moveto 0.46933 0.36153 lineto 0.40512 0.39776 lineto gsave
  34589. 0.732 0.694 0.814 setrgbcolor
  34590. fill grestore
  34591. stroke
  34592. grestore
  34593. gsave
  34594. 0.002 setlinewidth
  34595. 0.40512 0.39776 moveto 0.3946 0.39025 lineto 0.46468 0.34478 lineto gsave
  34596. 0.785 0.811 0.874 setrgbcolor
  34597. fill grestore
  34598. stroke
  34599. grestore
  34600. gsave
  34601. 0.002 setlinewidth
  34602. 0.54118 0.31729 moveto 0.53968 0.34113 lineto 0.46933 0.36153 lineto gsave
  34603. 0.744 0.646 0.752 setrgbcolor
  34604. fill grestore
  34605. stroke
  34606. grestore
  34607. gsave
  34608. 0.002 setlinewidth
  34609. 0.47391 0.38044 moveto 0.46933 0.36153 lineto 0.53968 0.34113 lineto gsave
  34610. 0.75 0.678 0.782 setrgbcolor
  34611. fill grestore
  34612. stroke
  34613. grestore
  34614. gsave
  34615. 0.002 setlinewidth
  34616. 0.61625 0.62003 moveto 0.60051 0.63267 lineto 0.5828 0.61098 lineto gsave
  34617. 0.751 0.683 0.785 setrgbcolor
  34618. fill grestore
  34619. stroke
  34620. grestore
  34621. gsave
  34622. 0.002 setlinewidth
  34623. 0.37332 0.37204 moveto 0.38399 0.3817 lineto 0.32497 0.44564 lineto gsave
  34624. 0.777 0.77 0.847 setrgbcolor
  34625. fill grestore
  34626. stroke
  34627. grestore
  34628. gsave
  34629. 0.002 setlinewidth
  34630. 0.32497 0.44564 moveto 0.31007 0.43864 lineto 0.37332 0.37204 lineto gsave
  34631. 0.749 0.729 0.834 setrgbcolor
  34632. fill grestore
  34633. stroke
  34634. grestore
  34635. gsave
  34636. 0.002 setlinewidth
  34637. 0.58656 0.45735 moveto 0.57963 0.49829 lineto 0.53384 0.46787 lineto gsave
  34638. 0.702 0.529 0.651 setrgbcolor
  34639. fill grestore
  34640. stroke
  34641. grestore
  34642. gsave
  34643. 0.002 setlinewidth
  34644. 0.53384 0.46787 moveto 0.5353 0.4357 lineto 0.58656 0.45735 lineto gsave
  34645. 0.712 0.573 0.697 setrgbcolor
  34646. fill grestore
  34647. stroke
  34648. grestore
  34649. gsave
  34650. 0.002 setlinewidth
  34651. 0.5828 0.61098 moveto 0.5951 0.59609 lineto 0.61625 0.62003 lineto gsave
  34652. 0.739 0.697 0.81 setrgbcolor
  34653. fill grestore
  34654. stroke
  34655. grestore
  34656. gsave
  34657. 0.002 setlinewidth
  34658. 0.61875 0.52873 moveto 0.60711 0.56764 lineto 0.57256 0.53387 lineto gsave
  34659. 0.77 0.589 0.654 setrgbcolor
  34660. fill grestore
  34661. stroke
  34662. grestore
  34663. gsave
  34664. 0.002 setlinewidth
  34665. 0.57256 0.53387 moveto 0.57963 0.49829 lineto 0.61875 0.52873 lineto gsave
  34666. 0.774 0.615 0.682 setrgbcolor
  34667. fill grestore
  34668. stroke
  34669. grestore
  34670. gsave
  34671. 0.002 setlinewidth
  34672. 0.57963 0.49829 moveto 0.57256 0.53387 lineto 0.53237 0.49621 lineto gsave
  34673. 0.663 0.505 0.661 setrgbcolor
  34674. fill grestore
  34675. stroke
  34676. grestore
  34677. gsave
  34678. 0.002 setlinewidth
  34679. 0.53237 0.49621 moveto 0.53384 0.46787 lineto 0.57963 0.49829 lineto gsave
  34680. 0.661 0.547 0.714 setrgbcolor
  34681. fill grestore
  34682. stroke
  34683. grestore
  34684. gsave
  34685. 0.002 setlinewidth
  34686. 0.54273 0.29945 moveto 0.54118 0.31729 lineto 0.46468 0.34478 lineto gsave
  34687. 0.773 0.734 0.816 setrgbcolor
  34688. fill grestore
  34689. stroke
  34690. grestore
  34691. gsave
  34692. 0.002 setlinewidth
  34693. 0.46933 0.36153 moveto 0.46468 0.34478 lineto 0.54118 0.31729 lineto gsave
  34694. 0.771 0.716 0.802 setrgbcolor
  34695. fill grestore
  34696. stroke
  34697. grestore
  34698. gsave
  34699. 0.002 setlinewidth
  34700. 0.5951 0.59609 moveto 0.5828 0.61098 lineto 0.558 0.57621 lineto gsave
  34701. 0.629 0.529 0.721 setrgbcolor
  34702. fill grestore
  34703. stroke
  34704. grestore
  34705. gsave
  34706. 0.002 setlinewidth
  34707. 0.558 0.57621 moveto 0.56534 0.56067 lineto 0.5951 0.59609 lineto gsave
  34708. 0.592 0.545 0.771 setrgbcolor
  34709. fill grestore
  34710. stroke
  34711. grestore
  34712. gsave
  34713. 0.002 setlinewidth
  34714. 0.36258 0.36133 moveto 0.37332 0.37204 lineto 0.31007 0.43864 lineto gsave
  34715. 0.761 0.752 0.844 setrgbcolor
  34716. fill grestore
  34717. stroke
  34718. grestore
  34719. gsave
  34720. 0.002 setlinewidth
  34721. 0.31007 0.43864 moveto 0.2954 0.42699 lineto 0.36258 0.36133 lineto gsave
  34722. 0.693 0.653 0.805 setrgbcolor
  34723. fill grestore
  34724. stroke
  34725. grestore
  34726. gsave
  34727. 0.002 setlinewidth
  34728. 0.45992 0.33068 moveto 0.46468 0.34478 lineto 0.3946 0.39025 lineto gsave
  34729. 0.77 0.755 0.84 setrgbcolor
  34730. fill grestore
  34731. stroke
  34732. grestore
  34733. gsave
  34734. 0.002 setlinewidth
  34735. 0.3946 0.39025 moveto 0.38399 0.3817 lineto 0.45992 0.33068 lineto gsave
  34736. 0.785 0.791 0.857 setrgbcolor
  34737. fill grestore
  34738. stroke
  34739. grestore
  34740. gsave
  34741. 0.002 setlinewidth
  34742. 0.54434 0.2879 moveto 0.54273 0.29945 lineto 0.45992 0.33068 lineto gsave
  34743. 0.777 0.861 0.912 setrgbcolor
  34744. fill grestore
  34745. stroke
  34746. grestore
  34747. gsave
  34748. 0.002 setlinewidth
  34749. 0.46468 0.34478 moveto 0.45992 0.33068 lineto 0.54273 0.29945 lineto gsave
  34750. 0.781 0.761 0.835 setrgbcolor
  34751. fill grestore
  34752. stroke
  34753. grestore
  34754. gsave
  34755. 0.002 setlinewidth
  34756. 0.60711 0.56764 moveto 0.5951 0.59609 lineto 0.56534 0.56067 lineto gsave
  34757. 0.724 0.569 0.68 setrgbcolor
  34758. fill grestore
  34759. stroke
  34760. grestore
  34761. gsave
  34762. 0.002 setlinewidth
  34763. 0.56534 0.56067 moveto 0.57256 0.53387 lineto 0.60711 0.56764 lineto gsave
  34764. 0.719 0.595 0.716 setrgbcolor
  34765. fill grestore
  34766. stroke
  34767. grestore
  34768. gsave
  34769. 0.002 setlinewidth
  34770. 0.54434 0.2879 moveto 0.54601 0.28224 lineto 0.63732 0.27955 lineto gsave
  34771. 0.53 0.867 0.993 setrgbcolor
  34772. fill grestore
  34773. stroke
  34774. grestore
  34775. gsave
  34776. 0.002 setlinewidth
  34777. 0.64592 0.28469 moveto 0.63732 0.27955 lineto 0.54601 0.28224 lineto gsave
  34778. 0.377 0 0 setrgbcolor
  34779. fill grestore
  34780. stroke
  34781. grestore
  34782. gsave
  34783. 0.002 setlinewidth
  34784. 0.35177 0.34976 moveto 0.36258 0.36133 lineto 0.2954 0.42699 lineto gsave
  34785. 0.737 0.735 0.849 setrgbcolor
  34786. fill grestore
  34787. stroke
  34788. grestore
  34789. gsave
  34790. 0.002 setlinewidth
  34791. 0.2954 0.42699 moveto 0.28097 0.41156 lineto 0.35177 0.34976 lineto gsave
  34792. 0.644 0.597 0.786 setrgbcolor
  34793. fill grestore
  34794. stroke
  34795. grestore
  34796. gsave
  34797. 0.002 setlinewidth
  34798. 0.34089 0.33756 moveto 0.35177 0.34976 lineto 0.28097 0.41156 lineto gsave
  34799. 0.708 0.72 0.859 setrgbcolor
  34800. fill grestore
  34801. stroke
  34802. grestore
  34803. gsave
  34804. 0.002 setlinewidth
  34805. 0.28097 0.41156 moveto 0.26672 0.39366 lineto 0.34089 0.33756 lineto gsave
  34806. 0.602 0.559 0.778 setrgbcolor
  34807. fill grestore
  34808. stroke
  34809. grestore
  34810. gsave
  34811. 0.002 setlinewidth
  34812. 0.26672 0.39366 moveto 0.25255 0.37483 lineto 0.32992 0.32506 lineto gsave
  34813. 0.57 0.538 0.781 setrgbcolor
  34814. fill grestore
  34815. stroke
  34816. grestore
  34817. gsave
  34818. 0.002 setlinewidth
  34819. 0.32992 0.32506 moveto 0.34089 0.33756 lineto 0.26672 0.39366 lineto gsave
  34820. 0.674 0.707 0.873 setrgbcolor
  34821. fill grestore
  34822. stroke
  34823. grestore
  34824. gsave
  34825. 0.002 setlinewidth
  34826. 0.75672 0.34793 moveto 0.74125 0.32888 lineto 0.65495 0.29467 lineto gsave
  34827. 0.728 0.213 0 setrgbcolor
  34828. fill grestore
  34829. stroke
  34830. grestore
  34831. gsave
  34832. 0.002 setlinewidth
  34833. 0.64592 0.28469 moveto 0.65495 0.29467 lineto 0.74125 0.32888 lineto gsave
  34834. 0.6 0.029 0 setrgbcolor
  34835. fill grestore
  34836. stroke
  34837. grestore
  34838. gsave
  34839. 0.002 setlinewidth
  34840. 0.45505 0.31937 moveto 0.45992 0.33068 lineto 0.38399 0.3817 lineto gsave
  34841. 0.792 0.82 0.874 setrgbcolor
  34842. fill grestore
  34843. stroke
  34844. grestore
  34845. gsave
  34846. 0.002 setlinewidth
  34847. 0.38399 0.3817 moveto 0.37332 0.37204 lineto 0.45505 0.31937 lineto gsave
  34848. 0.773 0.77 0.85 setrgbcolor
  34849. fill grestore
  34850. stroke
  34851. grestore
  34852. gsave
  34853. 0.002 setlinewidth
  34854. 0.54601 0.28224 moveto 0.54434 0.2879 lineto 0.45505 0.31937 lineto gsave
  34855. 0.629 0.946 0.949 setrgbcolor
  34856. fill grestore
  34857. stroke
  34858. grestore
  34859. gsave
  34860. 0.002 setlinewidth
  34861. 0.45992 0.33068 moveto 0.45505 0.31937 lineto 0.54434 0.2879 lineto gsave
  34862. 0.775 0.812 0.882 setrgbcolor
  34863. fill grestore
  34864. stroke
  34865. grestore
  34866. gsave
  34867. 0.002 setlinewidth
  34868. 0.45004 0.31068 moveto 0.45505 0.31937 lineto 0.37332 0.37204 lineto gsave
  34869. 0.793 0.881 0.91 setrgbcolor
  34870. fill grestore
  34871. stroke
  34872. grestore
  34873. gsave
  34874. 0.002 setlinewidth
  34875. 0.37332 0.37204 moveto 0.36258 0.36133 lineto 0.45004 0.31068 lineto gsave
  34876. 0.752 0.75 0.851 setrgbcolor
  34877. fill grestore
  34878. stroke
  34879. grestore
  34880. gsave
  34881. 0.002 setlinewidth
  34882. 0.54601 0.28224 moveto 0.54775 0.28142 lineto 0.64592 0.28469 lineto gsave
  34883. 0.063 0.625 0.781 setrgbcolor
  34884. fill grestore
  34885. stroke
  34886. grestore
  34887. gsave
  34888. 0.002 setlinewidth
  34889. 0.65495 0.29467 moveto 0.64592 0.28469 lineto 0.54775 0.28142 lineto gsave
  34890. 0.539 0.015 0 setrgbcolor
  34891. fill grestore
  34892. stroke
  34893. grestore
  34894. gsave
  34895. 0.002 setlinewidth
  34896. 0.45505 0.31937 moveto 0.45004 0.31068 lineto 0.54601 0.28224 lineto gsave
  34897. 0.74 0.861 0.936 setrgbcolor
  34898. fill grestore
  34899. stroke
  34900. grestore
  34901. gsave
  34902. 0.002 setlinewidth
  34903. 0.54775 0.28142 moveto 0.54601 0.28224 lineto 0.45004 0.31068 lineto gsave
  34904. 0.228 0.739 0.704 setrgbcolor
  34905. fill grestore
  34906. stroke
  34907. grestore
  34908. gsave
  34909. 0.002 setlinewidth
  34910. 0.44489 0.3041 moveto 0.45004 0.31068 lineto 0.36258 0.36133 lineto gsave
  34911. 0.762 0.925 0.942 setrgbcolor
  34912. fill grestore
  34913. stroke
  34914. grestore
  34915. gsave
  34916. 0.002 setlinewidth
  34917. 0.36258 0.36133 moveto 0.35177 0.34976 lineto 0.44489 0.3041 lineto gsave
  34918. 0.724 0.732 0.857 setrgbcolor
  34919. fill grestore
  34920. stroke
  34921. grestore
  34922. gsave
  34923. 0.002 setlinewidth
  34924. 0.65495 0.29467 moveto 0.66431 0.30677 lineto 0.75672 0.34793 lineto gsave
  34925. 0.651 0.094 0 setrgbcolor
  34926. fill grestore
  34927. stroke
  34928. grestore
  34929. gsave
  34930. 0.002 setlinewidth
  34931. 0.43961 0.2989 moveto 0.44489 0.3041 lineto 0.35177 0.34976 lineto gsave
  34932. 0.7 0.938 0.962 setrgbcolor
  34933. fill grestore
  34934. stroke
  34935. grestore
  34936. gsave
  34937. 0.002 setlinewidth
  34938. 0.35177 0.34976 moveto 0.34089 0.33756 lineto 0.43961 0.2989 lineto gsave
  34939. 0.692 0.716 0.867 setrgbcolor
  34940. fill grestore
  34941. stroke
  34942. grestore
  34943. gsave
  34944. 0.002 setlinewidth
  34945. 0.45004 0.31068 moveto 0.44489 0.3041 lineto 0.54775 0.28142 lineto gsave
  34946. 0.661 0.886 0.98 setrgbcolor
  34947. fill grestore
  34948. stroke
  34949. grestore
  34950. gsave
  34951. 0.002 setlinewidth
  34952. 0.43423 0.29419 moveto 0.43961 0.2989 lineto 0.34089 0.33756 lineto gsave
  34953. 0.627 0.922 0.976 setrgbcolor
  34954. fill grestore
  34955. stroke
  34956. grestore
  34957. gsave
  34958. 0.002 setlinewidth
  34959. 0.34089 0.33756 moveto 0.32992 0.32506 lineto 0.43423 0.29419 lineto gsave
  34960. 0.656 0.702 0.881 setrgbcolor
  34961. fill grestore
  34962. stroke
  34963. grestore
  34964. gsave
  34965. 0.002 setlinewidth
  34966. 0.66431 0.30677 moveto 0.65495 0.29467 lineto 0.54956 0.28388 lineto gsave
  34967. 0.586 0.071 0 setrgbcolor
  34968. fill grestore
  34969. stroke
  34970. grestore
  34971. gsave
  34972. 0.002 setlinewidth
  34973. 0.54775 0.28142 moveto 0.54956 0.28388 lineto 0.65495 0.29467 lineto gsave
  34974. 0.26 0 0 setrgbcolor
  34975. fill grestore
  34976. stroke
  34977. grestore
  34978. gsave
  34979. 0.002 setlinewidth
  34980. 0.54956 0.28388 moveto 0.54775 0.28142 lineto 0.44831 0.30335 lineto gsave
  34981. 0.075 0 0 setrgbcolor
  34982. fill grestore
  34983. stroke
  34984. grestore
  34985. gsave
  34986. 0.54956 0.28388 moveto 0.44831 0.30335 lineto 0.45112 0.3029 lineto 0.075 0 0 setrgbcolor
  34987. fill
  34988. grestore
  34989. gsave
  34990. 0.002 setlinewidth
  34991. 0.44831 0.30335 moveto 0.44489 0.3041 lineto gsave
  34992. 0.45112 0.3029 lineto 0.075 0 0 setrgbcolor
  34993. fill grestore
  34994. stroke
  34995. grestore
  34996. gsave
  34997. 0.002 setlinewidth
  34998. 0.44489 0.3041 moveto 0.43961 0.2989 lineto 0.54956 0.28388 lineto gsave
  34999. 0.545 0.869 0.994 setrgbcolor
  35000. fill grestore
  35001. stroke
  35002. grestore
  35003. gsave
  35004. 0.002 setlinewidth
  35005. 0.55143 0.28769 moveto 0.54956 0.28388 lineto 0.43961 0.2989 lineto gsave
  35006. 0.195 0 0 setrgbcolor
  35007. fill grestore
  35008. stroke
  35009. grestore
  35010. gsave
  35011. 0.002 setlinewidth
  35012. 0.43961 0.2989 moveto 0.43423 0.29419 lineto 0.54365 0.28812 lineto gsave
  35013. 0.44 0.825 0.988 setrgbcolor
  35014. fill grestore
  35015. stroke
  35016. grestore
  35017. gsave
  35018. 0.002 setlinewidth
  35019. 0.54365 0.28812 moveto 0.55143 0.28769 lineto gsave
  35020. 0.53778 0.28906 lineto 0.44 0.825 0.988 setrgbcolor
  35021. fill grestore
  35022. stroke
  35023. grestore
  35024. gsave
  35025. 0.43961 0.2989 moveto 0.54365 0.28812 lineto 0.53778 0.28906 lineto 0.44 0.825 0.988 setrgbcolor
  35026. fill
  35027. grestore
  35028. gsave
  35029. 0.002 setlinewidth
  35030. 0.54956 0.28388 moveto 0.55143 0.28769 lineto 0.66431 0.30677 lineto gsave
  35031. 0.37 0 0 setrgbcolor
  35032. fill grestore
  35033. stroke
  35034. grestore
  35035. gsave
  35036. grestore
  35037. % End of Graphics
  35038. MathPictureEnd
  35039. :[font = input; preserveAspect; startGroup; ]
  35040. uu[2,8.41724,0];
  35041. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 34; pictureWidth = 282; pictureHeight = 242; endGroup; endGroup; ]
  35042. %!
  35043. %%Creator: Mathematica
  35044. %%AspectRatio: 0.86063 
  35045. MathPictureStart
  35046. /Courier findfont 10  scalefont  setfont
  35047. % Scaling calculations
  35048. 0.024949 0.99795 -0.020398 0.99795 [
  35049. [ 0 0 0 0 ]
  35050. [ 1 0.860627 0 0 ]
  35051. ] MathScale
  35052. % Start of Graphics
  35053. 1 setlinecap
  35054. 1 setlinejoin
  35055. newpath
  35056. %%Object: Graphics3D
  35057. [ ] 0 setdash
  35058. 0 setgray
  35059. 0 0 moveto
  35060. 1 0 lineto
  35061. 1 0.86063 lineto
  35062. 0 0.86063 lineto
  35063. closepath
  35064. clip
  35065. newpath
  35066. gsave
  35067. 0.002 setlinewidth
  35068. 0.54506 0.65984 moveto 0.54607 0.64786 lineto 0.45146 0.64372 lineto gsave
  35069. 0.638 0.232 0.258 setrgbcolor
  35070. fill grestore
  35071. stroke
  35072. grestore
  35073. gsave
  35074. 0.002 setlinewidth
  35075. 0.54607 0.64786 moveto 0.54506 0.65984 lineto 0.63424 0.65726 lineto gsave
  35076. 0.552 0.158 0.249 setrgbcolor
  35077. fill grestore
  35078. stroke
  35079. grestore
  35080. gsave
  35081. 0.002 setlinewidth
  35082. 0.63424 0.65726 moveto 0.63885 0.63539 lineto 0.54607 0.64786 lineto gsave
  35083. 0.579 0.252 0.381 setrgbcolor
  35084. fill grestore
  35085. stroke
  35086. grestore
  35087. gsave
  35088. 0.002 setlinewidth
  35089. 0.45477 0.63827 moveto 0.45146 0.64372 lineto 0.36226 0.62314 lineto gsave
  35090. 0.565 0.77 0.975 setrgbcolor
  35091. fill grestore
  35092. stroke
  35093. grestore
  35094. gsave
  35095. 0.002 setlinewidth
  35096. 0.45146 0.64372 moveto 0.45477 0.63827 lineto 0.54506 0.65984 lineto gsave
  35097. 0.514 0.704 0.956 setrgbcolor
  35098. fill grestore
  35099. stroke
  35100. grestore
  35101. gsave
  35102. 0.002 setlinewidth
  35103. 0.63885 0.63539 moveto 0.63424 0.65726 lineto 0.71425 0.62704 lineto gsave
  35104. 0.432 0.122 0.338 setrgbcolor
  35105. fill grestore
  35106. stroke
  35107. grestore
  35108. gsave
  35109. 0.002 setlinewidth
  35110. 0.71425 0.62704 moveto 0.72248 0.60688 lineto 0.63885 0.63539 lineto gsave
  35111. 0.42 0.092 0.302 setrgbcolor
  35112. fill grestore
  35113. stroke
  35114. grestore
  35115. gsave
  35116. 0.002 setlinewidth
  35117. 0.36226 0.62314 moveto 0.37074 0.60002 lineto 0.45477 0.63827 lineto gsave
  35118. 0.741 0.609 0.711 setrgbcolor
  35119. fill grestore
  35120. stroke
  35121. grestore
  35122. gsave
  35123. 0.002 setlinewidth
  35124. 0.45813 0.63244 moveto 0.45477 0.63827 lineto 0.37074 0.60002 lineto gsave
  35125. 0.508 0.675 0.94 setrgbcolor
  35126. fill grestore
  35127. stroke
  35128. grestore
  35129. gsave
  35130. 0.002 setlinewidth
  35131. 0.544 0.66946 moveto 0.54506 0.65984 lineto 0.45477 0.63827 lineto gsave
  35132. 0.665 0.223 0.19 setrgbcolor
  35133. fill grestore
  35134. stroke
  35135. grestore
  35136. gsave
  35137. 0.002 setlinewidth
  35138. 0.48865 0.6456 moveto 0.544 0.66946 lineto gsave
  35139. 0.49962 0.65395 lineto 0.462 0.617 0.917 setrgbcolor
  35140. fill grestore
  35141. stroke
  35142. grestore
  35143. gsave
  35144. 0.002 setlinewidth
  35145. 0.45477 0.63827 moveto 0.45813 0.63244 lineto 0.48865 0.6456 lineto gsave
  35146. 0.462 0.617 0.917 setrgbcolor
  35147. fill grestore
  35148. stroke
  35149. grestore
  35150. gsave
  35151. 0.45477 0.63827 moveto 0.48865 0.6456 lineto 0.49962 0.65395 lineto 0.462 0.617 0.917 setrgbcolor
  35152. fill
  35153. grestore
  35154. gsave
  35155. 0.002 setlinewidth
  35156. 0.54289 0.67322 moveto 0.544 0.66946 lineto 0.45813 0.63244 lineto gsave
  35157. 0.614 0.06 0 setrgbcolor
  35158. fill grestore
  35159. stroke
  35160. grestore
  35161. gsave
  35162. 0.002 setlinewidth
  35163. 0.54171 0.66847 moveto 0.54289 0.67322 lineto 0.46631 0.6286 lineto gsave
  35164. 0.139 0.488 0.902 setrgbcolor
  35165. fill grestore
  35166. stroke
  35167. grestore
  35168. gsave
  35169. 0.002 setlinewidth
  35170. 0.46631 0.6286 moveto 0.46154 0.62582 lineto gsave
  35171. 0.46525 0.6278 lineto 0.139 0.488 0.902 setrgbcolor
  35172. fill grestore
  35173. stroke
  35174. grestore
  35175. gsave
  35176. 0.54171 0.66847 moveto 0.46631 0.6286 lineto 0.46525 0.6278 lineto 0.139 0.488 0.902 setrgbcolor
  35177. fill
  35178. grestore
  35179. gsave
  35180. 0.002 setlinewidth
  35181. 0.54506 0.65984 moveto 0.544 0.66946 lineto 0.62937 0.67584 lineto gsave
  35182. 0.556 0.125 0.177 setrgbcolor
  35183. fill grestore
  35184. stroke
  35185. grestore
  35186. gsave
  35187. 0.002 setlinewidth
  35188. 0.62937 0.67584 moveto 0.63424 0.65726 lineto 0.54506 0.65984 lineto gsave
  35189. 0.585 0.239 0.349 setrgbcolor
  35190. fill grestore
  35191. stroke
  35192. grestore
  35193. gsave
  35194. 0.002 setlinewidth
  35195. 0.37074 0.60002 moveto 0.37912 0.57897 lineto 0.45813 0.63244 lineto gsave
  35196. 0.711 0.586 0.714 setrgbcolor
  35197. fill grestore
  35198. stroke
  35199. grestore
  35200. gsave
  35201. 0.002 setlinewidth
  35202. 0.46154 0.62582 moveto 0.45813 0.63244 lineto 0.37912 0.57897 lineto gsave
  35203. 0.474 0.595 0.893 setrgbcolor
  35204. fill grestore
  35205. stroke
  35206. grestore
  35207. gsave
  35208. 0.002 setlinewidth
  35209. 0.45813 0.63244 moveto 0.46154 0.62582 lineto 0.54289 0.67322 lineto gsave
  35210. 0.444 0.558 0.876 setrgbcolor
  35211. fill grestore
  35212. stroke
  35213. grestore
  35214. gsave
  35215. 0.002 setlinewidth
  35216. 0.28588 0.58712 moveto 0.29952 0.55363 lineto 0.37074 0.60002 lineto gsave
  35217. 0.82 0.654 0.677 setrgbcolor
  35218. fill grestore
  35219. stroke
  35220. grestore
  35221. gsave
  35222. 0.002 setlinewidth
  35223. 0.37074 0.60002 moveto 0.36226 0.62314 lineto 0.28588 0.58712 lineto gsave
  35224. 0.813 0.692 0.732 setrgbcolor
  35225. fill grestore
  35226. stroke
  35227. grestore
  35228. gsave
  35229. 0.002 setlinewidth
  35230. 0.37912 0.57897 moveto 0.37074 0.60002 lineto 0.29952 0.55363 lineto gsave
  35231. 0.787 0.675 0.74 setrgbcolor
  35232. fill grestore
  35233. stroke
  35234. grestore
  35235. gsave
  35236. 0.002 setlinewidth
  35237. 0.29952 0.55363 moveto 0.31278 0.52405 lineto 0.37912 0.57897 lineto gsave
  35238. 0.803 0.643 0.684 setrgbcolor
  35239. fill grestore
  35240. stroke
  35241. grestore
  35242. gsave
  35243. 0.002 setlinewidth
  35244. 0.3873 0.56257 moveto 0.37912 0.57897 lineto 0.31278 0.52405 lineto gsave
  35245. 0.742 0.658 0.767 setrgbcolor
  35246. fill grestore
  35247. stroke
  35248. grestore
  35249. gsave
  35250. 0.002 setlinewidth
  35251. 0.37912 0.57897 moveto 0.3873 0.56257 lineto 0.46154 0.62582 lineto gsave
  35252. 0.669 0.567 0.732 setrgbcolor
  35253. fill grestore
  35254. stroke
  35255. grestore
  35256. gsave
  35257. 0.002 setlinewidth
  35258. 0.31278 0.52405 moveto 0.32542 0.50268 lineto 0.3873 0.56257 lineto gsave
  35259. 0.772 0.636 0.711 setrgbcolor
  35260. fill grestore
  35261. stroke
  35262. grestore
  35263. gsave
  35264. 0.002 setlinewidth
  35265. 0.39525 0.55265 moveto 0.3873 0.56257 lineto 0.32542 0.50268 lineto gsave
  35266. 0.648 0.631 0.819 setrgbcolor
  35267. fill grestore
  35268. stroke
  35269. grestore
  35270. gsave
  35271. 0.002 setlinewidth
  35272. 0.3873 0.56257 moveto 0.39525 0.55265 lineto 0.465 0.61811 lineto gsave
  35273. 0.593 0.551 0.776 setrgbcolor
  35274. fill grestore
  35275. stroke
  35276. grestore
  35277. gsave
  35278. 0.002 setlinewidth
  35279. 0.465 0.61811 moveto 0.46154 0.62582 lineto 0.3873 0.56257 lineto gsave
  35280. 0.467 0.546 0.853 setrgbcolor
  35281. fill grestore
  35282. stroke
  35283. grestore
  35284. gsave
  35285. 0.002 setlinewidth
  35286. 0.46154 0.62582 moveto 0.465 0.61811 lineto 0.54171 0.66847 lineto gsave
  35287. 0.457 0.534 0.848 setrgbcolor
  35288. fill grestore
  35289. stroke
  35290. grestore
  35291. gsave
  35292. 0.002 setlinewidth
  35293. 0.32542 0.50268 moveto 0.33735 0.49258 lineto 0.39525 0.55265 lineto gsave
  35294. 0.694 0.626 0.777 setrgbcolor
  35295. fill grestore
  35296. stroke
  35297. grestore
  35298. gsave
  35299. 0.002 setlinewidth
  35300. 0.40297 0.55008 moveto 0.39525 0.55265 lineto 0.33735 0.49258 lineto gsave
  35301. 0.405 0.546 0.884 setrgbcolor
  35302. fill grestore
  35303. stroke
  35304. grestore
  35305. gsave
  35306. 0.002 setlinewidth
  35307. 0.39525 0.55265 moveto 0.40297 0.55008 lineto 0.46853 0.60917 lineto gsave
  35308. 0.398 0.515 0.86 setrgbcolor
  35309. fill grestore
  35310. stroke
  35311. grestore
  35312. gsave
  35313. 0.002 setlinewidth
  35314. 0.46853 0.60917 moveto 0.465 0.61811 lineto 0.39525 0.55265 lineto gsave
  35315. 0.484 0.53 0.829 setrgbcolor
  35316. fill grestore
  35317. stroke
  35318. grestore
  35319. gsave
  35320. 0.002 setlinewidth
  35321. 0.63424 0.65726 moveto 0.62937 0.67584 lineto 0.70563 0.6442 lineto gsave
  35322. 0.393 0.065 0.286 setrgbcolor
  35323. fill grestore
  35324. stroke
  35325. grestore
  35326. gsave
  35327. 0.002 setlinewidth
  35328. 0.70563 0.6442 moveto 0.71425 0.62704 lineto 0.63424 0.65726 lineto gsave
  35329. 0.374 0.023 0.235 setrgbcolor
  35330. fill grestore
  35331. stroke
  35332. grestore
  35333. gsave
  35334. 0.002 setlinewidth
  35335. 0.544 0.66946 moveto 0.54289 0.67322 lineto 0.62411 0.68591 lineto gsave
  35336. 0.445 0 0 setrgbcolor
  35337. fill grestore
  35338. stroke
  35339. grestore
  35340. gsave
  35341. 0.002 setlinewidth
  35342. 0.62411 0.68591 moveto 0.62937 0.67584 lineto 0.544 0.66946 lineto gsave
  35343. 0.56 0.135 0.191 setrgbcolor
  35344. fill grestore
  35345. stroke
  35346. grestore
  35347. gsave
  35348. 0.002 setlinewidth
  35349. 0.465 0.61811 moveto 0.46853 0.60917 lineto 0.54047 0.65401 lineto gsave
  35350. 0.497 0.545 0.836 setrgbcolor
  35351. fill grestore
  35352. stroke
  35353. grestore
  35354. gsave
  35355. 0.002 setlinewidth
  35356. 0.54047 0.65401 moveto 0.54171 0.66847 lineto 0.465 0.61811 lineto gsave
  35357. 0.534 0.535 0.802 setrgbcolor
  35358. fill grestore
  35359. stroke
  35360. grestore
  35361. gsave
  35362. 0.002 setlinewidth
  35363. 0.75238 0.58765 moveto 0.7299 0.60211 lineto gsave
  35364. 0.75068 0.58871 lineto 0.388 0.803 0.603 setrgbcolor
  35365. fill grestore
  35366. stroke
  35367. grestore
  35368. gsave
  35369. 0.77706 0.5717 moveto 0.7299 0.60211 lineto 0.73282 0.60021 lineto 0.388 0.803 0.603 setrgbcolor
  35370. fill
  35371. grestore
  35372. gsave
  35373. 0.002 setlinewidth
  35374. 0.77706 0.5717 moveto 0.78948 0.56379 lineto 0.75238 0.58765 lineto gsave
  35375. 0.388 0.803 0.603 setrgbcolor
  35376. fill grestore
  35377. stroke
  35378. grestore
  35379. gsave
  35380. 0.77706 0.5717 moveto 0.75238 0.58765 lineto 0.75068 0.58871 lineto 0.388 0.803 0.603 setrgbcolor
  35381. fill
  35382. grestore
  35383. gsave
  35384. 0.002 setlinewidth
  35385. 0.7299 0.60211 moveto 0.72248 0.60688 lineto gsave
  35386. 0.73282 0.60021 lineto 0.388 0.803 0.603 setrgbcolor
  35387. fill grestore
  35388. stroke
  35389. grestore
  35390. gsave
  35391. 0.002 setlinewidth
  35392. 0.72248 0.60688 moveto 0.71425 0.62704 lineto 0.77706 0.5717 lineto gsave
  35393. 0.063 0 0.125 setrgbcolor
  35394. fill grestore
  35395. stroke
  35396. grestore
  35397. gsave
  35398. 0.002 setlinewidth
  35399. 0.76435 0.57811 moveto 0.77706 0.5717 lineto 0.73329 0.61026 lineto gsave
  35400. 0.712 0.987 0.85 setrgbcolor
  35401. fill grestore
  35402. stroke
  35403. grestore
  35404. gsave
  35405. 0.002 setlinewidth
  35406. 0.73329 0.61026 moveto 0.71425 0.62704 lineto gsave
  35407. 0.7352 0.60658 lineto 0.712 0.987 0.85 setrgbcolor
  35408. fill grestore
  35409. stroke
  35410. grestore
  35411. gsave
  35412. 0.76435 0.57811 moveto 0.73329 0.61026 lineto 0.7352 0.60658 lineto 0.712 0.987 0.85 setrgbcolor
  35413. fill
  35414. grestore
  35415. gsave
  35416. 0.002 setlinewidth
  35417. 0.70563 0.6442 moveto 0.76089 0.582 lineto gsave
  35418. 0.73445 0.60754 lineto 0 0 0 setrgbcolor
  35419. fill grestore
  35420. stroke
  35421. grestore
  35422. gsave
  35423. 0.002 setlinewidth
  35424. 0.71425 0.62704 moveto 0.70563 0.6442 lineto gsave
  35425. 0.73445 0.60754 lineto 0 0 0 setrgbcolor
  35426. fill grestore
  35427. stroke
  35428. grestore
  35429. gsave
  35430. 0.71425 0.62704 moveto 0.76089 0.582 lineto 0.75932 0.58302 lineto 0 0 0 setrgbcolor
  35431. fill
  35432. grestore
  35433. gsave
  35434. 0.74074 0.59487 moveto 0.74153 0.59438 lineto 0.70563 0.6442 lineto 0.706 0.924 0.592 setrgbcolor
  35435. fill
  35436. grestore
  35437. gsave
  35438. 0.74157 0.59436 moveto 0.74147 0.59449 lineto 0.74153 0.59438 lineto 0.706 0.924 0.592 setrgbcolor
  35439. fill
  35440. grestore
  35441. gsave
  35442. 0.70563 0.6442 moveto 0.74153 0.59438 lineto 0.74147 0.59449 lineto 0.706 0.924 0.592 setrgbcolor
  35443. fill
  35444. grestore
  35445. gsave
  35446. 0.002 setlinewidth
  35447. 0.70563 0.6442 moveto 0.62937 0.67584 lineto gsave
  35448. 0.69077 0.65555 lineto 0.153 0 0 setrgbcolor
  35449. fill grestore
  35450. stroke
  35451. grestore
  35452. gsave
  35453. 0.002 setlinewidth
  35454. 0.69638 0.6537 moveto 0.69741 0.65263 lineto gsave
  35455. 0.69077 0.65555 lineto 0.153 0 0 setrgbcolor
  35456. fill grestore
  35457. stroke
  35458. grestore
  35459. gsave
  35460. 0.002 setlinewidth
  35461. 0.69741 0.65263 moveto 0.70563 0.6442 lineto gsave
  35462. 0.69077 0.65555 lineto 0.153 0 0 setrgbcolor
  35463. fill grestore
  35464. stroke
  35465. grestore
  35466. gsave
  35467. 0.002 setlinewidth
  35468. 0.62937 0.67584 moveto 0.62411 0.68591 lineto 0.69638 0.6537 lineto gsave
  35469. 0.223 0 0.033 setrgbcolor
  35470. fill grestore
  35471. stroke
  35472. grestore
  35473. gsave
  35474. 0.002 setlinewidth
  35475. 0.61836 0.68344 moveto 0.68639 0.65196 lineto gsave
  35476. 0.63443 0.68028 lineto 0.658 0.927 0.973 setrgbcolor
  35477. fill grestore
  35478. stroke
  35479. grestore
  35480. gsave
  35481. 0.002 setlinewidth
  35482. 0.62411 0.68591 moveto 0.62285 0.68537 lineto gsave
  35483. 0.63443 0.68028 lineto 0.658 0.927 0.973 setrgbcolor
  35484. fill grestore
  35485. stroke
  35486. grestore
  35487. gsave
  35488. 0.002 setlinewidth
  35489. 0.62285 0.68537 moveto 0.61836 0.68344 lineto gsave
  35490. 0.63443 0.68028 lineto 0.658 0.927 0.973 setrgbcolor
  35491. fill grestore
  35492. stroke
  35493. grestore
  35494. gsave
  35495. 0.002 setlinewidth
  35496. 0.70563 0.6442 moveto 0.69638 0.6537 lineto 0.74074 0.59487 lineto gsave
  35497. 0.706 0.924 0.592 setrgbcolor
  35498. fill grestore
  35499. stroke
  35500. grestore
  35501. gsave
  35502. 0.002 setlinewidth
  35503. 0.74074 0.59487 moveto 0.75122 0.58097 lineto gsave
  35504. 0.74157 0.59436 lineto 0.706 0.924 0.592 setrgbcolor
  35505. fill grestore
  35506. stroke
  35507. grestore
  35508. gsave
  35509. 0.002 setlinewidth
  35510. 0.76089 0.582 moveto 0.76435 0.57811 lineto gsave
  35511. 0.75932 0.58302 lineto 0 0 0 setrgbcolor
  35512. fill grestore
  35513. stroke
  35514. grestore
  35515. gsave
  35516. 0.002 setlinewidth
  35517. 0.33735 0.49258 moveto 0.34861 0.49511 lineto 0.40297 0.55008 lineto gsave
  35518. 0.311 0.513 0.892 setrgbcolor
  35519. fill grestore
  35520. stroke
  35521. grestore
  35522. gsave
  35523. 0.002 setlinewidth
  35524. 0.41054 0.55453 moveto 0.40297 0.55008 lineto 0.34861 0.49511 lineto gsave
  35525. 0 0.224 0.731 setrgbcolor
  35526. fill grestore
  35527. stroke
  35528. grestore
  35529. gsave
  35530. 0.002 setlinewidth
  35531. 0.41054 0.55453 moveto 0.35938 0.50983 lineto gsave
  35532. 0.39016 0.53856 lineto 0.688 0.164 0 setrgbcolor
  35533. fill grestore
  35534. stroke
  35535. grestore
  35536. gsave
  35537. 0.40297 0.55008 moveto 0.41054 0.55453 lineto 0.42254 0.56394 lineto 0 0.218 0.676 setrgbcolor
  35538. fill
  35539. grestore
  35540. gsave
  35541. 0.002 setlinewidth
  35542. 0.47211 0.59905 moveto 0.46853 0.60917 lineto 0.40297 0.55008 lineto gsave
  35543. 0.522 0.546 0.821 setrgbcolor
  35544. fill grestore
  35545. stroke
  35546. grestore
  35547. gsave
  35548. 0.002 setlinewidth
  35549. 0.41805 0.5646 moveto 0.41054 0.55453 lineto gsave
  35550. 0.39016 0.53856 lineto 0.688 0.164 0 setrgbcolor
  35551. fill grestore
  35552. stroke
  35553. grestore
  35554. gsave
  35555. 0.002 setlinewidth
  35556. 0.41054 0.55453 moveto 0.47211 0.59905 lineto gsave
  35557. 0.42254 0.56394 lineto 0 0.218 0.676 setrgbcolor
  35558. fill grestore
  35559. stroke
  35560. grestore
  35561. gsave
  35562. 0.002 setlinewidth
  35563. 0.26408 0.47864 moveto 0.28007 0.45953 lineto 0.32542 0.50268 lineto gsave
  35564. 0.857 0.759 0.753 setrgbcolor
  35565. fill grestore
  35566. stroke
  35567. grestore
  35568. gsave
  35569. 0.002 setlinewidth
  35570. 0.32542 0.50268 moveto 0.31278 0.52405 lineto 0.26408 0.47864 lineto gsave
  35571. 0.857 0.759 0.753 setrgbcolor
  35572. fill grestore
  35573. stroke
  35574. grestore
  35575. gsave
  35576. 0.002 setlinewidth
  35577. 0.33735 0.49258 moveto 0.32542 0.50268 lineto 0.28007 0.45953 lineto gsave
  35578. 0.759 0.763 0.855 setrgbcolor
  35579. fill grestore
  35580. stroke
  35581. grestore
  35582. gsave
  35583. 0.002 setlinewidth
  35584. 0.53385 0.50171 moveto 0.53256 0.47853 lineto 0.57232 0.4391 lineto gsave
  35585. 0.795 0.661 0.715 setrgbcolor
  35586. fill grestore
  35587. stroke
  35588. grestore
  35589. gsave
  35590. 0.002 setlinewidth
  35591. 0.57232 0.4391 moveto 0.57867 0.4677 lineto 0.53385 0.50171 lineto gsave
  35592. 0.732 0.575 0.678 setrgbcolor
  35593. fill grestore
  35594. stroke
  35595. grestore
  35596. gsave
  35597. 0.002 setlinewidth
  35598. 0.56615 0.42266 moveto 0.57232 0.4391 lineto 0.53256 0.47853 lineto gsave
  35599. 0.805 0.679 0.726 setrgbcolor
  35600. fill grestore
  35601. stroke
  35602. grestore
  35603. gsave
  35604. 0.002 setlinewidth
  35605. 0.57867 0.4677 moveto 0.57232 0.4391 lineto 0.60768 0.4369 lineto gsave
  35606. 0.549 0.457 0.703 setrgbcolor
  35607. fill grestore
  35608. stroke
  35609. grestore
  35610. gsave
  35611. 0.002 setlinewidth
  35612. 0.57232 0.4391 moveto 0.56615 0.42266 lineto 0.59712 0.42284 lineto gsave
  35613. 0.527 0.53 0.802 setrgbcolor
  35614. fill grestore
  35615. stroke
  35616. grestore
  35617. gsave
  35618. 0.002 setlinewidth
  35619. 0.59712 0.42284 moveto 0.60768 0.4369 lineto 0.57232 0.4391 lineto gsave
  35620. 0.546 0.572 0.832 setrgbcolor
  35621. fill grestore
  35622. stroke
  35623. grestore
  35624. gsave
  35625. 0.002 setlinewidth
  35626. 0.24725 0.50616 moveto 0.26408 0.47864 lineto 0.31278 0.52405 lineto gsave
  35627. 0.884 0.75 0.709 setrgbcolor
  35628. fill grestore
  35629. stroke
  35630. grestore
  35631. gsave
  35632. 0.002 setlinewidth
  35633. 0.31278 0.52405 moveto 0.29952 0.55363 lineto 0.24725 0.50616 lineto gsave
  35634. 0.884 0.75 0.709 setrgbcolor
  35635. fill grestore
  35636. stroke
  35637. grestore
  35638. gsave
  35639. 0.002 setlinewidth
  35640. 0.28007 0.45953 moveto 0.29511 0.45186 lineto 0.33735 0.49258 lineto gsave
  35641. 0.759 0.763 0.855 setrgbcolor
  35642. fill grestore
  35643. stroke
  35644. grestore
  35645. gsave
  35646. 0.002 setlinewidth
  35647. 0.34861 0.49511 moveto 0.33735 0.49258 lineto 0.29511 0.45186 lineto gsave
  35648. 0.217 0.545 0.929 setrgbcolor
  35649. fill grestore
  35650. stroke
  35651. grestore
  35652. gsave
  35653. 0.002 setlinewidth
  35654. 0.53517 0.53168 moveto 0.53385 0.50171 lineto 0.57867 0.4677 lineto gsave
  35655. 0.739 0.589 0.688 setrgbcolor
  35656. fill grestore
  35657. stroke
  35658. grestore
  35659. gsave
  35660. 0.002 setlinewidth
  35661. 0.57867 0.4677 moveto 0.58523 0.50623 lineto 0.53517 0.53168 lineto gsave
  35662. 0.691 0.523 0.655 setrgbcolor
  35663. fill grestore
  35664. stroke
  35665. grestore
  35666. gsave
  35667. 0.002 setlinewidth
  35668. 0.58523 0.50623 moveto 0.57867 0.4677 lineto 0.61854 0.46193 lineto gsave
  35669. 0.558 0.432 0.665 setrgbcolor
  35670. fill grestore
  35671. stroke
  35672. grestore
  35673. gsave
  35674. 0.002 setlinewidth
  35675. 0.60768 0.4369 moveto 0.61854 0.46193 lineto 0.57867 0.4677 lineto gsave
  35676. 0.567 0.483 0.72 setrgbcolor
  35677. fill grestore
  35678. stroke
  35679. grestore
  35680. gsave
  35681. 0.002 setlinewidth
  35682. 0.46853 0.60917 moveto 0.47211 0.59905 lineto 0.53917 0.63037 lineto gsave
  35683. 0.561 0.589 0.839 setrgbcolor
  35684. fill grestore
  35685. stroke
  35686. grestore
  35687. gsave
  35688. 0.002 setlinewidth
  35689. 0.53917 0.63037 moveto 0.54047 0.65401 lineto 0.46853 0.60917 lineto gsave
  35690. 0.624 0.527 0.724 setrgbcolor
  35691. fill grestore
  35692. stroke
  35693. grestore
  35694. gsave
  35695. 0.002 setlinewidth
  35696. 0.54289 0.67322 moveto 0.54171 0.66847 lineto 0.61836 0.68344 lineto gsave
  35697. 0.351 0.673 0.976 setrgbcolor
  35698. fill grestore
  35699. stroke
  35700. grestore
  35701. gsave
  35702. 0.002 setlinewidth
  35703. 0.61836 0.68344 moveto 0.62411 0.68591 lineto 0.54289 0.67322 lineto gsave
  35704. 0.086 0.611 0.875 setrgbcolor
  35705. fill grestore
  35706. stroke
  35707. grestore
  35708. gsave
  35709. 0.002 setlinewidth
  35710. 0.53256 0.47853 moveto 0.53129 0.46378 lineto 0.56615 0.42266 lineto gsave
  35711. 0.878 0.791 0.76 setrgbcolor
  35712. fill grestore
  35713. stroke
  35714. grestore
  35715. gsave
  35716. 0.002 setlinewidth
  35717. 0.56011 0.41871 moveto 0.56615 0.42266 lineto 0.53129 0.46378 lineto gsave
  35718. 0.917 0.896 0.792 setrgbcolor
  35719. fill grestore
  35720. stroke
  35721. grestore
  35722. gsave
  35723. 0.002 setlinewidth
  35724. 0.56615 0.42266 moveto 0.56011 0.41871 lineto 0.58675 0.42007 lineto gsave
  35725. 0.261 0.69 0.964 setrgbcolor
  35726. fill grestore
  35727. stroke
  35728. grestore
  35729. gsave
  35730. 0.002 setlinewidth
  35731. 0.59712 0.42284 moveto 0.56615 0.42266 lineto gsave
  35732. 0.58618 0.42014 lineto 0.226 0.706 0.934 setrgbcolor
  35733. fill grestore
  35734. stroke
  35735. grestore
  35736. gsave
  35737. 0.002 setlinewidth
  35738. 0.53129 0.46378 moveto 0.53002 0.45776 lineto 0.56011 0.41871 lineto gsave
  35739. 0.927 0.969 0.76 setrgbcolor
  35740. fill grestore
  35741. stroke
  35742. grestore
  35743. gsave
  35744. 0.002 setlinewidth
  35745. 0.55409 0.42569 moveto 0.56011 0.41871 lineto 0.53002 0.45776 lineto gsave
  35746. 0.627 0.858 0.489 setrgbcolor
  35747. fill grestore
  35748. stroke
  35749. grestore
  35750. gsave
  35751. 0.002 setlinewidth
  35752. 0.55409 0.42569 moveto 0.57644 0.42715 lineto gsave
  35753. 0.56192 0.41964 lineto 0.396 0 0 setrgbcolor
  35754. fill grestore
  35755. stroke
  35756. grestore
  35757. gsave
  35758. 0.002 setlinewidth
  35759. 0.56011 0.41871 moveto 0.55935 0.41959 lineto gsave
  35760. 0.56192 0.41964 lineto 0.396 0 0 setrgbcolor
  35761. fill grestore
  35762. stroke
  35763. grestore
  35764. gsave
  35765. 0.002 setlinewidth
  35766. 0.55935 0.41959 moveto 0.55409 0.42569 lineto gsave
  35767. 0.56192 0.41964 lineto 0.396 0 0 setrgbcolor
  35768. fill grestore
  35769. stroke
  35770. grestore
  35771. gsave
  35772. 0.002 setlinewidth
  35773. 0.58675 0.42007 moveto 0.5871 0.42016 lineto gsave
  35774. 0.58618 0.42014 lineto 0.226 0.706 0.934 setrgbcolor
  35775. fill grestore
  35776. stroke
  35777. grestore
  35778. gsave
  35779. 0.002 setlinewidth
  35780. 0.5871 0.42016 moveto 0.59712 0.42284 lineto gsave
  35781. 0.58618 0.42014 lineto 0.226 0.706 0.934 setrgbcolor
  35782. fill grestore
  35783. stroke
  35784. grestore
  35785. gsave
  35786. 0.002 setlinewidth
  35787. 0.22987 0.53771 moveto 0.24725 0.50616 lineto 0.29952 0.55363 lineto gsave
  35788. 0.891 0.746 0.694 setrgbcolor
  35789. fill grestore
  35790. stroke
  35791. grestore
  35792. gsave
  35793. 0.002 setlinewidth
  35794. 0.29952 0.55363 moveto 0.28588 0.58712 lineto 0.22987 0.53771 lineto gsave
  35795. 0.891 0.746 0.694 setrgbcolor
  35796. fill grestore
  35797. stroke
  35798. grestore
  35799. gsave
  35800. 0.002 setlinewidth
  35801. 0.5365 0.56558 moveto 0.53517 0.53168 lineto 0.58523 0.50623 lineto gsave
  35802. 0.702 0.549 0.676 setrgbcolor
  35803. fill grestore
  35804. stroke
  35805. grestore
  35806. gsave
  35807. 0.002 setlinewidth
  35808. 0.58523 0.50623 moveto 0.59197 0.55073 lineto 0.5365 0.56558 lineto gsave
  35809. 0.666 0.497 0.646 setrgbcolor
  35810. fill grestore
  35811. stroke
  35812. grestore
  35813. gsave
  35814. 0.002 setlinewidth
  35815. 0.59197 0.55073 moveto 0.58523 0.50623 lineto 0.62974 0.49591 lineto gsave
  35816. 0.566 0.427 0.651 setrgbcolor
  35817. fill grestore
  35818. stroke
  35819. grestore
  35820. gsave
  35821. 0.002 setlinewidth
  35822. 0.61854 0.46193 moveto 0.62974 0.49591 lineto 0.58523 0.50623 lineto gsave
  35823. 0.573 0.452 0.677 setrgbcolor
  35824. fill grestore
  35825. stroke
  35826. grestore
  35827. gsave
  35828. 0.002 setlinewidth
  35829. 0.4831 0.56469 moveto 0.48683 0.55337 lineto 0.53385 0.50171 lineto gsave
  35830. 0.921 0.972 0.77 setrgbcolor
  35831. fill grestore
  35832. stroke
  35833. grestore
  35834. gsave
  35835. 0.002 setlinewidth
  35836. 0.53385 0.50171 moveto 0.53517 0.53168 lineto 0.4831 0.56469 lineto gsave
  35837. 0.795 0.633 0.68 setrgbcolor
  35838. fill grestore
  35839. stroke
  35840. grestore
  35841. gsave
  35842. 0.002 setlinewidth
  35843. 0.53256 0.47853 moveto 0.53385 0.50171 lineto 0.48683 0.55337 lineto gsave
  35844. 0.864 0.713 0.693 setrgbcolor
  35845. fill grestore
  35846. stroke
  35847. grestore
  35848. gsave
  35849. 0.002 setlinewidth
  35850. 0.47574 0.588 moveto 0.47211 0.59905 lineto 0.41054 0.55453 lineto gsave
  35851. 0.583 0.594 0.829 setrgbcolor
  35852. fill grestore
  35853. stroke
  35854. grestore
  35855. gsave
  35856. 0.002 setlinewidth
  35857. 0.47211 0.59905 moveto 0.47574 0.588 lineto 0.53784 0.59976 lineto gsave
  35858. 0.648 0.665 0.852 setrgbcolor
  35859. fill grestore
  35860. stroke
  35861. grestore
  35862. gsave
  35863. 0.002 setlinewidth
  35864. 0.53784 0.59976 moveto 0.53917 0.63037 lineto 0.47211 0.59905 lineto gsave
  35865. 0.669 0.533 0.69 setrgbcolor
  35866. fill grestore
  35867. stroke
  35868. grestore
  35869. gsave
  35870. 0.002 setlinewidth
  35871. 0.34861 0.49511 moveto 0.35938 0.50983 lineto 0.41054 0.55453 lineto gsave
  35872. 0.755 0.245 0 setrgbcolor
  35873. fill grestore
  35874. stroke
  35875. grestore
  35876. gsave
  35877. 0.002 setlinewidth
  35878. 0.41054 0.55453 moveto 0.41805 0.5646 lineto 0.4757 0.58798 lineto gsave
  35879. 0.701 0.188 0.009 setrgbcolor
  35880. fill grestore
  35881. stroke
  35882. grestore
  35883. gsave
  35884. 0.41054 0.55453 moveto 0.4757 0.58798 lineto 0.47572 0.58798 lineto 0.701 0.188 0.009 setrgbcolor
  35885. fill
  35886. grestore
  35887. gsave
  35888. 0.002 setlinewidth
  35889. 0.4757 0.58798 moveto 0.47574 0.588 lineto gsave
  35890. 0.47572 0.58798 lineto 0.701 0.188 0.009 setrgbcolor
  35891. fill grestore
  35892. stroke
  35893. grestore
  35894. gsave
  35895. 0.002 setlinewidth
  35896. 0.4794 0.57639 moveto 0.47574 0.588 lineto 0.41805 0.5646 lineto gsave
  35897. 0.668 0.676 0.849 setrgbcolor
  35898. fill grestore
  35899. stroke
  35900. grestore
  35901. gsave
  35902. 0.002 setlinewidth
  35903. 0.41805 0.5646 moveto 0.42562 0.57789 lineto 0.4794 0.57639 lineto gsave
  35904. 0.679 0.255 0.232 setrgbcolor
  35905. fill grestore
  35906. stroke
  35907. grestore
  35908. gsave
  35909. 0.002 setlinewidth
  35910. 0.4831 0.56469 moveto 0.4794 0.57639 lineto 0.43267 0.57769 lineto gsave
  35911. 0.777 0.795 0.867 setrgbcolor
  35912. fill grestore
  35913. stroke
  35914. grestore
  35915. gsave
  35916. 0.002 setlinewidth
  35917. 0.43267 0.57769 moveto 0.42562 0.57789 lineto gsave
  35918. 0.42964 0.57697 lineto 0.777 0.795 0.867 setrgbcolor
  35919. fill grestore
  35920. stroke
  35921. grestore
  35922. gsave
  35923. 0.4831 0.56469 moveto 0.43267 0.57769 lineto 0.42964 0.57697 lineto 0.777 0.795 0.867 setrgbcolor
  35924. fill
  35925. grestore
  35926. gsave
  35927. 0.002 setlinewidth
  35928. 0.29511 0.45186 moveto 0.30927 0.45699 lineto 0.34861 0.49511 lineto gsave
  35929. 0.217 0.545 0.929 setrgbcolor
  35930. fill grestore
  35931. stroke
  35932. grestore
  35933. gsave
  35934. 0.002 setlinewidth
  35935. 0.35938 0.50983 moveto 0.34861 0.49511 lineto 0.30927 0.45699 lineto gsave
  35936. 0.699 0.201 0 setrgbcolor
  35937. fill grestore
  35938. stroke
  35939. grestore
  35940. gsave
  35941. 0.002 setlinewidth
  35942. 0.48683 0.55337 moveto 0.49059 0.54279 lineto 0.53256 0.47853 lineto gsave
  35943. 0.878 0.957 0.614 setrgbcolor
  35944. fill grestore
  35945. stroke
  35946. grestore
  35947. gsave
  35948. 0.002 setlinewidth
  35949. 0.53129 0.46378 moveto 0.53256 0.47853 lineto 0.49059 0.54279 lineto gsave
  35950. 0.948 0.834 0.698 setrgbcolor
  35951. fill grestore
  35952. stroke
  35953. grestore
  35954. gsave
  35955. 0.002 setlinewidth
  35956. 0.4794 0.57639 moveto 0.4831 0.56469 lineto 0.53517 0.53168 lineto gsave
  35957. 0.865 0.892 0.853 setrgbcolor
  35958. fill grestore
  35959. stroke
  35960. grestore
  35961. gsave
  35962. 0.002 setlinewidth
  35963. 0.53517 0.53168 moveto 0.5365 0.56558 lineto 0.4794 0.57639 lineto gsave
  35964. 0.745 0.582 0.673 setrgbcolor
  35965. fill grestore
  35966. stroke
  35967. grestore
  35968. gsave
  35969. 0.002 setlinewidth
  35970. 0.54171 0.66847 moveto 0.54047 0.65401 lineto 0.61216 0.66662 lineto gsave
  35971. 0.589 0.578 0.809 setrgbcolor
  35972. fill grestore
  35973. stroke
  35974. grestore
  35975. gsave
  35976. 0.002 setlinewidth
  35977. 0.61216 0.66662 moveto 0.61836 0.68344 lineto 0.54171 0.66847 lineto gsave
  35978. 0.591 0.564 0.793 setrgbcolor
  35979. fill grestore
  35980. stroke
  35981. grestore
  35982. gsave
  35983. 0.002 setlinewidth
  35984. 0.57644 0.42715 moveto 0.58675 0.42007 lineto 0.56011 0.41871 lineto gsave
  35985. 0.395 0 0 setrgbcolor
  35986. fill grestore
  35987. stroke
  35988. grestore
  35989. gsave
  35990. 0.002 setlinewidth
  35991. 0.47574 0.588 moveto 0.4794 0.57639 lineto 0.5365 0.56558 lineto gsave
  35992. 0.756 0.772 0.866 setrgbcolor
  35993. fill grestore
  35994. stroke
  35995. grestore
  35996. gsave
  35997. 0.002 setlinewidth
  35998. 0.5365 0.56558 moveto 0.53784 0.59976 lineto 0.47574 0.588 lineto gsave
  35999. 0.705 0.551 0.676 setrgbcolor
  36000. fill grestore
  36001. stroke
  36002. grestore
  36003. gsave
  36004. 0.002 setlinewidth
  36005. 0.53784 0.59976 moveto 0.5365 0.56558 lineto 0.59197 0.55073 lineto gsave
  36006. 0.676 0.527 0.676 setrgbcolor
  36007. fill grestore
  36008. stroke
  36009. grestore
  36010. gsave
  36011. 0.002 setlinewidth
  36012. 0.49059 0.54279 moveto 0.49437 0.5332 lineto 0.53129 0.46378 lineto gsave
  36013. 0.773 0.875 0.448 setrgbcolor
  36014. fill grestore
  36015. stroke
  36016. grestore
  36017. gsave
  36018. 0.002 setlinewidth
  36019. 0.53002 0.45776 moveto 0.53129 0.46378 lineto 0.49437 0.5332 lineto gsave
  36020. 0.958 0.936 0.617 setrgbcolor
  36021. fill grestore
  36022. stroke
  36023. grestore
  36024. gsave
  36025. 0.002 setlinewidth
  36026. 0.61854 0.46193 moveto 0.60768 0.4369 lineto 0.63641 0.46958 lineto gsave
  36027. 0 0.106 0.644 setrgbcolor
  36028. fill grestore
  36029. stroke
  36030. grestore
  36031. gsave
  36032. 0.002 setlinewidth
  36033. 0.60768 0.4369 moveto 0.59712 0.42284 lineto 0.62228 0.46166 lineto gsave
  36034. 0.668 0.207 0 setrgbcolor
  36035. fill grestore
  36036. stroke
  36037. grestore
  36038. gsave
  36039. 0.002 setlinewidth
  36040. 0.62228 0.46166 moveto 0.63641 0.46958 lineto 0.60768 0.4369 lineto gsave
  36041. 0.707 0.172 0 setrgbcolor
  36042. fill grestore
  36043. stroke
  36044. grestore
  36045. gsave
  36046. 0.002 setlinewidth
  36047. 0.53917 0.63037 moveto 0.53784 0.59976 lineto 0.5988 0.596 lineto gsave
  36048. 0.654 0.521 0.69 setrgbcolor
  36049. fill grestore
  36050. stroke
  36051. grestore
  36052. gsave
  36053. 0.002 setlinewidth
  36054. 0.59197 0.55073 moveto 0.5988 0.596 lineto 0.53784 0.59976 lineto gsave
  36055. 0.649 0.485 0.648 setrgbcolor
  36056. fill grestore
  36057. stroke
  36058. grestore
  36059. gsave
  36060. 0.002 setlinewidth
  36061. 0.54047 0.65401 moveto 0.53917 0.63037 lineto 0.60559 0.63633 lineto gsave
  36062. 0.631 0.532 0.724 setrgbcolor
  36063. fill grestore
  36064. stroke
  36065. grestore
  36066. gsave
  36067. 0.002 setlinewidth
  36068. 0.60559 0.63633 moveto 0.61216 0.66662 lineto 0.54047 0.65401 lineto gsave
  36069. 0.623 0.502 0.695 setrgbcolor
  36070. fill grestore
  36071. stroke
  36072. grestore
  36073. gsave
  36074. 0.002 setlinewidth
  36075. 0.5988 0.596 moveto 0.59197 0.55073 lineto 0.64123 0.53525 lineto gsave
  36076. 0.575 0.433 0.651 setrgbcolor
  36077. fill grestore
  36078. stroke
  36079. grestore
  36080. gsave
  36081. 0.002 setlinewidth
  36082. 0.62974 0.49591 moveto 0.64123 0.53525 lineto 0.59197 0.55073 lineto gsave
  36083. 0.579 0.443 0.661 setrgbcolor
  36084. fill grestore
  36085. stroke
  36086. grestore
  36087. gsave
  36088. 0.002 setlinewidth
  36089. 0.5988 0.596 moveto 0.60559 0.63633 lineto 0.53917 0.63037 lineto gsave
  36090. 0.636 0.485 0.661 setrgbcolor
  36091. fill grestore
  36092. stroke
  36093. grestore
  36094. gsave
  36095. 0.002 setlinewidth
  36096. 0.62974 0.49591 moveto 0.61854 0.46193 lineto 0.6507 0.48271 lineto gsave
  36097. 0.23 0.246 0.67 setrgbcolor
  36098. fill grestore
  36099. stroke
  36100. grestore
  36101. gsave
  36102. 0.002 setlinewidth
  36103. 0.63641 0.46958 moveto 0.6507 0.48271 lineto 0.61854 0.46193 lineto gsave
  36104. 0 0.234 0.735 setrgbcolor
  36105. fill grestore
  36106. stroke
  36107. grestore
  36108. gsave
  36109. 0.002 setlinewidth
  36110. 0.59712 0.42284 moveto 0.58675 0.42007 lineto 0.60825 0.4591 lineto gsave
  36111. 0.804 0.343 0.14 setrgbcolor
  36112. fill grestore
  36113. stroke
  36114. grestore
  36115. gsave
  36116. 0.002 setlinewidth
  36117. 0.60825 0.4591 moveto 0.62228 0.46166 lineto 0.59712 0.42284 lineto gsave
  36118. 0.737 0.294 0.2 setrgbcolor
  36119. fill grestore
  36120. stroke
  36121. grestore
  36122. gsave
  36123. 0.002 setlinewidth
  36124. 0.68639 0.65196 moveto 0.69638 0.6537 lineto 0.62411 0.68591 lineto gsave
  36125. 0.673 0.899 0.977 setrgbcolor
  36126. fill grestore
  36127. stroke
  36128. grestore
  36129. gsave
  36130. 0.002 setlinewidth
  36131. 0.35938 0.50983 moveto 0.36989 0.53444 lineto 0.41805 0.5646 lineto gsave
  36132. 0.855 0.44 0.244 setrgbcolor
  36133. fill grestore
  36134. stroke
  36135. grestore
  36136. gsave
  36137. 0.002 setlinewidth
  36138. 0.42562 0.57789 moveto 0.41805 0.5646 lineto 0.36989 0.53444 lineto gsave
  36139. 0.785 0.288 0.004 setrgbcolor
  36140. fill grestore
  36141. stroke
  36142. grestore
  36143. gsave
  36144. 0.002 setlinewidth
  36145. 0.30927 0.45699 moveto 0.32277 0.47445 lineto 0.35938 0.50983 lineto gsave
  36146. 0.699 0.201 0 setrgbcolor
  36147. fill grestore
  36148. stroke
  36149. grestore
  36150. gsave
  36151. 0.002 setlinewidth
  36152. 0.36989 0.53444 moveto 0.35938 0.50983 lineto 0.32277 0.47445 lineto gsave
  36153. 0.875 0.438 0.061 setrgbcolor
  36154. fill grestore
  36155. stroke
  36156. grestore
  36157. gsave
  36158. 0.002 setlinewidth
  36159. 0.49437 0.5332 moveto 0.49818 0.52463 lineto 0.53002 0.45776 lineto gsave
  36160. 0.671 0.791 0.329 setrgbcolor
  36161. fill grestore
  36162. stroke
  36163. grestore
  36164. gsave
  36165. 0.002 setlinewidth
  36166. 0.52875 0.45934 moveto 0.53002 0.45776 lineto 0.49818 0.52463 lineto gsave
  36167. 0.702 0.811 0.352 setrgbcolor
  36168. fill grestore
  36169. stroke
  36170. grestore
  36171. gsave
  36172. 0.002 setlinewidth
  36173. 0.53002 0.45776 moveto 0.52875 0.45934 lineto 0.55409 0.42569 lineto gsave
  36174. 0.574 0.815 0.433 setrgbcolor
  36175. fill grestore
  36176. stroke
  36177. grestore
  36178. gsave
  36179. 0.002 setlinewidth
  36180. 0.64123 0.53525 moveto 0.62974 0.49591 lineto 0.66518 0.49999 lineto gsave
  36181. 0.366 0.313 0.666 setrgbcolor
  36182. fill grestore
  36183. stroke
  36184. grestore
  36185. gsave
  36186. 0.002 setlinewidth
  36187. 0.6507 0.48271 moveto 0.66518 0.49999 lineto 0.62974 0.49591 lineto gsave
  36188. 0.322 0.435 0.821 setrgbcolor
  36189. fill grestore
  36190. stroke
  36191. grestore
  36192. gsave
  36193. 0.002 setlinewidth
  36194. 0.60559 0.63633 moveto 0.5988 0.596 lineto 0.65287 0.57525 lineto gsave
  36195. 0.588 0.452 0.663 setrgbcolor
  36196. fill grestore
  36197. stroke
  36198. grestore
  36199. gsave
  36200. 0.002 setlinewidth
  36201. 0.64123 0.53525 moveto 0.65287 0.57525 lineto 0.5988 0.596 lineto gsave
  36202. 0.586 0.448 0.659 setrgbcolor
  36203. fill grestore
  36204. stroke
  36205. grestore
  36206. gsave
  36207. 0.002 setlinewidth
  36208. 0.58675 0.42007 moveto 0.57644 0.42715 lineto 0.59424 0.4612 lineto gsave
  36209. 0.731 0.331 0.292 setrgbcolor
  36210. fill grestore
  36211. stroke
  36212. grestore
  36213. gsave
  36214. 0.002 setlinewidth
  36215. 0.59424 0.4612 moveto 0.60825 0.4591 lineto 0.58675 0.42007 lineto gsave
  36216. 0.716 0.32 0.297 setrgbcolor
  36217. fill grestore
  36218. stroke
  36219. grestore
  36220. gsave
  36221. 0.002 setlinewidth
  36222. 0.548 0.4403 moveto 0.55409 0.42569 lineto 0.52875 0.45934 lineto gsave
  36223. 0 0 0 setrgbcolor
  36224. fill grestore
  36225. stroke
  36226. grestore
  36227. gsave
  36228. 0.002 setlinewidth
  36229. 0.55409 0.42569 moveto 0.548 0.4403 lineto 0.56604 0.44109 lineto gsave
  36230. 0.461 0.067 0.204 setrgbcolor
  36231. fill grestore
  36232. stroke
  36233. grestore
  36234. gsave
  36235. 0.002 setlinewidth
  36236. 0.56604 0.44109 moveto 0.57644 0.42715 lineto 0.55409 0.42569 lineto gsave
  36237. 0.467 0.068 0.198 setrgbcolor
  36238. fill grestore
  36239. stroke
  36240. grestore
  36241. gsave
  36242. 0.002 setlinewidth
  36243. 0.42562 0.57789 moveto 0.43337 0.59138 lineto 0.4831 0.56469 lineto gsave
  36244. 0.608 0.229 0.299 setrgbcolor
  36245. fill grestore
  36246. stroke
  36247. grestore
  36248. gsave
  36249. 0.002 setlinewidth
  36250. 0.48683 0.55337 moveto 0.4831 0.56469 lineto 0.43337 0.59138 lineto gsave
  36251. 0.882 0.924 0.847 setrgbcolor
  36252. fill grestore
  36253. stroke
  36254. grestore
  36255. gsave
  36256. 0.002 setlinewidth
  36257. 0.75122 0.58097 moveto 0.76435 0.57811 lineto 0.70563 0.6442 lineto gsave
  36258. 0.822 0.906 0.897 setrgbcolor
  36259. fill grestore
  36260. stroke
  36261. grestore
  36262. gsave
  36263. 0.002 setlinewidth
  36264. 0.61836 0.68344 moveto 0.61216 0.66662 lineto 0.6757 0.63741 lineto gsave
  36265. 0.653 0.6 0.782 setrgbcolor
  36266. fill grestore
  36267. stroke
  36268. grestore
  36269. gsave
  36270. 0.002 setlinewidth
  36271. 0.6757 0.63741 moveto 0.68639 0.65196 lineto 0.61836 0.68344 lineto gsave
  36272. 0.656 0.606 0.786 setrgbcolor
  36273. fill grestore
  36274. stroke
  36275. grestore
  36276. gsave
  36277. 0.002 setlinewidth
  36278. 0.61216 0.66662 moveto 0.60559 0.63633 lineto 0.66444 0.61082 lineto gsave
  36279. 0.609 0.494 0.696 setrgbcolor
  36280. fill grestore
  36281. stroke
  36282. grestore
  36283. gsave
  36284. 0.002 setlinewidth
  36285. 0.65287 0.57525 moveto 0.66444 0.61082 lineto 0.60559 0.63633 lineto gsave
  36286. 0.598 0.465 0.671 setrgbcolor
  36287. fill grestore
  36288. stroke
  36289. grestore
  36290. gsave
  36291. 0.002 setlinewidth
  36292. 0.65287 0.57525 moveto 0.64123 0.53525 lineto 0.67982 0.51966 lineto gsave
  36293. 0.448 0.364 0.668 setrgbcolor
  36294. fill grestore
  36295. stroke
  36296. grestore
  36297. gsave
  36298. 0.002 setlinewidth
  36299. 0.66518 0.49999 moveto 0.67982 0.51966 lineto 0.64123 0.53525 lineto gsave
  36300. 0.49 0.475 0.768 setrgbcolor
  36301. fill grestore
  36302. stroke
  36303. grestore
  36304. gsave
  36305. 0.002 setlinewidth
  36306. 0.43337 0.59138 moveto 0.44138 0.60188 lineto 0.48683 0.55337 lineto gsave
  36307. 0.509 0.158 0.307 setrgbcolor
  36308. fill grestore
  36309. stroke
  36310. grestore
  36311. gsave
  36312. 0.002 setlinewidth
  36313. 0.49059 0.54279 moveto 0.48683 0.55337 lineto 0.44138 0.60188 lineto gsave
  36314. 0.906 0.983 0.731 setrgbcolor
  36315. fill grestore
  36316. stroke
  36317. grestore
  36318. gsave
  36319. 0.002 setlinewidth
  36320. 0.23824 0.44705 moveto 0.25577 0.4375 lineto 0.28007 0.45953 lineto gsave
  36321. 0.812 0.954 0.909 setrgbcolor
  36322. fill grestore
  36323. stroke
  36324. grestore
  36325. gsave
  36326. 0.002 setlinewidth
  36327. 0.28007 0.45953 moveto 0.26408 0.47864 lineto 0.23824 0.44705 lineto gsave
  36328. 0.919 0.921 0.799 setrgbcolor
  36329. fill grestore
  36330. stroke
  36331. grestore
  36332. gsave
  36333. 0.002 setlinewidth
  36334. 0.29511 0.45186 moveto 0.28007 0.45953 lineto 0.25577 0.4375 lineto gsave
  36335. 0.741 0.939 0.95 setrgbcolor
  36336. fill grestore
  36337. stroke
  36338. grestore
  36339. gsave
  36340. 0.002 setlinewidth
  36341. 0.78948 0.56379 moveto 0.77706 0.5717 lineto 0.81555 0.49977 lineto gsave
  36342. 0.881 0.981 0.828 setrgbcolor
  36343. fill grestore
  36344. stroke
  36345. grestore
  36346. gsave
  36347. 0.002 setlinewidth
  36348. 0.81555 0.49977 moveto 0.8323 0.50887 lineto 0.78948 0.56379 lineto gsave
  36349. 0.544 0.583 0.844 setrgbcolor
  36350. fill grestore
  36351. stroke
  36352. grestore
  36353. gsave
  36354. 0.002 setlinewidth
  36355. 0.66444 0.61082 moveto 0.6757 0.63741 lineto 0.61216 0.66662 lineto gsave
  36356. 0.618 0.506 0.704 setrgbcolor
  36357. fill grestore
  36358. stroke
  36359. grestore
  36360. gsave
  36361. 0.002 setlinewidth
  36362. 0.25577 0.4375 moveto 0.27264 0.43477 lineto 0.29511 0.45186 lineto gsave
  36363. 0.558 0.889 0.987 setrgbcolor
  36364. fill grestore
  36365. stroke
  36366. grestore
  36367. gsave
  36368. 0.002 setlinewidth
  36369. 0.30927 0.45699 moveto 0.29511 0.45186 lineto 0.28982 0.44784 lineto gsave
  36370. 0 0.45 0.817 setrgbcolor
  36371. fill grestore
  36372. stroke
  36373. grestore
  36374. gsave
  36375. 0.30927 0.45699 moveto 0.28982 0.44784 lineto 0.29104 0.44594 lineto 0 0.45 0.817 setrgbcolor
  36376. fill
  36377. grestore
  36378. gsave
  36379. 0.002 setlinewidth
  36380. 0.27264 0.43477 moveto 0.28889 0.4397 lineto 0.30927 0.45699 lineto gsave
  36381. 0.076 0.565 0.897 setrgbcolor
  36382. fill grestore
  36383. stroke
  36384. grestore
  36385. gsave
  36386. 0.002 setlinewidth
  36387. 0.32277 0.47445 moveto 0.30927 0.45699 lineto 0.2945 0.44446 lineto gsave
  36388. 0.66 0.171 0 setrgbcolor
  36389. fill grestore
  36390. stroke
  36391. grestore
  36392. gsave
  36393. 0.002 setlinewidth
  36394. 0.2945 0.44446 moveto 0.28889 0.4397 lineto gsave
  36395. 0.29958 0.45067 lineto 0.66 0.171 0 setrgbcolor
  36396. fill grestore
  36397. stroke
  36398. grestore
  36399. gsave
  36400. 0.32277 0.47445 moveto 0.2945 0.44446 lineto 0.29958 0.45067 lineto 0.66 0.171 0 setrgbcolor
  36401. fill
  36402. grestore
  36403. gsave
  36404. 0.002 setlinewidth
  36405. 0.30467 0.45191 moveto 0.32277 0.47445 lineto gsave
  36406. 0.2926 0.44351 lineto 0 0.226 0.714 setrgbcolor
  36407. fill grestore
  36408. stroke
  36409. grestore
  36410. gsave
  36411. 0.002 setlinewidth
  36412. 0.33591 0.5019 moveto 0.32277 0.47445 lineto 0.30654 0.45425 lineto gsave
  36413. 0.767 0.354 0 setrgbcolor
  36414. fill grestore
  36415. stroke
  36416. grestore
  36417. gsave
  36418. 0.002 setlinewidth
  36419. 0.30654 0.45425 moveto 0.30467 0.45191 lineto gsave
  36420. 0.30968 0.45994 lineto 0.767 0.354 0 setrgbcolor
  36421. fill grestore
  36422. stroke
  36423. grestore
  36424. gsave
  36425. 0.33591 0.5019 moveto 0.30654 0.45425 lineto 0.30968 0.45994 lineto 0.767 0.354 0 setrgbcolor
  36426. fill
  36427. grestore
  36428. gsave
  36429. 0.002 setlinewidth
  36430. 0.30467 0.45191 moveto 0.3202 0.46992 lineto 0.3275 0.48478 lineto gsave
  36431. 0 0.111 0.66 setrgbcolor
  36432. fill grestore
  36433. stroke
  36434. grestore
  36435. gsave
  36436. 0.002 setlinewidth
  36437. 0.3275 0.48478 moveto 0.33591 0.5019 lineto gsave
  36438. 0.31781 0.47294 lineto 0 0.111 0.66 setrgbcolor
  36439. fill grestore
  36440. stroke
  36441. grestore
  36442. gsave
  36443. 0.30467 0.45191 moveto 0.3275 0.48478 lineto 0.31781 0.47294 lineto 0 0.111 0.66 setrgbcolor
  36444. fill
  36445. grestore
  36446. gsave
  36447. 0.002 setlinewidth
  36448. 0.32277 0.47445 moveto 0.33591 0.5019 lineto 0.36989 0.53444 lineto gsave
  36449. 0.875 0.438 0.061 setrgbcolor
  36450. fill grestore
  36451. stroke
  36452. grestore
  36453. gsave
  36454. 0.002 setlinewidth
  36455. 0.38044 0.56499 moveto 0.36989 0.53444 lineto 0.33591 0.5019 lineto gsave
  36456. 0.906 0.495 0.149 setrgbcolor
  36457. fill grestore
  36458. stroke
  36459. grestore
  36460. gsave
  36461. 0.002 setlinewidth
  36462. 0.33591 0.5019 moveto 0.34907 0.53532 lineto 0.38044 0.56499 lineto gsave
  36463. 0.906 0.495 0.149 setrgbcolor
  36464. fill grestore
  36465. stroke
  36466. grestore
  36467. gsave
  36468. 0.002 setlinewidth
  36469. 0.34907 0.53532 moveto 0.33591 0.5019 lineto 0.3202 0.46992 lineto gsave
  36470. 0.727 0.368 0 setrgbcolor
  36471. fill grestore
  36472. stroke
  36473. grestore
  36474. gsave
  36475. 0.002 setlinewidth
  36476. 0.3202 0.46992 moveto 0.33572 0.49124 lineto 0.34636 0.52638 lineto gsave
  36477. 0 0.164 0.696 setrgbcolor
  36478. fill grestore
  36479. stroke
  36480. grestore
  36481. gsave
  36482. 0.002 setlinewidth
  36483. 0.34636 0.52638 moveto 0.34907 0.53532 lineto gsave
  36484. 0.34017 0.51516 lineto 0 0.164 0.696 setrgbcolor
  36485. fill grestore
  36486. stroke
  36487. grestore
  36488. gsave
  36489. 0.3202 0.46992 moveto 0.34636 0.52638 lineto 0.34017 0.51516 lineto 0 0.164 0.696 setrgbcolor
  36490. fill
  36491. grestore
  36492. gsave
  36493. 0.002 setlinewidth
  36494. 0.28889 0.4397 moveto 0.293 0.44289 lineto gsave
  36495. 0.2926 0.44351 lineto 0 0.226 0.714 setrgbcolor
  36496. fill grestore
  36497. stroke
  36498. grestore
  36499. gsave
  36500. 0.002 setlinewidth
  36501. 0.293 0.44289 moveto 0.30467 0.45191 lineto gsave
  36502. 0.2926 0.44351 lineto 0 0.226 0.714 setrgbcolor
  36503. fill grestore
  36504. stroke
  36505. grestore
  36506. gsave
  36507. 0.002 setlinewidth
  36508. 0.28982 0.44784 moveto 0.27264 0.43477 lineto gsave
  36509. 0.29104 0.44594 lineto 0 0.45 0.817 setrgbcolor
  36510. fill grestore
  36511. stroke
  36512. grestore
  36513. gsave
  36514. 0.002 setlinewidth
  36515. 0.49818 0.52463 moveto 0.50203 0.51694 lineto 0.52875 0.45934 lineto gsave
  36516. 0 0 0 setrgbcolor
  36517. fill grestore
  36518. stroke
  36519. grestore
  36520. gsave
  36521. 0.002 setlinewidth
  36522. 0.52745 0.46617 moveto 0.52875 0.45934 lineto 0.50203 0.51694 lineto gsave
  36523. 0 0 0 setrgbcolor
  36524. fill grestore
  36525. stroke
  36526. grestore
  36527. gsave
  36528. 0.002 setlinewidth
  36529. 0.52875 0.45934 moveto 0.52745 0.46617 lineto 0.548 0.4403 lineto gsave
  36530. 0 0 0 setrgbcolor
  36531. fill grestore
  36532. stroke
  36533. grestore
  36534. gsave
  36535. 0.002 setlinewidth
  36536. 0.57644 0.42715 moveto 0.56604 0.44109 lineto 0.58014 0.46648 lineto gsave
  36537. 0.667 0.296 0.333 setrgbcolor
  36538. fill grestore
  36539. stroke
  36540. grestore
  36541. gsave
  36542. 0.002 setlinewidth
  36543. 0.58014 0.46648 moveto 0.59424 0.4612 lineto 0.57644 0.42715 lineto gsave
  36544. 0.697 0.319 0.328 setrgbcolor
  36545. fill grestore
  36546. stroke
  36547. grestore
  36548. gsave
  36549. 0.002 setlinewidth
  36550. 0.36989 0.53444 moveto 0.38044 0.56499 lineto 0.42562 0.57789 lineto gsave
  36551. 0.839 0.463 0.342 setrgbcolor
  36552. fill grestore
  36553. stroke
  36554. grestore
  36555. gsave
  36556. 0.002 setlinewidth
  36557. 0.43337 0.59138 moveto 0.42562 0.57789 lineto 0.38044 0.56499 lineto gsave
  36558. 0.759 0.278 0.097 setrgbcolor
  36559. fill grestore
  36560. stroke
  36561. grestore
  36562. gsave
  36563. 0.002 setlinewidth
  36564. 0.22012 0.46157 moveto 0.23824 0.44705 lineto 0.26408 0.47864 lineto gsave
  36565. 0.891 0.924 0.836 setrgbcolor
  36566. fill grestore
  36567. stroke
  36568. grestore
  36569. gsave
  36570. 0.002 setlinewidth
  36571. 0.26408 0.47864 moveto 0.24725 0.50616 lineto 0.22012 0.46157 lineto gsave
  36572. 0.949 0.879 0.731 setrgbcolor
  36573. fill grestore
  36574. stroke
  36575. grestore
  36576. gsave
  36577. 0.002 setlinewidth
  36578. 0.44138 0.60188 moveto 0.4497 0.60663 lineto 0.49059 0.54279 lineto gsave
  36579. 0.367 0.04 0.273 setrgbcolor
  36580. fill grestore
  36581. stroke
  36582. grestore
  36583. gsave
  36584. 0.002 setlinewidth
  36585. 0.49437 0.5332 moveto 0.49059 0.54279 lineto 0.4497 0.60663 lineto gsave
  36586. 0.817 0.923 0.538 setrgbcolor
  36587. fill grestore
  36588. stroke
  36589. grestore
  36590. gsave
  36591. 0.002 setlinewidth
  36592. 0.69638 0.6537 moveto 0.68639 0.65196 lineto 0.73763 0.57871 lineto gsave
  36593. 0.847 0.854 0.848 setrgbcolor
  36594. fill grestore
  36595. stroke
  36596. grestore
  36597. gsave
  36598. 0.002 setlinewidth
  36599. 0.73763 0.57871 moveto 0.75122 0.58097 lineto 0.69638 0.6537 lineto gsave
  36600. 0.774 0.749 0.83 setrgbcolor
  36601. fill grestore
  36602. stroke
  36603. grestore
  36604. gsave
  36605. 0.002 setlinewidth
  36606. 0.66444 0.61082 moveto 0.65287 0.57525 lineto 0.69453 0.53949 lineto gsave
  36607. 0.516 0.418 0.682 setrgbcolor
  36608. fill grestore
  36609. stroke
  36610. grestore
  36611. gsave
  36612. 0.002 setlinewidth
  36613. 0.67982 0.51966 moveto 0.69453 0.53949 lineto 0.65287 0.57525 lineto gsave
  36614. 0.566 0.5 0.741 setrgbcolor
  36615. fill grestore
  36616. stroke
  36617. grestore
  36618. gsave
  36619. 0.002 setlinewidth
  36620. 0.77706 0.5717 moveto 0.76435 0.57811 lineto 0.79894 0.49167 lineto gsave
  36621. 0.902 0.903 0.815 setrgbcolor
  36622. fill grestore
  36623. stroke
  36624. grestore
  36625. gsave
  36626. 0.002 setlinewidth
  36627. 0.79894 0.49167 moveto 0.81555 0.49977 lineto 0.77706 0.5717 lineto gsave
  36628. 0.604 0.589 0.809 setrgbcolor
  36629. fill grestore
  36630. stroke
  36631. grestore
  36632. gsave
  36633. 0.002 setlinewidth
  36634. 0.54177 0.45793 moveto 0.548 0.4403 lineto 0.52745 0.46617 lineto gsave
  36635. 0.071 0 0.088 setrgbcolor
  36636. fill grestore
  36637. stroke
  36638. grestore
  36639. gsave
  36640. 0.002 setlinewidth
  36641. 0.548 0.4403 moveto 0.54177 0.45793 lineto 0.55543 0.4577 lineto gsave
  36642. 0.453 0.081 0.242 setrgbcolor
  36643. fill grestore
  36644. stroke
  36645. grestore
  36646. gsave
  36647. 0.002 setlinewidth
  36648. 0.55543 0.4577 moveto 0.56604 0.44109 lineto 0.548 0.4403 lineto gsave
  36649. 0.469 0.089 0.235 setrgbcolor
  36650. fill grestore
  36651. stroke
  36652. grestore
  36653. gsave
  36654. 0.002 setlinewidth
  36655. 0.2016 0.47841 moveto 0.22012 0.46157 lineto 0.24725 0.50616 lineto gsave
  36656. 0.906 0.884 0.8 setrgbcolor
  36657. fill grestore
  36658. stroke
  36659. grestore
  36660. gsave
  36661. 0.002 setlinewidth
  36662. 0.24725 0.50616 moveto 0.22987 0.53771 lineto 0.2016 0.47841 lineto gsave
  36663. 0.949 0.85 0.71 setrgbcolor
  36664. fill grestore
  36665. stroke
  36666. grestore
  36667. gsave
  36668. 0.002 setlinewidth
  36669. 0.4497 0.60663 moveto 0.45832 0.60387 lineto 0.49437 0.5332 lineto gsave
  36670. 0.157 0 0.189 setrgbcolor
  36671. fill grestore
  36672. stroke
  36673. grestore
  36674. gsave
  36675. 0.002 setlinewidth
  36676. 0.49818 0.52463 moveto 0.49437 0.5332 lineto 0.45832 0.60387 lineto gsave
  36677. 0.692 0.816 0.365 setrgbcolor
  36678. fill grestore
  36679. stroke
  36680. grestore
  36681. gsave
  36682. 0.002 setlinewidth
  36683. 0.6757 0.63741 moveto 0.66444 0.61082 lineto 0.70916 0.55716 lineto gsave
  36684. 0.59 0.492 0.711 setrgbcolor
  36685. fill grestore
  36686. stroke
  36687. grestore
  36688. gsave
  36689. 0.002 setlinewidth
  36690. 0.69453 0.53949 moveto 0.70916 0.55716 lineto 0.66444 0.61082 lineto gsave
  36691. 0.617 0.531 0.734 setrgbcolor
  36692. fill grestore
  36693. stroke
  36694. grestore
  36695. gsave
  36696. 0.002 setlinewidth
  36697. 0.68639 0.65196 moveto 0.6757 0.63741 lineto 0.72358 0.57066 lineto gsave
  36698. 0.692 0.616 0.766 setrgbcolor
  36699. fill grestore
  36700. stroke
  36701. grestore
  36702. gsave
  36703. 0.002 setlinewidth
  36704. 0.72358 0.57066 moveto 0.73763 0.57871 lineto 0.68639 0.65196 lineto gsave
  36705. 0.714 0.642 0.776 setrgbcolor
  36706. fill grestore
  36707. stroke
  36708. grestore
  36709. gsave
  36710. 0.002 setlinewidth
  36711. 0.70916 0.55716 moveto 0.72358 0.57066 lineto 0.6757 0.63741 lineto gsave
  36712. 0.663 0.575 0.746 setrgbcolor
  36713. fill grestore
  36714. stroke
  36715. grestore
  36716. gsave
  36717. 0.002 setlinewidth
  36718. 0.76435 0.57811 moveto 0.75122 0.58097 lineto 0.78254 0.48576 lineto gsave
  36719. 0.86 0.805 0.794 setrgbcolor
  36720. fill grestore
  36721. stroke
  36722. grestore
  36723. gsave
  36724. 0.002 setlinewidth
  36725. 0.78254 0.48576 moveto 0.79894 0.49167 lineto 0.76435 0.57811 lineto gsave
  36726. 0.659 0.606 0.784 setrgbcolor
  36727. fill grestore
  36728. stroke
  36729. grestore
  36730. gsave
  36731. 0.002 setlinewidth
  36732. 0.50203 0.51694 moveto 0.50592 0.50981 lineto 0.52745 0.46617 lineto gsave
  36733. 0 0 0 setrgbcolor
  36734. fill grestore
  36735. stroke
  36736. grestore
  36737. gsave
  36738. 0.002 setlinewidth
  36739. 0.52614 0.47497 moveto 0.52745 0.46617 lineto 0.50592 0.50981 lineto gsave
  36740. 0 0 0 setrgbcolor
  36741. fill grestore
  36742. stroke
  36743. grestore
  36744. gsave
  36745. 0.002 setlinewidth
  36746. 0.52745 0.46617 moveto 0.52614 0.47497 lineto 0.54177 0.45793 lineto gsave
  36747. 0.017 0 0 setrgbcolor
  36748. fill grestore
  36749. stroke
  36750. grestore
  36751. gsave
  36752. 0.002 setlinewidth
  36753. 0.56604 0.44109 moveto 0.55543 0.4577 lineto 0.56588 0.47291 lineto gsave
  36754. 0.611 0.244 0.321 setrgbcolor
  36755. fill grestore
  36756. stroke
  36757. grestore
  36758. gsave
  36759. 0.002 setlinewidth
  36760. 0.56588 0.47291 moveto 0.58014 0.46648 lineto 0.56604 0.44109 lineto gsave
  36761. 0.679 0.3 0.321 setrgbcolor
  36762. fill grestore
  36763. stroke
  36764. grestore
  36765. gsave
  36766. 0.002 setlinewidth
  36767. 0.38044 0.56499 moveto 0.39133 0.59628 lineto 0.43337 0.59138 lineto gsave
  36768. 0.808 0.447 0.373 setrgbcolor
  36769. fill grestore
  36770. stroke
  36771. grestore
  36772. gsave
  36773. 0.002 setlinewidth
  36774. 0.44138 0.60188 moveto 0.43337 0.59138 lineto 0.39133 0.59628 lineto gsave
  36775. 0.661 0.18 0.098 setrgbcolor
  36776. fill grestore
  36777. stroke
  36778. grestore
  36779. gsave
  36780. 0.002 setlinewidth
  36781. 0.45832 0.60387 moveto 0.4672 0.59319 lineto 0.49818 0.52463 lineto gsave
  36782. 0 0 0.038 setrgbcolor
  36783. fill grestore
  36784. stroke
  36785. grestore
  36786. gsave
  36787. 0.002 setlinewidth
  36788. 0.50203 0.51694 moveto 0.49818 0.52463 lineto 0.4672 0.59319 lineto gsave
  36789. 0 0 0 setrgbcolor
  36790. fill grestore
  36791. stroke
  36792. grestore
  36793. gsave
  36794. 0.002 setlinewidth
  36795. 0.6507 0.48271 moveto 0.63641 0.46958 lineto 0.65527 0.52022 lineto gsave
  36796. 0.835 0.375 0.116 setrgbcolor
  36797. fill grestore
  36798. stroke
  36799. grestore
  36800. gsave
  36801. 0.002 setlinewidth
  36802. 0.63641 0.46958 moveto 0.62228 0.46166 lineto 0.6388 0.52077 lineto gsave
  36803. 0.814 0.406 0.274 setrgbcolor
  36804. fill grestore
  36805. stroke
  36806. grestore
  36807. gsave
  36808. 0.002 setlinewidth
  36809. 0.6388 0.52077 moveto 0.65527 0.52022 lineto 0.63641 0.46958 lineto gsave
  36810. 0.658 0.27 0.299 setrgbcolor
  36811. fill grestore
  36812. stroke
  36813. grestore
  36814. gsave
  36815. 0.002 setlinewidth
  36816. 0.66518 0.49999 moveto 0.6507 0.48271 lineto 0.67152 0.51632 lineto gsave
  36817. 0.695 0.204 0 setrgbcolor
  36818. fill grestore
  36819. stroke
  36820. grestore
  36821. gsave
  36822. 0.002 setlinewidth
  36823. 0.65527 0.52022 moveto 0.67152 0.51632 lineto 0.6507 0.48271 lineto gsave
  36824. 0.558 0.133 0.192 setrgbcolor
  36825. fill grestore
  36826. stroke
  36827. grestore
  36828. gsave
  36829. 0.002 setlinewidth
  36830. 0.67982 0.51966 moveto 0.66518 0.49999 lineto 0.68755 0.50981 lineto gsave
  36831. 0 0.183 0.717 setrgbcolor
  36832. fill grestore
  36833. stroke
  36834. grestore
  36835. gsave
  36836. 0.002 setlinewidth
  36837. 0.67152 0.51632 moveto 0.68755 0.50981 lineto 0.66518 0.49999 lineto gsave
  36838. 0.275 0 0 setrgbcolor
  36839. fill grestore
  36840. stroke
  36841. grestore
  36842. gsave
  36843. 0.002 setlinewidth
  36844. 0.62228 0.46166 moveto 0.60825 0.4591 lineto 0.62217 0.51783 lineto gsave
  36845. 0.779 0.401 0.338 setrgbcolor
  36846. fill grestore
  36847. stroke
  36848. grestore
  36849. gsave
  36850. 0.002 setlinewidth
  36851. 0.62217 0.51783 moveto 0.6388 0.52077 lineto 0.62228 0.46166 lineto gsave
  36852. 0.706 0.336 0.345 setrgbcolor
  36853. fill grestore
  36854. stroke
  36855. grestore
  36856. gsave
  36857. 0.002 setlinewidth
  36858. 0.75122 0.58097 moveto 0.73763 0.57871 lineto 0.7664 0.48294 lineto gsave
  36859. 0.795 0.715 0.776 setrgbcolor
  36860. fill grestore
  36861. stroke
  36862. grestore
  36863. gsave
  36864. 0.002 setlinewidth
  36865. 0.7664 0.48294 moveto 0.78254 0.48576 lineto 0.75122 0.58097 lineto gsave
  36866. 0.708 0.633 0.771 setrgbcolor
  36867. fill grestore
  36868. stroke
  36869. grestore
  36870. gsave
  36871. 0.002 setlinewidth
  36872. 0.69453 0.53949 moveto 0.67982 0.51966 lineto 0.70338 0.50188 lineto gsave
  36873. 0.322 0.407 0.794 setrgbcolor
  36874. fill grestore
  36875. stroke
  36876. grestore
  36877. gsave
  36878. 0.002 setlinewidth
  36879. 0.68755 0.50981 moveto 0.67152 0.51632 lineto 0.67177 0.51746 lineto gsave
  36880. 0.391 0 0.033 setrgbcolor
  36881. fill grestore
  36882. stroke
  36883. grestore
  36884. gsave
  36885. 0.002 setlinewidth
  36886. 0.70246 0.50258 moveto 0.67982 0.51966 lineto gsave
  36887. 0.68755 0.50981 lineto 0.507 0.904 0.776 setrgbcolor
  36888. fill grestore
  36889. stroke
  36890. grestore
  36891. gsave
  36892. 0.002 setlinewidth
  36893. 0.67177 0.51746 moveto 0.67675 0.5405 lineto gsave
  36894. 0.68755 0.50981 lineto 0.391 0 0.033 setrgbcolor
  36895. fill grestore
  36896. stroke
  36897. grestore
  36898. gsave
  36899. 0.002 setlinewidth
  36900. 0.68755 0.50981 moveto 0.70338 0.50188 lineto 0.70246 0.50258 lineto gsave
  36901. 0.507 0.904 0.776 setrgbcolor
  36902. fill grestore
  36903. stroke
  36904. grestore
  36905. gsave
  36906. 0.002 setlinewidth
  36907. 0.39133 0.59628 moveto 0.38044 0.56499 lineto 0.34907 0.53532 lineto gsave
  36908. 0.905 0.494 0.146 setrgbcolor
  36909. fill grestore
  36910. stroke
  36911. grestore
  36912. gsave
  36913. 0.002 setlinewidth
  36914. 0.60825 0.4591 moveto 0.59424 0.4612 lineto 0.60544 0.51188 lineto gsave
  36915. 0.747 0.383 0.363 setrgbcolor
  36916. fill grestore
  36917. stroke
  36918. grestore
  36919. gsave
  36920. 0.002 setlinewidth
  36921. 0.60544 0.51188 moveto 0.62217 0.51783 lineto 0.60825 0.4591 lineto gsave
  36922. 0.732 0.369 0.363 setrgbcolor
  36923. fill grestore
  36924. stroke
  36925. grestore
  36926. gsave
  36927. 0.002 setlinewidth
  36928. 0.73763 0.57871 moveto 0.72358 0.57066 lineto 0.75049 0.48357 lineto gsave
  36929. 0.72 0.639 0.767 setrgbcolor
  36930. fill grestore
  36931. stroke
  36932. grestore
  36933. gsave
  36934. 0.002 setlinewidth
  36935. 0.75049 0.48357 moveto 0.7664 0.48294 lineto 0.73763 0.57871 lineto gsave
  36936. 0.753 0.67 0.769 setrgbcolor
  36937. fill grestore
  36938. stroke
  36939. grestore
  36940. gsave
  36941. 0.002 setlinewidth
  36942. 0.70916 0.55716 moveto 0.69453 0.53949 lineto 0.71908 0.49397 lineto gsave
  36943. 0.521 0.505 0.779 setrgbcolor
  36944. fill grestore
  36945. stroke
  36946. grestore
  36947. gsave
  36948. 0.002 setlinewidth
  36949. 0.70338 0.50188 moveto 0.71908 0.49397 lineto 0.69453 0.53949 lineto gsave
  36950. 0.842 0.928 0.887 setrgbcolor
  36951. fill grestore
  36952. stroke
  36953. grestore
  36954. gsave
  36955. 0.002 setlinewidth
  36956. 0.53535 0.47327 moveto 0.54177 0.45793 lineto 0.52614 0.47497 lineto gsave
  36957. 0.055 0 0.03 setrgbcolor
  36958. fill grestore
  36959. stroke
  36960. grestore
  36961. gsave
  36962. 0.002 setlinewidth
  36963. 0.54177 0.45793 moveto 0.53535 0.47327 lineto 0.54453 0.47221 lineto gsave
  36964. 0.404 0.012 0.179 setrgbcolor
  36965. fill grestore
  36966. stroke
  36967. grestore
  36968. gsave
  36969. 0.002 setlinewidth
  36970. 0.54453 0.47221 moveto 0.55543 0.4577 lineto 0.54177 0.45793 lineto gsave
  36971. 0.433 0.03 0.174 setrgbcolor
  36972. fill grestore
  36973. stroke
  36974. grestore
  36975. gsave
  36976. 0.002 setlinewidth
  36977. 0.4672 0.59319 moveto 0.47624 0.57566 lineto 0.50203 0.51694 lineto gsave
  36978. 0 0 0 setrgbcolor
  36979. fill grestore
  36980. stroke
  36981. grestore
  36982. gsave
  36983. 0.002 setlinewidth
  36984. 0.50592 0.50981 moveto 0.50203 0.51694 lineto 0.47624 0.57566 lineto gsave
  36985. 0 0 0 setrgbcolor
  36986. fill grestore
  36987. stroke
  36988. grestore
  36989. gsave
  36990. 0.002 setlinewidth
  36991. 0.72358 0.57066 moveto 0.70916 0.55716 lineto 0.73475 0.48748 lineto gsave
  36992. 0.635 0.573 0.767 setrgbcolor
  36993. fill grestore
  36994. stroke
  36995. grestore
  36996. gsave
  36997. 0.002 setlinewidth
  36998. 0.71908 0.49397 moveto 0.73475 0.48748 lineto 0.70916 0.55716 lineto gsave
  36999. 0.834 0.801 0.819 setrgbcolor
  37000. fill grestore
  37001. stroke
  37002. grestore
  37003. gsave
  37004. 0.002 setlinewidth
  37005. 0.73475 0.48748 moveto 0.75049 0.48357 lineto 0.72358 0.57066 lineto gsave
  37006. 0.796 0.722 0.782 setrgbcolor
  37007. fill grestore
  37008. stroke
  37009. grestore
  37010. gsave
  37011. 0.002 setlinewidth
  37012. 0.50592 0.50981 moveto 0.50986 0.50282 lineto 0.52614 0.47497 lineto gsave
  37013. 0.627 0.801 0.369 setrgbcolor
  37014. fill grestore
  37015. stroke
  37016. grestore
  37017. gsave
  37018. 0.002 setlinewidth
  37019. 0.52479 0.48206 moveto 0.52614 0.47497 lineto 0.50986 0.50282 lineto gsave
  37020. 0 0 0 setrgbcolor
  37021. fill grestore
  37022. stroke
  37023. grestore
  37024. gsave
  37025. 0.002 setlinewidth
  37026. 0.52614 0.47497 moveto 0.52479 0.48206 lineto 0.53535 0.47327 lineto gsave
  37027. 0.028 0 0 setrgbcolor
  37028. fill grestore
  37029. stroke
  37030. grestore
  37031. gsave
  37032. 0.002 setlinewidth
  37033. 0.39133 0.59628 moveto 0.40277 0.62265 lineto 0.44138 0.60188 lineto gsave
  37034. 0.76 0.4 0.373 setrgbcolor
  37035. fill grestore
  37036. stroke
  37037. grestore
  37038. gsave
  37039. 0.002 setlinewidth
  37040. 0.4497 0.60663 moveto 0.44138 0.60188 lineto 0.40277 0.62265 lineto gsave
  37041. 0.44 0 0.007 setrgbcolor
  37042. fill grestore
  37043. stroke
  37044. grestore
  37045. gsave
  37046. 0.002 setlinewidth
  37047. 0.59424 0.4612 moveto 0.58014 0.46648 lineto 0.58868 0.50393 lineto gsave
  37048. 0.717 0.354 0.36 setrgbcolor
  37049. fill grestore
  37050. stroke
  37051. grestore
  37052. gsave
  37053. 0.002 setlinewidth
  37054. 0.58868 0.50393 moveto 0.60544 0.51188 lineto 0.59424 0.4612 lineto gsave
  37055. 0.747 0.382 0.363 setrgbcolor
  37056. fill grestore
  37057. stroke
  37058. grestore
  37059. gsave
  37060. 0.002 setlinewidth
  37061. 0.55543 0.4577 moveto 0.54453 0.47221 lineto 0.55143 0.47828 lineto gsave
  37062. 0.534 0.14 0.241 setrgbcolor
  37063. fill grestore
  37064. stroke
  37065. grestore
  37066. gsave
  37067. 0.002 setlinewidth
  37068. 0.55143 0.47828 moveto 0.56588 0.47291 lineto 0.55543 0.4577 lineto gsave
  37069. 0.657 0.253 0.268 setrgbcolor
  37070. fill grestore
  37071. stroke
  37072. grestore
  37073. gsave
  37074. 0.002 setlinewidth
  37075. 0.47624 0.57566 moveto 0.48538 0.55356 lineto 0.50592 0.50981 lineto gsave
  37076. 0.765 0.843 0.39 setrgbcolor
  37077. fill grestore
  37078. stroke
  37079. grestore
  37080. gsave
  37081. 0.002 setlinewidth
  37082. 0.50986 0.50282 moveto 0.50592 0.50981 lineto 0.48538 0.55356 lineto gsave
  37083. 0 0 0 setrgbcolor
  37084. fill grestore
  37085. stroke
  37086. grestore
  37087. gsave
  37088. 0.002 setlinewidth
  37089. 0.79894 0.49167 moveto 0.78254 0.48576 lineto 0.78721 0.39252 lineto gsave
  37090. 0.657 0.608 0.788 setrgbcolor
  37091. fill grestore
  37092. stroke
  37093. grestore
  37094. gsave
  37095. 0.002 setlinewidth
  37096. 0.78254 0.48576 moveto 0.7664 0.48294 lineto 0.77007 0.39034 lineto gsave
  37097. 0.706 0.639 0.779 setrgbcolor
  37098. fill grestore
  37099. stroke
  37100. grestore
  37101. gsave
  37102. 0.002 setlinewidth
  37103. 0.77007 0.39034 moveto 0.78721 0.39252 lineto 0.78254 0.48576 lineto gsave
  37104. 0.625 0.58 0.784 setrgbcolor
  37105. fill grestore
  37106. stroke
  37107. grestore
  37108. gsave
  37109. 0.002 setlinewidth
  37110. 0.58014 0.46648 moveto 0.56588 0.47291 lineto 0.57195 0.49532 lineto gsave
  37111. 0.682 0.304 0.324 setrgbcolor
  37112. fill grestore
  37113. stroke
  37114. grestore
  37115. gsave
  37116. 0.002 setlinewidth
  37117. 0.57195 0.49532 moveto 0.58868 0.50393 lineto 0.58014 0.46648 lineto gsave
  37118. 0.751 0.377 0.344 setrgbcolor
  37119. fill grestore
  37120. stroke
  37121. grestore
  37122. gsave
  37123. 0.002 setlinewidth
  37124. 0.81555 0.49977 moveto 0.79894 0.49167 lineto 0.80534 0.40453 lineto gsave
  37125. 0.605 0.588 0.808 setrgbcolor
  37126. fill grestore
  37127. stroke
  37128. grestore
  37129. gsave
  37130. 0.002 setlinewidth
  37131. 0.78721 0.39252 moveto 0.80534 0.40453 lineto 0.79894 0.49167 lineto gsave
  37132. 0.464 0.463 0.772 setrgbcolor
  37133. fill grestore
  37134. stroke
  37135. grestore
  37136. gsave
  37137. 0.002 setlinewidth
  37138. 0.7664 0.48294 moveto 0.75049 0.48357 lineto 0.75385 0.39913 lineto gsave
  37139. 0.752 0.683 0.784 setrgbcolor
  37140. fill grestore
  37141. stroke
  37142. grestore
  37143. gsave
  37144. 0.002 setlinewidth
  37145. 0.75385 0.39913 moveto 0.77007 0.39034 lineto 0.7664 0.48294 lineto gsave
  37146. 0.78 0.701 0.777 setrgbcolor
  37147. fill grestore
  37148. stroke
  37149. grestore
  37150. gsave
  37151. 0.002 setlinewidth
  37152. 0.8323 0.50887 moveto 0.81555 0.49977 lineto 0.82437 0.42377 lineto gsave
  37153. 0.55 0.582 0.839 setrgbcolor
  37154. fill grestore
  37155. stroke
  37156. grestore
  37157. gsave
  37158. 0.002 setlinewidth
  37159. 0.80534 0.40453 moveto 0.82437 0.42377 lineto 0.81555 0.49977 lineto gsave
  37160. 0.32 0.366 0.753 setrgbcolor
  37161. fill grestore
  37162. stroke
  37163. grestore
  37164. gsave
  37165. 0.002 setlinewidth
  37166. 0.40277 0.62265 moveto 0.41489 0.63905 lineto 0.4497 0.60663 lineto gsave
  37167. 0.674 0.306 0.341 setrgbcolor
  37168. fill grestore
  37169. stroke
  37170. grestore
  37171. gsave
  37172. 0.002 setlinewidth
  37173. 0.45832 0.60387 moveto 0.4497 0.60663 lineto 0.41489 0.63905 lineto gsave
  37174. 0 0 0 setrgbcolor
  37175. fill grestore
  37176. stroke
  37177. grestore
  37178. gsave
  37179. 0.002 setlinewidth
  37180. 0.75049 0.48357 moveto 0.73475 0.48748 lineto 0.73832 0.41841 lineto gsave
  37181. 0.797 0.747 0.807 setrgbcolor
  37182. fill grestore
  37183. stroke
  37184. grestore
  37185. gsave
  37186. 0.002 setlinewidth
  37187. 0.73832 0.41841 moveto 0.75385 0.39913 lineto 0.75049 0.48357 lineto gsave
  37188. 0.902 0.807 0.745 setrgbcolor
  37189. fill grestore
  37190. stroke
  37191. grestore
  37192. gsave
  37193. 0.002 setlinewidth
  37194. 0.48538 0.55356 moveto 0.49453 0.52991 lineto 0.50986 0.50282 lineto gsave
  37195. 0.92 0.934 0.567 setrgbcolor
  37196. fill grestore
  37197. stroke
  37198. grestore
  37199. gsave
  37200. 0.002 setlinewidth
  37201. 0.51386 0.49549 moveto 0.50986 0.50282 lineto 0.49453 0.52991 lineto gsave
  37202. 0.631 0.797 0.359 setrgbcolor
  37203. fill grestore
  37204. stroke
  37205. grestore
  37206. gsave
  37207. 0.002 setlinewidth
  37208. 0.50986 0.50282 moveto 0.51386 0.49549 lineto 0.52479 0.48206 lineto gsave
  37209. 0.732 0.928 0.586 setrgbcolor
  37210. fill grestore
  37211. stroke
  37212. grestore
  37213. gsave
  37214. 0.002 setlinewidth
  37215. 0.82437 0.42377 moveto 0.84404 0.44649 lineto 0.8323 0.50887 lineto gsave
  37216. 0.21 0.305 0.744 setrgbcolor
  37217. fill grestore
  37218. stroke
  37219. grestore
  37220. gsave
  37221. 0.002 setlinewidth
  37222. 0.52875 0.48129 moveto 0.53535 0.47327 lineto 0.52479 0.48206 lineto gsave
  37223. 0 0 0 setrgbcolor
  37224. fill grestore
  37225. stroke
  37226. grestore
  37227. gsave
  37228. 0.002 setlinewidth
  37229. 0.53535 0.47327 moveto 0.52997 0.47981 lineto gsave
  37230. 0.53337 0.48017 lineto 0.203 0 0 setrgbcolor
  37231. fill grestore
  37232. stroke
  37233. grestore
  37234. gsave
  37235. 0.002 setlinewidth
  37236. 0.53337 0.48017 moveto 0.54453 0.47221 lineto 0.53535 0.47327 lineto gsave
  37237. 0.275 0 0 setrgbcolor
  37238. fill grestore
  37239. stroke
  37240. grestore
  37241. gsave
  37242. 0.002 setlinewidth
  37243. 0.54453 0.47221 moveto 0.53337 0.48017 lineto 0.53679 0.48056 lineto gsave
  37244. 0.282 0 0 setrgbcolor
  37245. fill grestore
  37246. stroke
  37247. grestore
  37248. gsave
  37249. 0.002 setlinewidth
  37250. 0.53337 0.48017 moveto 0.522 0.47833 lineto 0.53614 0.48046 lineto gsave
  37251. 0 0.521 0.737 setrgbcolor
  37252. fill grestore
  37253. stroke
  37254. grestore
  37255. gsave
  37256. 0.002 setlinewidth
  37257. 0.53614 0.48046 moveto 0.53679 0.48056 lineto gsave
  37258. 0.53337 0.48017 lineto 0 0.521 0.737 setrgbcolor
  37259. fill grestore
  37260. stroke
  37261. grestore
  37262. gsave
  37263. 0.002 setlinewidth
  37264. 0.52997 0.47981 moveto 0.52875 0.48129 lineto 0.53337 0.48017 lineto gsave
  37265. 0.203 0 0 setrgbcolor
  37266. fill grestore
  37267. stroke
  37268. grestore
  37269. gsave
  37270. 0.002 setlinewidth
  37271. 0.34907 0.53532 moveto 0.3626 0.56948 lineto 0.39133 0.59628 lineto gsave
  37272. 0.905 0.494 0.146 setrgbcolor
  37273. fill grestore
  37274. stroke
  37275. grestore
  37276. gsave
  37277. 0.002 setlinewidth
  37278. 0.40277 0.62265 moveto 0.39133 0.59628 lineto 0.3626 0.56948 lineto gsave
  37279. 0.872 0.433 0.055 setrgbcolor
  37280. fill grestore
  37281. stroke
  37282. grestore
  37283. gsave
  37284. 0.002 setlinewidth
  37285. 0.52341 0.484 moveto 0.52479 0.48206 lineto 0.51587 0.49302 lineto gsave
  37286. 0 0 0 setrgbcolor
  37287. fill grestore
  37288. stroke
  37289. grestore
  37290. gsave
  37291. 0.002 setlinewidth
  37292. 0.52479 0.48206 moveto 0.52341 0.484 lineto 0.52875 0.48129 lineto gsave
  37293. 0 0 0 setrgbcolor
  37294. fill grestore
  37295. stroke
  37296. grestore
  37297. gsave
  37298. 0.002 setlinewidth
  37299. 0.52341 0.484 moveto 0.522 0.47833 lineto 0.5265 0.4803 lineto gsave
  37300. 0.752 0.947 0.943 setrgbcolor
  37301. fill grestore
  37302. stroke
  37303. grestore
  37304. gsave
  37305. 0.002 setlinewidth
  37306. 0.5265 0.4803 moveto 0.52875 0.48129 lineto gsave
  37307. 0.52341 0.484 lineto 0.752 0.947 0.943 setrgbcolor
  37308. fill grestore
  37309. stroke
  37310. grestore
  37311. gsave
  37312. 0.002 setlinewidth
  37313. 0.51587 0.49302 moveto 0.51386 0.49549 lineto gsave
  37314. 0.52341 0.484 lineto 0 0 0 setrgbcolor
  37315. fill grestore
  37316. stroke
  37317. grestore
  37318. gsave
  37319. 0.002 setlinewidth
  37320. 0.73475 0.48748 moveto 0.71908 0.49397 lineto 0.72317 0.44611 lineto gsave
  37321. 0.834 0.849 0.857 setrgbcolor
  37322. fill grestore
  37323. stroke
  37324. grestore
  37325. gsave
  37326. 0.002 setlinewidth
  37327. 0.72317 0.44611 moveto 0.73832 0.41841 lineto 0.73475 0.48748 lineto gsave
  37328. 0.972 0.887 0.686 setrgbcolor
  37329. fill grestore
  37330. stroke
  37331. grestore
  37332. gsave
  37333. 0.002 setlinewidth
  37334. 0.53679 0.48056 moveto 0.55143 0.47828 lineto 0.54453 0.47221 lineto gsave
  37335. 0.593 0.112 0.084 setrgbcolor
  37336. fill grestore
  37337. stroke
  37338. grestore
  37339. gsave
  37340. 0.002 setlinewidth
  37341. 0.56588 0.47291 moveto 0.55143 0.47828 lineto 0.55527 0.48744 lineto gsave
  37342. 0.616 0.189 0.21 setrgbcolor
  37343. fill grestore
  37344. stroke
  37345. grestore
  37346. gsave
  37347. 0.002 setlinewidth
  37348. 0.55527 0.48744 moveto 0.57195 0.49532 lineto 0.56588 0.47291 lineto gsave
  37349. 0.743 0.343 0.293 setrgbcolor
  37350. fill grestore
  37351. stroke
  37352. grestore
  37353. gsave
  37354. 0.002 setlinewidth
  37355. 0.25796 0.4313 moveto 0.27492 0.43516 lineto 0.27264 0.43477 lineto gsave
  37356. 0 0.437 0.692 setrgbcolor
  37357. fill grestore
  37358. stroke
  37359. grestore
  37360. gsave
  37361. 0.002 setlinewidth
  37362. 0.27264 0.43477 moveto 0.25577 0.4375 lineto 0.25796 0.4313 lineto gsave
  37363. 0.241 0.757 0.812 setrgbcolor
  37364. fill grestore
  37365. stroke
  37366. grestore
  37367. gsave
  37368. 0.002 setlinewidth
  37369. 0.28889 0.4397 moveto 0.27264 0.43477 lineto 0.27492 0.43516 lineto gsave
  37370. 0 0.39 0.683 setrgbcolor
  37371. fill grestore
  37372. stroke
  37373. grestore
  37374. gsave
  37375. 0.002 setlinewidth
  37376. 0.3626 0.56948 moveto 0.34907 0.53532 lineto 0.33572 0.49124 lineto gsave
  37377. 0 0 0.344 setrgbcolor
  37378. fill grestore
  37379. stroke
  37380. grestore
  37381. gsave
  37382. 0.002 setlinewidth
  37383. 0.24103 0.42635 moveto 0.25796 0.4313 lineto 0.25577 0.4375 lineto gsave
  37384. 0 0.509 0.81 setrgbcolor
  37385. fill grestore
  37386. stroke
  37387. grestore
  37388. gsave
  37389. 0.002 setlinewidth
  37390. 0.25577 0.4375 moveto 0.23824 0.44705 lineto 0.24103 0.42635 lineto gsave
  37391. 0.657 0.972 0.861 setrgbcolor
  37392. fill grestore
  37393. stroke
  37394. grestore
  37395. gsave
  37396. 0.002 setlinewidth
  37397. 0.71908 0.49397 moveto 0.70338 0.50188 lineto 0.70807 0.47874 lineto gsave
  37398. 0.778 0.982 0.907 setrgbcolor
  37399. fill grestore
  37400. stroke
  37401. grestore
  37402. gsave
  37403. 0.002 setlinewidth
  37404. 0.70807 0.47874 moveto 0.72317 0.44611 lineto 0.71908 0.49397 lineto gsave
  37405. 0.964 0.926 0.594 setrgbcolor
  37406. fill grestore
  37407. stroke
  37408. grestore
  37409. gsave
  37410. 0.002 setlinewidth
  37411. 0.41489 0.63905 moveto 0.42766 0.64212 lineto 0.45832 0.60387 lineto gsave
  37412. 0.483 0.1 0.238 setrgbcolor
  37413. fill grestore
  37414. stroke
  37415. grestore
  37416. gsave
  37417. 0.002 setlinewidth
  37418. 0.45832 0.60387 moveto 0.42766 0.64212 lineto gsave
  37419. 0.46334 0.59796 lineto 0 0 0 setrgbcolor
  37420. fill grestore
  37421. stroke
  37422. grestore
  37423. gsave
  37424. 0.002 setlinewidth
  37425. 0.42766 0.64212 moveto 0.44096 0.63109 lineto 0.4672 0.59319 lineto gsave
  37426. 0 0 0 setrgbcolor
  37427. fill grestore
  37428. stroke
  37429. grestore
  37430. gsave
  37431. 0.002 setlinewidth
  37432. 0.45458 0.60794 moveto 0.47624 0.57566 lineto gsave
  37433. 0.4564 0.60684 lineto 0.737 0.885 0.483 setrgbcolor
  37434. fill grestore
  37435. stroke
  37436. grestore
  37437. gsave
  37438. 0.002 setlinewidth
  37439. 0.44096 0.63109 moveto 0.45168 0.61287 lineto gsave
  37440. 0.4564 0.60684 lineto 0.737 0.885 0.483 setrgbcolor
  37441. fill grestore
  37442. stroke
  37443. grestore
  37444. gsave
  37445. 0.002 setlinewidth
  37446. 0.45168 0.61287 moveto 0.45458 0.60794 lineto gsave
  37447. 0.4564 0.60684 lineto 0.737 0.885 0.483 setrgbcolor
  37448. fill grestore
  37449. stroke
  37450. grestore
  37451. gsave
  37452. 0.002 setlinewidth
  37453. 0.4672 0.59319 moveto 0.4651 0.59571 lineto gsave
  37454. 0.46334 0.59796 lineto 0 0 0 setrgbcolor
  37455. fill grestore
  37456. stroke
  37457. grestore
  37458. gsave
  37459. 0.002 setlinewidth
  37460. 0.4651 0.59571 moveto 0.45832 0.60387 lineto gsave
  37461. 0.46334 0.59796 lineto 0 0 0 setrgbcolor
  37462. fill grestore
  37463. stroke
  37464. grestore
  37465. gsave
  37466. 0.002 setlinewidth
  37467. 0.27492 0.43516 moveto 0.29191 0.4378 lineto 0.28889 0.4397 lineto gsave
  37468. 0 0.532 0.754 setrgbcolor
  37469. fill grestore
  37470. stroke
  37471. grestore
  37472. gsave
  37473. 0.002 setlinewidth
  37474. 0.30467 0.45191 moveto 0.28889 0.4397 lineto 0.29191 0.4378 lineto gsave
  37475. 0 0.157 0.631 setrgbcolor
  37476. fill grestore
  37477. stroke
  37478. grestore
  37479. gsave
  37480. 0.002 setlinewidth
  37481. 0.49453 0.52991 moveto 0.50368 0.50784 lineto 0.51386 0.49549 lineto gsave
  37482. 0.96 0.942 0.706 setrgbcolor
  37483. fill grestore
  37484. stroke
  37485. grestore
  37486. gsave
  37487. 0.002 setlinewidth
  37488. 0.5179 0.48743 moveto 0.51386 0.49549 lineto 0.50368 0.50784 lineto gsave
  37489. 0.764 0.938 0.595 setrgbcolor
  37490. fill grestore
  37491. stroke
  37492. grestore
  37493. gsave
  37494. 0.002 setlinewidth
  37495. 0.51386 0.49549 moveto 0.5179 0.48743 lineto 0.52341 0.484 lineto gsave
  37496. 0.804 0.99 0.881 setrgbcolor
  37497. fill grestore
  37498. stroke
  37499. grestore
  37500. gsave
  37501. 0.002 setlinewidth
  37502. 0.22413 0.42062 moveto 0.24103 0.42635 lineto 0.23824 0.44705 lineto gsave
  37503. 0.223 0.641 0.956 setrgbcolor
  37504. fill grestore
  37505. stroke
  37506. grestore
  37507. gsave
  37508. 0.002 setlinewidth
  37509. 0.23824 0.44705 moveto 0.22012 0.46157 lineto 0.22413 0.42062 lineto gsave
  37510. 0.849 0.993 0.84 setrgbcolor
  37511. fill grestore
  37512. stroke
  37513. grestore
  37514. gsave
  37515. 0.002 setlinewidth
  37516. 0.70338 0.50188 moveto 0.68755 0.50981 lineto 0.69267 0.5118 lineto gsave
  37517. 0 0 0 setrgbcolor
  37518. fill grestore
  37519. stroke
  37520. grestore
  37521. gsave
  37522. 0.002 setlinewidth
  37523. 0.69267 0.5118 moveto 0.70807 0.47874 lineto 0.70338 0.50188 lineto gsave
  37524. 0.81 0.874 0.438 setrgbcolor
  37525. fill grestore
  37526. stroke
  37527. grestore
  37528. gsave
  37529. 0.002 setlinewidth
  37530. 0.47624 0.57566 moveto 0.4672 0.59319 lineto 0.44096 0.63109 lineto gsave
  37531. 0.805 0.92 0.534 setrgbcolor
  37532. fill grestore
  37533. stroke
  37534. grestore
  37535. gsave
  37536. 0.002 setlinewidth
  37537. 0.55143 0.47828 moveto 0.53679 0.48056 lineto 0.53863 0.4815 lineto gsave
  37538. 0.279 0 0 setrgbcolor
  37539. fill grestore
  37540. stroke
  37541. grestore
  37542. gsave
  37543. 0.002 setlinewidth
  37544. 0.53863 0.4815 moveto 0.55527 0.48744 lineto 0.55143 0.47828 lineto gsave
  37545. 0.697 0.234 0.149 setrgbcolor
  37546. fill grestore
  37547. stroke
  37548. grestore
  37549. gsave
  37550. 0.002 setlinewidth
  37551. 0.29191 0.4378 moveto 0.30891 0.4393 lineto 0.30467 0.45191 lineto gsave
  37552. 0.312 0.764 0.956 setrgbcolor
  37553. fill grestore
  37554. stroke
  37555. grestore
  37556. gsave
  37557. 0.002 setlinewidth
  37558. 0.3202 0.46992 moveto 0.30467 0.45191 lineto 0.30891 0.4393 lineto gsave
  37559. 0 0.129 0.675 setrgbcolor
  37560. fill grestore
  37561. stroke
  37562. grestore
  37563. gsave
  37564. 0.002 setlinewidth
  37565. 0.49282 0.29929 moveto 0.49711 0.31446 lineto 0.46709 0.31101 lineto gsave
  37566. 0.517 0.562 0.84 setrgbcolor
  37567. fill grestore
  37568. stroke
  37569. grestore
  37570. gsave
  37571. 0.002 setlinewidth
  37572. 0.46709 0.31101 moveto 0.45772 0.29688 lineto 0.49282 0.29929 lineto gsave
  37573. 0.526 0.589 0.861 setrgbcolor
  37574. fill grestore
  37575. stroke
  37576. grestore
  37577. gsave
  37578. 0.002 setlinewidth
  37579. 0.47622 0.33625 moveto 0.46709 0.31101 lineto 0.49711 0.31446 lineto gsave
  37580. 0.55 0.483 0.733 setrgbcolor
  37581. fill grestore
  37582. stroke
  37583. grestore
  37584. gsave
  37585. 0.002 setlinewidth
  37586. 0.45772 0.29688 moveto 0.46709 0.31101 lineto 0.44247 0.36065 lineto gsave
  37587. 0.82 0.69 0.721 setrgbcolor
  37588. fill grestore
  37589. stroke
  37590. grestore
  37591. gsave
  37592. 0.002 setlinewidth
  37593. 0.46709 0.31101 moveto 0.47622 0.33625 lineto 0.45572 0.37848 lineto gsave
  37594. 0.741 0.587 0.683 setrgbcolor
  37595. fill grestore
  37596. stroke
  37597. grestore
  37598. gsave
  37599. 0.002 setlinewidth
  37600. 0.45572 0.37848 moveto 0.44247 0.36065 lineto 0.46709 0.31101 lineto gsave
  37601. 0.734 0.58 0.682 setrgbcolor
  37602. fill grestore
  37603. stroke
  37604. grestore
  37605. gsave
  37606. 0.002 setlinewidth
  37607. 0.49711 0.31446 moveto 0.50128 0.33958 lineto 0.47622 0.33625 lineto gsave
  37608. 0.548 0.48 0.731 setrgbcolor
  37609. fill grestore
  37610. stroke
  37611. grestore
  37612. gsave
  37613. 0.002 setlinewidth
  37614. 0.48526 0.36915 moveto 0.47622 0.33625 lineto 0.50128 0.33958 lineto gsave
  37615. 0.556 0.449 0.688 setrgbcolor
  37616. fill grestore
  37617. stroke
  37618. grestore
  37619. gsave
  37620. 0.002 setlinewidth
  37621. 0.47622 0.33625 moveto 0.48526 0.36915 lineto 0.46888 0.40162 lineto gsave
  37622. 0.693 0.533 0.665 setrgbcolor
  37623. fill grestore
  37624. stroke
  37625. grestore
  37626. gsave
  37627. 0.002 setlinewidth
  37628. 0.46888 0.40162 moveto 0.45572 0.37848 lineto 0.47622 0.33625 lineto gsave
  37629. 0.707 0.545 0.667 setrgbcolor
  37630. fill grestore
  37631. stroke
  37632. grestore
  37633. gsave
  37634. 0.002 setlinewidth
  37635. 0.522 0.47833 moveto 0.53337 0.48017 lineto 0.52875 0.48129 lineto closepath gsave
  37636. 0.478 0.853 0.985 setrgbcolor
  37637. fill grestore
  37638. stroke
  37639. grestore
  37640. gsave
  37641. 0.002 setlinewidth
  37642. 0.522 0.47833 moveto 0.52341 0.484 lineto 0.5179 0.48743 lineto closepath gsave
  37643. 0.83 0.978 0.884 setrgbcolor
  37644. fill grestore
  37645. stroke
  37646. grestore
  37647. gsave
  37648. 0.002 setlinewidth
  37649. 0.48538 0.55356 moveto 0.47624 0.57566 lineto 0.45458 0.60794 lineto gsave
  37650. 0.911 0.941 0.582 setrgbcolor
  37651. fill grestore
  37652. stroke
  37653. grestore
  37654. gsave
  37655. 0.002 setlinewidth
  37656. 0.45458 0.60794 moveto 0.46829 0.57689 lineto 0.48538 0.55356 lineto gsave
  37657. 0.958 0.939 0.626 setrgbcolor
  37658. fill grestore
  37659. stroke
  37660. grestore
  37661. gsave
  37662. 0.002 setlinewidth
  37663. 0.49453 0.52991 moveto 0.48538 0.55356 lineto 0.46829 0.57689 lineto gsave
  37664. 0.949 0.944 0.623 setrgbcolor
  37665. fill grestore
  37666. stroke
  37667. grestore
  37668. gsave
  37669. 0.002 setlinewidth
  37670. 0.46829 0.57689 moveto 0.48192 0.54342 lineto 0.49453 0.52991 lineto gsave
  37671. 0.978 0.896 0.669 setrgbcolor
  37672. fill grestore
  37673. stroke
  37674. grestore
  37675. gsave
  37676. 0.002 setlinewidth
  37677. 0.50368 0.50784 moveto 0.49453 0.52991 lineto 0.48192 0.54342 lineto gsave
  37678. 0.956 0.95 0.681 setrgbcolor
  37679. fill grestore
  37680. stroke
  37681. grestore
  37682. gsave
  37683. 0.002 setlinewidth
  37684. 0.50368 0.50784 moveto 0.51283 0.49005 lineto 0.5179 0.48743 lineto gsave
  37685. 0.894 0.877 0.812 setrgbcolor
  37686. fill grestore
  37687. stroke
  37688. grestore
  37689. gsave
  37690. 0.002 setlinewidth
  37691. 0.522 0.47833 moveto 0.5179 0.48743 lineto 0.51283 0.49005 lineto closepath gsave
  37692. 0.834 0.982 0.876 setrgbcolor
  37693. fill grestore
  37694. stroke
  37695. grestore
  37696. gsave
  37697. 0.002 setlinewidth
  37698. 0.48192 0.54342 moveto 0.4954 0.51304 lineto 0.50368 0.50784 lineto gsave
  37699. 0.953 0.857 0.708 setrgbcolor
  37700. fill grestore
  37701. stroke
  37702. grestore
  37703. gsave
  37704. 0.002 setlinewidth
  37705. 0.51283 0.49005 moveto 0.50368 0.50784 lineto 0.4954 0.51304 lineto gsave
  37706. 0.93 0.957 0.775 setrgbcolor
  37707. fill grestore
  37708. stroke
  37709. grestore
  37710. gsave
  37711. 0.002 setlinewidth
  37712. 0.78721 0.39252 moveto 0.77007 0.39034 lineto 0.74817 0.32364 lineto gsave
  37713. 0.595 0.634 0.86 setrgbcolor
  37714. fill grestore
  37715. stroke
  37716. grestore
  37717. gsave
  37718. 0.002 setlinewidth
  37719. 0.77007 0.39034 moveto 0.75385 0.39913 lineto 0.73312 0.33786 lineto gsave
  37720. 0.794 0.751 0.813 setrgbcolor
  37721. fill grestore
  37722. stroke
  37723. grestore
  37724. gsave
  37725. 0.002 setlinewidth
  37726. 0.73312 0.33786 moveto 0.74817 0.32364 lineto 0.77007 0.39034 lineto gsave
  37727. 0.804 0.753 0.806 setrgbcolor
  37728. fill grestore
  37729. stroke
  37730. grestore
  37731. gsave
  37732. 0.002 setlinewidth
  37733. 0.20721 0.41455 moveto 0.22413 0.42062 lineto 0.22012 0.46157 lineto gsave
  37734. 0.464 0.699 0.969 setrgbcolor
  37735. fill grestore
  37736. stroke
  37737. grestore
  37738. gsave
  37739. 0.002 setlinewidth
  37740. 0.22012 0.46157 moveto 0.2016 0.47841 lineto 0.20721 0.41455 lineto gsave
  37741. 0.906 0.949 0.819 setrgbcolor
  37742. fill grestore
  37743. stroke
  37744. grestore
  37745. gsave
  37746. 0.002 setlinewidth
  37747. 0.67675 0.5405 moveto 0.69267 0.5118 lineto 0.68755 0.50981 lineto gsave
  37748. 0 0 0 setrgbcolor
  37749. fill grestore
  37750. stroke
  37751. grestore
  37752. gsave
  37753. 0.002 setlinewidth
  37754. 0.48836 0.29568 moveto 0.49282 0.29929 lineto 0.45772 0.29688 lineto gsave
  37755. 0.215 0.684 0.941 setrgbcolor
  37756. fill grestore
  37757. stroke
  37758. grestore
  37759. gsave
  37760. 0.002 setlinewidth
  37761. 0.45772 0.29688 moveto 0.44795 0.29562 lineto 0.48836 0.29568 lineto gsave
  37762. 0.102 0.652 0.821 setrgbcolor
  37763. fill grestore
  37764. stroke
  37765. grestore
  37766. gsave
  37767. 0.002 setlinewidth
  37768. 0.44795 0.29562 moveto 0.45772 0.29688 lineto 0.42898 0.35061 lineto gsave
  37769. 0.93 0.875 0.761 setrgbcolor
  37770. fill grestore
  37771. stroke
  37772. grestore
  37773. gsave
  37774. 0.002 setlinewidth
  37775. 0.44247 0.36065 moveto 0.42898 0.35061 lineto 0.45772 0.29688 lineto gsave
  37776. 0.78 0.648 0.716 setrgbcolor
  37777. fill grestore
  37778. stroke
  37779. grestore
  37780. gsave
  37781. 0.002 setlinewidth
  37782. 0.50128 0.33958 moveto 0.50539 0.3715 lineto 0.48526 0.36915 lineto gsave
  37783. 0.56 0.454 0.691 setrgbcolor
  37784. fill grestore
  37785. stroke
  37786. grestore
  37787. gsave
  37788. 0.002 setlinewidth
  37789. 0.49433 0.40491 moveto 0.48526 0.36915 lineto 0.50539 0.3715 lineto gsave
  37790. 0.562 0.444 0.676 setrgbcolor
  37791. fill grestore
  37792. stroke
  37793. grestore
  37794. gsave
  37795. 0.002 setlinewidth
  37796. 0.48526 0.36915 moveto 0.49433 0.40491 lineto 0.48205 0.4267 lineto gsave
  37797. 0.664 0.508 0.663 setrgbcolor
  37798. fill grestore
  37799. stroke
  37800. grestore
  37801. gsave
  37802. 0.002 setlinewidth
  37803. 0.48205 0.4267 moveto 0.46888 0.40162 lineto 0.48526 0.36915 lineto gsave
  37804. 0.693 0.533 0.665 setrgbcolor
  37805. fill grestore
  37806. stroke
  37807. grestore
  37808. gsave
  37809. 0.002 setlinewidth
  37810. 0.75385 0.39913 moveto 0.73832 0.41841 lineto 0.71893 0.36539 lineto gsave
  37811. 0.903 0.809 0.745 setrgbcolor
  37812. fill grestore
  37813. stroke
  37814. grestore
  37815. gsave
  37816. 0.002 setlinewidth
  37817. 0.71893 0.36539 moveto 0.73312 0.33786 lineto 0.75385 0.39913 lineto gsave
  37818. 0.919 0.802 0.715 setrgbcolor
  37819. fill grestore
  37820. stroke
  37821. grestore
  37822. gsave
  37823. 0.002 setlinewidth
  37824. 0.42898 0.35061 moveto 0.44247 0.36065 lineto 0.42546 0.44875 lineto gsave
  37825. 0.815 0.629 0.651 setrgbcolor
  37826. fill grestore
  37827. stroke
  37828. grestore
  37829. gsave
  37830. 0.002 setlinewidth
  37831. 0.44247 0.36065 moveto 0.45572 0.37848 lineto 0.44167 0.4535 lineto gsave
  37832. 0.772 0.585 0.645 setrgbcolor
  37833. fill grestore
  37834. stroke
  37835. grestore
  37836. gsave
  37837. 0.002 setlinewidth
  37838. 0.44167 0.4535 moveto 0.42546 0.44875 lineto 0.44247 0.36065 lineto gsave
  37839. 0.762 0.576 0.646 setrgbcolor
  37840. fill grestore
  37841. stroke
  37842. grestore
  37843. gsave
  37844. 0.002 setlinewidth
  37845. 0.3626 0.56948 moveto 0.37678 0.59866 lineto 0.40277 0.62265 lineto gsave
  37846. 0.872 0.433 0.055 setrgbcolor
  37847. fill grestore
  37848. stroke
  37849. grestore
  37850. gsave
  37851. 0.002 setlinewidth
  37852. 0.41489 0.63905 moveto 0.40277 0.62265 lineto 0.37678 0.59866 lineto gsave
  37853. 0.701 0.2 0 setrgbcolor
  37854. fill grestore
  37855. stroke
  37856. grestore
  37857. gsave
  37858. 0.002 setlinewidth
  37859. 0.45572 0.37848 moveto 0.46888 0.40162 lineto 0.45782 0.4589 lineto gsave
  37860. 0.739 0.556 0.645 setrgbcolor
  37861. fill grestore
  37862. stroke
  37863. grestore
  37864. gsave
  37865. 0.002 setlinewidth
  37866. 0.45782 0.4589 moveto 0.44167 0.4535 lineto 0.45572 0.37848 lineto gsave
  37867. 0.759 0.572 0.643 setrgbcolor
  37868. fill grestore
  37869. stroke
  37870. grestore
  37871. gsave
  37872. 0.002 setlinewidth
  37873. 0.4954 0.51304 moveto 0.50873 0.49034 lineto 0.51283 0.49005 lineto gsave
  37874. 0.894 0.817 0.764 setrgbcolor
  37875. fill grestore
  37876. stroke
  37877. grestore
  37878. gsave
  37879. 0.002 setlinewidth
  37880. 0.522 0.47833 moveto 0.51283 0.49005 lineto 0.50873 0.49034 lineto closepath gsave
  37881. 0.821 0.924 0.904 setrgbcolor
  37882. fill grestore
  37883. stroke
  37884. grestore
  37885. gsave
  37886. 0.002 setlinewidth
  37887. 0.522 0.47833 moveto 0.53863 0.4815 lineto 0.53679 0.48056 lineto closepath gsave
  37888. 0.314 0 0 setrgbcolor
  37889. fill grestore
  37890. stroke
  37891. grestore
  37892. gsave
  37893. 0.002 setlinewidth
  37894. 0.80534 0.40453 moveto 0.78721 0.39252 lineto 0.76435 0.3233 lineto gsave
  37895. 0.32 0.457 0.842 setrgbcolor
  37896. fill grestore
  37897. stroke
  37898. grestore
  37899. gsave
  37900. 0.002 setlinewidth
  37901. 0.74817 0.32364 moveto 0.76435 0.3233 lineto 0.78721 0.39252 lineto gsave
  37902. 0.541 0.608 0.869 setrgbcolor
  37903. fill grestore
  37904. stroke
  37905. grestore
  37906. gsave
  37907. 0.002 setlinewidth
  37908. 0.30891 0.4393 moveto 0.32587 0.4399 lineto 0.3202 0.46992 lineto gsave
  37909. 0.655 0.839 0.971 setrgbcolor
  37910. fill grestore
  37911. stroke
  37912. grestore
  37913. gsave
  37914. 0.002 setlinewidth
  37915. 0.33572 0.49124 moveto 0.3202 0.46992 lineto 0.32587 0.4399 lineto gsave
  37916. 0.053 0.221 0.719 setrgbcolor
  37917. fill grestore
  37918. stroke
  37919. grestore
  37920. gsave
  37921. 0.002 setlinewidth
  37922. 0.46888 0.40162 moveto 0.48205 0.4267 lineto 0.47392 0.46452 lineto gsave
  37923. 0.713 0.541 0.654 setrgbcolor
  37924. fill grestore
  37925. stroke
  37926. grestore
  37927. gsave
  37928. 0.002 setlinewidth
  37929. 0.47392 0.46452 moveto 0.45782 0.4589 lineto 0.46888 0.40162 lineto gsave
  37930. 0.757 0.573 0.648 setrgbcolor
  37931. fill grestore
  37932. stroke
  37933. grestore
  37934. gsave
  37935. 0.002 setlinewidth
  37936. 0.48999 0.50737 moveto 0.50605 0.48747 lineto 0.50873 0.49034 lineto gsave
  37937. 0.874 0.783 0.758 setrgbcolor
  37938. fill grestore
  37939. stroke
  37940. grestore
  37941. gsave
  37942. 0.002 setlinewidth
  37943. 0.50873 0.49034 moveto 0.4954 0.51304 lineto 0.48999 0.50737 lineto gsave
  37944. 0.874 0.783 0.758 setrgbcolor
  37945. fill grestore
  37946. stroke
  37947. grestore
  37948. gsave
  37949. 0.002 setlinewidth
  37950. 0.522 0.47833 moveto 0.50873 0.49034 lineto 0.50605 0.48747 lineto closepath gsave
  37951. 0.778 0.782 0.856 setrgbcolor
  37952. fill grestore
  37953. stroke
  37954. grestore
  37955. gsave
  37956. 0.002 setlinewidth
  37957. 0.42898 0.35061 moveto 0.41509 0.34961 lineto 0.44795 0.29562 lineto gsave
  37958. 0.853 0.777 0.776 setrgbcolor
  37959. fill grestore
  37960. stroke
  37961. grestore
  37962. gsave
  37963. 0.002 setlinewidth
  37964. 0.41509 0.34961 moveto 0.42898 0.35061 lineto 0.40916 0.44498 lineto gsave
  37965. 0.867 0.692 0.663 setrgbcolor
  37966. fill grestore
  37967. stroke
  37968. grestore
  37969. gsave
  37970. 0.002 setlinewidth
  37971. 0.42546 0.44875 moveto 0.40916 0.44498 lineto 0.42898 0.35061 lineto gsave
  37972. 0.767 0.588 0.656 setrgbcolor
  37973. fill grestore
  37974. stroke
  37975. grestore
  37976. gsave
  37977. 0.002 setlinewidth
  37978. 0.67152 0.51632 moveto 0.65527 0.52022 lineto 0.66021 0.56064 lineto gsave
  37979. 0.578 0.167 0.227 setrgbcolor
  37980. fill grestore
  37981. stroke
  37982. grestore
  37983. gsave
  37984. 0.002 setlinewidth
  37985. 0.66021 0.56064 moveto 0.67675 0.5405 lineto 0.67152 0.51632 lineto gsave
  37986. 0.098 0 0.087 setrgbcolor
  37987. fill grestore
  37988. stroke
  37989. grestore
  37990. gsave
  37991. 0.002 setlinewidth
  37992. 0.50539 0.3715 moveto 0.50951 0.4059 lineto 0.49433 0.40491 lineto gsave
  37993. 0.571 0.454 0.681 setrgbcolor
  37994. fill grestore
  37995. stroke
  37996. grestore
  37997. gsave
  37998. 0.002 setlinewidth
  37999. 0.50349 0.43813 moveto 0.49433 0.40491 lineto 0.50951 0.4059 lineto gsave
  38000. 0.571 0.459 0.687 setrgbcolor
  38001. fill grestore
  38002. stroke
  38003. grestore
  38004. gsave
  38005. 0.002 setlinewidth
  38006. 0.49433 0.40491 moveto 0.50349 0.43813 lineto 0.49532 0.44995 lineto gsave
  38007. 0.647 0.505 0.677 setrgbcolor
  38008. fill grestore
  38009. stroke
  38010. grestore
  38011. gsave
  38012. 0.002 setlinewidth
  38013. 0.49532 0.44995 moveto 0.48205 0.4267 lineto 0.49433 0.40491 lineto gsave
  38014. 0.69 0.54 0.678 setrgbcolor
  38015. fill grestore
  38016. stroke
  38017. grestore
  38018. gsave
  38019. 0.002 setlinewidth
  38020. 0.33572 0.49124 moveto 0.35147 0.51274 lineto 0.3626 0.56948 lineto gsave
  38021. 0.197 0.286 0.73 setrgbcolor
  38022. fill grestore
  38023. stroke
  38024. grestore
  38025. gsave
  38026. 0.002 setlinewidth
  38027. 0.37678 0.59866 moveto 0.3626 0.56948 lineto 0.35147 0.51274 lineto gsave
  38028. 0 0 0.559 setrgbcolor
  38029. fill grestore
  38030. stroke
  38031. grestore
  38032. gsave
  38033. 0.002 setlinewidth
  38034. 0.55527 0.48744 moveto 0.53863 0.4815 lineto 0.53867 0.48162 lineto gsave
  38035. 0.27 0 0 setrgbcolor
  38036. fill grestore
  38037. stroke
  38038. grestore
  38039. gsave
  38040. 0.002 setlinewidth
  38041. 0.53867 0.48162 moveto 0.53689 0.47983 lineto gsave
  38042. 0.53964 0.48191 lineto 0 0.209 0.684 setrgbcolor
  38043. fill grestore
  38044. stroke
  38045. grestore
  38046. gsave
  38047. 0.002 setlinewidth
  38048. 0.53867 0.48162 moveto 0.55552 0.49391 lineto 0.55527 0.48744 lineto gsave
  38049. 0.721 0.228 0.07 setrgbcolor
  38050. fill grestore
  38051. stroke
  38052. grestore
  38053. gsave
  38054. 0.55552 0.49391 moveto 0.53867 0.48162 lineto 0.53964 0.48191 lineto 0 0.209 0.684 setrgbcolor
  38055. fill
  38056. grestore
  38057. gsave
  38058. 0.002 setlinewidth
  38059. 0.53867 0.48162 moveto 0.53863 0.4815 lineto 0.53761 0.48131 lineto gsave
  38060. 0.17 0 0 setrgbcolor
  38061. fill grestore
  38062. stroke
  38063. grestore
  38064. gsave
  38065. 0.002 setlinewidth
  38066. 0.53761 0.48131 moveto 0.522 0.47833 lineto 0.53867 0.48162 lineto gsave
  38067. 0.17 0 0 setrgbcolor
  38068. fill grestore
  38069. stroke
  38070. grestore
  38071. gsave
  38072. 0.002 setlinewidth
  38073. 0.53045 0.36818 moveto 0.52902 0.38581 lineto 0.50128 0.33958 lineto gsave
  38074. 0.259 0.261 0.671 setrgbcolor
  38075. fill grestore
  38076. stroke
  38077. grestore
  38078. gsave
  38079. 0.002 setlinewidth
  38080. 0.50128 0.33958 moveto 0.49711 0.31446 lineto 0.53045 0.36818 lineto gsave
  38081. 0.243 0.258 0.677 setrgbcolor
  38082. fill grestore
  38083. stroke
  38084. grestore
  38085. gsave
  38086. 0.002 setlinewidth
  38087. 0.50539 0.3715 moveto 0.50128 0.33958 lineto 0.52902 0.38581 lineto gsave
  38088. 0.348 0.299 0.661 setrgbcolor
  38089. fill grestore
  38090. stroke
  38091. grestore
  38092. gsave
  38093. 0.002 setlinewidth
  38094. 0.4737 0.53503 moveto 0.48999 0.50737 lineto 0.4954 0.51304 lineto gsave
  38095. 0.903 0.774 0.71 setrgbcolor
  38096. fill grestore
  38097. stroke
  38098. grestore
  38099. gsave
  38100. 0.002 setlinewidth
  38101. 0.4954 0.51304 moveto 0.48192 0.54342 lineto 0.4737 0.53503 lineto gsave
  38102. 0.903 0.774 0.71 setrgbcolor
  38103. fill grestore
  38104. stroke
  38105. grestore
  38106. gsave
  38107. 0.002 setlinewidth
  38108. 0.57195 0.49532 moveto 0.55527 0.48744 lineto 0.55552 0.49391 lineto gsave
  38109. 0.705 0.213 0.071 setrgbcolor
  38110. fill grestore
  38111. stroke
  38112. grestore
  38113. gsave
  38114. 0.002 setlinewidth
  38115. 0.48812 0.49138 moveto 0.50512 0.48175 lineto 0.50605 0.48747 lineto gsave
  38116. 0.818 0.727 0.764 setrgbcolor
  38117. fill grestore
  38118. stroke
  38119. grestore
  38120. gsave
  38121. 0.002 setlinewidth
  38122. 0.50605 0.48747 moveto 0.48999 0.50737 lineto 0.48812 0.49138 lineto gsave
  38123. 0.811 0.672 0.709 setrgbcolor
  38124. fill grestore
  38125. stroke
  38126. grestore
  38127. gsave
  38128. 0.002 setlinewidth
  38129. 0.522 0.47833 moveto 0.50605 0.48747 lineto 0.50512 0.48175 lineto closepath gsave
  38130. 0.748 0.681 0.786 setrgbcolor
  38131. fill grestore
  38132. stroke
  38133. grestore
  38134. gsave
  38135. 0.002 setlinewidth
  38136. 0.522 0.47833 moveto 0.53348 0.47591 lineto 0.53689 0.47983 lineto closepath gsave
  38137. 0.466 0.6 0.901 setrgbcolor
  38138. fill grestore
  38139. stroke
  38140. grestore
  38141. gsave
  38142. 0.002 setlinewidth
  38143. 0.522 0.47833 moveto 0.5288 0.47069 lineto 0.53348 0.47591 lineto closepath gsave
  38144. 0.462 0.519 0.831 setrgbcolor
  38145. fill grestore
  38146. stroke
  38147. grestore
  38148. gsave
  38149. 0.002 setlinewidth
  38150. 0.522 0.47833 moveto 0.52339 0.46583 lineto 0.5288 0.47069 lineto closepath gsave
  38151. 0.446 0.494 0.815 setrgbcolor
  38152. fill grestore
  38153. stroke
  38154. grestore
  38155. gsave
  38156. 0.002 setlinewidth
  38157. 0.522 0.47833 moveto 0.51783 0.46313 lineto 0.52339 0.46583 lineto closepath gsave
  38158. 0.493 0.538 0.832 setrgbcolor
  38159. fill grestore
  38160. stroke
  38161. grestore
  38162. gsave
  38163. 0.002 setlinewidth
  38164. 0.522 0.47833 moveto 0.51274 0.4638 lineto 0.51783 0.46313 lineto closepath gsave
  38165. 0.615 0.619 0.832 setrgbcolor
  38166. fill grestore
  38167. stroke
  38168. grestore
  38169. gsave
  38170. 0.002 setlinewidth
  38171. 0.522 0.47833 moveto 0.50865 0.46797 lineto 0.51274 0.4638 lineto closepath gsave
  38172. 0.712 0.656 0.792 setrgbcolor
  38173. fill grestore
  38174. stroke
  38175. grestore
  38176. gsave
  38177. 0.002 setlinewidth
  38178. 0.522 0.47833 moveto 0.50602 0.47458 lineto 0.50865 0.46797 lineto closepath gsave
  38179. 0.744 0.652 0.758 setrgbcolor
  38180. fill grestore
  38181. stroke
  38182. grestore
  38183. gsave
  38184. 0.002 setlinewidth
  38185. 0.522 0.47833 moveto 0.50512 0.48175 lineto 0.50602 0.47458 lineto closepath gsave
  38186. 0.745 0.649 0.754 setrgbcolor
  38187. fill grestore
  38188. stroke
  38189. grestore
  38190. gsave
  38191. 0.002 setlinewidth
  38192. 0.522 0.47833 moveto 0.53689 0.47983 lineto 0.53867 0.48162 lineto closepath gsave
  38193. 0.291 0.671 0.973 setrgbcolor
  38194. fill grestore
  38195. stroke
  38196. grestore
  38197. gsave
  38198. 0.002 setlinewidth
  38199. 0.48205 0.4267 moveto 0.49532 0.44995 lineto 0.48999 0.46988 lineto gsave
  38200. 0.692 0.54 0.676 setrgbcolor
  38201. fill grestore
  38202. stroke
  38203. grestore
  38204. gsave
  38205. 0.002 setlinewidth
  38206. 0.48999 0.46988 moveto 0.47392 0.46452 lineto 0.48205 0.4267 lineto gsave
  38207. 0.755 0.583 0.662 setrgbcolor
  38208. fill grestore
  38209. stroke
  38210. grestore
  38211. gsave
  38212. 0.002 setlinewidth
  38213. 0.73832 0.41841 moveto 0.72317 0.44611 lineto 0.70524 0.40367 lineto gsave
  38214. 0.955 0.839 0.689 setrgbcolor
  38215. fill grestore
  38216. stroke
  38217. grestore
  38218. gsave
  38219. 0.002 setlinewidth
  38220. 0.70524 0.40367 moveto 0.71893 0.36539 lineto 0.73832 0.41841 lineto gsave
  38221. 0.964 0.817 0.649 setrgbcolor
  38222. fill grestore
  38223. stroke
  38224. grestore
  38225. gsave
  38226. 0.002 setlinewidth
  38227. 0.53191 0.35517 moveto 0.53045 0.36818 lineto 0.49711 0.31446 lineto gsave
  38228. 0.153 0.219 0.679 setrgbcolor
  38229. fill grestore
  38230. stroke
  38231. grestore
  38232. gsave
  38233. 0.002 setlinewidth
  38234. 0.49651 0.31233 moveto 0.49282 0.29929 lineto 0.51262 0.3276 lineto gsave
  38235. 0 0.159 0.684 setrgbcolor
  38236. fill grestore
  38237. stroke
  38238. grestore
  38239. gsave
  38240. 0.002 setlinewidth
  38241. 0.5334 0.34758 moveto 0.53191 0.35517 lineto 0.49282 0.29929 lineto gsave
  38242. 0 0.168 0.687 setrgbcolor
  38243. fill grestore
  38244. stroke
  38245. grestore
  38246. gsave
  38247. 0.002 setlinewidth
  38248. 0.49282 0.29929 moveto 0.48836 0.29568 lineto 0.52086 0.33313 lineto gsave
  38249. 0.618 0.118 0 setrgbcolor
  38250. fill grestore
  38251. stroke
  38252. grestore
  38253. gsave
  38254. 0.002 setlinewidth
  38255. 0.52086 0.33313 moveto 0.5334 0.34758 lineto gsave
  38256. 0.52162 0.33356 lineto 0.618 0.118 0 setrgbcolor
  38257. fill grestore
  38258. stroke
  38259. grestore
  38260. gsave
  38261. 0.49282 0.29929 moveto 0.52086 0.33313 lineto 0.52162 0.33356 lineto 0.618 0.118 0 setrgbcolor
  38262. fill
  38263. grestore
  38264. gsave
  38265. 0.002 setlinewidth
  38266. 0.53493 0.34527 moveto 0.53352 0.3474 lineto gsave
  38267. 0.48836 0.29568 lineto 0 0.104 0.655 setrgbcolor
  38268. fill grestore
  38269. stroke
  38270. grestore
  38271. gsave
  38272. 0.002 setlinewidth
  38273. 0.53198 0.34594 moveto 0.48836 0.29568 lineto gsave
  38274. 0.53352 0.3474 lineto 0 0.104 0.655 setrgbcolor
  38275. fill grestore
  38276. stroke
  38277. grestore
  38278. gsave
  38279. 0.002 setlinewidth
  38280. 0.5334 0.34758 moveto 0.53493 0.34527 lineto 0.58648 0.41591 lineto gsave
  38281. 0 0.057 0.62 setrgbcolor
  38282. fill grestore
  38283. stroke
  38284. grestore
  38285. gsave
  38286. 0.002 setlinewidth
  38287. 0.59387 0.39745 moveto 0.58648 0.41591 lineto 0.53493 0.34527 lineto gsave
  38288. 0.516 0.432 0.699 setrgbcolor
  38289. fill grestore
  38290. stroke
  38291. grestore
  38292. gsave
  38293. 0.002 setlinewidth
  38294. 0.53651 0.34724 moveto 0.53493 0.34527 lineto 0.51815 0.33158 lineto gsave
  38295. 0.491 0 0 setrgbcolor
  38296. fill grestore
  38297. stroke
  38298. grestore
  38299. gsave
  38300. 0.002 setlinewidth
  38301. 0.49711 0.31446 moveto 0.49651 0.31233 lineto gsave
  38302. 0.53191 0.35517 lineto 0 0.159 0.684 setrgbcolor
  38303. fill grestore
  38304. stroke
  38305. grestore
  38306. gsave
  38307. 0.002 setlinewidth
  38308. 0.51262 0.3276 moveto 0.53191 0.35517 lineto gsave
  38309. 0.49651 0.31233 lineto 0 0.159 0.684 setrgbcolor
  38310. fill grestore
  38311. stroke
  38312. grestore
  38313. gsave
  38314. 0.002 setlinewidth
  38315. 0.51815 0.33158 moveto 0.48367 0.30345 lineto gsave
  38316. 0.51643 0.3306 lineto 0.491 0 0 setrgbcolor
  38317. fill grestore
  38318. stroke
  38319. grestore
  38320. gsave
  38321. 0.53651 0.34724 moveto 0.51815 0.33158 lineto 0.51643 0.3306 lineto 0.491 0 0 setrgbcolor
  38322. fill
  38323. grestore
  38324. gsave
  38325. 0.002 setlinewidth
  38326. 0.53352 0.3474 moveto 0.5334 0.34758 lineto 0.53198 0.34594 lineto gsave
  38327. 0 0.104 0.655 setrgbcolor
  38328. fill grestore
  38329. stroke
  38330. grestore
  38331. gsave
  38332. 0.002 setlinewidth
  38333. 0.58868 0.50393 moveto 0.57195 0.49532 lineto 0.57266 0.51269 lineto gsave
  38334. 0.746 0.326 0.251 setrgbcolor
  38335. fill grestore
  38336. stroke
  38337. grestore
  38338. gsave
  38339. 0.002 setlinewidth
  38340. 0.55552 0.49391 moveto 0.57266 0.51269 lineto 0.57195 0.49532 lineto gsave
  38341. 0.786 0.362 0.243 setrgbcolor
  38342. fill grestore
  38343. stroke
  38344. grestore
  38345. gsave
  38346. 0.002 setlinewidth
  38347. 0.48999 0.46988 moveto 0.50602 0.47458 lineto 0.50512 0.48175 lineto gsave
  38348. 0.734 0.639 0.753 setrgbcolor
  38349. fill grestore
  38350. stroke
  38351. grestore
  38352. gsave
  38353. 0.002 setlinewidth
  38354. 0.50512 0.48175 moveto 0.48812 0.49138 lineto 0.48999 0.46988 lineto gsave
  38355. 0.781 0.626 0.689 setrgbcolor
  38356. fill grestore
  38357. stroke
  38358. grestore
  38359. gsave
  38360. 0.002 setlinewidth
  38361. 0.52902 0.38581 moveto 0.5276 0.40652 lineto 0.50539 0.3715 lineto gsave
  38362. 0.335 0.303 0.674 setrgbcolor
  38363. fill grestore
  38364. stroke
  38365. grestore
  38366. gsave
  38367. 0.002 setlinewidth
  38368. 0.50951 0.4059 moveto 0.50539 0.3715 lineto 0.5276 0.40652 lineto gsave
  38369. 0.401 0.329 0.661 setrgbcolor
  38370. fill grestore
  38371. stroke
  38372. grestore
  38373. gsave
  38374. 0.002 setlinewidth
  38375. 0.65527 0.52022 moveto 0.6388 0.52077 lineto 0.64307 0.56953 lineto gsave
  38376. 0.659 0.272 0.302 setrgbcolor
  38377. fill grestore
  38378. stroke
  38379. grestore
  38380. gsave
  38381. 0.002 setlinewidth
  38382. 0.64307 0.56953 moveto 0.66021 0.56064 lineto 0.65527 0.52022 lineto gsave
  38383. 0.44 0.071 0.24 setrgbcolor
  38384. fill grestore
  38385. stroke
  38386. grestore
  38387. gsave
  38388. 0.002 setlinewidth
  38389. 0.49532 0.44995 moveto 0.50865 0.46797 lineto 0.50602 0.47458 lineto gsave
  38390. 0.668 0.565 0.729 setrgbcolor
  38391. fill grestore
  38392. stroke
  38393. grestore
  38394. gsave
  38395. 0.002 setlinewidth
  38396. 0.50602 0.47458 moveto 0.48999 0.46988 lineto 0.49532 0.44995 lineto gsave
  38397. 0.753 0.604 0.692 setrgbcolor
  38398. fill grestore
  38399. stroke
  38400. grestore
  38401. gsave
  38402. 0.002 setlinewidth
  38403. 0.82437 0.42377 moveto 0.80534 0.40453 lineto 0.78177 0.33546 lineto gsave
  38404. 0.07 0.287 0.774 setrgbcolor
  38405. fill grestore
  38406. stroke
  38407. grestore
  38408. gsave
  38409. 0.002 setlinewidth
  38410. 0.76435 0.3233 moveto 0.78177 0.33546 lineto 0.80534 0.40453 lineto gsave
  38411. 0.152 0.35 0.806 setrgbcolor
  38412. fill grestore
  38413. stroke
  38414. grestore
  38415. gsave
  38416. 0.002 setlinewidth
  38417. 0.50865 0.46797 moveto 0.49532 0.44995 lineto 0.50349 0.43813 lineto gsave
  38418. 0.696 0.572 0.711 setrgbcolor
  38419. fill grestore
  38420. stroke
  38421. grestore
  38422. gsave
  38423. 0.002 setlinewidth
  38424. 0.60544 0.51188 moveto 0.58868 0.50393 lineto 0.5901 0.53413 lineto gsave
  38425. 0.745 0.354 0.313 setrgbcolor
  38426. fill grestore
  38427. stroke
  38428. grestore
  38429. gsave
  38430. 0.002 setlinewidth
  38431. 0.57266 0.51269 moveto 0.5901 0.53413 lineto 0.58868 0.50393 lineto gsave
  38432. 0.789 0.393 0.304 setrgbcolor
  38433. fill grestore
  38434. stroke
  38435. grestore
  38436. gsave
  38437. 0.002 setlinewidth
  38438. 0.50349 0.43813 moveto 0.51274 0.4638 lineto 0.50865 0.46797 lineto gsave
  38439. 0.635 0.53 0.718 setrgbcolor
  38440. fill grestore
  38441. stroke
  38442. grestore
  38443. gsave
  38444. 0.002 setlinewidth
  38445. 0.50951 0.4059 moveto 0.51366 0.43793 lineto 0.50349 0.43813 lineto gsave
  38446. 0.587 0.474 0.692 setrgbcolor
  38447. fill grestore
  38448. stroke
  38449. grestore
  38450. gsave
  38451. 0.002 setlinewidth
  38452. 0.51274 0.4638 moveto 0.50349 0.43813 lineto 0.51366 0.43793 lineto gsave
  38453. 0.587 0.503 0.727 setrgbcolor
  38454. fill grestore
  38455. stroke
  38456. grestore
  38457. gsave
  38458. 0.002 setlinewidth
  38459. 0.48367 0.30345 moveto 0.48836 0.29568 lineto 0.44795 0.29562 lineto gsave
  38460. 0.374 0 0 setrgbcolor
  38461. fill grestore
  38462. stroke
  38463. grestore
  38464. gsave
  38465. 0.002 setlinewidth
  38466. 0.43765 0.30706 moveto 0.44795 0.29562 lineto 0.4265 0.33086 lineto gsave
  38467. 0.806 0.94 0.58 setrgbcolor
  38468. fill grestore
  38469. stroke
  38470. grestore
  38471. gsave
  38472. 0.002 setlinewidth
  38473. 0.4265 0.33086 moveto 0.41509 0.34961 lineto gsave
  38474. 0.42348 0.33378 lineto 0.806 0.94 0.58 setrgbcolor
  38475. fill grestore
  38476. stroke
  38477. grestore
  38478. gsave
  38479. 0.43765 0.30706 moveto 0.4265 0.33086 lineto 0.42348 0.33378 lineto 0.806 0.94 0.58 setrgbcolor
  38480. fill
  38481. grestore
  38482. gsave
  38483. 0.002 setlinewidth
  38484. 0.41509 0.34961 moveto 0.40067 0.35747 lineto 0.43765 0.30706 lineto gsave
  38485. 0.898 0.97 0.818 setrgbcolor
  38486. fill grestore
  38487. stroke
  38488. grestore
  38489. gsave
  38490. 0.002 setlinewidth
  38491. 0.42676 0.32906 moveto 0.43765 0.30706 lineto 0.40067 0.35747 lineto gsave
  38492. 0 0 0 setrgbcolor
  38493. fill grestore
  38494. stroke
  38495. grestore
  38496. gsave
  38497. 0.002 setlinewidth
  38498. 0.40067 0.35747 moveto 0.38568 0.37259 lineto 0.41007 0.34674 lineto gsave
  38499. 0.551 0.848 0.527 setrgbcolor
  38500. fill grestore
  38501. stroke
  38502. grestore
  38503. gsave
  38504. 0.002 setlinewidth
  38505. 0.41007 0.34674 moveto 0.42676 0.32906 lineto gsave
  38506. 0.4141 0.34285 lineto 0.551 0.848 0.527 setrgbcolor
  38507. fill grestore
  38508. stroke
  38509. grestore
  38510. gsave
  38511. 0.40067 0.35747 moveto 0.41007 0.34674 lineto 0.4141 0.34285 lineto 0.551 0.848 0.527 setrgbcolor
  38512. fill
  38513. grestore
  38514. gsave
  38515. 0.002 setlinewidth
  38516. 0.44795 0.29562 moveto 0.43765 0.30706 lineto 0.48367 0.30345 lineto gsave
  38517. 0.393 0 0.037 setrgbcolor
  38518. fill grestore
  38519. stroke
  38520. grestore
  38521. gsave
  38522. 0.002 setlinewidth
  38523. 0.51366 0.43793 moveto 0.51783 0.46313 lineto 0.51274 0.4638 lineto gsave
  38524. 0.611 0.524 0.731 setrgbcolor
  38525. fill grestore
  38526. stroke
  38527. grestore
  38528. gsave
  38529. 0.002 setlinewidth
  38530. 0.6388 0.52077 moveto 0.62217 0.51783 lineto 0.62551 0.56661 lineto gsave
  38531. 0.703 0.326 0.331 setrgbcolor
  38532. fill grestore
  38533. stroke
  38534. grestore
  38535. gsave
  38536. 0.002 setlinewidth
  38537. 0.62551 0.56661 moveto 0.64307 0.56953 lineto 0.6388 0.52077 lineto gsave
  38538. 0.621 0.244 0.306 setrgbcolor
  38539. fill grestore
  38540. stroke
  38541. grestore
  38542. gsave
  38543. 0.002 setlinewidth
  38544. 0.62217 0.51783 moveto 0.60544 0.51188 lineto 0.60778 0.55363 lineto gsave
  38545. 0.73 0.351 0.334 setrgbcolor
  38546. fill grestore
  38547. stroke
  38548. grestore
  38549. gsave
  38550. 0.002 setlinewidth
  38551. 0.5901 0.53413 moveto 0.60778 0.55363 lineto 0.60544 0.51188 lineto gsave
  38552. 0.767 0.382 0.327 setrgbcolor
  38553. fill grestore
  38554. stroke
  38555. grestore
  38556. gsave
  38557. 0.002 setlinewidth
  38558. 0.47392 0.46452 moveto 0.48999 0.46988 lineto 0.48812 0.49138 lineto gsave
  38559. 0.749 0.598 0.689 setrgbcolor
  38560. fill grestore
  38561. stroke
  38562. grestore
  38563. gsave
  38564. 0.002 setlinewidth
  38565. 0.47095 0.50544 moveto 0.48812 0.49138 lineto 0.48999 0.50737 lineto gsave
  38566. 0.825 0.682 0.704 setrgbcolor
  38567. fill grestore
  38568. stroke
  38569. grestore
  38570. gsave
  38571. 0.002 setlinewidth
  38572. 0.48999 0.50737 moveto 0.4737 0.53503 lineto 0.47095 0.50544 lineto gsave
  38573. 0.828 0.659 0.674 setrgbcolor
  38574. fill grestore
  38575. stroke
  38576. grestore
  38577. gsave
  38578. 0.002 setlinewidth
  38579. 0.5276 0.40652 moveto 0.52619 0.42822 lineto 0.50951 0.4059 lineto gsave
  38580. 0.399 0.351 0.689 setrgbcolor
  38581. fill grestore
  38582. stroke
  38583. grestore
  38584. gsave
  38585. 0.002 setlinewidth
  38586. 0.51366 0.43793 moveto 0.50951 0.4059 lineto 0.52619 0.42822 lineto gsave
  38587. 0.433 0.362 0.678 setrgbcolor
  38588. fill grestore
  38589. stroke
  38590. grestore
  38591. gsave
  38592. 0.002 setlinewidth
  38593. 0.60778 0.55363 moveto 0.62551 0.56661 lineto 0.62217 0.51783 lineto gsave
  38594. 0.716 0.337 0.329 setrgbcolor
  38595. fill grestore
  38596. stroke
  38597. grestore
  38598. gsave
  38599. 0.002 setlinewidth
  38600. 0.40067 0.35747 moveto 0.41509 0.34961 lineto 0.39275 0.44236 lineto gsave
  38601. 0.926 0.777 0.676 setrgbcolor
  38602. fill grestore
  38603. stroke
  38604. grestore
  38605. gsave
  38606. 0.002 setlinewidth
  38607. 0.40916 0.44498 moveto 0.39275 0.44236 lineto 0.41509 0.34961 lineto gsave
  38608. 0.772 0.607 0.675 setrgbcolor
  38609. fill grestore
  38610. stroke
  38611. grestore
  38612. gsave
  38613. 0.002 setlinewidth
  38614. 0.45715 0.56586 moveto 0.4737 0.53503 lineto 0.48192 0.54342 lineto gsave
  38615. 0.91 0.771 0.696 setrgbcolor
  38616. fill grestore
  38617. stroke
  38618. grestore
  38619. gsave
  38620. 0.002 setlinewidth
  38621. 0.48192 0.54342 moveto 0.46829 0.57689 lineto 0.45715 0.56586 lineto gsave
  38622. 0.91 0.771 0.696 setrgbcolor
  38623. fill grestore
  38624. stroke
  38625. grestore
  38626. gsave
  38627. 0.002 setlinewidth
  38628. 0.52478 0.44866 moveto 0.52339 0.46583 lineto 0.51783 0.46313 lineto gsave
  38629. 0.55 0.522 0.777 setrgbcolor
  38630. fill grestore
  38631. stroke
  38632. grestore
  38633. gsave
  38634. 0.002 setlinewidth
  38635. 0.51783 0.46313 moveto 0.51366 0.43793 lineto 0.52478 0.44866 lineto gsave
  38636. 0.46 0.417 0.723 setrgbcolor
  38637. fill grestore
  38638. stroke
  38639. grestore
  38640. gsave
  38641. 0.002 setlinewidth
  38642. 0.32587 0.4399 moveto 0.34277 0.44004 lineto 0.33572 0.49124 lineto gsave
  38643. 0.766 0.759 0.847 setrgbcolor
  38644. fill grestore
  38645. stroke
  38646. grestore
  38647. gsave
  38648. 0.002 setlinewidth
  38649. 0.35147 0.51274 moveto 0.33572 0.49124 lineto 0.34277 0.44004 lineto gsave
  38650. 0.309 0.331 0.721 setrgbcolor
  38651. fill grestore
  38652. stroke
  38653. grestore
  38654. gsave
  38655. 0.002 setlinewidth
  38656. 0.48812 0.49138 moveto 0.47095 0.50544 lineto 0.47392 0.46452 lineto gsave
  38657. 0.79 0.611 0.659 setrgbcolor
  38658. fill grestore
  38659. stroke
  38660. grestore
  38661. gsave
  38662. 0.002 setlinewidth
  38663. 0.45782 0.4589 moveto 0.47392 0.46452 lineto 0.47095 0.50544 lineto gsave
  38664. 0.755 0.58 0.659 setrgbcolor
  38665. fill grestore
  38666. stroke
  38667. grestore
  38668. gsave
  38669. 0.002 setlinewidth
  38670. 0.55203 0.49277 moveto 0.55552 0.49391 lineto gsave
  38671. 0.54872 0.48876 lineto 0.597 0.037 0 setrgbcolor
  38672. fill grestore
  38673. stroke
  38674. grestore
  38675. gsave
  38676. 0.002 setlinewidth
  38677. 0.57266 0.51269 moveto 0.55552 0.49391 lineto 0.55203 0.49277 lineto gsave
  38678. 0.717 0.194 0 setrgbcolor
  38679. fill grestore
  38680. stroke
  38681. grestore
  38682. gsave
  38683. 0.002 setlinewidth
  38684. 0.56755 0.51408 moveto 0.57266 0.51269 lineto gsave
  38685. 0.55616 0.49676 lineto 0.795 0.299 0 setrgbcolor
  38686. fill grestore
  38687. stroke
  38688. grestore
  38689. gsave
  38690. 0.002 setlinewidth
  38691. 0.55203 0.49277 moveto 0.56755 0.51408 lineto gsave
  38692. 0.55616 0.49676 lineto 0.795 0.299 0 setrgbcolor
  38693. fill grestore
  38694. stroke
  38695. grestore
  38696. gsave
  38697. 0.002 setlinewidth
  38698. 0.5901 0.53413 moveto 0.57266 0.51269 lineto 0.56755 0.51408 lineto gsave
  38699. 0.799 0.305 0 setrgbcolor
  38700. fill grestore
  38701. stroke
  38702. grestore
  38703. gsave
  38704. 0.002 setlinewidth
  38705. 0.56755 0.51408 moveto 0.58348 0.53892 lineto 0.5901 0.53413 lineto gsave
  38706. 0.826 0.356 0.077 setrgbcolor
  38707. fill grestore
  38708. stroke
  38709. grestore
  38710. gsave
  38711. 0.002 setlinewidth
  38712. 0.56755 0.51408 moveto 0.55711 0.49552 lineto gsave
  38713. 0.57848 0.53068 lineto 0 0 0.467 setrgbcolor
  38714. fill grestore
  38715. stroke
  38716. grestore
  38717. gsave
  38718. 0.58348 0.53892 moveto 0.56755 0.51408 lineto 0.57848 0.53068 lineto 0 0 0.467 setrgbcolor
  38719. fill
  38720. grestore
  38721. gsave
  38722. 0.002 setlinewidth
  38723. 0.55203 0.49277 moveto 0.54515 0.48246 lineto gsave
  38724. 0.55499 0.49634 lineto 0 0 0.473 setrgbcolor
  38725. fill grestore
  38726. stroke
  38727. grestore
  38728. gsave
  38729. 0.56755 0.51408 moveto 0.55203 0.49277 lineto 0.55499 0.49634 lineto 0 0 0.473 setrgbcolor
  38730. fill
  38731. grestore
  38732. gsave
  38733. 0.002 setlinewidth
  38734. 0.53689 0.47983 moveto 0.55203 0.49277 lineto gsave
  38735. 0.54872 0.48876 lineto 0.597 0.037 0 setrgbcolor
  38736. fill grestore
  38737. stroke
  38738. grestore
  38739. gsave
  38740. 0.002 setlinewidth
  38741. 0.55203 0.49277 moveto 0.53689 0.47983 lineto 0.53348 0.47591 lineto gsave
  38742. 0 0.168 0.689 setrgbcolor
  38743. fill grestore
  38744. stroke
  38745. grestore
  38746. gsave
  38747. 0.002 setlinewidth
  38748. 0.52619 0.42822 moveto 0.52478 0.44866 lineto 0.51366 0.43793 lineto gsave
  38749. 0.465 0.417 0.72 setrgbcolor
  38750. fill grestore
  38751. stroke
  38752. grestore
  38753. gsave
  38754. 0.002 setlinewidth
  38755. 0.53569 0.46574 moveto 0.5288 0.47069 lineto 0.52339 0.46583 lineto gsave
  38756. 0.356 0.471 0.84 setrgbcolor
  38757. fill grestore
  38758. stroke
  38759. grestore
  38760. gsave
  38761. 0.002 setlinewidth
  38762. 0.52339 0.46583 moveto 0.52478 0.44866 lineto 0.53569 0.46574 lineto gsave
  38763. 0.371 0.362 0.72 setrgbcolor
  38764. fill grestore
  38765. stroke
  38766. grestore
  38767. gsave
  38768. 0.002 setlinewidth
  38769. 0.44167 0.4535 moveto 0.45782 0.4589 lineto 0.45359 0.52125 lineto gsave
  38770. 0.759 0.573 0.645 setrgbcolor
  38771. fill grestore
  38772. stroke
  38773. grestore
  38774. gsave
  38775. 0.002 setlinewidth
  38776. 0.47095 0.50544 moveto 0.45359 0.52125 lineto 0.45782 0.4589 lineto gsave
  38777. 0.787 0.598 0.645 setrgbcolor
  38778. fill grestore
  38779. stroke
  38780. grestore
  38781. gsave
  38782. 0.002 setlinewidth
  38783. 0.54515 0.48246 moveto 0.53348 0.47591 lineto 0.5288 0.47069 lineto gsave
  38784. 0 0.298 0.794 setrgbcolor
  38785. fill grestore
  38786. stroke
  38787. grestore
  38788. gsave
  38789. 0.002 setlinewidth
  38790. 0.5288 0.47069 moveto 0.53569 0.46574 lineto 0.54515 0.48246 lineto gsave
  38791. 0.291 0.345 0.747 setrgbcolor
  38792. fill grestore
  38793. stroke
  38794. grestore
  38795. gsave
  38796. 0.002 setlinewidth
  38797. 0.53348 0.47591 moveto 0.54515 0.48246 lineto 0.55203 0.49277 lineto gsave
  38798. 0.036 0.298 0.789 setrgbcolor
  38799. fill grestore
  38800. stroke
  38801. grestore
  38802. gsave
  38803. 0.002 setlinewidth
  38804. 0.37678 0.59866 moveto 0.39175 0.61776 lineto 0.41489 0.63905 lineto gsave
  38805. 0.701 0.2 0 setrgbcolor
  38806. fill grestore
  38807. stroke
  38808. grestore
  38809. gsave
  38810. 0.002 setlinewidth
  38811. 0.42766 0.64212 moveto 0.41489 0.63905 lineto 0.39175 0.61776 lineto gsave
  38812. 0.175 0.539 0.926 setrgbcolor
  38813. fill grestore
  38814. stroke
  38815. grestore
  38816. gsave
  38817. 0.002 setlinewidth
  38818. 0.42546 0.44875 moveto 0.44167 0.4535 lineto 0.43609 0.53565 lineto gsave
  38819. 0.763 0.573 0.64 setrgbcolor
  38820. fill grestore
  38821. stroke
  38822. grestore
  38823. gsave
  38824. 0.002 setlinewidth
  38825. 0.45359 0.52125 moveto 0.43609 0.53565 lineto 0.44167 0.4535 lineto gsave
  38826. 0.775 0.584 0.64 setrgbcolor
  38827. fill grestore
  38828. stroke
  38829. grestore
  38830. gsave
  38831. 0.002 setlinewidth
  38832. 0.72317 0.44611 moveto 0.70807 0.47874 lineto 0.69165 0.44836 lineto gsave
  38833. 0.979 0.864 0.654 setrgbcolor
  38834. fill grestore
  38835. stroke
  38836. grestore
  38837. gsave
  38838. 0.002 setlinewidth
  38839. 0.69165 0.44836 moveto 0.70524 0.40367 lineto 0.72317 0.44611 lineto gsave
  38840. 0.983 0.829 0.612 setrgbcolor
  38841. fill grestore
  38842. stroke
  38843. grestore
  38844. gsave
  38845. 0.002 setlinewidth
  38846. 0.40916 0.44498 moveto 0.42546 0.44875 lineto 0.41858 0.54557 lineto gsave
  38847. 0.768 0.579 0.642 setrgbcolor
  38848. fill grestore
  38849. stroke
  38850. grestore
  38851. gsave
  38852. 0.002 setlinewidth
  38853. 0.43609 0.53565 moveto 0.41858 0.54557 lineto 0.42546 0.44875 lineto gsave
  38854. 0.754 0.567 0.642 setrgbcolor
  38855. fill grestore
  38856. stroke
  38857. grestore
  38858. gsave
  38859. 0.002 setlinewidth
  38860. 0.45359 0.52125 moveto 0.47095 0.50544 lineto 0.4737 0.53503 lineto gsave
  38861. 0.817 0.651 0.678 setrgbcolor
  38862. fill grestore
  38863. stroke
  38864. grestore
  38865. gsave
  38866. 0.002 setlinewidth
  38867. 0.54269 0.46268 moveto 0.53569 0.46574 lineto 0.52478 0.44866 lineto gsave
  38868. 0.213 0.291 0.728 setrgbcolor
  38869. fill grestore
  38870. stroke
  38871. grestore
  38872. gsave
  38873. 0.002 setlinewidth
  38874. 0.52478 0.44866 moveto 0.52619 0.42822 lineto 0.54269 0.46268 lineto gsave
  38875. 0.326 0.295 0.671 setrgbcolor
  38876. fill grestore
  38877. stroke
  38878. grestore
  38879. gsave
  38880. 0.002 setlinewidth
  38881. 0.44045 0.59434 moveto 0.45715 0.56586 lineto 0.46829 0.57689 lineto gsave
  38882. 0.903 0.774 0.709 setrgbcolor
  38883. fill grestore
  38884. stroke
  38885. grestore
  38886. gsave
  38887. 0.002 setlinewidth
  38888. 0.46829 0.57689 moveto 0.45458 0.60794 lineto 0.44045 0.59434 lineto gsave
  38889. 0.903 0.774 0.709 setrgbcolor
  38890. fill grestore
  38891. stroke
  38892. grestore
  38893. gsave
  38894. 0.002 setlinewidth
  38895. 0.4737 0.53503 moveto 0.45715 0.56586 lineto 0.45359 0.52125 lineto gsave
  38896. 0.824 0.645 0.66 setrgbcolor
  38897. fill grestore
  38898. stroke
  38899. grestore
  38900. gsave
  38901. 0.002 setlinewidth
  38902. 0.84404 0.44649 moveto 0.82437 0.42377 lineto 0.80035 0.3569 lineto gsave
  38903. 0 0.191 0.72 setrgbcolor
  38904. fill grestore
  38905. stroke
  38906. grestore
  38907. gsave
  38908. 0.002 setlinewidth
  38909. 0.78177 0.33546 moveto 0.80035 0.3569 lineto 0.82437 0.42377 lineto gsave
  38910. 0 0.126 0.675 setrgbcolor
  38911. fill grestore
  38912. stroke
  38913. grestore
  38914. gsave
  38915. 0.002 setlinewidth
  38916. 0.39275 0.44236 moveto 0.40916 0.44498 lineto 0.40123 0.54864 lineto gsave
  38917. 0.773 0.59 0.651 setrgbcolor
  38918. fill grestore
  38919. stroke
  38920. grestore
  38921. gsave
  38922. 0.002 setlinewidth
  38923. 0.41858 0.54557 moveto 0.40123 0.54864 lineto 0.40916 0.44498 lineto gsave
  38924. 0.722 0.545 0.65 setrgbcolor
  38925. fill grestore
  38926. stroke
  38927. grestore
  38928. gsave
  38929. 0.002 setlinewidth
  38930. 0.34277 0.44004 moveto 0.35956 0.44019 lineto 0.35147 0.51274 lineto gsave
  38931. 0.786 0.686 0.755 setrgbcolor
  38932. fill grestore
  38933. stroke
  38934. grestore
  38935. gsave
  38936. 0.002 setlinewidth
  38937. 0.36761 0.53117 moveto 0.35147 0.51274 lineto 0.35956 0.44019 lineto gsave
  38938. 0.486 0.415 0.702 setrgbcolor
  38939. fill grestore
  38940. stroke
  38941. grestore
  38942. gsave
  38943. 0.002 setlinewidth
  38944. 0.35147 0.51274 moveto 0.36761 0.53117 lineto 0.37678 0.59866 lineto gsave
  38945. 0.419 0.398 0.73 setrgbcolor
  38946. fill grestore
  38947. stroke
  38948. grestore
  38949. gsave
  38950. 0.002 setlinewidth
  38951. 0.39175 0.61776 moveto 0.37678 0.59866 lineto 0.36761 0.53117 lineto gsave
  38952. 0.262 0.28 0.691 setrgbcolor
  38953. fill grestore
  38954. stroke
  38955. grestore
  38956. gsave
  38957. 0.002 setlinewidth
  38958. 0.5498 0.4603 moveto 0.54269 0.46268 lineto 0.52619 0.42822 lineto gsave
  38959. 0.166 0.211 0.665 setrgbcolor
  38960. fill grestore
  38961. stroke
  38962. grestore
  38963. gsave
  38964. 0.002 setlinewidth
  38965. 0.52619 0.42822 moveto 0.5276 0.40652 lineto 0.5498 0.4603 lineto gsave
  38966. 0.286 0.253 0.645 setrgbcolor
  38967. fill grestore
  38968. stroke
  38969. grestore
  38970. gsave
  38971. 0.002 setlinewidth
  38972. 0.38568 0.37259 moveto 0.40067 0.35747 lineto 0.37622 0.44084 lineto gsave
  38973. 0.972 0.878 0.681 setrgbcolor
  38974. fill grestore
  38975. stroke
  38976. grestore
  38977. gsave
  38978. 0.002 setlinewidth
  38979. 0.39275 0.44236 moveto 0.37622 0.44084 lineto 0.40067 0.35747 lineto gsave
  38980. 0.777 0.64 0.71 setrgbcolor
  38981. fill grestore
  38982. stroke
  38983. grestore
  38984. gsave
  38985. 0.002 setlinewidth
  38986. 0.37622 0.44084 moveto 0.39275 0.44236 lineto 0.38421 0.54373 lineto gsave
  38987. 0.779 0.609 0.669 setrgbcolor
  38988. fill grestore
  38989. stroke
  38990. grestore
  38991. gsave
  38992. 0.002 setlinewidth
  38993. 0.40123 0.54864 moveto 0.38421 0.54373 lineto 0.39275 0.44236 lineto gsave
  38994. 0.673 0.515 0.663 setrgbcolor
  38995. fill grestore
  38996. stroke
  38997. grestore
  38998. gsave
  38999. 0.002 setlinewidth
  39000. 0.39175 0.61776 moveto 0.40749 0.62345 lineto 0.42766 0.64212 lineto gsave
  39001. 0.175 0.539 0.926 setrgbcolor
  39002. fill grestore
  39003. stroke
  39004. grestore
  39005. gsave
  39006. 0.002 setlinewidth
  39007. 0.44096 0.63109 moveto 0.42766 0.64212 lineto 0.40749 0.62345 lineto gsave
  39008. 0.767 0.79 0.872 setrgbcolor
  39009. fill grestore
  39010. stroke
  39011. grestore
  39012. gsave
  39013. 0.002 setlinewidth
  39014. 0.55711 0.49552 moveto 0.54515 0.48246 lineto 0.53569 0.46574 lineto gsave
  39015. 0 0.091 0.646 setrgbcolor
  39016. fill grestore
  39017. stroke
  39018. grestore
  39019. gsave
  39020. 0.002 setlinewidth
  39021. 0.53569 0.46574 moveto 0.54269 0.46268 lineto 0.55711 0.49552 lineto gsave
  39022. 0.195 0.243 0.685 setrgbcolor
  39023. fill grestore
  39024. stroke
  39025. grestore
  39026. gsave
  39027. 0.002 setlinewidth
  39028. 0.42381 0.61496 moveto 0.44045 0.59434 lineto 0.45458 0.60794 lineto gsave
  39029. 0.875 0.785 0.758 setrgbcolor
  39030. fill grestore
  39031. stroke
  39032. grestore
  39033. gsave
  39034. 0.002 setlinewidth
  39035. 0.45458 0.60794 moveto 0.44096 0.63109 lineto 0.42381 0.61496 lineto gsave
  39036. 0.875 0.785 0.758 setrgbcolor
  39037. fill grestore
  39038. stroke
  39039. grestore
  39040. gsave
  39041. 0.002 setlinewidth
  39042. 0.48836 0.29568 moveto 0.48367 0.30345 lineto 0.53493 0.34527 lineto gsave
  39043. 0.747 0.264 0.095 setrgbcolor
  39044. fill grestore
  39045. stroke
  39046. grestore
  39047. gsave
  39048. 0.002 setlinewidth
  39049. 0.43609 0.53565 moveto 0.45359 0.52125 lineto 0.45715 0.56586 lineto gsave
  39050. 0.798 0.626 0.668 setrgbcolor
  39051. fill grestore
  39052. stroke
  39053. grestore
  39054. gsave
  39055. 0.002 setlinewidth
  39056. 0.55702 0.45718 moveto 0.5498 0.4603 lineto 0.5276 0.40652 lineto gsave
  39057. 0.174 0.191 0.637 setrgbcolor
  39058. fill grestore
  39059. stroke
  39060. grestore
  39061. gsave
  39062. 0.002 setlinewidth
  39063. 0.5276 0.40652 moveto 0.52902 0.38581 lineto 0.55702 0.45718 lineto gsave
  39064. 0.24 0.22 0.634 setrgbcolor
  39065. fill grestore
  39066. stroke
  39067. grestore
  39068. gsave
  39069. 0.002 setlinewidth
  39070. 0.40749 0.62345 moveto 0.42381 0.61496 lineto 0.44096 0.63109 lineto gsave
  39071. 0.767 0.79 0.872 setrgbcolor
  39072. fill grestore
  39073. stroke
  39074. grestore
  39075. gsave
  39076. 0.002 setlinewidth
  39077. 0.54515 0.48246 moveto 0.55711 0.49552 lineto 0.56755 0.51408 lineto gsave
  39078. 0 0.066 0.63 setrgbcolor
  39079. fill grestore
  39080. stroke
  39081. grestore
  39082. gsave
  39083. 0.002 setlinewidth
  39084. 0.47871 0.32067 moveto 0.48367 0.30345 lineto 0.43765 0.30706 lineto gsave
  39085. 0.452 0.046 0.177 setrgbcolor
  39086. fill grestore
  39087. stroke
  39088. grestore
  39089. gsave
  39090. 0.002 setlinewidth
  39091. 0.43765 0.30706 moveto 0.42676 0.32906 lineto 0.47871 0.32067 lineto gsave
  39092. 0.45 0.073 0.23 setrgbcolor
  39093. fill grestore
  39094. stroke
  39095. grestore
  39096. gsave
  39097. 0.002 setlinewidth
  39098. 0.37622 0.44084 moveto 0.35956 0.44019 lineto 0.38568 0.37259 lineto gsave
  39099. 0.778 0.693 0.769 setrgbcolor
  39100. fill grestore
  39101. stroke
  39102. grestore
  39103. gsave
  39104. 0.002 setlinewidth
  39105. 0.35956 0.44019 moveto 0.37622 0.44084 lineto 0.36761 0.53117 lineto gsave
  39106. 0.785 0.639 0.701 setrgbcolor
  39107. fill grestore
  39108. stroke
  39109. grestore
  39110. gsave
  39111. 0.002 setlinewidth
  39112. 0.38421 0.54373 moveto 0.36761 0.53117 lineto 0.37622 0.44084 lineto gsave
  39113. 0.599 0.474 0.681 setrgbcolor
  39114. fill grestore
  39115. stroke
  39116. grestore
  39117. gsave
  39118. 0.002 setlinewidth
  39119. 0.45715 0.56586 moveto 0.44045 0.59434 lineto 0.43609 0.53565 lineto gsave
  39120. 0.805 0.627 0.661 setrgbcolor
  39121. fill grestore
  39122. stroke
  39123. grestore
  39124. gsave
  39125. 0.002 setlinewidth
  39126. 0.56433 0.45196 moveto 0.55702 0.45718 lineto 0.52902 0.38581 lineto gsave
  39127. 0.215 0.206 0.632 setrgbcolor
  39128. fill grestore
  39129. stroke
  39130. grestore
  39131. gsave
  39132. 0.002 setlinewidth
  39133. 0.52902 0.38581 moveto 0.53045 0.36818 lineto 0.56433 0.45196 lineto gsave
  39134. 0.179 0.189 0.632 setrgbcolor
  39135. fill grestore
  39136. stroke
  39137. grestore
  39138. gsave
  39139. 0.002 setlinewidth
  39140. 0.76435 0.3233 moveto 0.75556 0.32349 lineto gsave
  39141. 0.74527 0.31508 lineto 0.402 0.742 0.993 setrgbcolor
  39142. fill grestore
  39143. stroke
  39144. grestore
  39145. gsave
  39146. 0.002 setlinewidth
  39147. 0.70134 0.29615 moveto 0.71444 0.29157 lineto 0.76435 0.3233 lineto gsave
  39148. 0.53 0.784 0.991 setrgbcolor
  39149. fill grestore
  39150. stroke
  39151. grestore
  39152. gsave
  39153. 0.002 setlinewidth
  39154. 0.78177 0.33546 moveto 0.76435 0.3233 lineto 0.7499 0.31411 lineto gsave
  39155. 0.439 0 0 setrgbcolor
  39156. fill grestore
  39157. stroke
  39158. grestore
  39159. gsave
  39160. 0.002 setlinewidth
  39161. 0.7499 0.31411 moveto 0.71444 0.29157 lineto gsave
  39162. 0.75133 0.31561 lineto 0.439 0 0 setrgbcolor
  39163. fill grestore
  39164. stroke
  39165. grestore
  39166. gsave
  39167. 0.78177 0.33546 moveto 0.7499 0.31411 lineto 0.75133 0.31561 lineto 0.439 0 0 setrgbcolor
  39168. fill
  39169. grestore
  39170. gsave
  39171. 0.002 setlinewidth
  39172. 0.7284 0.29699 moveto 0.78177 0.33546 lineto gsave
  39173. 0.72459 0.29819 lineto 0 0.384 0.802 setrgbcolor
  39174. fill grestore
  39175. stroke
  39176. grestore
  39177. gsave
  39178. 0.002 setlinewidth
  39179. 0.7284 0.29699 moveto 0.74318 0.3098 lineto 0.75532 0.3198 lineto gsave
  39180. 0.478 0 0 setrgbcolor
  39181. fill grestore
  39182. stroke
  39183. grestore
  39184. gsave
  39185. 0.002 setlinewidth
  39186. 0.75532 0.3198 moveto 0.80035 0.3569 lineto gsave
  39187. 0.7535 0.31789 lineto 0.478 0 0 setrgbcolor
  39188. fill grestore
  39189. stroke
  39190. grestore
  39191. gsave
  39192. 0.7284 0.29699 moveto 0.75532 0.3198 lineto 0.7535 0.31789 lineto 0.478 0 0 setrgbcolor
  39193. fill
  39194. grestore
  39195. gsave
  39196. 0.002 setlinewidth
  39197. 0.71444 0.29157 moveto 0.71835 0.29309 lineto gsave
  39198. 0.72459 0.29819 lineto 0 0.384 0.802 setrgbcolor
  39199. fill grestore
  39200. stroke
  39201. grestore
  39202. gsave
  39203. 0.002 setlinewidth
  39204. 0.71835 0.29309 moveto 0.7284 0.29699 lineto gsave
  39205. 0.72459 0.29819 lineto 0 0.384 0.802 setrgbcolor
  39206. fill grestore
  39207. stroke
  39208. grestore
  39209. gsave
  39210. 0.002 setlinewidth
  39211. 0.74817 0.32364 moveto 0.70134 0.29615 lineto gsave
  39212. 0.74527 0.31508 lineto 0.402 0.742 0.993 setrgbcolor
  39213. fill grestore
  39214. stroke
  39215. grestore
  39216. gsave
  39217. 0.002 setlinewidth
  39218. 0.75556 0.32349 moveto 0.74817 0.32364 lineto gsave
  39219. 0.74527 0.31508 lineto 0.402 0.742 0.993 setrgbcolor
  39220. fill grestore
  39221. stroke
  39222. grestore
  39223. gsave
  39224. 0.002 setlinewidth
  39225. 0.74817 0.32364 moveto 0.73312 0.33786 lineto 0.68902 0.31185 lineto gsave
  39226. 0.837 0.832 0.843 setrgbcolor
  39227. fill grestore
  39228. stroke
  39229. grestore
  39230. gsave
  39231. 0.002 setlinewidth
  39232. 0.68902 0.31185 moveto 0.70134 0.29615 lineto 0.74817 0.32364 lineto gsave
  39233. 0.829 0.839 0.855 setrgbcolor
  39234. fill grestore
  39235. stroke
  39236. grestore
  39237. gsave
  39238. 0.002 setlinewidth
  39239. 0.36761 0.53117 moveto 0.38421 0.54373 lineto 0.39175 0.61776 lineto gsave
  39240. 0.569 0.478 0.712 setrgbcolor
  39241. fill grestore
  39242. stroke
  39243. grestore
  39244. gsave
  39245. 0.002 setlinewidth
  39246. 0.73312 0.33786 moveto 0.71893 0.36539 lineto 0.67731 0.33814 lineto gsave
  39247. 0.903 0.775 0.711 setrgbcolor
  39248. fill grestore
  39249. stroke
  39250. grestore
  39251. gsave
  39252. 0.002 setlinewidth
  39253. 0.67731 0.33814 moveto 0.68902 0.31185 lineto 0.73312 0.33786 lineto gsave
  39254. 0.899 0.799 0.741 setrgbcolor
  39255. fill grestore
  39256. stroke
  39257. grestore
  39258. gsave
  39259. 0.002 setlinewidth
  39260. 0.70807 0.47874 moveto 0.69267 0.5118 lineto 0.67776 0.49376 lineto gsave
  39261. 0.984 0.895 0.642 setrgbcolor
  39262. fill grestore
  39263. stroke
  39264. grestore
  39265. gsave
  39266. 0.002 setlinewidth
  39267. 0.67776 0.49376 moveto 0.69165 0.44836 lineto 0.70807 0.47874 lineto gsave
  39268. 0.991 0.849 0.601 setrgbcolor
  39269. fill grestore
  39270. stroke
  39271. grestore
  39272. gsave
  39273. 0.002 setlinewidth
  39274. 0.37014 0.3921 moveto 0.38568 0.37259 lineto 0.35956 0.44019 lineto gsave
  39275. 0.944 0.954 0.65 setrgbcolor
  39276. fill grestore
  39277. stroke
  39278. grestore
  39279. gsave
  39280. 0.002 setlinewidth
  39281. 0.35956 0.44019 moveto 0.34277 0.44004 lineto 0.37014 0.3921 lineto gsave
  39282. 0.757 0.775 0.868 setrgbcolor
  39283. fill grestore
  39284. stroke
  39285. grestore
  39286. gsave
  39287. 0.002 setlinewidth
  39288. 0.41858 0.54557 moveto 0.43609 0.53565 lineto 0.44045 0.59434 lineto gsave
  39289. 0.77 0.6 0.669 setrgbcolor
  39290. fill grestore
  39291. stroke
  39292. grestore
  39293. gsave
  39294. 0.002 setlinewidth
  39295. 0.80035 0.3569 moveto 0.81978 0.38295 lineto 0.84404 0.44649 lineto gsave
  39296. 0 0.022 0.594 setrgbcolor
  39297. fill grestore
  39298. stroke
  39299. grestore
  39300. gsave
  39301. 0.002 setlinewidth
  39302. 0.40749 0.62345 moveto 0.39175 0.61776 lineto 0.38421 0.54373 lineto gsave
  39303. 0.544 0.459 0.71 setrgbcolor
  39304. fill grestore
  39305. stroke
  39306. grestore
  39307. gsave
  39308. 0.002 setlinewidth
  39309. 0.57169 0.44358 moveto 0.56433 0.45196 lineto 0.53045 0.36818 lineto gsave
  39310. 0.277 0.243 0.64 setrgbcolor
  39311. fill grestore
  39312. stroke
  39313. grestore
  39314. gsave
  39315. 0.002 setlinewidth
  39316. 0.53045 0.36818 moveto 0.53191 0.35517 lineto 0.57169 0.44358 lineto gsave
  39317. 0.086 0.154 0.638 setrgbcolor
  39318. fill grestore
  39319. stroke
  39320. grestore
  39321. gsave
  39322. 0.002 setlinewidth
  39323. 0.56937 0.51127 moveto 0.55711 0.49552 lineto 0.54269 0.46268 lineto gsave
  39324. 0 0.073 0.616 setrgbcolor
  39325. fill grestore
  39326. stroke
  39327. grestore
  39328. gsave
  39329. 0.002 setlinewidth
  39330. 0.54269 0.46268 moveto 0.5498 0.4603 lineto 0.56937 0.51127 lineto gsave
  39331. 0.162 0.2 0.653 setrgbcolor
  39332. fill grestore
  39333. stroke
  39334. grestore
  39335. gsave
  39336. 0.002 setlinewidth
  39337. 0.38421 0.54373 moveto 0.40123 0.54864 lineto 0.40749 0.62345 lineto gsave
  39338. 0.666 0.532 0.692 setrgbcolor
  39339. fill grestore
  39340. stroke
  39341. grestore
  39342. gsave
  39343. 0.002 setlinewidth
  39344. 0.34277 0.44004 moveto 0.32587 0.4399 lineto 0.34258 0.42359 lineto gsave
  39345. 0.632 0.858 0.985 setrgbcolor
  39346. fill grestore
  39347. stroke
  39348. grestore
  39349. gsave
  39350. 0.002 setlinewidth
  39351. 0.34258 0.42359 moveto 0.35419 0.41225 lineto gsave
  39352. 0.35119 0.41955 lineto 0.632 0.858 0.985 setrgbcolor
  39353. fill grestore
  39354. stroke
  39355. grestore
  39356. gsave
  39357. 0.34277 0.44004 moveto 0.34258 0.42359 lineto 0.35119 0.41955 lineto 0.632 0.858 0.985 setrgbcolor
  39358. fill
  39359. grestore
  39360. gsave
  39361. 0.002 setlinewidth
  39362. 0.33808 0.42895 moveto 0.35419 0.41225 lineto 0.34733 0.41895 lineto gsave
  39363. 0 0 0 setrgbcolor
  39364. fill grestore
  39365. stroke
  39366. grestore
  39367. gsave
  39368. 0.002 setlinewidth
  39369. 0.34733 0.41895 moveto 0.32587 0.4399 lineto gsave
  39370. 0.33808 0.42895 lineto 0 0 0 setrgbcolor
  39371. fill grestore
  39372. stroke
  39373. grestore
  39374. gsave
  39375. 0.002 setlinewidth
  39376. 0.32587 0.4399 moveto 0.30891 0.4393 lineto 0.31251 0.43802 lineto gsave
  39377. 0.286 0.765 0.927 setrgbcolor
  39378. fill grestore
  39379. stroke
  39380. grestore
  39381. gsave
  39382. 0.002 setlinewidth
  39383. 0.31251 0.43802 moveto 0.33808 0.42895 lineto gsave
  39384. 0.32782 0.43815 lineto 0.286 0.765 0.927 setrgbcolor
  39385. fill grestore
  39386. stroke
  39387. grestore
  39388. gsave
  39389. 0.32587 0.4399 moveto 0.31251 0.43802 lineto 0.32782 0.43815 lineto 0.286 0.765 0.927 setrgbcolor
  39390. fill
  39391. grestore
  39392. gsave
  39393. 0.002 setlinewidth
  39394. 0.32208 0.4385 moveto 0.33808 0.42895 lineto 0.3096 0.43905 lineto gsave
  39395. 0 0 0 setrgbcolor
  39396. fill grestore
  39397. stroke
  39398. grestore
  39399. gsave
  39400. 0.002 setlinewidth
  39401. 0.3096 0.43905 moveto 0.30891 0.4393 lineto gsave
  39402. 0.3091 0.43928 lineto 0 0 0 setrgbcolor
  39403. fill grestore
  39404. stroke
  39405. grestore
  39406. gsave
  39407. 0.32208 0.4385 moveto 0.3096 0.43905 lineto 0.3091 0.43928 lineto 0 0 0 setrgbcolor
  39408. fill
  39409. grestore
  39410. gsave
  39411. 0.002 setlinewidth
  39412. 0.30891 0.4393 moveto 0.29191 0.4378 lineto 0.32208 0.4385 lineto gsave
  39413. 0 0.564 0.747 setrgbcolor
  39414. fill grestore
  39415. stroke
  39416. grestore
  39417. gsave
  39418. 0.002 setlinewidth
  39419. 0.30648 0.43841 moveto 0.32208 0.4385 lineto 0.29413 0.43786 lineto gsave
  39420. 0.017 0 0 setrgbcolor
  39421. fill grestore
  39422. stroke
  39423. grestore
  39424. gsave
  39425. 0.002 setlinewidth
  39426. 0.29413 0.43786 moveto 0.29191 0.4378 lineto gsave
  39427. 0.29287 0.43784 lineto 0.017 0 0 setrgbcolor
  39428. fill grestore
  39429. stroke
  39430. grestore
  39431. gsave
  39432. 0.30648 0.43841 moveto 0.29413 0.43786 lineto 0.29287 0.43784 lineto 0.017 0 0 setrgbcolor
  39433. fill
  39434. grestore
  39435. gsave
  39436. 0.002 setlinewidth
  39437. 0.33808 0.42895 moveto 0.32208 0.4385 lineto 0.33079 0.43682 lineto gsave
  39438. 0.085 0 0 setrgbcolor
  39439. fill grestore
  39440. stroke
  39441. grestore
  39442. gsave
  39443. 0.002 setlinewidth
  39444. 0.36816 0.39555 moveto 0.34277 0.44004 lineto gsave
  39445. 0.35419 0.41225 lineto 0.764 0.925 0.56 setrgbcolor
  39446. fill grestore
  39447. stroke
  39448. grestore
  39449. gsave
  39450. 0.002 setlinewidth
  39451. 0.33079 0.43682 moveto 0.37935 0.42745 lineto gsave
  39452. 0.33808 0.42895 lineto 0.085 0 0 setrgbcolor
  39453. fill grestore
  39454. stroke
  39455. grestore
  39456. gsave
  39457. 0.002 setlinewidth
  39458. 0.35419 0.41225 moveto 0.33808 0.42895 lineto 0.34096 0.42807 lineto gsave
  39459. 0.141 0 0 setrgbcolor
  39460. fill grestore
  39461. stroke
  39462. grestore
  39463. gsave
  39464. 0.002 setlinewidth
  39465. 0.34096 0.42807 moveto 0.39132 0.41272 lineto gsave
  39466. 0.35419 0.41225 lineto 0.141 0 0 setrgbcolor
  39467. fill grestore
  39468. stroke
  39469. grestore
  39470. gsave
  39471. 0.002 setlinewidth
  39472. 0.35419 0.41225 moveto 0.37014 0.3921 lineto 0.36816 0.39555 lineto gsave
  39473. 0.764 0.925 0.56 setrgbcolor
  39474. fill grestore
  39475. stroke
  39476. grestore
  39477. gsave
  39478. 0.002 setlinewidth
  39479. 0.40123 0.54864 moveto 0.41858 0.54557 lineto 0.42381 0.61496 lineto gsave
  39480. 0.728 0.571 0.677 setrgbcolor
  39481. fill grestore
  39482. stroke
  39483. grestore
  39484. gsave
  39485. 0.002 setlinewidth
  39486. 0.44045 0.59434 moveto 0.42381 0.61496 lineto 0.41858 0.54557 lineto gsave
  39487. 0.765 0.598 0.672 setrgbcolor
  39488. fill grestore
  39489. stroke
  39490. grestore
  39491. gsave
  39492. 0.002 setlinewidth
  39493. 0.71893 0.36539 moveto 0.70524 0.40367 lineto 0.66596 0.37289 lineto gsave
  39494. 0.91 0.737 0.654 setrgbcolor
  39495. fill grestore
  39496. stroke
  39497. grestore
  39498. gsave
  39499. 0.002 setlinewidth
  39500. 0.66596 0.37289 moveto 0.67731 0.33814 lineto 0.71893 0.36539 lineto gsave
  39501. 0.912 0.765 0.685 setrgbcolor
  39502. fill grestore
  39503. stroke
  39504. grestore
  39505. gsave
  39506. 0.002 setlinewidth
  39507. 0.42381 0.61496 moveto 0.40749 0.62345 lineto 0.40123 0.54864 lineto gsave
  39508. 0.689 0.55 0.691 setrgbcolor
  39509. fill grestore
  39510. stroke
  39511. grestore
  39512. gsave
  39513. 0.002 setlinewidth
  39514. 0.4153 0.3577 moveto 0.42676 0.32906 lineto 0.38568 0.37259 lineto gsave
  39515. 0 0 0.064 setrgbcolor
  39516. fill grestore
  39517. stroke
  39518. grestore
  39519. gsave
  39520. 0.002 setlinewidth
  39521. 0.38568 0.37259 moveto 0.37014 0.3921 lineto 0.4153 0.3577 lineto gsave
  39522. 0 0 0 setrgbcolor
  39523. fill grestore
  39524. stroke
  39525. grestore
  39526. gsave
  39527. 0.002 setlinewidth
  39528. 0.60778 0.55363 moveto 0.5901 0.53413 lineto 0.58348 0.53892 lineto gsave
  39529. 0.79 0.3 0.039 setrgbcolor
  39530. fill grestore
  39531. stroke
  39532. grestore
  39533. gsave
  39534. 0.002 setlinewidth
  39535. 0.48367 0.30345 moveto 0.47871 0.32067 lineto 0.53651 0.34724 lineto gsave
  39536. 0.683 0.265 0.247 setrgbcolor
  39537. fill grestore
  39538. stroke
  39539. grestore
  39540. gsave
  39541. 0.002 setlinewidth
  39542. 0.57908 0.43153 moveto 0.57169 0.44358 lineto 0.53191 0.35517 lineto gsave
  39543. 0.351 0.296 0.655 setrgbcolor
  39544. fill grestore
  39545. stroke
  39546. grestore
  39547. gsave
  39548. 0.002 setlinewidth
  39549. 0.53191 0.35517 moveto 0.5334 0.34758 lineto 0.57908 0.43153 lineto gsave
  39550. 0 0.11 0.645 setrgbcolor
  39551. fill grestore
  39552. stroke
  39553. grestore
  39554. gsave
  39555. 0.002 setlinewidth
  39556. 0.69267 0.5118 moveto 0.67675 0.5405 lineto 0.66331 0.53364 lineto gsave
  39557. 0.963 0.941 0.657 setrgbcolor
  39558. fill grestore
  39559. stroke
  39560. grestore
  39561. gsave
  39562. 0.002 setlinewidth
  39563. 0.66331 0.53364 moveto 0.67776 0.49376 lineto 0.69267 0.5118 lineto gsave
  39564. 0.99 0.884 0.616 setrgbcolor
  39565. fill grestore
  39566. stroke
  39567. grestore
  39568. gsave
  39569. 0.002 setlinewidth
  39570. 0.55711 0.49552 moveto 0.56937 0.51127 lineto 0.58348 0.53892 lineto gsave
  39571. 0 0.004 0.58 setrgbcolor
  39572. fill grestore
  39573. stroke
  39574. grestore
  39575. gsave
  39576. 0.002 setlinewidth
  39577. 0.58188 0.52508 moveto 0.56937 0.51127 lineto 0.5498 0.4603 lineto gsave
  39578. 0.076 0.148 0.636 setrgbcolor
  39579. fill grestore
  39580. stroke
  39581. grestore
  39582. gsave
  39583. 0.002 setlinewidth
  39584. 0.5498 0.4603 moveto 0.55702 0.45718 lineto 0.58188 0.52508 lineto gsave
  39585. 0.178 0.201 0.646 setrgbcolor
  39586. fill grestore
  39587. stroke
  39588. grestore
  39589. gsave
  39590. 0.002 setlinewidth
  39591. 0.29191 0.4378 moveto 0.27492 0.43516 lineto 0.30648 0.43841 lineto gsave
  39592. 0 0.512 0.732 setrgbcolor
  39593. fill grestore
  39594. stroke
  39595. grestore
  39596. gsave
  39597. 0.002 setlinewidth
  39598. 0.70524 0.40367 moveto 0.69165 0.44836 lineto 0.65471 0.41253 lineto gsave
  39599. 0.903 0.711 0.634 setrgbcolor
  39600. fill grestore
  39601. stroke
  39602. grestore
  39603. gsave
  39604. 0.002 setlinewidth
  39605. 0.65471 0.41253 moveto 0.66596 0.37289 lineto 0.70524 0.40367 lineto gsave
  39606. 0.907 0.74 0.664 setrgbcolor
  39607. fill grestore
  39608. stroke
  39609. grestore
  39610. gsave
  39611. 0.002 setlinewidth
  39612. 0.80035 0.3569 moveto 0.78177 0.33546 lineto 0.7284 0.29699 lineto gsave
  39613. 0.695 0.171 0 setrgbcolor
  39614. fill grestore
  39615. stroke
  39616. grestore
  39617. gsave
  39618. 0.002 setlinewidth
  39619. 0.47351 0.34374 moveto 0.47871 0.32067 lineto 0.42676 0.32906 lineto gsave
  39620. 0.456 0.083 0.243 setrgbcolor
  39621. fill grestore
  39622. stroke
  39623. grestore
  39624. gsave
  39625. 0.002 setlinewidth
  39626. 0.42676 0.32906 moveto 0.4153 0.3577 lineto 0.47351 0.34374 lineto gsave
  39627. 0.454 0.103 0.279 setrgbcolor
  39628. fill grestore
  39629. stroke
  39630. grestore
  39631. gsave
  39632. 0.002 setlinewidth
  39633. 0.62551 0.56661 moveto 0.60778 0.55363 lineto 0.59974 0.5614 lineto gsave
  39634. 0.711 0.197 0.001 setrgbcolor
  39635. fill grestore
  39636. stroke
  39637. grestore
  39638. gsave
  39639. 0.002 setlinewidth
  39640. 0.58348 0.53892 moveto 0.59974 0.5614 lineto 0.60778 0.55363 lineto gsave
  39641. 0.803 0.325 0.077 setrgbcolor
  39642. fill grestore
  39643. stroke
  39644. grestore
  39645. gsave
  39646. 0.002 setlinewidth
  39647. 0.29148 0.42794 moveto 0.30648 0.43841 lineto 0.27492 0.43516 lineto gsave
  39648. 0 0.404 0.837 setrgbcolor
  39649. fill grestore
  39650. stroke
  39651. grestore
  39652. gsave
  39653. 0.002 setlinewidth
  39654. 0.27492 0.43516 moveto 0.25796 0.4313 lineto 0.29148 0.42794 lineto gsave
  39655. 0.078 0.603 0.873 setrgbcolor
  39656. fill grestore
  39657. stroke
  39658. grestore
  39659. gsave
  39660. 0.002 setlinewidth
  39661. 0.58648 0.41591 moveto 0.57908 0.43153 lineto 0.5334 0.34758 lineto gsave
  39662. 0.432 0.359 0.675 setrgbcolor
  39663. fill grestore
  39664. stroke
  39665. grestore
  39666. gsave
  39667. 0.002 setlinewidth
  39668. 0.67675 0.5405 moveto 0.66021 0.56064 lineto 0.64816 0.56249 lineto gsave
  39669. 0.834 0.98 0.689 setrgbcolor
  39670. fill grestore
  39671. stroke
  39672. grestore
  39673. gsave
  39674. 0.002 setlinewidth
  39675. 0.64816 0.56249 moveto 0.66331 0.53364 lineto 0.67675 0.5405 lineto gsave
  39676. 0.957 0.948 0.672 setrgbcolor
  39677. fill grestore
  39678. stroke
  39679. grestore
  39680. gsave
  39681. 0.002 setlinewidth
  39682. 0.27714 0.40824 moveto 0.29148 0.42794 lineto 0.25796 0.4313 lineto gsave
  39683. 0.056 0.293 0.782 setrgbcolor
  39684. fill grestore
  39685. stroke
  39686. grestore
  39687. gsave
  39688. 0.002 setlinewidth
  39689. 0.25796 0.4313 moveto 0.24103 0.42635 lineto 0.27714 0.40824 lineto gsave
  39690. 0.334 0.7 0.982 setrgbcolor
  39691. fill grestore
  39692. stroke
  39693. grestore
  39694. gsave
  39695. 0.002 setlinewidth
  39696. 0.26337 0.38211 moveto 0.27714 0.40824 lineto 0.24103 0.42635 lineto gsave
  39697. 0.172 0.279 0.733 setrgbcolor
  39698. fill grestore
  39699. stroke
  39700. grestore
  39701. gsave
  39702. 0.002 setlinewidth
  39703. 0.24103 0.42635 moveto 0.22413 0.42062 lineto 0.26337 0.38211 lineto gsave
  39704. 0.52 0.711 0.959 setrgbcolor
  39705. fill grestore
  39706. stroke
  39707. grestore
  39708. gsave
  39709. 0.002 setlinewidth
  39710. 0.40341 0.3876 moveto 0.4153 0.3577 lineto 0.37014 0.3921 lineto gsave
  39711. 0.113 0 0.124 setrgbcolor
  39712. fill grestore
  39713. stroke
  39714. grestore
  39715. gsave
  39716. 0.002 setlinewidth
  39717. 0.37014 0.3921 moveto 0.35419 0.41225 lineto 0.40341 0.3876 lineto gsave
  39718. 0.079 0 0 setrgbcolor
  39719. fill grestore
  39720. stroke
  39721. grestore
  39722. gsave
  39723. 0.002 setlinewidth
  39724. 0.59454 0.53231 moveto 0.58188 0.52508 lineto 0.55702 0.45718 lineto gsave
  39725. 0.269 0.255 0.658 setrgbcolor
  39726. fill grestore
  39727. stroke
  39728. grestore
  39729. gsave
  39730. 0.002 setlinewidth
  39731. 0.55702 0.45718 moveto 0.56433 0.45196 lineto 0.59454 0.53231 lineto gsave
  39732. 0.232 0.236 0.658 setrgbcolor
  39733. fill grestore
  39734. stroke
  39735. grestore
  39736. gsave
  39737. 0.002 setlinewidth
  39738. 0.24993 0.35332 moveto 0.26337 0.38211 lineto 0.22413 0.42062 lineto gsave
  39739. 0.281 0.315 0.719 setrgbcolor
  39740. fill grestore
  39741. stroke
  39742. grestore
  39743. gsave
  39744. 0.002 setlinewidth
  39745. 0.22413 0.42062 moveto 0.20721 0.41455 lineto 0.24993 0.35332 lineto gsave
  39746. 0.614 0.691 0.898 setrgbcolor
  39747. fill grestore
  39748. stroke
  39749. grestore
  39750. gsave
  39751. 0.002 setlinewidth
  39752. 0.59974 0.5614 moveto 0.58348 0.53892 lineto 0.56937 0.51127 lineto gsave
  39753. 0 0.035 0.606 setrgbcolor
  39754. fill grestore
  39755. stroke
  39756. grestore
  39757. gsave
  39758. 0.002 setlinewidth
  39759. 0.64307 0.56953 moveto 0.62551 0.56661 lineto 0.61613 0.57557 lineto gsave
  39760. 0.458 0 0 setrgbcolor
  39761. fill grestore
  39762. stroke
  39763. grestore
  39764. gsave
  39765. 0.002 setlinewidth
  39766. 0.59974 0.5614 moveto 0.61613 0.57557 lineto 0.62551 0.56661 lineto gsave
  39767. 0.698 0.177 0 setrgbcolor
  39768. fill grestore
  39769. stroke
  39770. grestore
  39771. gsave
  39772. 0.002 setlinewidth
  39773. 0.56937 0.51127 moveto 0.58188 0.52508 lineto 0.59974 0.5614 lineto gsave
  39774. 0 0.088 0.644 setrgbcolor
  39775. fill grestore
  39776. stroke
  39777. grestore
  39778. gsave
  39779. 0.002 setlinewidth
  39780. 0.66021 0.56064 moveto 0.64307 0.56953 lineto 0.63236 0.5767 lineto gsave
  39781. 0 0 0 setrgbcolor
  39782. fill grestore
  39783. stroke
  39784. grestore
  39785. gsave
  39786. 0.002 setlinewidth
  39787. 0.61613 0.57557 moveto 0.63236 0.5767 lineto 0.64307 0.56953 lineto gsave
  39788. 0.266 0 0 setrgbcolor
  39789. fill grestore
  39790. stroke
  39791. grestore
  39792. gsave
  39793. 0.002 setlinewidth
  39794. 0.63236 0.5767 moveto 0.64816 0.56249 lineto 0.66021 0.56064 lineto gsave
  39795. 0.699 0.97 0.748 setrgbcolor
  39796. fill grestore
  39797. stroke
  39798. grestore
  39799. gsave
  39800. 0.002 setlinewidth
  39801. 0.69165 0.44836 moveto 0.67776 0.49376 lineto 0.64333 0.45246 lineto gsave
  39802. 0.886 0.691 0.633 setrgbcolor
  39803. fill grestore
  39804. stroke
  39805. grestore
  39806. gsave
  39807. 0.002 setlinewidth
  39808. 0.64333 0.45246 moveto 0.65471 0.41253 lineto 0.69165 0.44836 lineto gsave
  39809. 0.889 0.72 0.665 setrgbcolor
  39810. fill grestore
  39811. stroke
  39812. grestore
  39813. gsave
  39814. 0.002 setlinewidth
  39815. 0.53814 0.35171 moveto 0.53651 0.34724 lineto 0.47871 0.32067 lineto gsave
  39816. 0.517 0 0 setrgbcolor
  39817. fill grestore
  39818. stroke
  39819. grestore
  39820. gsave
  39821. 0.002 setlinewidth
  39822. 0.47871 0.32067 moveto 0.47351 0.34374 lineto 0.53814 0.35171 lineto gsave
  39823. 0.624 0.236 0.287 setrgbcolor
  39824. fill grestore
  39825. stroke
  39826. grestore
  39827. gsave
  39828. 0.002 setlinewidth
  39829. 0.81978 0.38295 moveto 0.80035 0.3569 lineto 0.74318 0.3098 lineto gsave
  39830. 0.74 0.235 0 setrgbcolor
  39831. fill grestore
  39832. stroke
  39833. grestore
  39834. gsave
  39835. 0.002 setlinewidth
  39836. 0.53493 0.34527 moveto 0.53651 0.34724 lineto 0.59387 0.39745 lineto gsave
  39837. 0.505 0 0 setrgbcolor
  39838. fill grestore
  39839. stroke
  39840. grestore
  39841. gsave
  39842. 0.002 setlinewidth
  39843. 0.60715 0.52934 moveto 0.59454 0.53231 lineto 0.56433 0.45196 lineto gsave
  39844. 0.435 0.353 0.665 setrgbcolor
  39845. fill grestore
  39846. stroke
  39847. grestore
  39848. gsave
  39849. 0.002 setlinewidth
  39850. 0.56433 0.45196 moveto 0.57169 0.44358 lineto 0.60715 0.52934 lineto gsave
  39851. 0.315 0.298 0.681 setrgbcolor
  39852. fill grestore
  39853. stroke
  39854. grestore
  39855. gsave
  39856. 0.002 setlinewidth
  39857. 0.70134 0.29615 moveto 0.68902 0.31185 lineto 0.62387 0.32178 lineto gsave
  39858. 0.856 0.899 0.865 setrgbcolor
  39859. fill grestore
  39860. stroke
  39861. grestore
  39862. gsave
  39863. 0.002 setlinewidth
  39864. 0.68902 0.31185 moveto 0.67731 0.33814 lineto 0.61622 0.3382 lineto gsave
  39865. 0.868 0.756 0.737 setrgbcolor
  39866. fill grestore
  39867. stroke
  39868. grestore
  39869. gsave
  39870. 0.002 setlinewidth
  39871. 0.61622 0.3382 moveto 0.62387 0.32178 lineto 0.68902 0.31185 lineto gsave
  39872. 0.865 0.885 0.849 setrgbcolor
  39873. fill grestore
  39874. stroke
  39875. grestore
  39876. gsave
  39877. 0.002 setlinewidth
  39878. 0.67731 0.33814 moveto 0.66596 0.37289 lineto 0.6087 0.35713 lineto gsave
  39879. 0.838 0.674 0.68 setrgbcolor
  39880. fill grestore
  39881. stroke
  39882. grestore
  39883. gsave
  39884. 0.002 setlinewidth
  39885. 0.6087 0.35713 moveto 0.61622 0.3382 lineto 0.67731 0.33814 lineto gsave
  39886. 0.851 0.818 0.816 setrgbcolor
  39887. fill grestore
  39888. stroke
  39889. grestore
  39890. gsave
  39891. 0.002 setlinewidth
  39892. 0.71444 0.29157 moveto 0.70134 0.29615 lineto 0.64553 0.30616 lineto gsave
  39893. 0.348 0.826 0.835 setrgbcolor
  39894. fill grestore
  39895. stroke
  39896. grestore
  39897. gsave
  39898. 0.71444 0.29157 moveto 0.64553 0.30616 lineto 0.64971 0.30492 lineto 0.348 0.826 0.835 setrgbcolor
  39899. fill
  39900. grestore
  39901. gsave
  39902. 0.002 setlinewidth
  39903. 0.62387 0.32178 moveto 0.63171 0.30863 lineto 0.70134 0.29615 lineto gsave
  39904. 0.832 0.935 0.896 setrgbcolor
  39905. fill grestore
  39906. stroke
  39907. grestore
  39908. gsave
  39909. 0.002 setlinewidth
  39910. 0.63171 0.30863 moveto 0.63977 0.29897 lineto 0.71444 0.29157 lineto gsave
  39911. 0.732 0.946 0.951 setrgbcolor
  39912. fill grestore
  39913. stroke
  39914. grestore
  39915. gsave
  39916. 0.002 setlinewidth
  39917. 0.7284 0.29699 moveto 0.71444 0.29157 lineto 0.6463 0.29832 lineto gsave
  39918. 0.424 0 0 setrgbcolor
  39919. fill grestore
  39920. stroke
  39921. grestore
  39922. gsave
  39923. 0.002 setlinewidth
  39924. 0.6463 0.29832 moveto 0.63977 0.29897 lineto gsave
  39925. 0.65108 0.29872 lineto 0.424 0 0 setrgbcolor
  39926. fill grestore
  39927. stroke
  39928. grestore
  39929. gsave
  39930. 0.7284 0.29699 moveto 0.6463 0.29832 lineto 0.65108 0.29872 lineto 0.424 0 0 setrgbcolor
  39931. fill
  39932. grestore
  39933. gsave
  39934. 0.002 setlinewidth
  39935. 0.63977 0.29897 moveto 0.64808 0.2924 lineto 0.68495 0.29451 lineto gsave
  39936. 0.568 0.889 0.988 setrgbcolor
  39937. fill grestore
  39938. stroke
  39939. grestore
  39940. gsave
  39941. 0.002 setlinewidth
  39942. 0.68495 0.29451 moveto 0.7284 0.29699 lineto gsave
  39943. 0.67232 0.29824 lineto 0.568 0.889 0.988 setrgbcolor
  39944. fill grestore
  39945. stroke
  39946. grestore
  39947. gsave
  39948. 0.63977 0.29897 moveto 0.68495 0.29451 lineto 0.67232 0.29824 lineto 0.568 0.889 0.988 setrgbcolor
  39949. fill
  39950. grestore
  39951. gsave
  39952. 0.002 setlinewidth
  39953. 0.74318 0.3098 moveto 0.7284 0.29699 lineto 0.65065 0.29255 lineto gsave
  39954. 0.63 0.104 0 setrgbcolor
  39955. fill grestore
  39956. stroke
  39957. grestore
  39958. gsave
  39959. 0.002 setlinewidth
  39960. 0.65065 0.29255 moveto 0.64808 0.2924 lineto gsave
  39961. 0.6534 0.29338 lineto 0.63 0.104 0 setrgbcolor
  39962. fill grestore
  39963. stroke
  39964. grestore
  39965. gsave
  39966. 0.74318 0.3098 moveto 0.65065 0.29255 lineto 0.6534 0.29338 lineto 0.63 0.104 0 setrgbcolor
  39967. fill
  39968. grestore
  39969. gsave
  39970. 0.002 setlinewidth
  39971. 0.64808 0.2924 moveto 0.65661 0.28805 lineto 0.7226 0.30463 lineto gsave
  39972. 0.402 0.779 0.992 setrgbcolor
  39973. fill grestore
  39974. stroke
  39975. grestore
  39976. gsave
  39977. 0.64808 0.2924 moveto 0.7226 0.30463 lineto 0.70857 0.30347 lineto 0.402 0.779 0.992 setrgbcolor
  39978. fill
  39979. grestore
  39980. gsave
  39981. 0.002 setlinewidth
  39982. 0.7226 0.30463 moveto 0.74318 0.3098 lineto gsave
  39983. 0.70857 0.30347 lineto 0.402 0.779 0.992 setrgbcolor
  39984. fill grestore
  39985. stroke
  39986. grestore
  39987. gsave
  39988. 0.002 setlinewidth
  39989. 0.75858 0.32618 moveto 0.74318 0.3098 lineto 0.65661 0.28805 lineto gsave
  39990. 0.688 0.165 0 setrgbcolor
  39991. fill grestore
  39992. stroke
  39993. grestore
  39994. gsave
  39995. 0.002 setlinewidth
  39996. 0.65661 0.28805 moveto 0.66534 0.28466 lineto 0.75041 0.32254 lineto gsave
  39997. 0.314 0.678 0.977 setrgbcolor
  39998. fill grestore
  39999. stroke
  40000. grestore
  40001. gsave
  40002. 0.002 setlinewidth
  40003. 0.75041 0.32254 moveto 0.75858 0.32618 lineto gsave
  40004. 0.74244 0.32015 lineto 0.314 0.678 0.977 setrgbcolor
  40005. fill grestore
  40006. stroke
  40007. grestore
  40008. gsave
  40009. 0.65661 0.28805 moveto 0.75041 0.32254 lineto 0.74244 0.32015 lineto 0.314 0.678 0.977 setrgbcolor
  40010. fill
  40011. grestore
  40012. gsave
  40013. 0.002 setlinewidth
  40014. 0.64553 0.30616 moveto 0.63171 0.30863 lineto gsave
  40015. 0.64971 0.30492 lineto 0.348 0.826 0.835 setrgbcolor
  40016. fill grestore
  40017. stroke
  40018. grestore
  40019. gsave
  40020. 0.002 setlinewidth
  40021. 0.61613 0.57557 moveto 0.59974 0.5614 lineto 0.58188 0.52508 lineto gsave
  40022. 0.17 0.301 0.756 setrgbcolor
  40023. fill grestore
  40024. stroke
  40025. grestore
  40026. gsave
  40027. 0.002 setlinewidth
  40028. 0.39132 0.41272 moveto 0.40341 0.3876 lineto 0.35419 0.41225 lineto gsave
  40029. 0.158 0 0.093 setrgbcolor
  40030. fill grestore
  40031. stroke
  40032. grestore
  40033. gsave
  40034. 0.002 setlinewidth
  40035. 0.46811 0.36783 moveto 0.47351 0.34374 lineto 0.4153 0.3577 lineto gsave
  40036. 0.435 0.066 0.239 setrgbcolor
  40037. fill grestore
  40038. stroke
  40039. grestore
  40040. gsave
  40041. 0.002 setlinewidth
  40042. 0.4153 0.3577 moveto 0.40341 0.3876 lineto 0.46811 0.36783 lineto gsave
  40043. 0.437 0.087 0.273 setrgbcolor
  40044. fill grestore
  40045. stroke
  40046. grestore
  40047. gsave
  40048. 0.002 setlinewidth
  40049. 0.58188 0.52508 moveto 0.59454 0.53231 lineto 0.61613 0.57557 lineto gsave
  40050. 0.136 0.285 0.753 setrgbcolor
  40051. fill grestore
  40052. stroke
  40053. grestore
  40054. gsave
  40055. 0.002 setlinewidth
  40056. 0.61956 0.51434 moveto 0.60715 0.52934 lineto 0.57169 0.44358 lineto gsave
  40057. 0.559 0.43 0.661 setrgbcolor
  40058. fill grestore
  40059. stroke
  40060. grestore
  40061. gsave
  40062. 0.002 setlinewidth
  40063. 0.57169 0.44358 moveto 0.57908 0.43153 lineto 0.61956 0.51434 lineto gsave
  40064. 0.418 0.38 0.709 setrgbcolor
  40065. fill grestore
  40066. stroke
  40067. grestore
  40068. gsave
  40069. 0.002 setlinewidth
  40070. 0.67776 0.49376 moveto 0.66331 0.53364 lineto 0.63163 0.48782 lineto gsave
  40071. 0.859 0.673 0.649 setrgbcolor
  40072. fill grestore
  40073. stroke
  40074. grestore
  40075. gsave
  40076. 0.002 setlinewidth
  40077. 0.63163 0.48782 moveto 0.64333 0.45246 lineto 0.67776 0.49376 lineto gsave
  40078. 0.857 0.699 0.684 setrgbcolor
  40079. fill grestore
  40080. stroke
  40081. grestore
  40082. gsave
  40083. 0.002 setlinewidth
  40084. 0.66596 0.37289 moveto 0.65471 0.41253 lineto 0.60127 0.37736 lineto gsave
  40085. 0.803 0.621 0.655 setrgbcolor
  40086. fill grestore
  40087. stroke
  40088. grestore
  40089. gsave
  40090. 0.002 setlinewidth
  40091. 0.60127 0.37736 moveto 0.6087 0.35713 lineto 0.66596 0.37289 lineto gsave
  40092. 0.804 0.741 0.794 setrgbcolor
  40093. fill grestore
  40094. stroke
  40095. grestore
  40096. gsave
  40097. 0.002 setlinewidth
  40098. 0.60127 0.37736 moveto 0.59387 0.39745 lineto 0.53651 0.34724 lineto gsave
  40099. 0.601 0.513 0.727 setrgbcolor
  40100. fill grestore
  40101. stroke
  40102. grestore
  40103. gsave
  40104. 0.002 setlinewidth
  40105. 0.53651 0.34724 moveto 0.53814 0.35171 lineto 0.60127 0.37736 lineto gsave
  40106. 0.522 0 0 setrgbcolor
  40107. fill grestore
  40108. stroke
  40109. grestore
  40110. gsave
  40111. 0.002 setlinewidth
  40112. 0.63163 0.48782 moveto 0.61956 0.51434 lineto 0.57908 0.43153 lineto gsave
  40113. 0.648 0.489 0.653 setrgbcolor
  40114. fill grestore
  40115. stroke
  40116. grestore
  40117. gsave
  40118. 0.002 setlinewidth
  40119. 0.57908 0.43153 moveto 0.58648 0.41591 lineto 0.63163 0.48782 lineto gsave
  40120. 0.53 0.472 0.736 setrgbcolor
  40121. fill grestore
  40122. stroke
  40123. grestore
  40124. gsave
  40125. 0.002 setlinewidth
  40126. 0.74318 0.3098 moveto 0.75858 0.32618 lineto 0.81978 0.38295 lineto gsave
  40127. 0.561 0.047 0 setrgbcolor
  40128. fill grestore
  40129. stroke
  40130. grestore
  40131. gsave
  40132. 0.002 setlinewidth
  40133. 0.65471 0.41253 moveto 0.64333 0.45246 lineto 0.59387 0.39745 lineto gsave
  40134. 0.762 0.577 0.647 setrgbcolor
  40135. fill grestore
  40136. stroke
  40137. grestore
  40138. gsave
  40139. 0.002 setlinewidth
  40140. 0.59387 0.39745 moveto 0.60127 0.37736 lineto 0.65471 0.41253 lineto gsave
  40141. 0.731 0.657 0.777 setrgbcolor
  40142. fill grestore
  40143. stroke
  40144. grestore
  40145. gsave
  40146. 0.002 setlinewidth
  40147. 0.63236 0.5767 moveto 0.61613 0.57557 lineto 0.59454 0.53231 lineto gsave
  40148. 0.532 0.508 0.774 setrgbcolor
  40149. fill grestore
  40150. stroke
  40151. grestore
  40152. gsave
  40153. 0.002 setlinewidth
  40154. 0.66331 0.53364 moveto 0.64816 0.56249 lineto 0.61956 0.51434 lineto gsave
  40155. 0.812 0.648 0.679 setrgbcolor
  40156. fill grestore
  40157. stroke
  40158. grestore
  40159. gsave
  40160. 0.002 setlinewidth
  40161. 0.61956 0.51434 moveto 0.63163 0.48782 lineto 0.66331 0.53364 lineto gsave
  40162. 0.798 0.668 0.72 setrgbcolor
  40163. fill grestore
  40164. stroke
  40165. grestore
  40166. gsave
  40167. 0.002 setlinewidth
  40168. 0.64333 0.45246 moveto 0.63163 0.48782 lineto 0.58648 0.41591 lineto gsave
  40169. 0.713 0.536 0.648 setrgbcolor
  40170. fill grestore
  40171. stroke
  40172. grestore
  40173. gsave
  40174. 0.002 setlinewidth
  40175. 0.58648 0.41591 moveto 0.59387 0.39745 lineto 0.64333 0.45246 lineto gsave
  40176. 0.637 0.567 0.759 setrgbcolor
  40177. fill grestore
  40178. stroke
  40179. grestore
  40180. gsave
  40181. 0.002 setlinewidth
  40182. 0.59454 0.53231 moveto 0.60715 0.52934 lineto 0.63236 0.5767 lineto gsave
  40183. 0.465 0.487 0.797 setrgbcolor
  40184. fill grestore
  40185. stroke
  40186. grestore
  40187. gsave
  40188. 0.002 setlinewidth
  40189. 0.53981 0.35635 moveto 0.53814 0.35171 lineto 0.47351 0.34374 lineto gsave
  40190. 0.385 0 0 setrgbcolor
  40191. fill grestore
  40192. stroke
  40193. grestore
  40194. gsave
  40195. 0.002 setlinewidth
  40196. 0.47351 0.34374 moveto 0.46811 0.36783 lineto 0.53981 0.35635 lineto gsave
  40197. 0.564 0.181 0.273 setrgbcolor
  40198. fill grestore
  40199. stroke
  40200. grestore
  40201. gsave
  40202. 0.002 setlinewidth
  40203. 0.37935 0.42745 moveto 0.39132 0.41272 lineto 0.33808 0.42895 lineto gsave
  40204. 0.121 0 0 setrgbcolor
  40205. fill grestore
  40206. stroke
  40207. grestore
  40208. gsave
  40209. 0.002 setlinewidth
  40210. 0.64816 0.56249 moveto 0.63236 0.5767 lineto 0.60715 0.52934 lineto gsave
  40211. 0.721 0.604 0.726 setrgbcolor
  40212. fill grestore
  40213. stroke
  40214. grestore
  40215. gsave
  40216. 0.002 setlinewidth
  40217. 0.60715 0.52934 moveto 0.61956 0.51434 lineto 0.64816 0.56249 lineto gsave
  40218. 0.683 0.609 0.766 setrgbcolor
  40219. fill grestore
  40220. stroke
  40221. grestore
  40222. gsave
  40223. 0.002 setlinewidth
  40224. 0.6087 0.35713 moveto 0.60127 0.37736 lineto 0.53814 0.35171 lineto gsave
  40225. 0.685 0.606 0.761 setrgbcolor
  40226. fill grestore
  40227. stroke
  40228. grestore
  40229. gsave
  40230. 0.002 setlinewidth
  40231. 0.53814 0.35171 moveto 0.53981 0.35635 lineto 0.6087 0.35713 lineto gsave
  40232. 0.373 0 0 setrgbcolor
  40233. fill grestore
  40234. stroke
  40235. grestore
  40236. gsave
  40237. 0.002 setlinewidth
  40238. 0.61622 0.3382 moveto 0.6087 0.35713 lineto 0.53981 0.35635 lineto gsave
  40239. 0.765 0.713 0.803 setrgbcolor
  40240. fill grestore
  40241. stroke
  40242. grestore
  40243. gsave
  40244. 0.002 setlinewidth
  40245. 0.46263 0.38753 moveto 0.46811 0.36783 lineto 0.40341 0.3876 lineto gsave
  40246. 0.378 0 0.164 setrgbcolor
  40247. fill grestore
  40248. stroke
  40249. grestore
  40250. gsave
  40251. 0.002 setlinewidth
  40252. 0.40341 0.3876 moveto 0.39132 0.41272 lineto 0.46263 0.38753 lineto gsave
  40253. 0.389 0.017 0.207 setrgbcolor
  40254. fill grestore
  40255. stroke
  40256. grestore
  40257. gsave
  40258. 0.002 setlinewidth
  40259. 0.3678 0.42787 moveto 0.37935 0.42745 lineto 0.32208 0.4385 lineto gsave
  40260. 0.208 0.735 0.808 setrgbcolor
  40261. fill grestore
  40262. stroke
  40263. grestore
  40264. gsave
  40265. 0.002 setlinewidth
  40266. 0.32208 0.4385 moveto 0.30648 0.43841 lineto 0.3678 0.42787 lineto gsave
  40267. 0.234 0.747 0.866 setrgbcolor
  40268. fill grestore
  40269. stroke
  40270. grestore
  40271. gsave
  40272. 0.002 setlinewidth
  40273. 0.5415 0.35874 moveto 0.61622 0.3382 lineto gsave
  40274. 0.57626 0.34769 lineto 0.08 0 0 setrgbcolor
  40275. fill grestore
  40276. stroke
  40277. grestore
  40278. gsave
  40279. 0.53981 0.35635 moveto 0.5415 0.35874 lineto 0.57626 0.34769 lineto 0.08 0 0 setrgbcolor
  40280. fill
  40281. grestore
  40282. gsave
  40283. 0.002 setlinewidth
  40284. 0.46811 0.36783 moveto 0.46263 0.38753 lineto 0.5415 0.35874 lineto gsave
  40285. 0.471 0.068 0.192 setrgbcolor
  40286. fill grestore
  40287. stroke
  40288. grestore
  40289. gsave
  40290. 0.002 setlinewidth
  40291. 0.5415 0.35874 moveto 0.46263 0.38753 lineto gsave
  40292. 0.52019 0.36552 lineto 0.37 0.834 0.777 setrgbcolor
  40293. fill grestore
  40294. stroke
  40295. grestore
  40296. gsave
  40297. 0.002 setlinewidth
  40298. 0.5415 0.35874 moveto 0.53981 0.35635 lineto 0.46811 0.36783 lineto gsave
  40299. 0.112 0 0 setrgbcolor
  40300. fill grestore
  40301. stroke
  40302. grestore
  40303. gsave
  40304. 0.5432 0.35672 moveto 0.5415 0.35874 lineto 0.52019 0.36552 lineto 0.37 0.834 0.777 setrgbcolor
  40305. fill
  40306. grestore
  40307. gsave
  40308. 0.002 setlinewidth
  40309. 0.62387 0.32178 moveto 0.61622 0.3382 lineto 0.5415 0.35874 lineto gsave
  40310. 0.827 0.832 0.852 setrgbcolor
  40311. fill grestore
  40312. stroke
  40313. grestore
  40314. gsave
  40315. 0.002 setlinewidth
  40316. 0.26337 0.38211 moveto 0.24993 0.35332 lineto 0.32798 0.30311 lineto gsave
  40317. 0.522 0.442 0.707 setrgbcolor
  40318. fill grestore
  40319. stroke
  40320. grestore
  40321. gsave
  40322. 0.002 setlinewidth
  40323. 0.63171 0.30863 moveto 0.62387 0.32178 lineto 0.5432 0.35672 lineto gsave
  40324. 0.836 0.942 0.893 setrgbcolor
  40325. fill grestore
  40326. stroke
  40327. grestore
  40328. gsave
  40329. 0.002 setlinewidth
  40330. 0.5415 0.35874 moveto 0.5432 0.35672 lineto 0.62387 0.32178 lineto gsave
  40331. 0.404 0.847 0.74 setrgbcolor
  40332. fill grestore
  40333. stroke
  40334. grestore
  40335. gsave
  40336. 0.002 setlinewidth
  40337. 0.35691 0.41274 moveto 0.3678 0.42787 lineto 0.30648 0.43841 lineto gsave
  40338. 0.443 0.569 0.886 setrgbcolor
  40339. fill grestore
  40340. stroke
  40341. grestore
  40342. gsave
  40343. 0.002 setlinewidth
  40344. 0.30648 0.43841 moveto 0.29148 0.42794 lineto 0.35691 0.41274 lineto gsave
  40345. 0.468 0.646 0.935 setrgbcolor
  40346. fill grestore
  40347. stroke
  40348. grestore
  40349. gsave
  40350. 0.002 setlinewidth
  40351. 0.32798 0.30311 moveto 0.33718 0.34536 lineto 0.26337 0.38211 lineto gsave
  40352. 0.467 0.366 0.657 setrgbcolor
  40353. fill grestore
  40354. stroke
  40355. grestore
  40356. gsave
  40357. 0.002 setlinewidth
  40358. 0.27714 0.40824 moveto 0.26337 0.38211 lineto 0.33718 0.34536 lineto gsave
  40359. 0.505 0.452 0.731 setrgbcolor
  40360. fill grestore
  40361. stroke
  40362. grestore
  40363. gsave
  40364. 0.002 setlinewidth
  40365. 0.33718 0.34536 moveto 0.34674 0.3838 lineto 0.27714 0.40824 lineto gsave
  40366. 0.45 0.37 0.675 setrgbcolor
  40367. fill grestore
  40368. stroke
  40369. grestore
  40370. gsave
  40371. 0.002 setlinewidth
  40372. 0.29148 0.42794 moveto 0.27714 0.40824 lineto 0.34674 0.3838 lineto gsave
  40373. 0.493 0.504 0.797 setrgbcolor
  40374. fill grestore
  40375. stroke
  40376. grestore
  40377. gsave
  40378. 0.002 setlinewidth
  40379. 0.34674 0.3838 moveto 0.35691 0.41274 lineto 0.29148 0.42794 lineto gsave
  40380. 0.444 0.416 0.733 setrgbcolor
  40381. fill grestore
  40382. stroke
  40383. grestore
  40384. gsave
  40385. 0.002 setlinewidth
  40386. 0.63977 0.29897 moveto 0.63171 0.30863 lineto 0.54489 0.34884 lineto gsave
  40387. 0.741 0.987 0.896 setrgbcolor
  40388. fill grestore
  40389. stroke
  40390. grestore
  40391. gsave
  40392. 0.002 setlinewidth
  40393. 0.5432 0.35672 moveto 0.54489 0.34884 lineto 0.63171 0.30863 lineto gsave
  40394. 0.782 0.984 0.902 setrgbcolor
  40395. fill grestore
  40396. stroke
  40397. grestore
  40398. gsave
  40399. 0.002 setlinewidth
  40400. 0.46263 0.38753 moveto 0.39132 0.41272 lineto gsave
  40401. 0.45516 0.39833 lineto 0.191 0 0 setrgbcolor
  40402. fill grestore
  40403. stroke
  40404. grestore
  40405. gsave
  40406. 0.002 setlinewidth
  40407. 0.39132 0.41272 moveto 0.37935 0.42745 lineto 0.45717 0.39788 lineto gsave
  40408. 0.228 0 0 setrgbcolor
  40409. fill grestore
  40410. stroke
  40411. grestore
  40412. gsave
  40413. 0.002 setlinewidth
  40414. 0.3678 0.42787 moveto 0.45188 0.3954 lineto gsave
  40415. 0.38976 0.42285 lineto 0.52 0.913 0.916 setrgbcolor
  40416. fill grestore
  40417. stroke
  40418. grestore
  40419. gsave
  40420. 0.002 setlinewidth
  40421. 0.37935 0.42745 moveto 0.37729 0.42753 lineto gsave
  40422. 0.38976 0.42285 lineto 0.52 0.913 0.916 setrgbcolor
  40423. fill grestore
  40424. stroke
  40425. grestore
  40426. gsave
  40427. 0.002 setlinewidth
  40428. 0.37729 0.42753 moveto 0.3678 0.42787 lineto gsave
  40429. 0.38976 0.42285 lineto 0.52 0.913 0.916 setrgbcolor
  40430. fill grestore
  40431. stroke
  40432. grestore
  40433. gsave
  40434. 0.002 setlinewidth
  40435. 0.45717 0.39788 moveto 0.45737 0.3975 lineto gsave
  40436. 0.45516 0.39833 lineto 0.191 0 0 setrgbcolor
  40437. fill grestore
  40438. stroke
  40439. grestore
  40440. gsave
  40441. 0.002 setlinewidth
  40442. 0.45737 0.3975 moveto 0.46263 0.38753 lineto gsave
  40443. 0.45516 0.39833 lineto 0.191 0 0 setrgbcolor
  40444. fill grestore
  40445. stroke
  40446. grestore
  40447. gsave
  40448. 0.002 setlinewidth
  40449. 0.64808 0.2924 moveto 0.63977 0.29897 lineto 0.54657 0.33467 lineto gsave
  40450. 0.556 0.934 0.862 setrgbcolor
  40451. fill grestore
  40452. stroke
  40453. grestore
  40454. gsave
  40455. 0.002 setlinewidth
  40456. 0.54489 0.34884 moveto 0.54657 0.33467 lineto 0.63977 0.29897 lineto gsave
  40457. 0.852 0.878 0.859 setrgbcolor
  40458. fill grestore
  40459. stroke
  40460. grestore
  40461. gsave
  40462. 0.002 setlinewidth
  40463. 0.65661 0.28805 moveto 0.64808 0.2924 lineto 0.54822 0.31488 lineto gsave
  40464. 0.388 0.849 0.858 setrgbcolor
  40465. fill grestore
  40466. stroke
  40467. grestore
  40468. gsave
  40469. 0.002 setlinewidth
  40470. 0.54657 0.33467 moveto 0.54822 0.31488 lineto 0.64808 0.2924 lineto gsave
  40471. 0.824 0.769 0.801 setrgbcolor
  40472. fill grestore
  40473. stroke
  40474. grestore
  40475. gsave
  40476. 0.002 setlinewidth
  40477. 0.46263 0.38753 moveto 0.45717 0.39788 lineto 0.5432 0.35672 lineto gsave
  40478. 0.207 0 0 setrgbcolor
  40479. fill grestore
  40480. stroke
  40481. grestore
  40482. gsave
  40483. 0.002 setlinewidth
  40484. 0.54489 0.34884 moveto 0.5432 0.35672 lineto 0.45717 0.39788 lineto gsave
  40485. 0.752 0.965 0.934 setrgbcolor
  40486. fill grestore
  40487. stroke
  40488. grestore
  40489. gsave
  40490. 0.002 setlinewidth
  40491. 0.45188 0.3954 moveto 0.45717 0.39788 lineto 0.37935 0.42745 lineto gsave
  40492. 0.538 0.918 0.933 setrgbcolor
  40493. fill grestore
  40494. stroke
  40495. grestore
  40496. gsave
  40497. 0.002 setlinewidth
  40498. 0.33718 0.34536 moveto 0.32798 0.30311 lineto 0.43322 0.27197 lineto gsave
  40499. 0.602 0.455 0.654 setrgbcolor
  40500. fill grestore
  40501. stroke
  40502. grestore
  40503. gsave
  40504. 0.002 setlinewidth
  40505. 0.66534 0.28466 moveto 0.65661 0.28805 lineto 0.54984 0.29105 lineto gsave
  40506. 0.32 0.794 0.922 setrgbcolor
  40507. fill grestore
  40508. stroke
  40509. grestore
  40510. gsave
  40511. 0.002 setlinewidth
  40512. 0.54822 0.31488 moveto 0.54984 0.29105 lineto 0.65661 0.28805 lineto gsave
  40513. 0.784 0.695 0.766 setrgbcolor
  40514. fill grestore
  40515. stroke
  40516. grestore
  40517. gsave
  40518. 0.002 setlinewidth
  40519. 0.54657 0.33467 moveto 0.54489 0.34884 lineto 0.45188 0.3954 lineto gsave
  40520. 0.819 0.851 0.872 setrgbcolor
  40521. fill grestore
  40522. stroke
  40523. grestore
  40524. gsave
  40525. 0.002 setlinewidth
  40526. 0.45717 0.39788 moveto 0.45188 0.3954 lineto 0.54489 0.34884 lineto gsave
  40527. 0.686 0.976 0.905 setrgbcolor
  40528. fill grestore
  40529. stroke
  40530. grestore
  40531. gsave
  40532. 0.002 setlinewidth
  40533. 0.43322 0.27197 moveto 0.43759 0.31287 lineto 0.33718 0.34536 lineto gsave
  40534. 0.612 0.472 0.667 setrgbcolor
  40535. fill grestore
  40536. stroke
  40537. grestore
  40538. gsave
  40539. 0.002 setlinewidth
  40540. 0.34674 0.3838 moveto 0.33718 0.34536 lineto 0.43759 0.31287 lineto gsave
  40541. 0.613 0.474 0.669 setrgbcolor
  40542. fill grestore
  40543. stroke
  40544. grestore
  40545. gsave
  40546. 0.002 setlinewidth
  40547. 0.44684 0.37901 moveto 0.45188 0.3954 lineto 0.3678 0.42787 lineto gsave
  40548. 0.687 0.689 0.846 setrgbcolor
  40549. fill grestore
  40550. stroke
  40551. grestore
  40552. gsave
  40553. 0.002 setlinewidth
  40554. 0.3678 0.42787 moveto 0.35691 0.41274 lineto 0.44684 0.37901 lineto gsave
  40555. 0.68 0.668 0.832 setrgbcolor
  40556. fill grestore
  40557. stroke
  40558. grestore
  40559. gsave
  40560. 0.002 setlinewidth
  40561. 0.43759 0.31287 moveto 0.4421 0.35023 lineto 0.34674 0.3838 lineto gsave
  40562. 0.624 0.493 0.682 setrgbcolor
  40563. fill grestore
  40564. stroke
  40565. grestore
  40566. gsave
  40567. 0.002 setlinewidth
  40568. 0.35691 0.41274 moveto 0.34674 0.3838 lineto 0.4421 0.35023 lineto gsave
  40569. 0.636 0.527 0.714 setrgbcolor
  40570. fill grestore
  40571. stroke
  40572. grestore
  40573. gsave
  40574. 0.002 setlinewidth
  40575. 0.54984 0.29105 moveto 0.55146 0.26541 lineto 0.66534 0.28466 lineto gsave
  40576. 0.744 0.647 0.753 setrgbcolor
  40577. fill grestore
  40578. stroke
  40579. grestore
  40580. gsave
  40581. 0.002 setlinewidth
  40582. 0.4421 0.35023 moveto 0.44684 0.37901 lineto 0.35691 0.41274 lineto gsave
  40583. 0.647 0.549 0.729 setrgbcolor
  40584. fill grestore
  40585. stroke
  40586. grestore
  40587. gsave
  40588. 0.002 setlinewidth
  40589. 0.54822 0.31488 moveto 0.54657 0.33467 lineto 0.44684 0.37901 lineto gsave
  40590. 0.794 0.743 0.805 setrgbcolor
  40591. fill grestore
  40592. stroke
  40593. grestore
  40594. gsave
  40595. 0.002 setlinewidth
  40596. 0.45188 0.3954 moveto 0.44684 0.37901 lineto 0.54657 0.33467 lineto gsave
  40597. 0.795 0.75 0.811 setrgbcolor
  40598. fill grestore
  40599. stroke
  40600. grestore
  40601. gsave
  40602. 0.002 setlinewidth
  40603. 0.54984 0.29105 moveto 0.54822 0.31488 lineto 0.4421 0.35023 lineto gsave
  40604. 0.758 0.673 0.767 setrgbcolor
  40605. fill grestore
  40606. stroke
  40607. grestore
  40608. gsave
  40609. 0.002 setlinewidth
  40610. 0.44684 0.37901 moveto 0.4421 0.35023 lineto 0.54822 0.31488 lineto gsave
  40611. 0.744 0.615 0.715 setrgbcolor
  40612. fill grestore
  40613. stroke
  40614. grestore
  40615. gsave
  40616. 0.002 setlinewidth
  40617. 0.43759 0.31287 moveto 0.43322 0.27197 lineto 0.55146 0.26541 lineto gsave
  40618. 0.688 0.527 0.664 setrgbcolor
  40619. fill grestore
  40620. stroke
  40621. grestore
  40622. gsave
  40623. 0.002 setlinewidth
  40624. 0.55146 0.26541 moveto 0.54984 0.29105 lineto 0.43759 0.31287 lineto gsave
  40625. 0.724 0.63 0.752 setrgbcolor
  40626. fill grestore
  40627. stroke
  40628. grestore
  40629. gsave
  40630. 0.002 setlinewidth
  40631. 0.4421 0.35023 moveto 0.43759 0.31287 lineto 0.54984 0.29105 lineto gsave
  40632. 0.71 0.555 0.676 setrgbcolor
  40633. fill grestore
  40634. stroke
  40635. grestore
  40636. gsave
  40637. grestore
  40638. % End of Graphics
  40639. MathPictureEnd
  40640. ^*)