4-1 Amp Charts
- 格式:ppt
- 大小:5.79 MB
- 文档页数:24
echarts折线设置不同颜⾊,且做线段标记前⾔:项⽬需要,需要画⼀段数据的折线图,折线图根据正常数据和异常数据显⽰两种颜⾊的线,并且在⿏标经过异常线横坐标时,标记该点往后的⼗个点组成的线,标记可以有很多⽅式: 1,第⼀个点和最后⼀个点做标记markPoint,2,第⼀个点到第⼗个点做区域阴影markArea,3,第⼀个点和第⼗个点都变颜⾊......等,反应这⼀段线就可以,我这⾥是选择的第⼆种⽅式,效果图:代码如下: Echarts.vue⽂件(写了⼀个echarts的组件)html部分<template><div :id="id"></div></template>js部分<script>import echarts from 'echarts'import chinaJSON from '@/assets/data/chinaMap.json'echarts.registerMap('china', chinaJSON)export default {data () {return {chart: null,n: 0}},props: ['id', 'option'],mounted () {let vm = thisthis.chart = echarts.init(document.getElementById(this.id))let baseOption = {}let options = Object.assign({}, baseOption, this.option)this.chart.setOption(options, {notMerge:true,})// 以下为echarts的各种⽅法,我这⾥只使⽤了datazoom,和updateAxisPointer⽅法。
¼Ú¬üªº±M·~¾Þ½L¤H¹ï¤@¥Ø§¡¿Åªí¶V¨Ó¶V±À±R?¡A¬O¤°»ò¥O¤@¥Ø§¡¿Åªí¤ñ¶Ç²Î§Þ³N¤ÀªRÀu³Ó©O¡A¥\¯à¬O´£¨Ñ¥«³õªº¤è¦V¤Î¤J¥«¦ì¡A¤@¥Ø§¡¿Åªíªº°²³]¬O¥þ¨S¦³¨Ì¾Ú¥ô¦ó¤@¥Ø§¡¿Åªí¬O¤é¥»¦b¤G¦¸¤j¾Ô«eµo©ú¡C©Ò¿×ªº§Þ³N¤ÀªR¤u¨ã©Î²z½×¡A¤@¥Ø§¡¿Åªí¬O¥þ¥@¬É§Þ³N¤ÀªRªº»ó¯ª¤@¥Ø§¡¿Åªí¡AÅU¦W«ä¸q¬O¡§¤@²´Ú»®Í¡¨¡C¤é¥»¤åKINKOª½Ä¶¬°®ÉªÅ¥-¿ÅÂI¡AHYO¬O¹ÏªíªººÙ¿×¡A¬G¦¹¡A Ichimoku Kinko Hyo¥]§t¤F¤@-Ӯɪť-¿ÅÂIªº¹Ïªí¡A´£¨Ñ¤@-Ó»ù®æ§»Æ[ªºÅܰʡA¤Î§ë¸êªÌ¤J¥«ªº¤è¦V¡C¡AÀ³¥Î¤£³æ--¤@¥Ø§¡¿Åªí¬O¥Ñ¤@¤é¥»°OªÌIchimoku Sanjinµo©ú¡A¤@¥Ø§¡¿Åªí¬O¤é¥»³Ì´¶¤Îªº¶R½æ¹Ïªí¤u¨ã¡A¥u¬O³Ìªñ¤~±o¨ì°ê»Ú·~¬É©óªÑ¥«¡A§ó¦b¶Å¨é¡B¥~¶×¥«³õ¼sªx¬°§ë¸êªÌ±Ä¥Î¡A¦¹µo©ú¦b¤G¤Q¥@¬ö¤T¤Q¦~¥N-±¥@»{¦P¡C-pºâ¤èªk¡A¬Ý¨Ó¦n¹³Â²³æ¡A¦ý¡A¦³²{¥N¤Hªu¥Îªº¥-§¡²¾°Ê½uªº¼v¤l¤@¥Ø§¡¿Åªí«Ø°ò©ó¤-²Õ½u¡A¥|²Õ½u¬O®Ú¾Ú«e¥«ªº°ª§C¡C°t¦X°_¨Ó¡A«h¥O´£¨Ñ¤@-Ó²M´·ªº¹Ïªí¥hªí¹F»ù®æªº¨«¦V¤-±ø½uªº-pºâ¤èªk¦p¤U¡G1) µu¶b§Ö½u=Âà´«½u = (9¤é¤º³Ì°ª+9¤é¤º³Ì§C) / 2¡A¥H9¤é¬°¤@µu½u©P´Á(©P´Áªøµu¥i¥ô·N§ó§ï)2) ¤¤¶bºC½u=°ò·Ç½u = (26¤é¤º³Ì°ª+26¤é¤º³Ì§C) / 2¡A¥H26¤é¬°¤@¤¤½u©P´Á(©P´Áªøµu¥i¥ô·N½Õ±Ð)3) «á²¾«ü¼Ð=¿ð¦æ±a=±N¤µ¤é¦¬¥«»ù«á²¾¦Ü¤@¤¤½u©P´Á4) «e²¾«ü¼ÐA = ¥ý¦æ±aA = (µu¶b§Ö½u+¤¤¶bºC½u) / 2¡A«e²¾¦Ü¤@¤¤½u©P´Á5) «e²¾«ü¼ÐB = ¥ý¦æ±aB = (52¤é¤º³Ì°ª+52¤é¤º³Ì§C) / 2¡A«e²¾¦Ü¤@¤¤½u©P´Á¶³±a =«e²¾«ü¼ÐA¤Î«e²¾«ü¼ÐBªºªÅ¶¡¡A¶Ç²Îªº¨t²Î¥]¬A-Ó¥b¬P¤@¥Ø§¡¿Åªí¥H9, 26, 52¤T-Ó¨t¼Æ-pºâ©P´Á¡A¦b1930¦~¥N¡A¤é¥»¬O¨C©P¤»¤Ñ¤u§@´Á(µu)¡B¤@-Ó¤ë(¤¤)¤Î¤G-Ó¤ë(ªø)¬°·Ç¡A²{¤µªÀ·|¡A¤v¥Ñ¤»-Ó¤u§@¤Ñ§ï¬°¤--Ó¡A¬G¦¹®Ú¾Ú¤@¥Ø§¡¿Åªíªº¯«Åè¡AÀ³§ï¬°7, 22, 44¤~¯à°t¦X²{¤µªÀ·|¡Cºtö¡A¤@¥Ø§¡¿Åªí¥ç¬O¥H¶Àª÷¥æ¤eªº¤èªk¥h ±q¤-±ø½uªº»s§@¤èªk¡A¤@¥Ø§¡¿Åªíªº°ò¼Æ»P²{¥Nªº¥-§¡²¾°Êªk¤Q¤À¬Û¦ü§@¥X¶R½æªº´£¥Ü¡A Tenken Sen(Âà´«½u)¦V¤W¯}K ijun Sen(°ò·Ç½u)¥Nªí¶R¤J¡A¦Ó¦V¤U¬ð¯}¥Nªíªf¥X¡C§ó-«-nªº¤@ÂI¡A¤@¥Ø¹Ï¹ï¶R¤J½æ¥Xªº°T¸¹³£¦³¤£¦Pµ{«×ªºªí¹F¡A«h¶R½æ°T¸¹±N¡A-Y¶Àª÷¥æ¤e¦b¶³±a¦P¤è¦V²£¥Í¬°³Ì±j¤OªÌ¡A-Y°T¸¹»P¶³±a¦¨¤Ï¤è¦V¡A«h°T¸¹¬°ªì¯Å¡A-Y°T¸¹¦b¶³±a¤¤²£¥Í¡A«h¬°¤¤¯Å¥X¤J¥«°T¸¹¡A®Ú¾Ú¾ú¥v¼Æ¾Ú¡A¦bµo¥Íªì¯Å°T¸¹«á¡A-Y¥«¤É(¶^)¯}¶³±a¡A¨Ã¯à¦u¶³±a¤W(¤U)¹O©P¡A¨«¶Õ½T»{¡A¦³¶W¹L80%¾÷·|§Î¦¨¤j¤è¦V(¨£ªþªí)¡C¡AÅã¥Ü¤£¦Pµ{«×ªº¤ä«ùªý¤O¡A¤Î¤j¥«¥¼¨Ó¥h ¥t¤@-Ó¤@¥Ø¹ÏªººëÅè¦b±N¤ä«ù¤Îªý¤O¶q¤Æ¶³±aªº«pÁ¡¤Î²¾°Êªº¤è¦V¦V¡CÁ`¬A¨Ó»¡¡A¥«¦b¶³±a¤W¤è°¾¦n¡A¦b¤U¤è°¾²H¡A¦b¶³±a¤¤Åã¥Ü½L¾ã¡CÀ³¥Î¡A¤ä«ù¶Ç²Îªº§Þ³N¤ÀªR¤èªk¬O¥Î¥«³õªº¶}¡B°ª¡B§C¡B¦¬©Î¥-§¡»ù§@¨ÌÂk¡A¶Àª÷¤À³Î«h¥H¯«©_¼Æ¦r©w¤@¤W¤Uªi´T¡Cªý¤OªºÅã¥Ü³£Ã´©ó¤@ÂI©Î¤@½u¡A©µ¦ù¶³±a§ó¥i¹w´ú¥¼¨Óªý¤O©Î¤ä«ù¡A¤@¥Ø¹Ï±N³Ì©â¶Hªº¤ä«ù¡Bªý¤O¶q¤Æ¡A ¤@¥Ø§¡¿Åªí«h¥H¶³±a¶q¤Æ¤ä«ù¤Îªý¤O¡A§ó¡A¶³±aªº«pÁ¡¬O¥Ñ«e¥«ªi´T©Ò»s¦¨¡A¬G¦¹¤@¥Ø§¡¿Å¹Ï°£¤F¥-§¡»ùªº·§©À¥~ªÖ©w¤ñ²{¥Nªº§Þ³N¤ÀªR¤èªkÀu³Ó·»¦X¥«³õªºªi´T¡C¥H¤U¨Ò¤l¡A¥i¥H§ó²M·¡¡C¹Ï2 -^Âé§I¬ü¤¸¤é¹Ï°t¥H¤@¥Ø§¡¿Å¹Ï¹Ï2¬°-^Âé§I¬ü¤¸¹Ï°t¥H¤@¥Ø§¡¿Åªí¡C2004¦~9¤ë¦Ü11¤ë¡A-^Âé¦b¶³±a¤U½L¾ã¡A¶³±a§Î¦¨ªý¤O°Ï¡A½L¾ã´Á¡A¸òµÛ±j¤Oªf¥X°T¸¹¡C³Ì«á¦Aµo¥Íªì¯Å¶R¤J°T¸¹¡A¥«¸òµÛ¯}¶³±a§Î¦¨ÁͶաA¦b ¶¡¡A¤@¥Ø¹Ï´¿µo¥Xªì¯Å¶R¤J°T¸¹2005¦~1¤ë¡A¥«°ª¦ì¦^¸¨¦Ü¶³±a¡A¦b¶³±a¤¤¤W¸¨¡A¥¢¥h¤è¦V·P¡A«á¦A¤W¯}¶³±a¡A¦A¦¨¤É¶Õ¡A¦b¤@¥Ø§¡¿Åªíªº²z½×¤W¡A¥«-n¯}¶³±a¤~¥i½T»{¤É¶Õ¡A¥H¤@¥Ø¶³±a°t¦X¶Ç²Î²z½×¡A¹ï¤ä«ùªý¤OÀ³¦³¤@·sÅé·|¡C¹Ï3¬ü¤¸§I¤é¶ê¤é¹Ï°t¥H¤@¥Ø§¡¿Å¹Ï¹Ï3¬°¬ü¤¸§I¤é¶ê¤é¹Ï°t¥H¤@¥Ø§¡¿Å¹Ï¡C2004¦~8¤ë¦Ü10¤ë¡A¥«¦b¶³±a¤¤½L¾ã¡A¶³±a§Î¦¨±j¤j¤ä«ù¡A¦bA ÂI¡A¥«¤£¯à¶^¯}¶³±a¡A¸òµÛ¥«¤Ï¼u¡A¦ýµL¤O¯}¶³±a¡A§Î¦¨¯¶´T³q¹D¡Aª½¦Ü10¤ë¡A¥«¯}¶³±a¡A·í®É¶³±a¦¬¯¶¡A ¤ä«ù¤O«×´î®z¡A¥«¯}¯Ü®z¤ä«ù§Î¦¨¸òµÛªº¤j¶^¥«¡C¾ãÅé¨Ó»¡¡A¶³±aªº«pÁ¡¥iÅã¥Ü¤ä«ù©Îªý¤Oªº±j«×¡A-Y¶³±a¦¬¯¶¡AÅã¥Ü¤Þ¥Óªi´T´î§C¡A¥ô¦ó¤@¤è¬ð¯}¥i´Á¡A¥t¤@¤è-±-Y¶³±a«p«×¥[¤j¡AÅã¥Ü¤ä«ù©Îªý¤Oªº¤O«×¥[¤j¡A°t¦X°ªªº¤Þ¥Óªi´T¡C¤@¥Ø¹Ï¹ïªøµu½uªº±Ò¥Ü±N¤é¹Ï¤Î©P¹Ï°t¦X¡A¤é¹Ï¤Î©P¹Ï¶³±a¥i§@¥«¤W¤U³q¹D¡C±N¹Ï3¤Î¹Ï4§@¤@¤ñ¸û¡A©P¹Ïªº¶³±aºc¦¨¤é¹Ï¤W¤É©Î¤U¶^¹Jªýªº¨Ì¾Ú¡C¥H¤W¨Ò¤l¥u²Ê²¤¤¶²Ð¤@¥Ø§¡¿Åªíªº¥\¯à¡A·íµM¥Î¤@¥Ø¹Ï«á¡A±Nµo²{¤@¥Ø¹Ï¬°¤£¥i©Î¯Êªº¶R½æ«ü¤Þ一目均衡表(Ichimoku云图)此技术分析法是由二战前一个自称一目山人(笔名)的东京新闻作者发明的,问世后,ichimoku云图遂成为日本交易员常用的技术分析工具,不仅是股票交易,外汇,债券,指数,商品和期权也成为其广泛应用的战场。
echarts的常⽤设置,x轴,y轴,⽹格线,轴字体样式完整代码import * as echarts from 'echarts';var chartDom = document.getElementById('main');var myChart = echarts.init(chartDom);var option;var colors = ['#5470C6', '#EE6666'];option = {color: colors,tooltip: {trigger: 'axis',axisPointer: {type: 'cross'}},grid: {right: '10%',bottom: "10%"},toolbox: { //⼯具栏feature: {dataView: {show: true, readOnly: true},//是否显⽰数据视图按钮,以及数据视图是否为只读模式restore: {show: true}, //是否显⽰还原按钮saveAsImage: {show: true} //是否显⽰保为图⽚按钮}},legend: {data: [ '温度','降⽔量']},xAxis: [{type: 'category',axisTick: {alignWithLabel: true},data: ['1⽉','2⽉','3⽉','4⽉','5⽉','6⽉','7⽉','8⽉','9⽉','10⽉','11⽉','12⽉'],axisLabel: { //轴上的字字体、样式inside: false,textStyle: {color: 'red',fontSize:'10',itemSize:''}},}],yAxis: [{type: 'value',name: '降⽔量',////min: 0,//max: 250,position: 'right',axisLine: { //轴线show: true,lineStyle: {color: colors[0]}},axisLabel: {formatter: '{value} ml'},splitLine: { //⽹格线show: false}},{type: 'value',name: '温度',//min: 0,//max: 25,position: 'left',axisLine: {show: true,lineStyle: {color: colors[1]}},axisLabel: {formatter: '{value} ℃'},splitLine: { //⽹格线show: true}}],series: [{name: '降⽔量',type: 'line',yAxisIndex: 0,data: [2.0, 4.9, 7.0, 23.2, 25.6, 76.7, 135.6, 162.2, 32.6, 20.0, 6.4, 3.3],label: { //图表上的数据标识normal: {show: true,position: "top", //数值的位置distance: 0, //数值距离折线的距离fontSize: 13, //数值的字体⼤⼩color: "#8ca0dd", //数值的颜⾊},},axisTick:{ //刻度线show:false}},{name: '温度',type: 'line',yAxisIndex: 1,data: [2.0, 2.2, 3.3, 4.5, 6.3, 10.2, 20.3, 23.4, 23.0, 16.5, 12.0, 6.2],label: { //轴线标识normal: {show: true,position: "top", //数值的位置distance: 0, //数值距离折线的距离 fontSize: 13, //数值的字体⼤⼩color: "red", //数值的颜⾊},},}]};option && myChart.setOption(option);1、echarts官⽹2、github 地址3、⼯具栏4、x轴字体及样式调整5、轴线6、⽹格线7、图表上的数据标识。
2AMP Mini CT Connector SeriesDUAL ROW ASSEMBLIESPHOTO KEY/products/minictAll part numbers are RoHS compliant.Requires a holder to be used along with a single row housing.Photos correspond to part numbers on page 3.Shows an unstripped wire inserted into an MT Housing.Shows a contact crimped onto a stripped wire to be inserted into a crimp housing.MT Mini CT ConnectorCrimp Mini CT ConnectorCrimp Mini CT Contact MASS TERMINATION (MT) VS. CRIMP POKEMTCrimp Poke Time savingsCost effective Preloaded IDC contacts Flexibility (AWG)AutomationManual laborMates w/ same headers as Crimp Mates w/ same headers as MT35392335390835390763.67.47.47.4688Receptacle Connector (single)Single Row HousingDual Row HousingHolderPost HeaderBoss663.63.6AMP Mini CT HousingAMP Mini CT HousingAMP Mini CT ContactAMP Mini CT HeaderAMP Mini CT HolderAMP Mini CT HeaderAMP Mini CT HeaderAMP Mini CT HeaderAMP Mini CT HeaderAMP Mini CT Panel MountPhoto APhoto EPhoto IPhoto JPhoto FPhoto GPhoto HPhoto BPhoto CPhoto DAMP Mini CT Connector Series3PCB CONNECTORSCABLE SIDE CONNECTORSHOW TO SELECT AN AMP MINI CT CONNECTOR PART NUMBERMT CONNECTORSCrimp Type Connectors/products/minictAll part numbers are RoHS compliant.CONTACTS SINGLE ROW POST HEADER ASSEMBLIES BOARD-MOUNT SINGLE ROW POST HEADER ASSEMBLIES PANEL-MOUNT DUAL ROW HEADERS DUAL ROW POST HEADER ASSEMBLIES - BOARD-MOUNT DUAL ROW POST HEADER ASSEMBLIES - PANEL-MOUNT RATINGSRECEPTACLE CONNECTORS (WIRE APPLICATION)CRIMP TYPE HOUSING Mating Part Numbers: 292206; 292207; 292227; 292228; 292239; 292231; 292215; 292208; 292216Specifications : BMating Part Numbers: (MT) 353293 or (Crimp) 353908 w/ 353907-1 or 353918-1Specifications : A, X353294 w/ 2 x MT or 2 x Crimp Single Row HeadersSpecifications : A, C, X353294 w/ 2 x MT or 2 x Crimp Single Row HeadersSpecifications : C, XMating Part Numbers: 2 x (MT) 353293 or 2 x (Crimp) 353908 w/ 353907-1 or 353918-1Specifications : C, XSpecifications : A, XPart Number Receptacle Contact Specifications 353907-1Reel - AWG: 26-28B, Y 353918-1Loose Piece - AWG 24-28 (See Photo B on page 2)B, YVoltageCurrent (Amps)TemperatureProduct Specifications AWG 2224262830A 108-6001850 V (AC/DC)AMPS 21-30 to 105°CB 108-6002550 V (AC/DC)AMPS 22-30 to 105°C C 108-5225250 V ACAMPS 33221-65 to 105°CMating Part Numbers: (MT) 353293 or (Crimp) 353908 w/ 353907-1 or 353918-1Specifications: A, XApplication Specifications X 114-5223Y 114-5245The charts on this page highlight the relationship between the number of contacts (positions) to the part number. Please see the sample chart below that was designed to help you select the correct part number for your needs. For single digit position to dash numbers, attach the digit to the end of the base number. For double digit position to dash numbers, attach the first digit to the front of the part number, add a dash and the base part number, then follow the base part number with a dash and the second digit.© 2009 Tyco Electronics Corporation. All Rights Reserved.AMP , DECAM, TE LOGO and TYCO ELECTRONICS are trademarks. Other products, logos and company names mentioned herein may be trademarks of their respective owners.Dimensions are in millimeters with inches (if shown) in brackets. Specifications subject to change.For more information, contact your Tyco Electronics sales engineer at the numbers listed below, or visit our Website at: . USA: 1-800-522-6752S. America: 55-11-2103-6000 France: 33-1-3420-8686Canada: 1-905-470-4425Germany: 49-6251-133-1999 Netherlands: 31-73-6246-999Mexico & C. America: 52-55-1106-0814UK: 31-73-6246-431 China: 86-400-820-60156-1773454-5–1K–CIS–AH–04/09DisclaimerWhile Tyco Electronics has made every reasonable effort to ensure the accuracy of the information in this catalog,Tyco Electronics does not guarantee that it is error-free, nor does Tyco Electronics make any other representation,warranty or guarantee that the information is accurate, correct, reliable or current.Tyco Electronics reserves the right to make any adjustments to the information contained herein at any time without notice. Tyco Electronics expressly disclaims all implied warranties regarding the information contained herein,including, but not limited to, any implied warranties of merchantability or fitness for a particular purpose. The dimensions in this catalog are for referencepurposes only and are subject to change without notice.Specifications are subject to change without notice. Please consult Tyco Electronics for the latest dimensions and design specifications.Restriction on the use of Hazardous Substances (RoHS)At Tyco Electronics, we’re ready to support your RoHS requirements. We’ve assessed more than 1.5 million end items/components for RoHS compliance, and issued new part numbers where any change was required to eliminate the restricted materials. Part numbers in this catalog are identified as:RoHS Compliant — Part numbers in this catalog are RoHS Compliant, unless marked otherwise. These products comply with European Union Directive 2002/95/EC as amended 1 January 2006 that restricts the use of lead, mercury, cadmium, hexavalent chromium, PBB, and PBDE in certain electrical and electronic products sold into the EU as of 1 July 2006.NOTE:For purposes of this Catalog, included within the definition of RoHS Compliant are products that are clearly “Out of Scope” of the RoHS Directive such as hand tools and other non-electrical accessories.NOTE:Information regarding RoHS compliance is provided based on reasonable inquiry of our suppliers and represents our current actual knowledge based on the information provided by our suppliers. This information is subject to change. For latest compliance status, refer to our website referenced at right.Getting the Information You NeedOur comprehensive on-line RoHS Customer Support Center provides a forum to answer your questions and support your RoHS needs. A RoHS FAQ (Frequently Asked Questions) is available with links to more detailed information. You can also submit RoHS questions and receive a response within 24 hours during a normal work week. The Support Center also provides:Cross-Reference from Non-compliant to Compliant ProductsAbility to browse RoHS Compliant Products in our on-line catalogDownloadable Technical Data CustomerInformation Presentation More detailed information regarding the definitions used aboveSo whatever your questions when it comes to RoHS, we’ve got the answers at /leadfreeRoHSCustomer Support CenterQUESTIONS TO ASK AT DESIGN IN•What wire gauge will you be using?More flexibility with AWG when using Crimp (24~28 AWG) vs.MT (26~28 AWG).•Are the connectors available for IDC?Yes, we offer an MT version that is preloaded with IDC contacts.•Is your process automated?MT housings are suitable for automated processes.•What current, voltage and operating temperature is required?Please see product specification information on the charts on page 3 of this document.•Which is a more standard header, with or without a locating boss?The most standard headers tend to have a locating boss as it makes it easier for the customer to align the connector onto their board.•What special retention mechanisms are available to provide stability?Tyco Electronic's T/H headers have a staggered tine design to provide stability.•What are my tooling options?Tyco Electronics offers comprehensive tooling optionsincluding manual pistol-grips, manual mini-press, pneumatic mini-press, semi-auto DECAM and an automatic DECAM tool.For more information, please visit .YOU ARE HERE (E-CATALOG)Product Overview Page/products/minict Breakdown From Main PageAMP Mini CT Connector Series。
⼀起来玩echarts系列(⼀)------箱线图的分析与绘制#⼀、箱线图 Box-plot箱线图⼀般被⽤作显⽰数据分散情况。
具体是计算⼀组数据的`中位数`、`25%分位数`、`75%分位数`、`上边界`、`下边界`,来将数据从⼤到⼩排列,直观展⽰数据整体的分布情况。
 ⼤部分正常数据在箱体中,上下边界之外的就是异常数据了。
上下边界的计算公式是:UpperLimit=Q3+1.5IQR=75%分位数+(75%分位数-25%分位数)1.5LowerLimit=Q1-1.5IQR=25%分位数-(75%分位数-25%分位数)1.5参数说明:1.Q1表⽰下四分位数,即25%分位数;Q3为上四分位数,即75%分位数;IQR表⽰上下四分位差,系数1.5是⼀种经过⼤量分析和经验积累起来的标准,⼀般情况下不做调整。
2.分位数的参数可根据具体预警结果调整:25%和75%,是⽐较灵敏的条件,在这种条件下,多达25%的数据可以变得任意远⽽不会很⼤地扰动四分位。
具体业务中可结合拟合结果⾃⾏调整为其他分位使⽤echarts时,这些计算通过调⽤echarts.dataTool.prepareBoxplotData()来完成。
说到这⾥,有⼀个预警,绘制箱线图除了要下载echart.js之外,还需要引⼊dataTool.js,否则浏览器会报错:Uncaught TypeError: Cannot read property 'prepareBoxplotData' of undefined(…)。
dataTool.js可以到上下载。
#⼆、echarts箱线图⽰例echart官⽹给出的**[箱线图⽰例](/demo.html#boxplot-light-velocity)**有两种。
⼀种是单值对应(样本元素有⼀组对应的值数据):另⼀种是多值对应(样本元素有多个对应的值数据):#三、数据结构分析###1.单值对应单值对应的数据结构⽐较简单,⼀个样本信息的数据存储到对应的⼀个数组⾥,这些数组⼜存储在⼀个⼤数组⾥。
Chapter 1 –Brief History of AviationChapter 2 –DeregulationChapter 3 –Structure of the IndustryChapter 4 –Airline EconomicsChapter 5 –How Aircraft FlyChapter 6 –SafetyChapter 7 –SecurityChapter 8 –AirportsChapter 9 –Air Traffic ControlChapter 10 –Airlines and the Environment5章时间限制、维修检查(Time Limits,Maint. Checks) 6章尺寸和区域(Dimensions and Access Panels)7章顶起和支撑(Lifting and Shoring)8章对准和称重(Leveling and Weighing)9章飞机拖曳(Towing and Taxiing)10章飞机停场,系留,封存(Parking,Mooring,Storage) 11章标牌和铭记(Placards and Markings)12章勤务(Servicing)20章标准施工---机体(Standard Practices---Airframe) 21章空调(Air Conditioning)22章自动飞行(Auto Flight)23章通讯(Communications)24章电源(Electrical Power)25章设备/装饰(Equipment/Furnishings)26章 .防火(Fire Protection)27章飞行操纵(Flight Controls)28章燃油(Fuel)29章液压源(Hydraulic Power)30章防冰和排雨(Ice and Rain Protection)31章指示/记录系统(Indicating/Recording system)32章起落架(Landing Gear)33章灯光(Lights)34章导航(Navigation)35章氧气(Oxygen)36章气源(Pneumatic)37章真空(Vacuum)38章水/污水(Water/waste)45章中央维护系统(Central maintenance System)49章机载辅助动力装置(Airborne Auxiliary Power)51章结构与标准施工(Structures & Standard Practices) 52章舱门(Doors)53章机身(Fuselage)54章发动机吊舱/吊架(Nacelles/Pylons)55章稳定装置 (Stabilizers)安定面56章窗户(Windows)57章机翼(Wings)70章标准施工—发动机(Standard Practices—Engines)71章动力装置(Power Plant( Package))72章发动机(内部)(Engine (Internals))73章发动机燃油和控制(Engine Fuel and Control)74章点火装置(Ignition)75章发动机空气(Air)76章发动机操纵(Engine Controls)77章发动机指示(Engine Indicating)78章排气系统(Exhaust)79章发动机滑油系统(Oil)80章发动机起动(Starting)82章注水(Water Injecting)91章图表(不同性质的)(Charts (Miscellaneous))01 INTRODUCTION05 PERIODIC INSPECTIONS06 DIMENSIONS AND AREAS07 LIFTING AND SHORING08 LEVELING AND WEIGHING09 TOWING AND TAXIING10 PARKING, MOORING, STORAGE AND RETURN TO SERVICE11 PLACARDS AND MARKINGS12 SERVICING - ROUTINE MAINTENANCE18 VIBRATION AND NOISE ANALYSIS (HELICOPTER ONLY)20 STANDARD PRACTICES - AIRFRAME21 AIR CONDITIONING22 AUTO FLIGHT23 COMMUNICATIONS24 ELECTRICAL POWER25 EQUIPMENT / FURNISHINGS26 FIRE PROTECTION27 FLIGHT CONTROLS28 FUEL29 HYDRAULIC POWER30 ICE AND RAIN PROTECTION31 INDICATING / RECORDING SYSTEMS32 LANDING GEAR33 LIGHTS34 NAVIGATION35 OXYGEN36 PNEUMATIC37 VACUUM38 WATER / WASTE39 ELECTRICAL - ELECTRONIC PANELS AND MULTIPURPOSE COMPONENTS 41 WATER BALLAST45 CENTRAL MAINTENANCE SYSTEM (CMS)46 INFORMATION SYSTEMS49 AIRBORNE AUXILIARY POWER51 STANDARD PRACTICES AND STRUCTURES - GENERAL52 DOORS53 FUSELAGE54 NACELLES / PYLONS55 STABILIZERS56 WINDOWS57 WINGS60 STANDARD PRACTICES - PROPELLER / ROTOR61 PROPELLERS / PROPULSORS62 MAIN ROTOR(S)63 MAIN ROTOR DRIVE(S)64 TAIL ROTOR65 TAIL ROTOR DRIVE66 ROTOR BLADE AND TAIL PYLON FOLDING67 ROTORS FLIGHT CONTROL70 STANDARD PRACTICES - ENGINE71 POWER PLANT - GENERAL72 ENGINE72(T) ENGINE - TURBINE / TURBOPROP, DUCTED FAN / UNDUCTED FAN72(R) ENGINE - RECIPROCATING73 ENGINE - FUEL AND CONTROL74 IGNITION75 BLEED AIR76 ENGINE CONTROLS77 ENGINE INDICATING78 EXHAUST79 OIL80 STARTING81 TURBINES (RECIPROCATING ENGINES)82 WATER INJECTION83 ACCESSORY GEAR BOXES (ENGINE DRIVEN)84 PROPULSION AUGMENTATION91 CHARTS5章时间限制、维修检查(Time Limits,Maint. Checks)6章尺寸和区域(Dimensions and Access Panels)7章顶起和支撑(Lifting and Shoring)8章对准和称重(Leveling and Weighing)9章飞机拖曳(Towing and Taxiing)10章飞机停场,系留,封存(Parking,Mooring,Storage)11章标牌和铭记(Placards and Markings)12章勤务(Servicing)BMS3-33润滑脂的介绍/posts/35/topic-0045-359438.html20章标准施工---机体(Standard Practices---Airframe)21章空调(Air Conditioning)空调出口温度高/posts/35/topic-0045-359394.html[原创]关于737-300/500的空调/posts/35/topic-0045-356247.htmlPACK空中超温,会有那些原因引起呢?(专业贴)/posts/35/topic-0045 -359163.html22章自动飞行(Auto Flight)737NG的Y/D故障分析供大家参考/posts/72/topic-0045-729542.html 23章通讯(Communications)24章电源(Electrical Power)IDG和GEN /posts/35/topic-0045-358102.html737-300 B2972电源及APU自动关车排故思路之分析/posts/182/topic-0 045-1827865.html25章设备/装饰(Equipment/Furnishings)26章防火(Fire Protection)有关737灭火瓶...... /posts/35/topic-0045-357937.htmlAPU火警探测/posts/35/topic-0045-357662.html27章飞行操纵(Flight Controls)28章燃油(Fuel)737飞机燃油浮子电门/posts/35/topic-0045-359544.html29章液压源(Hydraulic Power)液压问题/posts/35/topic-0045-359382.html关于液压保险在液压管路的作用和位置?请教/posts/35/topic-0045-3592 99.html液压系统故障/posts/35/topic-0045-359411.html30章防冰和排雨(Ice and Rain Protection)31章指示/记录系统(Indicating/Recording system)32章起落架(Landing Gear)如何延长飞机轮胎的使用寿命/posts/35/topic-0045-358979.html前轮磨损/posts/35/topic-0045-359232.html谁能说说金属刹车片和碳刹车片的优缺点?/posts/35/topic-0045-358669. html请问哪位对防滞刹车结构熟悉的,简单介绍一下,谢谢那里有资料,网上有吗?http://bbs. /posts/35/topic-0045-359091.html请教:飞机换轮子的时候为什么要转动轮子? /posts/177/topic-0045-177 5484.html一起B737-300飞机使用自动速度刹车时,AUTO SPEED BRAKE 跳开关跳开http://bbs.fee /posts/103/topic-0045-1038900.html33章灯光(Lights)34章导航(Navigation)35章氧气(Oxygen)36章气源(Pneumatic)一起引气故障导致的增压故障(B737NG)/posts/103/topic-0045-1035067. html37章真空(Vacuum)38章水/污水(Water/waste)45章中央维护系统(Central maintenance System)49章机载辅助动力装置(Airborne Auxiliary Power)APU启动不起来了! /posts/35/topic-0045-357370.htmlAPU维护灯亮/posts/35/topic-0045-357331.html51章结构与标准施工(Structures & Standard Practices)52章舱门(Doors)53章机身(Fuselage)54章发动机短舱/吊架(Nacelles/Pylons)55章稳定装置(Stabilizers)56章窗户(windows)[讨论]玻璃上裂纹深度的测量??/posts/35/topic-0045-350765.html57章机翼(wings)70章标准施工---发动机(Standard Practices---Engines)71章动力装置(Power Plant (Package))IAEV2500系列发动机试车总结/posts/85/topic-0045-850361.html72章发动机(内部)(Engine (Internals))73章发动机燃油和控制(Engine Fuel and Control)74章点火装置(Ignition)75章发动机空气(Air)76章发动机操纵(Engine Controls)77章发动机指示(Engine Indicating)78章排气系统(Exhaust)737反推故障/posts/35/topic-0045-357397.html79章发动机滑油系统(Oil)80章发动机起动(Starting)82章注水(Water Injecting)91章图表(不同性质的)(Charts (Miscellaneous))ATA Specification 22001 *Reserved for Airline Use2 *Reserved for Airline Use3 *Reserved for Airline Use4 *Reserved for Airline Use5 TIME LIMITS/ MAINTENANCE CHECKS-00 General-10 Time Limits-20 Scheduled Maintenance Checks-30 & -40 Reserved-50 Unscheduled Maintenance checks6 DIMENSIONS AND AREAS7 LIFTING & SHORING-00 General-10 Jacking-20 Shoring8 LEVELING & WEIGHING-00 General-10 Weighing and Balancing-20 Leveling9 TOWING & TAXIING-00 General-10 Towing-20 Taxiing10 PARKING, MOORING, STORAGE & RETURN TO SERVICE -00 General-10 Parking/Storage-20 Mooring-30 Return to Service11 PLACARDS AND MARKINGS-00 General-10 Exterior Color Schemes and Markings-20 Exterior Placards and Markings-30 Interior Placards12 SERVICING-00 General-10 Replenishing-20 Scheduled Servicing-30 Unscheduled Servicing13 *Unassigned14 *Unassigned15 *Unassigned16 *Unassigned17 *Unassigned18 VIBRATION AND NOISE ANALYSIS (HELICOPTER ONLY) -00 GENERAL --10 VIBRATION ANALYSIS-20 NOISE ANALYSIS19 *Unassigned20 STANDARD PRACTICES-AIRFRAME-90 *Reserved for Airline Use21 AIR CONDITIONING-00 General-10 Compression-20 Distribution-30 Pressurization Control-40 Heating-50 Cooling-60 Temperature Control-70 Moisture/Air Contaminant22 AUTO FLIGHT-00 General-10 Autopilot-20 Speed-Attitude Correction-30 Auto Throttle-40 System Monitor-50 Aerodynamic Load Alleviating23 COMMUNICATIONS-00 General-10 Speech Communications-15 SATCOM-20 Data Transmission and Automatic Calling -30 Comfort-40 Interphone-50 Audio Integrating-60 Static Discharging-70 Audio & Video Monitoring-80 Integrated Automatic24 ELECTRICAL POWER-00 General-10 Generator Drive-20 AC Generation-30 DC Generation-40 External Power-50 AC Electrical Load Distribution-60 DC Electrical Load Distribution25 EQUIPMENT/FURNISHINGS-00 General-10 Flight Compartment-20 Passenger Compartment-30 Galley-40 Lavatories-50 Additional Compartments-60 Emergency-70 Available-80 Insulation26 FIRE PROTECTION-00 General-10 Detection-20 Extinguishing-30 Explosion Suppression27 FLIGHT CONTROLS-00 General-10 Aileron & Tab-20 Rudder & Tab-30 Elevator & Tab-40 Horizontal Stabilizer-50 Flaps-60 Spoiler, Drag Devices and Variable Aerodynamic Fairings -70 Gust Lock & Dampener-80 Lift Augmenting28 FUEL-00 General-10 Storage-20 Distribution-30 Dump-40 Indicating29 HYDRAULIC POWER-00 General-10 Main-20 Auxiliary-30 Indicating30 ICE AND RAIN PROTECTION-00 General-10 Airfoil-20 Air Intakes-30 Pitot and Static-40 Windows, Windshields and Doors-50 Antennas and Radomes-60 Propellers/Rotors-70 Water Lines-80 Detection31 INDICATING/RECORDING SYSTEMS-00 General-10 Instrument & Control Panels-20 Independent Instruments-30 Recorders-40 Central Computers-50 Central Warning Systems-60 Central Display Systems-70 Automatic Data Reporting Systems 32 LANDING GEAR-00 General-10 Main Gear and Doors-20 Nose Gear and Doors-30 Extension and Retraction-40 Wheels and Brakes-50 Steering-60 Position and Warning-70 Supplementary Gear33 LIGHTS-00 General-10 Flight Compartment-20 Passenger Compartment-30 Cargo and Service Compartments -40 Exterior-50 Emergency Lighting34 NAVIGATION-00 General-10 Flight Environment-20 Attitude & Direction-30 Landing and Taxiing Aids-40 Independent Position Determining -50 Dependent Position Determining -60 Flight Management Computing35 OXYGEN-00 General-10 Crew-20 Passenger-20 Passenger-30 Portable36 PNEUMATIC-00 General-10 Distribution-20 Indicating37 VACUUM-00 General-10 Distribution-20 Indicating38 WATER/WASTE-00 General-10 Potable-20 Wash-30 Waste Disposal-40 Air Supply39 *Unassigned40 *Unassigned41 WATER BALLAST-00 General-10 Storage-20 Dump-30 Indication42 *Unassigned43 *Unassigned44 CABIN SYSTEMS-00 General-10 Cabin Core System-20 Inflight Entertainment System-30 External Communication System-40 Cabin Mass Memory System-50 Cabin Monitoring System-60 Miscellaneous Cabin System45 CENTRAL MAINTENANCE SYSTEM-00 General-5 thru -19 CMS/Aircraft General-20 thru -49 CMS/Airframe Systems-45 Central Maintenance System-50 thru -59 CMS/Structures-60 thru -69 CMS/Propellers-70 thru -89 CMS/Power Plant45INFORMATION SYSTEMS-00 General-10 Airplane General Information Systems -20 Flight Deck Information Systems-30 Maintenance Information Systems-40 Passenger Cabin Information Systems -50 Miscellaneous Information Systems47 *Unassigned48 *Unassigned49 AIRBORNE AUXILIARY POWER-00 General-10 Power Plant-20 Engine-30 Engine Fuel and Control-40 Ignition/Starting-50 Air-60 Engine Controls .-70 Indicating-80 Exhaust-90 Oil50 Cargo and Accessory Compartments-00 General-10 Cargo Compartments-20 Cargo Loading Systems-30 Cargo Related Systems-40 Available-50 Accessory-60 Insulation51 Standard Practices, General-00 General-10 Investigation, Cleanup and Aerodynamic Smoothness-20 Processes-30 Materials-40 Fasteners-50 Support of Airplane for Repair and Alignment Check Procedures -60 Control-Surface Balancing-70 Repairs-80 Electrical Bonding52 DOORS-00 General-10 Passenger/Crew-20 Emergency Exit-30 Cargo-40 Service and Miscellaneous-50 Fixed Interior-60 Entrance Stairs-70 Monitoring and Operation-80 Landing Gear53 FUSELAGE-00 General-10 thru -90 (As Required) Fuselage Sections54 NACELLES/PYLONS-00 General-10 thru -40 (As Required) Nacelle Section-50 thru -80 (As Required) Pylon55 STABILIZERS-00 General-10 Horizontal Stabilizer or Canard-20 Elevator-30 Vertical Stabilizer-40 Rudder56 WINDOWS-00 General-10 Flight Compartment-20 Passenger Compartment-30 Door-40 Inspection and Observation57 WINGS-00 General-10 Center Wing-20 Outer Wing-30 Wing Tip-40 Leading Edge and Leading Edge Devices -50 Trailing Edge Trailing Edge Devices -60 Ailerons and Elevons-70 Spoilers-80 (as required)-90 Wing Folding System58 *Unassigned59 *Reserved for Airline Use60 STANDARD PRACTICES - PROPELLER/ROTOR61 PROPELLERS/PROPULSION-00 General-10 Propeller Assembly-20 Controlling-30 Braking-40 Indicating-50 Propulsor Duct62 ROTOR(S)-00 General-10 Rotor blades-20 Rotor head(s)-30 Rotor Shaft(s)/Swashplate Assy(ies) -4063 ROTOR DRIVE(S)-00 General-10 Engine/Gearbox couplings-20 Gearbox(es)-30 Mounts, attachments-40 Indicating64 TAIL ROTOR-00 General-10* Rotor blades-20* Rotor head-30 Available-40 Indicating65 TAIL ROTOR DRIVE-00 General-10 Shafts-20 Gearboxes-30 Available-40 Indicating66 FOLDING BLADES/PYLON-00 General-10 Rotor blades-20 Tail pylon-30 Controls and Indicating67 ROTORS FLIGHT CONTROL-00 General-10 Rotor-20 Anti-torque Rotor control (Yaw control)-30 Servo-control System68 *Unassigned69*Unassigned70 STANDARD PRACTICES - ENGINES71 POWER PLANT-00 General-10 Cowling-30 Fireseals-40 Attach Fittings-50 Electrical Harness-60 Air Intakes-70 Engine Drains72 ENGINE TURBINE/TURBO PROP DUCTED FAN/UNDUCTED FAN-00 General-10 Reduction Gear, Shaft Section (Turbo-Prop and/or Front Mounted Gear Driven Propulsor)-20 Air Inlet Section-30 Compressor Section-40 Combustion Section-50 Turbine Section-60 Accessory Drives-70 By-pass Section-80 Propulsor Section (Rear Mounted)73 ENGINE FUEL AND CONTROL-00 General-10 Distribution-20 Controlling-30 Indicating74 IGNITION-00 General-10 Electrical Power-20 Distribution-30 Switching75 AIR-00 General-10 Engine Anti-Icing-20 Cooling-30 Compressor Control-40 Indicating76 ENGINE CONTROLS-00 General-10 Power Control-20 Emergency Shutdown77 ENGINE INDICATING-00 General-10 Power-20 Temperature-30 Analyzers That-40 Integrated Engine Instrument Systems 78 EXHAUST-00 General-10 Collector/Nozzle-20 Noise Suppressor-30 Thrust Reverser-40 Supplementary Air79 OIL-00 General-10 Storage-20 Distribution-30 Indicating80 STARTING-00 General-10 Cranking81 TURBINES-00 General-10 Power Recovery-20 Turbo-Supercharger82 WATER INJECTION-00 General-10 Storage-20 Distribution-30 Dumping and Purging-40 Indicating83 ACCESSORY GEAR-BOXES-00 General-10 Drive Shaft Section-20 Gearbox Section84 Propulsion Augmentation-00 General-10 Jet Assist Takeoff85 *Unassigned86 *Unassigned87 *Unassigned88 *Unassigned89 *Unassigned90 *Unassigned91 CHARTS92 *Unassigned93 *Unassigned94 *Unassigned95 *Reserved for Airline Use96 *Reserved for Airline Use97 WIRING REPORTING-00-00 General-01-00 Zone 100 Fuselage Lower-02-00 Zone 200 Fuselage Top-03-00 Zone 300 Stabilizers-04-00 Zone 400 Nacelles-Pylons-05-00 Zone 500 Left Wing-06-00 Zone 600 Right Wing-07-00 Zone 700 Landing Gear Compartment -08-00 Zone 800 Doors-09-00 Zone 900 Lavatories & Galleys-20-00 Electrical Standard Items/Practices -21-00 Air Conditioning - General-21-10 Compression-21-20 Distribution-21-30 Pressurization Control-21-40 Heating-21-50 Cooling-21-60 Temperature Control-21-70 Moisture/Air Contaminant Control-22-00 Auto Flight - General-22-10 Autopilot-22-20 Speed - Attitude Correction-22-30 Auto Throttle-22-40 System Monitors-22-50 Aerodynamic Load Alleviating-23-00 Communications - General-23-10 Speech Communications-23-15 SATCOM-23-20 Data Transmission and Automatic Calling-23-30 Passenger Address, Entertainment and Comfort-23-40 Interphone-23-50 Audio Integrating-23-60 Static Discharging-23-70 Audio and Video Monitoring-23-80 Integrated Automatic Tuning-24-00 Electrical Power - General-24-10 Generator Drive-24-20 AC Generation-24-30 DC Generation-24-40 External Power-24-50 AC Electrical Load Distribution-24-60 DC Electrical Load Distribution-25-00 Equipment/Furnishings - General-25-10 Flight Compartment-25-20 Passenger Compartment-25-30 Galley-25-40 Lavatories-25-60 Emergency-25-80 Insulation-26-00 Fire Protection - General-26-10 Detection-26-20 Extinguishing-26-30 Explosion Suppression-27-00 Flight Controls - General-27-10 Aileron & Tab-27-20 Rudder & Tab-27-30 Elevator & Tab-27-40 Horizontal Stabilizer-27-50 Flaps-27-60 Spoiler, Drag Devices and Variable Aerodynamic Fairings -27-70 Gust Lock & Dampener-27-80 Lift Augmenting-28-00 Fuel - General-28-10 Storage-28-20 Distribution-28-30 Dump-28-40 Indicating-29-00 Hydraulic Power - General-29-10 Main-29-20 Auxiliary-29-30 Indicating-30-00 Ice and Rain Protection - General-30-10 Airfoil-30-20 Air Intakes-30-30 Pitot and Static-30-40 Windows, Windshields and Doors-30-50 Antennas And Radomes-30-60 Propellers/Rotors-30-70 Water Lines-30-80 Detection-31-00 Indicating/Recording Systems - General -31-10 Instrument and Control Panels-31-20 Independent Instruments-31-30 Recorders-31-40 Central Computers-31-50 Central Warning Systems-31-60 Central Display Systems-31-70 Automatic Data Reporting Systems-32-00 Landing Gear- General-32-10 Main Gear and Doors-32-20 Nose Gear and Doors-32-30 Extension and Retraction-32-40 Wheels and Brakes-32-50 Steering-32-60 Position And Warning-32-70 Supplementary Gear-33-00 Lights - General-33-10 Flight Compartment-33-20 Passenger Compartment-33-30 Cargo and Service Compartments-33-40 Exterior-33-50 Emergency Lighting-34-00 Navigation - General-34-10 Flight Environment Data-34-20 Attitude & Direction-34-30 Landing and Taxiing Aids-34-40 Independent Position Determining-34-50 Dependent Position Determining-34-60 Flight Management Computing-35-00 Oxygen - General-35-10 Crew-35-20 Passenger-35-30 Portable-36-00 Pneumatic - General-36-10 Distribution-36-20 Indicating-37-00 Vacuum - General-37-10 Distribution-37-20 Indicating-38-00 Water/Waste - General-38-10 Potable-38-20 Wash-38-30 Waste Disposal-38-40 Air Supply-44-00 Cabin Systems - General-44-10 Cabin Core System-44-20 In-flight Entertainment System-44-30 External Communication System-44-40 Cabin Mass Memory System-44-50 Cabin Monitoring System-44-60 Miscellaneous Cabin System-45-00 Central Maintenance System (CMS) General -45-05 CMS/Aircraft General-45-20 CMS/Airframe Systems-45-45 Central Maintenance System-45-50 CMS/Structures-45-60 CMS/Propellers-45-70 CMS/Power Plant-46-00 Information Systems - General-46-10 Airplane General Information Systems-46-20 Flight Deck Information Systems-46-30 Maintenance Information Systems-46-40 Passenger Cabin Information Systems-46-50 Miscellaneous Information Systems-49-00 Airborne Auxiliary Power - General-49-10 Power Plant-49-20 Engine-49-30 Engine Fuel And Control-49-40 Ignition And Starting-49-50 Air-49-60 Engine Controls-49-70 Indicating-49-80 Exhaust-49-90 Oil-50-00 Cargo And Accessory Compartments General -50-10 Cargo Compartments-50-20 Cargo Loading Systems-50-30 Cargo Related Systems-50-40 Available-50-50 Accessory Compartments-50-60 Insulation-52-00 Doors - General-52-10 Passenger/Crew-52-20 Emergency Exit-52-30 Cargo-52-40 Service-52-50 Fixed Interior-52-60 Entrance Stairs-52-70 Door Warning-52-80 Landing Gear-53-00 Fuselage - General-54-00 Nacelles/Pylons - General-54-10 Nacelle Section-54-50 Pylon-55-00 Stabilizers - General-55-10 Horizontal Stabilizer or Canard-55-20 Elevator-55-30 Vertical Stabilizer-55-40 Rudder-56-00 Windows - General-56-10 Flight Compartment-56-20 Passenger Compartment-56-30 Door-56-40 Inspection and Observation-57-00 Wings - General-57-10 Center Wing-57-20 Outer Wing-57-30 Wing Tip-57-40 Leading Edge and Leading Edge Devices-57-50 Trailing Edge and Trailing Edge Devices -57-60 Ailerons-57-70 Spoilers-57-90 Wing Folding System-61-00 Propellers/Propulsors - General-61-10 Propeller Assembly-61-20 Controlling-61-30 Braking-61-40 Indicating-61-50 Propulsor Duct-62-00 Rotors-63-00 Rotor Drives-64-00 Tail Rotor-65-00 Tail Rotor Drive-66-00 Folding Blades/Pylon-67-00 Rotors Flight Control-71-00 Power Plant - General-71-10 Cowling-71-20 Mounts-71-30 Fire seals-71-40 Attach Fittings-71-50 Electrical Harness-71-60 Air Intakes-71-70 Engine Drains-72-00 Engine Turbine/Turbo Prop Ducted Fan/Unducted Fan-72-10 Reduction Gear, Shaft Section (Turbo-Prop and/or Front Mounted GearDriven Propulsor)-72-20 Air Inlet Section-72-30 Compressor Section-72-40 Combustion Section-72-50 Turbine Section-72-60 Accessory Drives-72-70 By-pass Section-72-80 Propulsor Section (Rear Mounted)-73-00 Engine Fuel And Control - General-73-10 Distribution-73-20 Controlling-73-30 Indicating-74-00 Ignition - General-74-10 Electrical Power Supply-74-20 Distribution-74-30 Switching-75-00 Air - General-75-10 Engine Anti-Icing-75-20 Cooling-75-30 Compressor Control-75-40 Indicating-76-00 Engine Controls - General-76-10 Power Control-76-20 Emergency Shutdown-77-00 Engine Indicating - General-77-10 Power-77-20 Temperature-77-30 Analyzers-77-40 Integrated Engine Instrument Systems -78-00 Exhaust - General-78-10 Collector/Nozzle-78-20 Noise Suppressor-78-30 Thrust Reverser-78-40 Supplementary Air-79-00 Oil - General-79-10 Storage-79-30 Indicating-80-00 Starting - General-80-10 Cranking98 *Reserved for Airline Use99 *Unassigned100 *Do not use101 *Do not use102 *Do not use103 *Do not use104 *Do not use105 *Do not use106 *Do not use107 *Do not use108 *Do not use109 *Do not use110 *Do not use111 *Do not use112 *Do not use113 *Do not use114 *Do not use115 Flight Simulator Systems。
eCharts标域markArea分区域显⽰不同颜⾊需求:利⽤eCharts做⼀个数据折线图,分为等待数量和请求数量百分⽐= 等待数量/请求数量(四舍五⼊,截取两位有效数字)0% < 百分⽐ <= 50% 标域显⽰绿⾊50% < 百分⽐ <100% 标域显⽰黄⾊百分⽐ >= 100% 标域显⽰红⾊下⾯展⽰部分关键代码:先声明两个数组:1//存储百分⽐2var percent = new Array();3//存储标域根据百分⽐划分要显⽰的颜⾊和位置4var markData= new Array();此部分为eCharts数据展⽰1 series : [{2 name:'请求量',3 type:'line',4 markArea : {5 data:markData6 }7 }]接下来做数据判断划分相应百分⽐的颜⾊和显⽰的位置getPercent();存储百分⽐得到,percent(四舍五⼊,截取两位有效数字),此⽅法在这⾥不是关键,所以不做展⽰了 1function getMarkData(index,colors) {2var data = [{3 xAxis: index,4 yAxis:0,5 itemStyle:{6 color: colors7 }8 },{9 xAxis: index + 1;10 }];11 markData.push(data);12 }1314function markArea(){15//⽤于获取百分⽐16 getPercent();17for(var i = 0 ; i < percent.length ; i++){18if(percent[i] > 0 && percent[i] <= 0.5){19 getMarkData(i,'green');20 }else if(percent[i] >= 1){21 getMarkData(i,'red');22 }else if(percent[i] > 0.5 && percent[i] < 1){23 getMarkData(i,'yellow');24 }else{25 getMarkData(i,'white');26 }27 }28 }最后直接调⽤就可以了。
第24卷第1期沙洲职业工学院学报Vol.24,No.1 2021年3月Journal of Shazhou Professional Institute of Technology March,2021基于ECharts的数据可视化应用周洪斌陈立平刘连浩(沙洲职业工学院,江苏张家港215600)摘要:数据可视化已成为大数据分析的主要环节之一。
ECharts因其具备丰富的可视化类型以及高度的个性化定制功能,被众多机构和企业使用。
pyecharts是一款将Python与ECharts结合的强大的数据可视化工具,使数据呈现更加快捷、灵活、高效。
借助pyecharts实现了城市各监测点的PM2.5数据的自动爬取以及可视化展示,对开展其他的大数据可视化应用具有借鉴作用。
关键词:ECharts;pyecharts;数据可视化中图分类号:TP311.13文献标识码:A文章编号:1009-8429(2021)01-0003-07引言数据是枯燥、抽象的,而图形、图像却富有表现力和生动性。
数据可视化将各种数据用图形化的方式展示,为数据分析提供了更加直观的显示方式[1],是人们理解数据、诠释数据的重要手段和途径。
ECharts是国内百度公司推出的一款开源大数据可视化工具[2],具备千亿级数据可视化渲染能力,支持折线图、饼图、热力图、漏斗图、词云图等丰富的可视化类型,支持二维表、键值对等多种数据格式,并且具有数据的动画展示、三维展示功能,已在国家统计局、国家电网、阿里巴巴、华为等众多机构和企业使用。
2018年,全球顶级开源社区Apache基金会宣布“百度开源的ECharts项目全票通过进入Apache孵化器”,ECharts发展进入快车道。
1ECharts使用基础1.1引用echarts.jsECharts由JavaScript实现,使用非常方便,从官网https:///zh/download.html 下载安装包,解压得到echarts.js文件,与HTML文件放到同一目录下,在HTML文件中通过下面的代码引用echarts.js文件,即可使用ECharts。
¼Ú¬üªº±M·~¾Þ½L¤H¹ï¤@¥Ø§¡¿Åªí¶V¨Ó¶V±À±R?¡A¬O¤°»ò¥O¤@¥Ø§¡¿Åªí¤ñ¶Ç²Î§Þ³N¤ÀªRÀu³Ó©O¡A¥\¯à¬O´£¨Ñ¥«³õªº¤è¦V¤Î¤J¥«¦ì¡A¤@¥Ø§¡¿Åªíªº°²³]¬O¥þ¨S¦³¨Ì¾Ú¥ô¦ó¤@¥Ø§¡¿Åªí¬O¤é¥»¦b¤G¦¸¤j¾Ô«eµo©ú¡C©Ò¿×ªº§Þ³N¤ÀªR¤u¨ã©Î²z½×¡A¤@¥Ø§¡¿Åªí¬O¥þ¥@¬É§Þ³N¤ÀªRªº»ó¯ª¤@¥Ø§¡¿Åªí¡AÅU¦W«ä¸q¬O¡§¤@²´Ú»®Í¡¨¡C¤é¥»¤åKINKOª½Ä¶¬°®ÉªÅ¥-¿ÅÂI¡AHYO¬O¹ÏªíªººÙ¿×¡A¬G¦¹¡A Ichimoku Kinko Hyo¥]§t¤F¤@-Ӯɪť-¿ÅÂIªº¹Ïªí¡A´£¨Ñ¤@-Ó»ù®æ§»Æ[ªºÅܰʡA¤Î§ë¸êªÌ¤J¥«ªº¤è¦V¡C¡AÀ³¥Î¤£³æ--¤@¥Ø§¡¿Åªí¬O¥Ñ¤@¤é¥»°OªÌIchimoku Sanjinµo©ú¡A¤@¥Ø§¡¿Åªí¬O¤é¥»³Ì´¶¤Îªº¶R½æ¹Ïªí¤u¨ã¡A¥u¬O³Ìªñ¤~±o¨ì°ê»Ú·~¬É©óªÑ¥«¡A§ó¦b¶Å¨é¡B¥~¶×¥«³õ¼sªx¬°§ë¸êªÌ±Ä¥Î¡A¦¹µo©ú¦b¤G¤Q¥@¬ö¤T¤Q¦~¥N-±¥@»{¦P¡C-pºâ¤èªk¡A¬Ý¨Ó¦n¹³Â²³æ¡A¦ý¡A¦³²{¥N¤Hªu¥Îªº¥-§¡²¾°Ê½uªº¼v¤l¤@¥Ø§¡¿Åªí«Ø°ò©ó¤-²Õ½u¡A¥|²Õ½u¬O®Ú¾Ú«e¥«ªº°ª§C¡C°t¦X°_¨Ó¡A«h¥O´£¨Ñ¤@-Ó²M´·ªº¹Ïªí¥hªí¹F»ù®æªº¨«¦V¤-±ø½uªº-pºâ¤èªk¦p¤U¡G1) µu¶b§Ö½u=Âà´«½u = (9¤é¤º³Ì°ª+9¤é¤º³Ì§C) / 2¡A¥H9¤é¬°¤@µu½u©P´Á(©P´Áªøµu¥i¥ô·N§ó§ï)2) ¤¤¶bºC½u=°ò·Ç½u = (26¤é¤º³Ì°ª+26¤é¤º³Ì§C) / 2¡A¥H26¤é¬°¤@¤¤½u©P´Á(©P´Áªøµu¥i¥ô·N½Õ±Ð)3) «á²¾«ü¼Ð=¿ð¦æ±a=±N¤µ¤é¦¬¥«»ù«á²¾¦Ü¤@¤¤½u©P´Á4) «e²¾«ü¼ÐA = ¥ý¦æ±aA = (µu¶b§Ö½u+¤¤¶bºC½u) / 2¡A«e²¾¦Ü¤@¤¤½u©P´Á5) «e²¾«ü¼ÐB = ¥ý¦æ±aB = (52¤é¤º³Ì°ª+52¤é¤º³Ì§C) / 2¡A«e²¾¦Ü¤@¤¤½u©P´Á¶³±a =«e²¾«ü¼ÐA¤Î«e²¾«ü¼ÐBªºªÅ¶¡¡A¶Ç²Îªº¨t²Î¥]¬A-Ó¥b¬P¤@¥Ø§¡¿Åªí¥H9, 26, 52¤T-Ó¨t¼Æ-pºâ©P´Á¡A¦b1930¦~¥N¡A¤é¥»¬O¨C©P¤»¤Ñ¤u§@´Á(µu)¡B¤@-Ó¤ë(¤¤)¤Î¤G-Ó¤ë(ªø)¬°·Ç¡A²{¤µªÀ·|¡A¤v¥Ñ¤»-Ó¤u§@¤Ñ§ï¬°¤--Ó¡A¬G¦¹®Ú¾Ú¤@¥Ø§¡¿Åªíªº¯«Åè¡AÀ³§ï¬°7, 22, 44¤~¯à°t¦X²{¤µªÀ·|¡Cºtö¡A¤@¥Ø§¡¿Åªí¥ç¬O¥H¶Àª÷¥æ¤eªº¤èªk¥h ±q¤-±ø½uªº»s§@¤èªk¡A¤@¥Ø§¡¿Åªíªº°ò¼Æ»P²{¥Nªº¥-§¡²¾°Êªk¤Q¤À¬Û¦ü§@¥X¶R½æªº´£¥Ü¡A Tenken Sen(Âà´«½u)¦V¤W¯}K ijun Sen(°ò·Ç½u)¥Nªí¶R¤J¡A¦Ó¦V¤U¬ð¯}¥Nªíªf¥X¡C§ó-«-nªº¤@ÂI¡A¤@¥Ø¹Ï¹ï¶R¤J½æ¥Xªº°T¸¹³£¦³¤£¦Pµ{«×ªºªí¹F¡A«h¶R½æ°T¸¹±N¡A-Y¶Àª÷¥æ¤e¦b¶³±a¦P¤è¦V²£¥Í¬°³Ì±j¤OªÌ¡A-Y°T¸¹»P¶³±a¦¨¤Ï¤è¦V¡A«h°T¸¹¬°ªì¯Å¡A-Y°T¸¹¦b¶³±a¤¤²£¥Í¡A«h¬°¤¤¯Å¥X¤J¥«°T¸¹¡A®Ú¾Ú¾ú¥v¼Æ¾Ú¡A¦bµo¥Íªì¯Å°T¸¹«á¡A-Y¥«¤É(¶^)¯}¶³±a¡A¨Ã¯à¦u¶³±a¤W(¤U)¹O©P¡A¨«¶Õ½T»{¡A¦³¶W¹L80%¾÷·|§Î¦¨¤j¤è¦V(¨£ªþªí)¡C¡AÅã¥Ü¤£¦Pµ{«×ªº¤ä«ùªý¤O¡A¤Î¤j¥«¥¼¨Ó¥h ¥t¤@-Ó¤@¥Ø¹ÏªººëÅè¦b±N¤ä«ù¤Îªý¤O¶q¤Æ¶³±aªº«pÁ¡¤Î²¾°Êªº¤è¦V¦V¡CÁ`¬A¨Ó»¡¡A¥«¦b¶³±a¤W¤è°¾¦n¡A¦b¤U¤è°¾²H¡A¦b¶³±a¤¤Åã¥Ü½L¾ã¡CÀ³¥Î¡A¤ä«ù¶Ç²Îªº§Þ³N¤ÀªR¤èªk¬O¥Î¥«³õªº¶}¡B°ª¡B§C¡B¦¬©Î¥-§¡»ù§@¨ÌÂk¡A¶Àª÷¤À³Î«h¥H¯«©_¼Æ¦r©w¤@¤W¤Uªi´T¡Cªý¤OªºÅã¥Ü³£Ã´©ó¤@ÂI©Î¤@½u¡A©µ¦ù¶³±a§ó¥i¹w´ú¥¼¨Óªý¤O©Î¤ä«ù¡A¤@¥Ø¹Ï±N³Ì©â¶Hªº¤ä«ù¡Bªý¤O¶q¤Æ¡A ¤@¥Ø§¡¿Åªí«h¥H¶³±a¶q¤Æ¤ä«ù¤Îªý¤O¡A§ó¡A¶³±aªº«pÁ¡¬O¥Ñ«e¥«ªi´T©Ò»s¦¨¡A¬G¦¹¤@¥Ø§¡¿Å¹Ï°£¤F¥-§¡»ùªº·§©À¥~ªÖ©w¤ñ²{¥Nªº§Þ³N¤ÀªR¤èªkÀu³Ó·»¦X¥«³õªºªi´T¡C¥H¤U¨Ò¤l¡A¥i¥H§ó²M·¡¡C¹Ï2 -^Âé§I¬ü¤¸¤é¹Ï°t¥H¤@¥Ø§¡¿Å¹Ï¹Ï2¬°-^Âé§I¬ü¤¸¹Ï°t¥H¤@¥Ø§¡¿Åªí¡C2004¦~9¤ë¦Ü11¤ë¡A-^Âé¦b¶³±a¤U½L¾ã¡A¶³±a§Î¦¨ªý¤O°Ï¡A½L¾ã´Á¡A¸òµÛ±j¤Oªf¥X°T¸¹¡C³Ì«á¦Aµo¥Íªì¯Å¶R¤J°T¸¹¡A¥«¸òµÛ¯}¶³±a§Î¦¨ÁͶաA¦b ¶¡¡A¤@¥Ø¹Ï´¿µo¥Xªì¯Å¶R¤J°T¸¹2005¦~1¤ë¡A¥«°ª¦ì¦^¸¨¦Ü¶³±a¡A¦b¶³±a¤¤¤W¸¨¡A¥¢¥h¤è¦V·P¡A«á¦A¤W¯}¶³±a¡A¦A¦¨¤É¶Õ¡A¦b¤@¥Ø§¡¿Åªíªº²z½×¤W¡A¥«-n¯}¶³±a¤~¥i½T»{¤É¶Õ¡A¥H¤@¥Ø¶³±a°t¦X¶Ç²Î²z½×¡A¹ï¤ä«ùªý¤OÀ³¦³¤@·sÅé·|¡C¹Ï3¬ü¤¸§I¤é¶ê¤é¹Ï°t¥H¤@¥Ø§¡¿Å¹Ï¹Ï3¬°¬ü¤¸§I¤é¶ê¤é¹Ï°t¥H¤@¥Ø§¡¿Å¹Ï¡C2004¦~8¤ë¦Ü10¤ë¡A¥«¦b¶³±a¤¤½L¾ã¡A¶³±a§Î¦¨±j¤j¤ä«ù¡A¦bA ÂI¡A¥«¤£¯à¶^¯}¶³±a¡A¸òµÛ¥«¤Ï¼u¡A¦ýµL¤O¯}¶³±a¡A§Î¦¨¯¶´T³q¹D¡Aª½¦Ü10¤ë¡A¥«¯}¶³±a¡A·í®É¶³±a¦¬¯¶¡A ¤ä«ù¤O«×´î®z¡A¥«¯}¯Ü®z¤ä«ù§Î¦¨¸òµÛªº¤j¶^¥«¡C¾ãÅé¨Ó»¡¡A¶³±aªº«pÁ¡¥iÅã¥Ü¤ä«ù©Îªý¤Oªº±j«×¡A-Y¶³±a¦¬¯¶¡AÅã¥Ü¤Þ¥Óªi´T´î§C¡A¥ô¦ó¤@¤è¬ð¯}¥i´Á¡A¥t¤@¤è-±-Y¶³±a«p«×¥[¤j¡AÅã¥Ü¤ä«ù©Îªý¤Oªº¤O«×¥[¤j¡A°t¦X°ªªº¤Þ¥Óªi´T¡C¤@¥Ø¹Ï¹ïªøµu½uªº±Ò¥Ü±N¤é¹Ï¤Î©P¹Ï°t¦X¡A¤é¹Ï¤Î©P¹Ï¶³±a¥i§@¥«¤W¤U³q¹D¡C±N¹Ï3¤Î¹Ï4§@¤@¤ñ¸û¡A©P¹Ïªº¶³±aºc¦¨¤é¹Ï¤W¤É©Î¤U¶^¹Jªýªº¨Ì¾Ú¡C¥H¤W¨Ò¤l¥u²Ê²¤¤¶²Ð¤@¥Ø§¡¿Åªíªº¥\¯à¡A·íµM¥Î¤@¥Ø¹Ï«á¡A±Nµo²{¤@¥Ø¹Ï¬°¤£¥i©Î¯Êªº¶R½æ«ü¤Þ一目均衡表(Ichimoku云图)此技术分析法是由二战前一个自称一目山人(笔名)的东京新闻作者发明的,问世后,ichimoku云图遂成为日本交易员常用的技术分析工具,不仅是股票交易,外汇,债券,指数,商品和期权也成为其广泛应用的战场。
echarts的各种参数echarts的各种参数<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <%String path = request.getContextPath(); String basePath =request.getScheme()+"://"+request.getServerName()+":"+r equest.getServerPort()+path+"/"; %><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head> <basehref="<%=basePath%>"><title>ECharts实例</title></head> <body><!--Step:1 Prepare a dom for ECharts which (must) has size (width & hight)--> <!--Step:1 为ECharts准备一个具备大小(宽高)的Dom--><div id="mainBar" style="height:500px;border:1px solid #ccc;padding:10px;"></div><!--Step:2 Import echarts.js--><!--Step:2 引入echarts.js--> <script src="js/echarts.js"></script><script type="text/javascript"> // Step:3 conifg ECharts's path, link to echarts.js from current page. // Step:3 为模块加载器配置echarts的路径,从当前页面链接到echarts.js,定义所需图表路径require.config({ paths:{ echarts:'./js' } });// Step:4 require echarts and use it in the callback.// Step:4 动态加载echarts然后在回调函数中开始使用,注意保持按需加载结构定义图表路径require( [ //这里的'echarts'相当于'./js' 'echarts','echarts/chart/bar','echarts/chart/line', ], //创建ECharts图表方法function (ec) { //--- 折柱---//基于准备好的dom,初始化echart图表var myChart =ec.init(document.getElementById('mainBar'));//定义图表option var option ={ //标题,每个图表最多仅有一个标题控件,每个标题控件可设主副标题title: { //主标题文本,'\n'指定换行text: '2013年广州降水量与蒸发量统计报表', //主标题文本超链接link:'/doc/4f9908606.html,/weatherLive/climate Forecast/2014-01-26/157.html', //副标题文本,'\n'指定换行subtext: '/doc/4f9908606.html,', //副标题文本超链接sublink:'/doc/4f9908606.html,/myblog/?Echarts',//水平安放位置,默认为左侧,可选为:'center' | 'left' | 'right' | {number}(x坐标,单位px)x: 'left', //垂直安放位置,默认为全图顶端,可选为:'top' | 'bottom' | 'center' | {number}(y坐标,单位px)y:'top' },//提示框,鼠标悬浮交互时的信息提示tooltip: { //触发类型,默认('item')数据触发,可选为:'item'| 'axis'trigger: 'axis' },//图例,每个图表最多仅有一个图例legend: { //显示策略,可选为:true(显示)| false(隐藏),默认值为trueshow: true, //水平安放位置,默认为全图居中,可选为:'center' | 'left' | 'right' | {number}(x坐标,单位px)x:'center', //垂直安放位置,默认为全图顶端,可选为:'top' | 'bottom' | 'center' | {number}(y坐标,单位px)y: 'top', //legend 的data: 用于设置图例,data内的字符串数组需要与sereis数组内每一个series的name值对应data: ['蒸发量','降水量'] },//工具箱,每个图表最多仅有一个工具箱toolbox: { //显示策略,可选为:true(显示)| false(隐藏),默认值为falseshow: true, //启用功能,目前支持feature,工具箱自定义功能回调处理feature: { //辅助线标志mark: {show: true},//dataZoom,框选区域缩放,自动与存在的dataZoom控件同步,分别是启用,缩放后退dataZoom: { show: true, title:{ dataZoom: '区域缩放',dataZoomReset: '区域缩放后退' }},//数据视图,打开数据视图,可设置更多属性,readOnly 默认数据视图为只读(即值为true),可指定readOnly为false打开编辑功能dataView: {show: true, readOnly: true},//magicType,动态类型切换,支持直角系下的折线图、柱状图、堆积、平铺转换magicType: {show: true, type: ['line', 'bar']},//restore,还原,复位原始图表restore: {show: true},//saveAsImage,保存图片(IE8-不支持),图片类型默认为'png' saveAsImage: {show:true} }}, //是否启用拖拽重计算特性,默认关闭(即值为false)calculable: true, //直角坐标系中横轴数组,数组中每一项代表一条横轴坐标轴,仅有一条时可省略数值//横轴通常为类目型,但条形图时则横轴为数值型,散点图时则横纵均为数值型xAxis:[ {//显示策略,可选为:true(显示)| false(隐藏),默认值为true show: true, //坐标轴类型,横轴默认为类目型'category' type: 'category', //类目型坐标轴文本标签数组,指定label内容。
qchart曲线点标注字符QChart是Qt框架中的图表库,用于绘制各种图表,包括曲线图。
在曲线图中,标注字符的功能是十分重要的,它可以帮助用户更清晰地理解图表中的数据点。
本文将详细介绍在QChart中如何进行曲线点的标注字符,包括基本设置、自定义标注、以及一些实用的技巧。
QChart曲线点标注的基本设置在QChart中,通过QLineSeries类可以很容易地绘制曲线图。
标注曲线上的点可以通过QScatterSeries类实现。
以下是一个基本的设置过程:#include <QtWidgets/QApplication>#include <QtCharts/QChart>#include <QtCharts/QLineSeries>#include <QtCharts/QScatterSeries>#include <QtCharts/QChartView>QT_CHARTS_USE_NAMESPACEint main(int argc,char*argv[]){QApplication a(argc,argv);QChart *chart =new QChart();QLineSeries *series =new QLineSeries();QScatterSeries *scatterSeries =new QScatterSeries();// 添加数据点series->append(0,1);series->append(1,2);series->append(2,3);series->append(3,4);// 设置曲线chart->addSeries(series);// 设置标注字符scatterSeries->setMarkerShape(QScatterSeries::MarkerShapeCircle); scatterSeries->setMarkerSize(10);// 将标注字符添加到曲线上for(int i =0;i <series->count();++i){scatterSeries->append(series->at(i));scatterSeries->setPointLabelsVisible(true);scatterSeries->setPointLabelsFormat("@yPoint");// @yPoint表示使用y坐标作为标注字符}// 将标注字符的颜色与曲线颜色一致scatterSeries->setColor(series->color());// 将标注字符添加到图表中chart->addSeries(scatterSeries);// 创建图表视图QChartView *chartView =new QChartView(chart);chartView->setRenderHint(QPainter::Antialiasing);// 显示图表视图chartView->show();return a.exec();}上述代码中,通过QScatterSeries实现了标注字符的添加。
does the alert number 820 indicateA. AIS lostB. TT lostC. Navtex message receivedD. Cross track alarm2. What does the alert number 450 indicateA. Route: Illegal To WPTB. RADAR comm. ErrorC. LAN adapter version errorD. Heading sensor not available3. What does the alert number 495 indicateA. Anchor watch errorB. Track control stoppedC. Steering parameter errorD. Filter: Init.4. What does the alert number 380 indicateA. Route: File read errorB. User chart: File not foundC. AIS COM errorD. User chart: File read error5. What does the alert number 635 indicateA. No official dataB. Log errorC. Dual axis log (WT) errorD. Dual axis log (BT) error6. What does the alert number 640 indicateA. Datum mismatchB. Chart align: Over 30 min.C. RADAR antenna ID errorD. Gyro error (Trackpilot)7. What does the alert number 031 indicateA. Sensor adapter 1 COM timeoutB. Sensor adapter 2 COM timeoutC. Sensor adapter 3 COM timeoutD. Sensor adapter 4 COM timeout8. What does the alert number 257 indicateA. Heading sensor not availableB. Prg track: Need higher speedC. Prg track: Use radius CtrlD. Gyro 3 COM error9. What does the alert number 470 indicateA. WGS 84 not usedB. Different geodetic datumC. Sentence syntax errorD. Datum change10. Where do you control the settings and visibility of the chart layersA. In Chart LegendB. In Symbol DisplayC. In Chart DisplayD. In Basic Setting11. Where do you set the Safety DepthA. In Chart LegendB. In Symbol DisplayC. In Chart Alert12. Where do you set the Shallow ContourA. In Chart LegendB. In Symbol DisplayC. In Chart AlertD. In Chart Displaydo you set the Deep ContourA. In Chart LegendB. In Symbol DisplayC. In Chart AlertD. In Chart Displaydo you set the Safety ContourA. In Chart LegendB. In Symbol DisplayC. In Chart AlertD. In Chart Display15. Where do you set the Shallow PatternA. In Chart DisplayB. In Symbol DisplayC. In Basic SettingD. In Chart Catalogue16. Where do you control the AIOA. In Chart LegendB. In Symbol DisplayC. In Chart DisplayD. In Chart Cataloguedo you select the color Palette used to display the chartsB. In Chart DisplayC. In Quick Access BarD. In Chart Catalogue18.Where do you switch between Multicolor and Two Color settings for the chartsA. In Chart LegendB. In Symbol DisplayC. In Basic SettingD. In Chart Display19. When an ENC is outlined in Green in the Chart Catalogue - it meansA. License is valid - chart is up-to-date.B. License is valid - chart is NOT up-to-date.C. License is available - chart not installed.D. License is not available or has expired.20. When an ENC is outlined in Orange in the Chart Catalogue - it meansA. License is valid - chart is up-to-date.B. License is valid - chart is NOT up-to-date.C. License is available - chart not installed.D. Cancelled chart.21. When an ENC is outlined in Magenta in the Chart Catalogue - it meansA. License is valid - chart is up-to-date.B. License is valid - chart is NOT up-to-dateC. License is available - chart not installedD. License is valid - up-to-date status doubtful.22. When an ENC is outlined in Yellow in the Chart Catalogue - it meansA. License is valid - chart is NOT up-to-date.B. License is available - chart not installed.C. License is valid - up-to-date status doubtful.D. License is not available or has expired.23. When an ENC is outlined in Red in the Chart Catalogue - it meansA. License is valid - chart is NOT up-to-date.B. License is available - chart not installed.C. License is valid - up-to-date status doubtful.D. License is not available or has expired24. When an ENC is outlined in Blue in the Chart Catalogue - it meansA. License is valid - chart is up-to-date.B. License is valid - chart is NOT up-to-date.C. License is available - chart not installed.D. Cancelled chart.25. Where can you find information concerning the charts stored on the HDDA. On the Internet.B. The Chief Officer will know.C. In the chart catalogue.D. In the Chart Display menu.26. How can you tell if your FURUNO ECDIS is displaying an ENCA. There is an "ENC Data available" indication in the Own Ship Functions Box.B. There is an "RNC data" indication in the Own Ship Functions Box.C. The FURUNO ECDIS will give an audible alarm if I am not viewing an ENC.D. There is no special indication in the Own Ship Functions Box.27. Where do you find information on Magnetic Variation in the ENCs on the FURUNO ECDISA. In Chart DisplayB In Chart CatalogueC In Chart AlertD In Chart Legend28. Which information can you find in the Vector Chart LegendA Magnetic VariationB Base CD numberC Permit expiration dateD Safety Contour setting29. Which information can you find in the Vector Chart LegendA T&&P NoticesB NameC WarningsD Safety Contour setting30. Which information can you find in the Vector Chart LegendA Notices To MarinersB Presentation Library edition numberC Chart edition && Update dateD Safety Contour setting31. Which information can you find in the Raster Chart LegendA Magnetic VariationB Safety Contour settingC Quality of dataD T&&P Noticeinformation can you find in the Raster Chart LegendA Horizontal datumB Safety DepthC User Permit numberD License number33.Which information can you find in the Raster Chart LegendA Shallow ContourB Chart NameC Chart Viewing dateD Deep Contour34. Which information can you find in the Raster Chart LegendA Edition numberB Last displayed updateC Edition dateD Update issue date35. How do you switch from Vector chart to Raster chart on the FURUNO ECDISA I select Raster chart in the Main menu.B I select RNC in the Chart Legend.C I select Raster chart from the drop down list in the Status Bar.D I select RNC in the Chart Catalogue.36. How do you switch from Raster chart to Vector chart on the FURUNO ECDISA I select ENC in the Main menu.B I select Vector chart in the Chart Legend.C I select Vector chart from the drop down list in the Status Bar.D I select Vector chart in the Chart Catalogue.do you get information on an ENC o bject (Buoy - Beacon - Berth etc.) on the FURUNO ECDISA I right click on the User Chart function in the route planning tool.B I click on the Chart Info in the Instant Access Bar.C I center click on the object.D I right click on the object.38 How d o you record Own S hip's position on the ECDIS c harts when you have a Range/Bearing observation from your RADARA I cannot record own ship's position manually on the FURUNO ECDIS.B I record LOP in the Record function of the Event Log.C I press the [CTRL] && [ACQ/ACT] button on the Control Unit.D I select [Record][Event Log] and [User Event] from the Instant Access bar and insertthe observation in the Record User Event window.<Cell>b39 Which operation can you perform on the FURUNO ECDISA I can record target ship's positions in the Voyage log automatically.B I can record a position fix manually by using just one distance and one bearing.C I can playback my past voyage track on the charts.D I can send my Route Plan and User Chart and Notes to a FURUNO GPS for display onthe GPS.40 Which operation can you perform on the FURUNO ECDISA I can record my position manually on the ENCs.B I can set the ECDIS to automatically choosing a Safety Contour based on my settingof Ship's maximum draft.C I can set Ship's maximum height to enable chart alerts from areas in the chartswhere there is not sufficient air draft.D I can send a copy of my Route Plan to an AIS target as a Safety Message.41Which operation can you perform on the FURUNO ECDISA I can play back my ship's past track on the ECDIS.B I can record my position manually on the RNCs.C I can create Notes from my Voyage Log to document a voyage on the charts.D I can set the ECDIS to include engine log information into the Voyage logautomatically.<Cell>b<Cell>142How do you document your previous voyage on the FURUNO ECDISA I use my paper Logbook as documentation.B I use my paper Logbook and my VDR or SVDR as documentation.C I use the tracking function in the symbol display.D I show a playback of my past voyage track on the charts.43 Which operation can you perform during a voyageA I can use the Event function to record special events in the Event Log.B I can create a User Chart from the Alert Log and save it to a USB memory device.C I can create a User Chart from the Chart Usage Log and save it to a USB memorydevice.D I can create a User Chart from the Voyage Log and save it to a USB memory device.44Which operation can you perform during a voyage or after completion of a voyageA I can use the Event function to record special events in the Details Log.B I can view and print a copy of the Voyage Log.C I can create a backup copy of Own Ship's past track (120 minutes max.) on a USBmemory device and keep the copy in a safe location for future reference.D I can reset the Chart Usage Log after creating a backup copy.45Which operation can you perform during a voyage or after completion of a voyageA I can use the Record function to record special events in the Voyage Log.B I can create and save a screen shot for future reference.C I can view and print a copy of the Details Log.D I can connect the ECDIS t o the Internet and upload all documentation to an externalstorage.46Which operation can you perform after completion of a voyageA I can add additional records of manual positions to the Voyage Log adding furtherdetail to the past Voyage.B I can create a User Chart from the monitored Route Plan and save it to a USB m emorydevice.C I can create a backup copy of the Voyage log on a USB memory device.D I can view and print a copy of the Chart Usage Log.47Which recording function is available in the FURUNO ECDISA Danger Targets LogB Engine LogC Speed LogD GPS Log48 Which recording function is available in the FURUNO ECDISA AIS LogB Engine LogC Voyage LogD RADAR Log49Which recording function is available in the FURUNO ECDISA Gyro LogB Engine LogC Ship's LogD Details Log50How do you manually record Own Ship's current position in the LogsA By opening the Voyage Log and entering the current position.B By right clicking on own ship icon on the user interface.C By pressing the Record button on the Control Unit.D By using the record position event function of the Event Log.51What is a Manual UpdateA A Manual update is an update applied using the Manual function in Load && UpdateCharts.B A Manual update is an update to the charts created by the operator from informationreceived from the Pilot - a Navtex message - a VHF broadcast etc.C A Manual update is an update applied to the charts by an official representativeof the chart producer.D A Manual update is a chart created using the digitizer function of the FURUNO ECDIS. 52How do you delete a specific object added using the Manual Update functionA I select Clear in the Manual Update window.B I use the Delete function in the File Export tool.C I right click on the object and use the Manual Update window to delete it.D I set the View Until date for the Manual Update two months back in time.53How do you modify an existing Manual Update objectA I use the ENC tab of the Chart Maintenance function.B I use the Mariner tab of the Symbol Display function.C I cannot modify a Manual Update - only delete it.D I use the List tab of Manual Update tool function.54How can you see if a chart object is created using Manual UpdatesA The Manual Update will be larger than any other chart objects.B It is always shown in red.C It will have a special orange marker.D There is no way I can see if a chart object is created using Manual Updates.55Which color scheme is used for a Manual update on the Furuno ECDISA Blue ENC symbolsB Standard ENC symbolsC Orange ENC symbolsD Red ENC symbols56 Where can Manual Updates be displayedA Only on ENCsB Only on RNCsC Only on Vector chartsD On all types of charts in the ECDIS57 Where can you find a list of the Manual Updates that have been applied to the FurunoECDISA In the Chart LegendB In the Manual Update WindowC In the Chart CatalogueD In the Chart Display menu58How do you hide (not delete) a Manual Update objectA I select Clear from the Manual Updates menu.B I select Undo Last from the Manual Updates menu.C I deselect that general type of chart object in the Chart Display dialogue.D I deselect the option from the Symbol Display dialogue.59Which Manual Update objects can be hidden from view by operator selectionA Only the Manual Updates Special Areas (from the Chart Display dialogue)B All manual Updates objects(from the Chart Display dialogue)C Only the Manual Updates Buoys (from the Chart Display dialogue)D Only the Manual Updates Soundings (from the Chart Display dialogue)60 Can you create a Manual Update from an AIS Safety Message shown on the ECDISA Yes - by manually creating the object.B Yes - by letting the ECDIS create the object automatically.C Yes - either by creating it manually or letting the ECDIS create it automatically.D No61Can you create a Manual Update from a Navtex Message shown on the ECDISA Yes - by manually creating the object.B Yes - by letting the ECDIS create the object automatically.C Yes - either by creating it manually or letting the ECDIS create it automatically.D No62Where do you change the visibility of your Monitored routeA In Chart LegendB In Symbol DisplayC In Chart DisplayD In Chart Catalogue63Where can you update the ENCsA In the Chart Manager (Individual Update)B In the Update function of the Chart DisplayC In the Update function of the System SettingsD In the Update function of the Chart Legend64Where can you update the RNCs on the Furuno ECDISA In the Update function of the MenuB In the Chart Manager (Individual Update)C In the Update function of the Chart CatalogueD In the Update function of the Chart Legend65How do you update your vector charts on the Furuno ECDIS using the ENC Update CDA I use the AutoLoad function.B I create a Manual Update from the information on the CD.C I create a User Chart.D I import the information using the Chart Details function in the Chart Catalogue.66How are regular T&Ps updated on the ECDISA T&&Ps must always be created as Manual Updates.B I create a Manual Update containing the T&&Ps using the Manual function in theLoad && Update function of the Chart Menu.C Most T&&Ps a re included in the weekly update CD a nd these are updated automaticallytogether with the other updates on the CD.D I cannot update T&&Ps on the FURUNO ECDIS.67How do you update your raster charts on the Furuno ECDIS using the RNC Update CDA I use the AutoLoad function.B I create a Manual Update from the information on the CD.C I cannot update the raster charts using an RNC update CD.D I import the information using the Chart Details function in the Chart Catalogue.68How are loaded ENCs converted into SENCs when updatingA The FURUNO ECDIS will normally convert the ENCs to SENCs automatically.B I must use the conversion tool from the Menu.C I cannot convert ENCs into SENCs.D I load the new Permit file using the file named and then I use the S52 PresentationLibrary from the System menu in the Chart Menu to convert the ENCs into SENCs.69What is the recommended loading sequence when you receive new charts - updates andpermitsA There is no recommended sequence.B #1:Base CDs #2:Update CD #3:PermitC #1:Permit #2:Update CD #3:Base CDsD #1:Permit #2:Base CDs #3:Update CD70How do you select which User Chart to monitorA By linking it to the monitored Route Plan in the route planning tool.B By clicking Display - User Chart in the Quick Access Bar.D By left clicking on the chart area.71Where can you enter informative notes on Pilot data (VHF channels etc.) to be usedduring monitoring in the FURUNO ECDISA In the Voyage LogB In the Pilot DataC In the User Event functionD In the User Chart72How do you enter informative notes in the User ChartA I select Note as an option for the Area Line or Circle where the information shouldbe displayed.B I select Note as an option for the Tidal Label or Clearing Line where the informationshould be displayed.C I select User Chart from the Main menu and then I select Plan and enter the noteto be displayed.D I left click on Route in the Quick Access Bar and then I select Monitor.73How do you change the User Chart being used for monitoringA I move the monitored route plan to planning mode and edit the Linked User Chartsetting.B I select a different user chart from the Menu to monitor.C I select User Chart from the Planning sidebar and then I select Monitor for thedesired user chart.D I left click on User Chart in the Status Bar and then I select Plan.74Can you move your User Chart from one FURUNO ECDIS to anotherA NoB Yes but only by using the harmonization process.C Yes by using the Export/Import tool in the Settings function of the Status Bar.D Yes but only to an ECDIS with the exact same software version number.75Which printing option is available for the User ChartA Tidal ReportB Full reportC System reportD Detailed report76Which printing option is available for the User ChartA Full reportB Line ReportC System reportD Detailed report77Which printing option is available for the User ChartA Full reportB System reportC Clearing Line ReportD Detailed report78Which printing option is available for the User ChartA Full reportB System reportC Detailed reportD Area Report79 Which printing option is available for the User ChartA Circle ReportB Full reportC System reportD Detailed report80Which printing option is available for the User ChartA Label ReportB Full reportC System reportD Detailed report81Where can you display your planned or monitored User Chart on the FURUNO ECDISA Only on official chartsB On all chartsC Only on vector chartsD Only on raster charts82How can you verify which User Chart is being monitoredA The name of the User Chart will be displayed in the top right corner of the ECDISscreen.B The name of the User Chart will be displayed in the Information Sidebar.C By clicking on "Route" and then on "Route Info" in the Quick Access Bar when inPlan mode.D By clicking on "Route" and then on "Route Info" in the Quick Access Bar when inNavi mode.83What is the name of category of charts generated by the user to draw up contingency areas - No Go areas - clearing lines etc.A Private ChartB Pilot DataC User ChartD Non HO Chart84How do you open the User Chart planning toolA I select "Planning" and then "User Chart" in the Quick Access bar when in Planmode.B I select "Planning" and then "User Chart" in the Quick Access bar when in Navimode.C I Select Manual Update from the Menu in Charts mode.D I left click on User Chart in the Information sidebar - then I select Plan.85Can you edit the User Chart when the ECDIS is in Navi modeA YesB Only if the User Chart is not linked to a route plan.C Yes if the User Chart contains no Tidal information.D No86What is a Point in the User ChartA A point is used to create a Manual Update from a chart object.B A point is used to denote/highlight the position of a chart object with the UserChart.C A point is the end of a User Chart.D A point is used to connect the User Chart with a route plan.87 Can you copy your Manual Updates from one FURUNO ECDIS to anotherA NoB >Yes - by using the Backup and Restore dialogue to transfer the Manual Updatesto a USB.C Yes - by sending the Manual updates via an email.D No - but I can transfer them to another manufacturer's type of ECDIS.88 When do you use a Manual UpdateA Always when I have to update my charts.B When I receive information which must be displayed on my ECDIS and this is notyet included in the official weekly updates.C I should never use Manual Updates.D >When I have to update the software of the ECDIS.89 How do you add navigational chart objects to the FURUNO ECDIS when you are requiredto do so by Notices To MarinersA I cannot add any chart objects to the ECDIS unless they are included in the weeklyupdate CDs.B I use the Manual Updates function.C I use the User Chart function.D I use the Chart Edit function.90 How do you add navigational chart objects to the FURUNO ECDIS when you are requiredto do so by a Navtex messageA I cannot add any chart objects to the ECDIS unless they are included in the weeklyupdate CDs.B I use the Manual Updates function.C I use the User Chart function.D I use the Chart Edit function.91 How do you add navigational chart objects to the FURUNO ECDIS when you are requiredto do so by information received via VHF broadcastA I cannot add any chart objects to the ECDIS unless they are included in the weeklyupdate CDs.B I use the Manual Updates function.C I use the User Chart function.D I use the Chart Edit function.92 How can you verify which route is being monitoredA The name of the route will be displayed on my own ship vector.B The name of the route will be displayed in the Route Information box.C By right clicking on own ship icon.D I cannot get information on the route which is being monitored.93 How can you verify which route is being monitoredA By clicking on "Route" and then on "Route Info" in the Quick Access Sidebar inPlan mode.B The name of the route will be displayed in the Status Bar.C By clicking on "Route" and then on "Route Info" in the Quick Access Sidebar inNavi mode.D I cannot get information on the route which is being monitored.94 Can y ou monitor a route even though it indicates an active Alert when you have completed the Route Plan CheckA Yes - the only thing preventing me from monitoring would be an Impossible Turnmessage in the WPT tab.B Yes - if I enter the Service Safety Password.C NoD I t depends on the type of Alert generated (Safety Contour - Restricted Area - CautionArea etc.).95 What should you remember to set up before planning a routeA The settings for the Voyage LogB The Alarm Level in the Operation submenu.C The Conning Display in Installation Parameters.D The Chart Viewing Dates96 What should you remember to set up first when planning a routeA The settings for the Voyage LogB The Alarm Level in the Operation submenuC The Safety Contour in the route planning toolD The Radar overlay97 How do you save your route to the Hard Disc Drive when it has been editedA I don't. The route is automatically saved to the hard disc drive whenever changesare applied.B I click on Save or Save As in the Route Planning tool.C I select Save in the Backup and Restore dialogue.D I click New in the Route Planning tool.98 How do you start the route planning toolA I press Plan on the Control Unit.B I click on the Route icon in the Status bar.C I select Route Plan from the Menu dialogue.D I click on Route in the Quick Access bar.99 Can you open the route planning tool when the ECDIS is in Chart modeA Yes if I open the Menu dialogue first.B Yes if I right click on the chart and select Event.C Yes if I select Plan in the Chart Catalogue.D No100 Where do you set up the Safety Contour used for planning your routeA On the Parameters tab of the Route Planning tool.B In Chart DisplayC In Chart Alert settingsD In Own Ship settings101 Can you set the overall maximum speed for a route planA Yes in the Ship and Route parameters of the Menu.B Yes in Chart Display.C Yes in Optimization parameters.D Yes in the route planning tool.102 Can you plan a route while you monitor another routeA NoB Yes but only if I have two ECDIS.C Yes the route planning function is independent from the route monitoring function.D Yes but I must select the same Safety Contour for both route plans.103 Can you edit a route without removing it from the route monitoring functionA NoB Yes but I must copy it to another ECDIS where it can be edited without interferingwith the monitoring function of the FURUNO ECDIS.C Yes if I create a copy of the route plan in ANTS format on a USB and edit the fileon a normal office PC.D Yes if I select Copy from monitor in the Route plan menu and edit the copy. Whencopying is completed I select-Exchange with monitor in the Route Plan menu.104 Which operation can you perform with the FURUNO ECDISA I can send my Route Plan and User Chart to any RADAR for display on the RADAR.B I can send my Route Plan and User Chart to any AIS for display on the AIS.C I can send my Route Plan and User Chart to any GPS for display on the GPS.D I can send my Route Plan and User Chart to a FURUNO RADAR for display on the RADAR. 105 Where can you change the setting of the Safety Contour which is used during planningof a routeA Nowhere - because I must never change the setting for the Safety Contour.B In the Settings menu a nd I can only change the setting if I have the service password.C In Chart AlertD In the route planning tool.106 Where can you change the settings for the Safety Contour used for monitoringA Nowhere - because I must never change the setting for the Safety Contour.B In the Settings menu a nd I can only change the setting if I have the service password.C In Chart Alert.D In the route planning tool.107 Where do you control the Safety Contour displayed on the Charts on the FURUNO ECDISA In Chart AlertB In the route planning tool - on the Alerts tabC In Chart DisplayD No where - it is set up automatically108 What is Kalman filter in the FURUNO ECDISA The Kalman Filter is a noise filter which improves the precision of the charts.B The Kalman filter is a filter which reduces the time it takes for the ECDIS tostart up.C The Kalman Filter is a filter which continuously monitors the status and validityof the navigation sensor inputs.D The Kalman Filter is a filter which continuously monitors the connection to theRADAR GPS and AIS.109 Which of these settings generate an alarm from the Chart Alert settingA Shallow ContourB Safety DepthC Safety ContourD Deep Contour110 Which ECDIS setting is activated in Ship and Route ParametersA Gyro ErrorB Safety ContourC Notes alarm timesD Ship's minimum speed111 Which ECDIS setting is adjusted in Ship and Route ParametersA Chart alignmentB Safety ContourC Maximum rate of turnD Safety depth112 Which ECDIS setting is adjusted in Ship and Route ParametersA Position offsetB Safety ContourC Alarm volumeD Ship's maximum speed113 Where do you set up the chart watch sector to scan the ENCs for problems along ownship's heading lineA In Chart Display settings。