# Plotting matrix (heatmap/pcolor/imshow) with log scales

**URL:** https://discourse.julialang.org/t/plotting-matrix-heatmap-pcolor-imshow-with-log-scales/26685
**Category:** Visualization
**Created:** [July 23, 2019, 1:32pm UTC](https://discourse.julialang.org/t/plotting-matrix-heatmap-pcolor-imshow-with-log-scales/26685 "2019-07-23T13:32:49Z")
**Posts on this page:** 1
**Showing post:** 12

<div class="post-metadata">

### Author: ![jcbritobr](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jcbritobr/32/219275_2.png) [@jcbritobr](https://discourse.julialang.org/u/jcbritobr)
#### Post date: [July 3, 2022, 5:32pm UTC](https://discourse.julialang.org/t/plotting-matrix-heatmap-pcolor-imshow-with-log-scales/26685/12 "2022-07-03T17:32:59Z")

</div>

If I understood well, with heatmap from plots.jl you can change the colums with a string array

> [@Heatmap Plots.jl](https://discourse.julialang.org/t/heatmap-plots-jl/39406):
>
> Good afternoon! I can not get the heatmap plot in the Plots.jl package to do what I would like. If I do: using Plots backend(:plotly) p = heatmap([1,2,3,1,2,3,1,2,3],[1,1,1,2,2,2,3,3,3],[1,1,1,1,1,1,1,1,1]) gui(p) I get the result: [newplot] while I expect some kind of plot homogeneously filled with ones. (maybe from 0,5 to 3,5 in x and y?) What am I missing?

---

_[View the full topic](https://discourse.julialang.org/t/plotting-matrix-heatmap-pcolor-imshow-with-log-scales/26685)._
