Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full Chain Testing with Headless Chrome Browser with linux Reference Files #1179

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
422 changes: 346 additions & 76 deletions graphics/CMakeLists.txt

Large diffs are not rendered by default.

47 changes: 47 additions & 0 deletions graphics/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Recipe for Generating New Reference Files
This guide will help you update and generate new reference JSON, SVG and PDF files required for testing and debugging. Follow the steps below to ensure you are working with the most recent reference files.

IMPORTANT: Reference JSON's are used to generate new SVG's (headless chrome browser). It is important to debug always both test and in case of a need of new references files to generate new ones for both. Therefore it is necessary to first update the json files and then the new svg files.

## 1. Setting up
### 1. Create and Prepare Directories
Start by creating a directory for testing and cloning the necessary repositories.

mkdir myTesting
cd myTesting
git clone https://github.com/root-project/root.git
git clone https://github.com/root-project/roottest.git

### 2. Build Configuration
Create a build directory, configure the build to include testing and roottest options, and build the project.

mkdir build
cd build
cmake -Dtesting=ON -Droottest=ON ../root
cmake --build . -j8

## 2. Running Tests
To update or debug tests, run the specific tests you are interested in. Replace macroname and testtype with the actual names used in your tests.

ctest -R roottest-graphics-macroname_testtype

## 3. Updating Reference Files
### 1. Navigate to the Generated Files Directory
Change to the directory where the new reference files are located. Replace folder_pro with the actual folder name.

cd /path/to/build/roottest/graphics/folder_pro

### 2. Move and Rename Files
Move and rename the files from the _pro suffix to the appropriate reference folder. Replace folder_ref with the actual folder name.

for file in *_pro*; do
mv "$file" "/path/to/roottest/graphics/folder_ref/${file/_pro/}";
done

### 3. Zip the Updated Reference Files
Change to the reference folder and compress the updated files into zip archives.

cd /path/to/roottest/graphics/ref_folder
ls *.fileformat | awk '{print "zip -m " $1 ".zip " $1}' | sh (replace fileformat)

Replace fileformat with the actual file extension of your reference files (e.g., svg, pdf, json).
110 changes: 0 additions & 110 deletions graphics/Test_JsRoot.js

This file was deleted.

