parpe.plotting.plotDoseResponseCategorical

parpe.plotting.plotDoseResponseCategorical(conc, mes, sim, title, ax)[source]

e.g. # fig, ax = plt.subplots() plotDoseResponse(np.array([10, 3, 5]), np.array([1, 2, 3]), np.array([1, 3, 2]), ‘test’, ax)