Thanks, I am pretty new to matplotlib and Arcpy. I've looked at that discussion. However, the searchcursor loop iterates through each profile as the subplots are being created. This results in getting the same profile graph multiple times on each page. I have 100 + river profile graphs (one every 100 meters) and need to find a way to iterate through the features/profiles, plot the profile graphs every 100 meters and compile these in multiple pdf files with multiple different (about 6) graphs per page/file, ultimately covering the whole river area.
... View more