Plotting the same plot twice as subplots

前端 未结 0 829
误落风尘
误落风尘 2021-01-04 07:43

I want to create a plot with a couple of subplots using Plots.jl. Here\'s an example:

using Plots
gr()

p = plot(1:10, 1:10)
q = plot(1:10, 10:-1         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题