You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Figure \@ref(fig:cartogram-ncont) demonstrates a non-continuous cartogram of US population in 2014 from @Olson. In contrast to the Dorling cartogram, this approach does preserve the shape of polygons. The implementation behind Figure \@ref(fig:cartogram-ncont) is to simply take the implementation of Figure \@ref(fig:cartogram-dorling) and change `cartogram_dorling()` to `cartogram_ncont()`.
FIGURE 14.5: US population projections by age and gender from 2018 to 2050. This population pyramid is implemented with thick line segments to give the appearance of bars.
441
+
FIGURE 14.5: US population projections by age and gender from 2018 to 2050. This population pyramid is implemented with thick line segments to give the appearance of bars. For the interactive, see <ahref="https://plotly-r.com/interactives/profile-pyramid.html" class="uri">https://plotly-r.com/interactives/profile-pyramid.html</a>
442
442
</p>
443
443
</div>
444
444
<p>Although population pyramids are quite popular, they aren’t necessarily the best way to visualize this information, especially if the goal is to compare the population profiles over time. It’s much easier to compare them along a common scale, as done in Figure <ahref="animating-views.html#fig:profile-lines">14.6</a>. Note that, when animating lines in this fashion, it can help to set <ahref="https://plot.ly/r/reference/#scatter-line-simplify"><code>line.simplify</code></a> to <code>FALSE</code> so that the number of points along the path are left unaffected.</p>
FIGURE 14.6: Visualizing the same information in Figure <ahref="animating-views.html#fig:profile-pyramid">14.5</a> using lines rather than segments.
456
+
FIGURE 14.6: Visualizing the same information in Figure <ahref="animating-views.html#fig:profile-pyramid">14.5</a> using lines rather than segments. For the interactive, see <ahref="https://plotly-r.com/interactives/profile-lines.html" class="uri">https://plotly-r.com/interactives/profile-lines.html</a>
FIGURE 13.7: Linked brushing in a scatterplot matrix of the iris dataset.
473
+
FIGURE 13.7: Linked brushing in a scatterplot matrix of the iris dataset. For the interactive, see <ahref="https://plotly-r.com/interactives/splom.html" class="uri">https://plotly-r.com/interactives/splom.html</a>
474
474
</p>
475
475
</div>
476
476
<p>See <ahref="https://plot.ly/r/splom/" class="uri">https://plot.ly/r/splom/</a> for more options related to the splom trace type.</p>
@@ -639,7 +639,7 @@ <h2><span class="header-section-number">13.3</span> Arranging many views</h2>
FIGURE 13.14: Using <strong>trelliscopejs</strong> to surface high-dimensional insights related to life expectancy and GDP per capita in various countries.
642
+
FIGURE 13.14: Using <strong>trelliscopejs</strong> to surface high-dimensional insights related to life expectancy and GDP per capita in various countries. For the interactive, see <ahref="https://plotly-r.com/interactives/trelliscope.html" class="uri">https://plotly-r.com/interactives/trelliscope.html</a>
0 commit comments