# Incremental Figure Numbers ```r plot(1:10) ```  ```r plot(rnorm(10)) ``` 