Source code for autofit.non_linear.plot.mcmc_plotters
import matplotlib.pyplot as plt
import logging
from autofit.non_linear.plot.samples_plotters import SamplesPlotter
logger = logging.getLogger(__name__)
import matplotlib.pyplot as plt
import logging
from autofit.non_linear.plot.samples_plotters import SamplesPlotter
logger = logging.getLogger(__name__)