Simulation vs response chart

Hi All,
I’m having the below code and i wanted to have a throughput chart as below too. Any idea how can i achieve this pls. i tried many combinations with open simulation. but couldn’t achieve. Apricated if anyone can help me on this pls.

val scn = scenario(“Settings Simulation”)
.feed(allSettings.queue)
.exec(Settings1.putSettings(settingsConfig))
.exec(Settings2.patchSettings(settingsConfig))
.exec(Settings3.getSettings(settingsConfig))
setUp(
scn.inject(
rampUsers(10).during(5.seconds),
constantUsersPerSec(1).during(5.seconds)
)
).protocols(httpConf)

Need to get throughput as below.
Chart1.png

chart2.png