# AoG free scale facet

**URL:** https://discourse.julialang.org/t/aog-free-scale-facet/94858
**Category:** Visualization
**Tags:** algebraofgraphics
**Created:** [February 19, 2023, 12:48am UTC](https://discourse.julialang.org/t/aog-free-scale-facet/94858 "2023-02-19T00:48:37Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![aelmokadem](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/aelmokadem/32/37931_2.png) [@aelmokadem](https://discourse.julialang.org/u/aelmokadem)
#### Post date: [February 19, 2023, 12:48am UTC](https://discourse.julialang.org/t/aog-free-scale-facet/94858/1 "2023-02-19T00:48:37Z")

</div>

Hi,

I am trying to facet a AoG plot using layout and wanted to set the scales free for the facetted plot similar to ggplot2 `scales = "free"` option. Any thoughts?!

Thanks,  
Ahmed.

---

<div class="post-metadata">

### Author: ![jules](https://avatars.discourse-cdn.com/v4/letter/j/41988e/32.png) [@jules](https://discourse.julialang.org/u/jules)
#### Post date: [February 19, 2023, 8:36am UTC](https://discourse.julialang.org/t/aog-free-scale-facet/94858/2 "2023-02-19T08:36:21Z")

</div>

Do you mean this?

[https://aog.makie.org/stable/gallery/gallery/layout/faceting/#Facet-grid-with-unlinked-x-axes](https://aog.makie.org/stable/gallery/gallery/layout/faceting/#Facet-grid-with-unlinked-x-axes)

---

<div class="post-metadata">

### Author: ![aelmokadem](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/aelmokadem/32/37931_2.png) [@aelmokadem](https://discourse.julialang.org/u/aelmokadem)
#### Post date: [February 19, 2023, 2:06pm UTC](https://discourse.julialang.org/t/aog-free-scale-facet/94858/3 "2023-02-19T14:06:08Z")

</div>

That’s exactly what I needed. Don’t know how I missed that in the docs. Thanks a lot 🙂
