File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5656 obj.PlotOptions.WorldReadable = true ;
5757 obj.PlotOptions.ShowURL = true ;
5858 obj.PlotOptions.OpenURL = true ;
59- obj.PlotOptions.Strip = true ;
59+ obj.PlotOptions.Strip = false ;
6060 obj.PlotOptions.Visible = ' on' ;
6161 obj.PlotOptions.TriangulatePatch = false ;
6262
Original file line number Diff line number Diff line change 8989 case ' grouped'
9090 obj.layout.barmode = ' group' ;
9191 case ' stacked'
92- obj.layout.barmode = ' stack ' ;
92+ obj.layout.barmode = ' relative ' ;
9393end
9494
9595% -------------------------------------------------------------------------%
Original file line number Diff line number Diff line change 5555 end
5656
5757 marker.symbol = marksymbol ;
58-
58+ marker.maxdisplayed = length( line_data . MarkerIndices )+ 1 ;
5959end
6060
6161% -------------------------------------------------------------------------%
You can’t perform that action at this time.
0 commit comments