Binary file modified graphics/json_ref/AtlasExample.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/BreitWigner.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/CrystalBall.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/DynamicSlice.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/Fibonacci.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/GammaFun.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/NormalizeHistogram.json.zip
Binary file not shown.
Binary file removed graphics/json_ref/TSVDUnfoldExample.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/ZoomHistogram.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/analyze.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/annotation3d.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/approx.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/archi.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/arrows.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/basic3d.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/candledecay.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/candleplot.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/candleplotstack.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/candleplotwhiskers.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/candlescaled.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/canvas.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/chi2test.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/compile.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/crown.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/ellipse.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/eval.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/event.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/exclusiongraph.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/exclusiongraph2.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/feynman.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/fillhistosauto2p.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/fillrandom.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/first.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/formula1.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/framework.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/gaussian_ratio_plot.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/gaxis.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/gaxis3.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/gerrors.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/gerrors2.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/gmultierrors.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/graph.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/graph2derrorsfit.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/graphApply.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/graphShade.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/graphpolar.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/graphpolar2.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/graphpolar3.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/graphreverse.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/greyscale.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/h2_cut.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/h2proj.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/histpalettecolor.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/hksimple.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/hlGraph1.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/hlHisto1.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/hlHisto2.json.zip
Binary file not shown.
Binary file removed graphics/json_ref/hlHisto4.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/hlabels1.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/hlquantiles.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/hstack.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/labels1.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/labels2.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/latex.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/latex2.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/latex3.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/latex4.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/latex5.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/legendautoplaced.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/logscales.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/markerwarning.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/mass_spectrum.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/mathBeta.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/mathGammaNormal.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/mathLaplace.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/mathStudent.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/mathcoreCDF.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/mathcoreStatFunc.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/movepalette.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/multicolor.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/multigraph.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/normalDist.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/pavetext.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/piechart.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/quantiles.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/quarks.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/ratioplot1.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/ratioplot2.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/ratioplot3.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/ratioplot4.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/ratioplot5.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/ratioplot6.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/ratioplotOld.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/rebin.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/reverseaxis.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/scatter.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/schroedinger_hydrogen.json.zip
Binary file not shown.
Binary file removed graphics/json_ref/statsEditing.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/surfaces.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/testSmooth.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/th2polyBoxes.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/th2polyEurope.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/th2polyHoneycomb.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/th2polyUSA.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/timeonaxis.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/timeonaxis2.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/timeonaxis3.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/tmathtext.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/tmathtext2.json.zip
Binary file not shown.
Binary file removed graphics/json_ref/transpad.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/transparency.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/triangles.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/twoscales.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/vavilov.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/waves.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/xyplot.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/zdemo.json.zip
Binary file not shown.
Binary file modified graphics/json_ref/zones.json.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/AtlasExample.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/BreitWigner.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/CrystalBall.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/DynamicSlice.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/Fibonacci.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/GammaFun.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/NormalizeHistogram.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/ZoomHistogram.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/analyze.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/annotation3d.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/approx.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/archi.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/arrows.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/basic3d.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/candledecay.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/candleplot.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/candleplotstack.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/candleplotwhiskers.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/candlescaled.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/canvas.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/chi2test.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/compile.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/crown.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/ellipse.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/eval.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/event.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/exclusiongraph.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/exclusiongraph2.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/feynman.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/fillhistosauto2p.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/fillrandom.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/first.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/formula1.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/framework.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/gaussian_ratio_plot.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/gaxis.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/gaxis3.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/gerrors.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/gerrors2.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/gmultierrors.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/graph.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/graph2derrorsfit.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/graphApply.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/graphShade.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/graphpolar.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/graphpolar2.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/graphpolar3.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/graphreverse.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/greyscale.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/h2_cut.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/h2proj.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/histpalettecolor.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/hksimple.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/hlGraph1.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/hlHisto1.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/hlHisto2.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/hlabels1.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/hlquantiles.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/hstack.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/labels1.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/labels2.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/latex.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/latex2.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/latex3.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/latex4.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/latex5.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/legendautoplaced.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/logscales.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/markerwarning.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/mass_spectrum.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/mathBeta.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/mathGammaNormal.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/mathLaplace.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/mathStudent.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/mathcoreCDF.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/mathcoreStatFunc.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/movepalette.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/multicolor.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/multigraph.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/normalDist.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/pavetext.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/piechart.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/quantiles.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/quarks.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/ratioplot1.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/ratioplot2.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/ratioplot3.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/ratioplot4.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/ratioplot5.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/ratioplot6.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/ratioplotOld.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/rebin.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/reverseaxis.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/scatter.svg.zip
Binary file not shown.
Binary file not shown.
Binary file added graphics/new_svg_ref/surfaces.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/testSmooth.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/th2polyBoxes.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/th2polyEurope.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/th2polyHoneycomb.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/th2polyUSA.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/timeonaxis.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/timeonaxis2.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/timeonaxis3.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/tmathtext.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/tmathtext2.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/transparency.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/triangles.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/twoscales.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/vavilov.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/waves.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/xyplot.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/zdemo.svg.zip
Binary file not shown.
Binary file added graphics/new_svg_ref/zones.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/AtlasExample.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/BreitWigner.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/CrystalBall.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/DynamicSlice.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/Fibonacci.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/GammaFun.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/NormalizeHistogram.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/ZoomHistogram.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/analyze.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/annotation3d.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/approx.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/archi.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/arrows.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/basic3d.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/candledecay.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/candleplot.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/candleplotstack.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/candleplotwhiskers.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/candlescaled.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/canvas.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/chi2test.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/compile.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/crown.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/ellipse.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/eval.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/event.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/exclusiongraph.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/exclusiongraph2.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/feynman.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/fillhistosauto2p.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/fillrandom.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/first.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/formula1.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/framework.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/gaussian_ratio_plot.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/gaxis.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/gaxis3.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/gerrors.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/gerrors2.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/gmultierrors.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/graph.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/graph2derrorsfit.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/graphApply.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/graphShade.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/graphpolar.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/graphpolar2.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/graphpolar3.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/graphreverse.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/greyscale.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/h2_cut.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/h2proj.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/histpalettecolor.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/hksimple.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/hlGraph1.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/hlHisto1.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/hlHisto2.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/hlabels1.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/hlquantiles.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/hstack.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/labels1.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/labels2.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/latex.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/latex2.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/latex3.svg.zip
Binary file not shown.
Binary file modified graphics/old_svg_ref/latex4.svg.zip
Binary file not shown.
Loading