combine different histograms in the normal mode

Asked by Gang Li

Hi,

I want to combine different histograms in the normal mode, the commands I used are

import /home/lg/Simulation/madanalysis5/samples_Boost/zz500.lhe.gz as zz500
import /home/lg/Simulation/madanalysis5/samples_Boost/zz600.lhe.gz as zz600
plot PT(z)
submit

In this way, the distribution of zz600 is superimposed upon zz500's distribution.
But I want them to be displayed with no interference.

Could you please give me any suggestion? Thanks a lot.

Gang Li

Question information

Language:
English Edit question
Status:
Solved
For:
MadAnalysis 5 Edit question
Assignee:
No assignee Edit question
Solved by:
Gang Li
Solved:
Last query:
Last reply:
Revision history for this message
Benjamin Fuks (fuks) said :
#1

Hi Gang,

What do you exactly mean by interferences? Those histograms are just stacked on the top of each other. If you want to superimpose them, you can type:
  set main.stacking_method = superimpose

I am however not suer that I am answering the question… Please be more specific.

Regards,

Benjamin

On 22 Jan 2016, at 17:12 , Gang Li <email address hidden> wrote:

> New question #282570 on MadAnalysis 5:
> https://answers.launchpad.net/madanalysis5/+question/282570
>
> Hi,
>
> I want to combine different histograms in the normal mode, the commands I used are
>
> import /home/lg/Simulation/madanalysis5/samples_Boost/zz500.lhe.gz as zz500
> import /home/lg/Simulation/madanalysis5/samples_Boost/zz600.lhe.gz as zz600
> plot PT(z)
> submit
>
> In this way, the distribution of zz600 is superimposed upon zz500's distribution.
> But I want them to be displayed with no interference.
>
> Could you please give me any suggestion? Thanks a lot.
>
> Gang Li
>
> --
> You received this question notification because you are an answer
> contact for MadAnalysis 5.

Revision history for this message
Gang Li (ligangpku) said :
#2

Hi, Benjamin,

Thank you very much. Your answer has solved my question.

Best regards,

Gang Li