@@ -428,7 +428,19 @@ EvaluateActivation[act_,dat_,mn_,tr_,actS_]:=Module[{datD,actD,actSD,mnD,trD,sc,
428
428
429
429
Row [{Show [
430
430
ListLinePlot [Thread [{ddat ,sig }],PlotStyle -> Black ,PlotMarkers -> Automatic ,PlotRange -> {0 ,1.1 Max @ sig },ImageSize -> 500 ,
431
- GridLines -> {{{dyn ,Directive [Black ,Thick ]}},{{mean ,Directive [Black ,Thick ]},{tresh [[1 ]],Red },{tresh [[2 ]],Directive [Thick ,Gray ]},{tresh [[3 ]],Directive [Thick ,Gray ,Dashed ]}}}],
431
+ GridLines -> If [grid ,{
432
+ {{dyn ,Directive [Black ,Thick ]}},
433
+ {{mean ,Directive [Black ,Thick ]},
434
+ {tresh [[1 ]],Directive [Red ,Thick ]},
435
+ {tresh [[2 ]],Directive [Thick ,RGBColor [0.812807 , 0.518694 , 0.303459 ], Dashed ]},
436
+ {tresh [[3 ]],Directive [Thick ,RGBColor [0.253651 , 0.344893 , 0.558151 ], Dashed ]}}},
437
+ None
438
+ ]
439
+ ],
440
+ Graphics [{
441
+ RGBColor [0.812807 , 0.518694 , 0.303459 ],Line [{{0 ,tresh [[2 ]]},{Length @ sig ,tresh [[2 ]]}}],
442
+ RGBColor [0.253651 , 0.344893 , 0.558151 ],Line [{{0 ,tresh [[2 ]]},{Length @ sig ,tresh [[2 ]]}}]
443
+ }],
432
444
ListPlot [Pick [Thread [{ddat ,sig }],actt ,1 ],PlotStyle -> Red ,PlotMarkers -> {Automatic ,10 }],
433
445
ListPlot [Pick [Thread [{ddat ,sig }],actSt ,1 ],PlotStyle -> Green ,PlotMarkers -> {Automatic ,10 }]]
434
446
,
@@ -447,7 +459,9 @@ EvaluateActivation[act_,dat_,mn_,tr_,actS_]:=Module[{datD,actD,actSD,mnD,trD,sc,
447
459
,Delimiter
448
460
,{{alpha , 0.5 , "Opacity" },0 ,1 }
449
461
,{{crs , True ,"Show cross" },{True ,False }}
450
-
462
+ ,Delimiter
463
+ ,{{grid ,False },{True ,False }}
464
+ ,Row [{Dynamic [{z ,y ,x }]}]
451
465
,
452
466
{zz ,ControlType -> None },{dd ,ControlType -> None },{xx ,ControlType -> None },{yy ,ControlType -> None },
453
467
{max ,ControlType -> None },{pos ,ControlType -> None },{l ,1 ,ControlType -> None },
0 commit comments