remove redundancy
This commit is contained in:
parent
35388dcf4e
commit
a7ea05b29d
@ -849,7 +849,6 @@ const _examples = PlotExample[
|
|||||||
[
|
[
|
||||||
quote
|
quote
|
||||||
begin
|
begin
|
||||||
using Plots
|
|
||||||
default(
|
default(
|
||||||
titlefont = (20, "times"),
|
titlefont = (20, "times"),
|
||||||
legendfontsize = 18,
|
legendfontsize = 18,
|
||||||
@ -1071,7 +1070,6 @@ const _examples = PlotExample[
|
|||||||
"",
|
"",
|
||||||
[
|
[
|
||||||
quote
|
quote
|
||||||
using Plots
|
|
||||||
using TestImages
|
using TestImages
|
||||||
img = testimage("lighthouse")
|
img = testimage("lighthouse")
|
||||||
|
|
||||||
@ -1092,8 +1090,6 @@ const _examples = PlotExample[
|
|||||||
"3d quiver",
|
"3d quiver",
|
||||||
"",
|
"",
|
||||||
[quote
|
[quote
|
||||||
using Plots
|
|
||||||
|
|
||||||
ϕs = range(-π, π, length = 50)
|
ϕs = range(-π, π, length = 50)
|
||||||
θs = range(0, π, length = 25)
|
θs = range(0, π, length = 25)
|
||||||
θqs = range(1, π - 1, length = 25)
|
θqs = range(1, π - 1, length = 25)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user