Changes between Initial Version and Version 2 of Ticket #172


Ignore:
Timestamp:
Nov 21, 2017, 3:43:57 PM (6 years ago)
Author:
alx
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #172

    • Property Status newclosed
    • Property Resolutioninvalid
  • Ticket #172 – Description

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