Skip to content

Commit 3442112

Browse files
nhirscheykMutagene
authored andcommitted
Update 11_1_carpet_line_scatter_plots.fsx
The link doesn't work, it currently goes here: https://en.wikipedia.org/wiki/Carpet_plot) This should fix it.
1 parent b9dffc3 commit 3442112

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/11_1_carpet_line_scatter_plots.fsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ let bData = [1.; 1.; 2.; 3.]
4646
let sizes = [5; 10; 15; 20]
4747

4848
(**
49-
A carpet plot is any of a few different specific types of plot. The more common plot referred to as a carpet plot is one that illustrates the interaction between two or more independent variables and one or more dependent variables in a two-dimensional plot.
49+
A [carpet plot](https://en.wikipedia.org/wiki/Carpet_plot) is any of a few different specific types of plot. The more common plot referred to as a carpet plot is one that illustrates the interaction between two or more independent variables and one or more dependent variables in a two-dimensional plot.
5050
5151
Besides the ability to incorporate more variables, another feature that distinguishes a carpet plot from an equivalent contour plot or 3D surface plot is that a carpet plot can be used to more accurately interpolate data points.
5252
@@ -56,7 +56,7 @@ Carpet plots have common applications within areas such as material science for
5656
5757
A carpet plot with two independent variables and one dependent variable is often called a cheater plot for the use of a phantom "cheater" axis instead of the horizontal axis.
5858
59-
(https://en.wikipedia.org/wiki/Carpet_plot)
59+
6060
6161
## Carpet Traces
6262

0 commit comments

Comments
 (0)