Skip to content

Commit 7b8311b

Browse files
committed
update links
1 parent 8a874cf commit 7b8311b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

julia/2D-Histogram.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ jupyter:
2020
order: 5
2121
page_type: example_index
2222
permalink: julia/2D-Histogram/
23-
redirect_from:
24-
- julia/2d-histogram/
25-
- julia/2d-histograms/
23+
redirect_from: julia/2d-histograms/
2624
thumbnail: thumbnail/histogram2d.jpg
2725
---
2826

julia/2d-histogram-contour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jupyter:
2626

2727
## 2D Histogram Contours or Density Contours
2828

29-
A 2D histogram contour plot, also known as a density contour plot, is a 2-dimensional generalization of a [histogram](/julia/histograms/) which resembles a [contour plot](/julia/contour-plots/) but is computed by grouping a set of points specified by their `x` and `y` coordinates into bins, and applying an aggregation function such as `count` or `sum` (if `z` is provided) to compute the value to be used to compute contours. This kind of visualization (and the related [2D histogram, or density heatmap](/julia/2d-histogram/)) is often used to manage over-plotting, or situations where showing large data sets as [scatter plots](/julia/line-and-scatter/) would result in points overlapping each other and hiding patterns.
29+
A 2D histogram contour plot, also known as a density contour plot, is a 2-dimensional generalization of a [histogram](/julia/histograms/) which resembles a [contour plot](/julia/contour-plots/) but is computed by grouping a set of points specified by their `x` and `y` coordinates into bins, and applying an aggregation function such as `count` or `sum` (if `z` is provided) to compute the value to be used to compute contours. This kind of visualization (and the related [2D histogram, or density heatmap](/julia/2D-Histogram/)) is often used to manage over-plotting, or situations where showing large data sets as [scatter plots](/julia/line-and-scatter/) would result in points overlapping each other and hiding patterns.
3030

3131
### 2D Histograms with Graph Objects
3232

0 commit comments

Comments
 (0)