Fix figure manipulation
This commit is contained in:
		@@ -7,8 +7,8 @@ What you will learn</h1>
 | 
			
		||||
<div class="cell">
 | 
			
		||||
<div class="cell-output-display">
 | 
			
		||||
 | 
			
		||||
<figure id="fig-rstudio-console"><p><img src="diagrams/data-science/base.png" alt="A diagram displaying the data science cycle: Import -> Tidy -> Understand (which has the phases Transform -> Visualize -> Model in a cycle) -> Communicate. Surrounding all of these is Communicate. " width="535"/></p>
 | 
			
		||||
<figcaption>Figure 1.1: In our model of the data science process you start with data import and tidying. Next you understand your data with an iterative cycle of transforming, visualizing, and modeling. You finish the process by communicating your results to other humans.</figcaption>
 | 
			
		||||
<figure id="fig-ds-diagram"><p><img src="diagrams/data-science/base.png" alt="A diagram displaying the data science cycle: Import -> Tidy -> Understand (which has the phases Transform -> Visualize -> Model in a cycle) -> Communicate. Surrounding all of these is Communicate. " width="535"/></p>
 | 
			
		||||
<figcaption>In our model of the data science process you start with data import and tidying. Next you understand your data with an iterative cycle of transforming, visualizing, and modeling. You finish the process by communicating your results to other humans.</figcaption>
 | 
			
		||||
</figure>
 | 
			
		||||
</div>
 | 
			
		||||
</div>
 | 
			
		||||
@@ -79,8 +79,8 @@ RStudio</h2>
 | 
			
		||||
<div class="cell">
 | 
			
		||||
<div class="cell-output-display">
 | 
			
		||||
 | 
			
		||||
<figure class="figure"><p><img src="diagrams/rstudio/console.png" alt="The RStudio IDE with the panes Console and Output highlighted." width="520"/></p>
 | 
			
		||||
<figcaption class="figure-caption">Figure 1.2: The RStudio IDE has two key regions: type R code in the console pane on the left, and look for plots in the output pane on the right.</figcaption>
 | 
			
		||||
<figure id="fig-rstudio-console"><p><img src="diagrams/rstudio/console.png" alt="The RStudio IDE with the panes Console and Output highlighted." width="520"/></p>
 | 
			
		||||
<figcaption>The RStudio IDE has two key regions: type R code in the console pane on the left, and look for plots in the output pane on the right.</figcaption>
 | 
			
		||||
</figure>
 | 
			
		||||
</div>
 | 
			
		||||
</div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user