Revision c4e2bd1536943509000b4435c9731e079bef0fb2 authored by Sergey Linev on 04 June 2024, 12:46:50 UTC, committed by Sergey Linev on 05 June 2024, 10:56:20 UTC
Zoomed y axis range on THStack stored in histogram
Also ignore empty THStack when search histogram for drawin axes
1 parent 2467b8d
Raw File
.gitattributes
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto

# Declare files that will always have CRLF line endings on checkout.
*.sln eol=crlf
*.dsp eol=crlf
*.dsw eol=crlf
*.bat eol=crlf
*.cs  eol=crlf
*.csproj eol=crlf
*.vsct  eol=crlf
*.resx  eol=crlf
*.vsixmanifest  eol=crlf
tree/dataframe/test/RCsvDS_test_win.csv  eol=crlf

# Files in the LLVM monorepo are not normalized, avoid whitespace diffs.
interpreter/llvm-project/** -text

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.pdf binary
*.root binary
*.fits binary
back to top