# Can be visualized clustering with the heatmap()?

**URL:** https://discourse.julialang.org/t/can-be-visualized-clustering-with-the-heatmap/49903
**Category:** General Usage
**Tags:** plots, clustering, statsplots
**Created:** [November 10, 2020, 10:37am UTC](https://discourse.julialang.org/t/can-be-visualized-clustering-with-the-heatmap/49903 "2020-11-10T10:37:46Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![dpsanders](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/dpsanders/32/3573_2.png) [@dpsanders](https://discourse.julialang.org/u/dpsanders)
#### Post date: [November 11, 2020, 9:09pm UTC](https://discourse.julialang.org/t/can-be-visualized-clustering-with-the-heatmap/49903/4 "2020-11-11T21:09:08Z")

</div>

You can draw the lines as usual using `plot(xs, ys)` where `xs` and `ys` are vectors of x and y coordinates. Use `NaN`s to break the lines into disjoint pieces.

---

_[View the full topic](https://discourse.julialang.org/t/can-be-visualized-clustering-with-the-heatmap/49903)._
