# Plotting in Julia like Matlab plots

**URL:** https://discourse.julialang.org/t/plotting-in-julia-like-matlab-plots/44997
**Category:** General Usage
**Tags:** plotting, 3d, gnuplot
**Created:** [August 15, 2020, 3:30pm UTC](https://discourse.julialang.org/t/plotting-in-julia-like-matlab-plots/44997 "2020-08-15T15:30:49Z")
**Posts on this page:** 1
**Showing post:** 2

<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: [August 15, 2020, 3:43pm UTC](https://discourse.julialang.org/t/plotting-in-julia-like-matlab-plots/44997/2 "2020-08-15T15:43:06Z")

</div>

This recent post may be useful:

> [@Colormap logscale using Plot](https://discourse.julialang.org/t/colormap-logscale-using-plot/44759):
>
> I’m trying to build a 3D surface plot with color in log10 scale. I just want the color to be in the log10 scale NOT the actual values itself. N = 51 x = range(-10, stop = 10, length = N) y = x f(x,y)=x^2+y^2 Plots.plot(x,y,f,st=:surface,color=:jet,camera=(25,65)) See below: [output] Here is the output with Logscale created using GNUPLOT.

---

_[View the full topic](https://discourse.julialang.org/t/plotting-in-julia-like-matlab-plots/44997)._
