Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about plots.jl

Read more about plots.jl

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - plots.jl

What is the equivalent of Matlab's mesh function in Julia Plots.jl

In Matlab, we would first use [x, y] = meshgrid to generate the grid, then use mesh(x, y, z) to plot the 3D plot. I want to use the same funtionality in Julia Plots.jl, which API should I use? And how...
test-img

ERIKQQY

plot

3d

julia

mesh

plots.jl

Votes: 0

Answers: 2

Latest Answer

use surface using Plots xs = range(-2, stop=2, length=100)\ ys = range(-pi, stop=pi, length=100) f(x,y) = x*sin(y) surface(xs, ys, f)
test-img

Oscar Smith

Ploting a function in Julia

I would like to plot following mathematical modell of the p-V-diagramm However, when I try to plot the function I get a different plot. T0 = 492 V0 = 275 Tmax = 25 Vmax = 75 vals = [] for t in range...
test-img

Struggling_Student

julia

plots.jl

Votes: 0

Answers: 1

Latest Answer

reference: https://docs.juliaplots.org/latest/input_data/#Functions https://docs.juliaplots.org/latest/generated/gr/#gr-ref3 julia> T0 = 492 julia> V0 = 275 julia> Tmax = 25 julia> Vm...
test-img

jling

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved