Questions tagged [atlas-plot]

Questions for the python package atlasplots

1 questions
1
vote
1 answer

Adding multiple Pull Plots with matplot lib

I was working in a plot that had a pull plot, which I defined as : fig, (ax1, ax2) = aplt.ratio_plot(name= canvasArray[kl], figsize=(800, 800), hspace=0.05) and it was working fine, but now I have the need to add another pull plot in the image,…
Matthew D.
  • 311
  • 1
  • 3
  • 10