# IterTools and Visualization

**URL:** https://discourse.julialang.org/t/itertools-and-visualization/12107
**Category:** General Usage
**Tags:** graphics, data, iterative
**Created:** [July 2, 2018, 8:20pm UTC](https://discourse.julialang.org/t/itertools-and-visualization/12107 "2018-07-02T20:20:07Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![gideonsimpson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/gideonsimpson/32/1928_2.png) [@gideonsimpson](https://discourse.julialang.org/u/gideonsimpson)
#### Post date: [July 2, 2018, 8:20pm UTC](https://discourse.julialang.org/t/itertools-and-visualization/12107/1 "2018-07-02T20:20:07Z")

</div>

I used `pmap` with `IterTools` and `product` to do a a parameter study on a problem, so now I have a scalar quantity of interest generated by 3x3x3x3 different parameters. What I would like to do is plot the quantity with one of the four parameters on the x axis, the value on the vertical axis, and then color code by the other parameters (or a subset of them). Any tips on how to do this (other than manually)?

---

<div class="post-metadata">

### Author: ![Tamas\_Papp](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tamas_papp/32/25949_2.png) [@Tamas\_Papp](https://discourse.julialang.org/u/Tamas_Papp)
#### Post date: [July 3, 2018, 7:11am UTC](https://discourse.julialang.org/t/itertools-and-visualization/12107/2 "2018-07-03T07:11:29Z")

</div>

I would get it to a “tidy” format in a `DataFrame`, and proceed from there.
