File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 12128 . Provide drawing of artificial "$legend" item - it creates TLegend for all primitives in pad
1313 Can be used when several histograms or several graphs superimposed.
14149 . Let configure "&toolbar=vert" in URL to change orientation of tool buttons
15+ 10 . Improve markers and error bars drawing for TH1/TProfile
1516
1617
1718## Changes in 5.4.0
Original file line number Diff line number Diff line change 38403840 // check if we should draw markers or error marks directly, skipping optimization
38413841 if ( do_marker || do_err )
38423842 if ( ! JSROOT . gStyle . OptimizeDraw || ( ( right - left < 50000 ) && ( JSROOT . gStyle . OptimizeDraw == 1 ) ) ) {
3843- for ( i = left ; i <= right ; ++ i ) {
3843+ for ( i = left ; i < right ; ++ i ) {
38443844 if ( extract_bin ( i ) ) {
38453845 if ( path_marker !== null )
38463846 path_marker += pthis . markeratt . create ( midx , my ) ;
You can’t perform that action at this time.
0 commit comments