| 148 | |
| 149 | А вот график: |
| 150 | |
| 151 | {{{#!plantuml |
| 152 | @startuml |
| 153 | jcckit(700,400) |
| 154 | data/curves = P1 P2 |
| 155 | data/P1/title = Мощность 1 |
| 156 | data/P1/x = 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 |
| 157 | data/P1/y = 0.0 0.11 0.26 0.32 0.36 0.45 0.66 0.61 0.65 0.73 |
| 158 | data/P2/title = Мощность 2 |
| 159 | data/P2/x = 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 |
| 160 | data/P2/y = 0.04 0.15 0.28 0.33 0.37 0.39 0.36 0.32 0.25 0.22 |
| 161 | |
| 162 | lineStyle/symbolFactory/className = jcckit.plot.CircleSymbolFactory |
| 163 | lineStyle/symbolFactory/attributes/className = jcckit.graphic.ShapeAttributes |
| 164 | lineStyle/lineAttributes/className = jcckit.graphic.ShapeAttributes |
| 165 | |
| 166 | plot/curveFactory/definitions = def1 def2 |
| 167 | plot/curveFactory/def1/ = lineStyle/ |
| 168 | plot/curveFactory/def2/ = lineStyle/ |
| 169 | plot/curveFactory/def1/lineAttributes/lineColor = Red |
| 170 | plot/curveFactory/def1/symbolFactory/attributes/lineColor = Red |
| 171 | plot/curveFactory/def1/symbolFactory/attributes/fillColor = Red |
| 172 | |
| 173 | plot/curveFactory/def2/lineAttributes/lineColor = Blue |
| 174 | plot/curveFactory/def2/symbolFactory/attributes/lineColor = Blue |
| 175 | plot/curveFactory/def2/symbolFactory/attributes/fillColor = Blue |
| 176 | |
| 177 | plot/legend/boxAttributes/fillColor = #e8ffff |
| 178 | |
| 179 | plot/coordinateSystem/xAxis/axisLabel = Время, мс |
| 180 | plot/coordinateSystem/yAxis/axisLabel = Мощность, Вт |
| 181 | #plot/coordinateSystem/yAxis/grid = true |
| 182 | @enduml |
| 183 | }}} |