From 8c0b2fe8b306250eca873655780e11e69aa12aea Mon Sep 17 00:00:00 2001 From: Olivier Couet <Olivier.Couet@cern.ch> Date: Mon, 19 Nov 2012 17:04:20 +0000 Subject: [PATCH] The axis attributes were not imported correctly on the palette axis. reported here: http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=15659 git-svn-id: http://root.cern.ch/svn/root/trunk@47455 27541ba8-7e3a-0410-8455-c3a389f83636 --- hist/doc/v600/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hist/doc/v600/index.html b/hist/doc/v600/index.html index 6b6be92fe0f..76b88bb13dd 100644 --- a/hist/doc/v600/index.html +++ b/hist/doc/v600/index.html @@ -13,6 +13,9 @@ if all the bins' contents are positive some empty bins might be painted. And vic if some bins have a negative content some empty bins might be not painted. </li> <li> +With option COLZ the axis attributes were not imported correctly on the palette axis. +</li> +<li> Make sure the 2D drawing options COL, ARR, CONT and BOX are ignored when used to plot a 1D histogram. 1D histograms plotted with one of these options is now drawn with the default 1D plotting option. This is useful when the default option in the -- GitLab