See the FAQ: How to do a minimal reproducible example reprex for beginners.
hist(mtcars$mpg,
main = "Distribution of mileage in the mtcars dataset",
xlab = "Miles per gallon")

This suggests that the problem arises from however the output of multiple histograms is being generated.