Function parpe::plotting::plotDoseResponseCategorical

Function Documentation

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

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