Skip to content

Commit f8409cb

Browse files
double check it's building the logo image
by changing parameter
1 parent cc1b5d4 commit f8409cb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/src/index.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,10 @@ HypergeometricFunctions.P
7474

7575
```@example
7676
using ComplexPhasePortrait, HypergeometricFunctions, Images
77-
#const ASSETS = joinpath(pkgdir(HypergeometricFunctions), "docs/src/assets")
78-
#!isdir(ASSETS) && mkdir(ASSETS)
7977
x = range(-1, stop=3, length=300)
8078
y = range(-2, stop=2, length=300)
8179
z = x' .+ im*y
82-
img = portrait(map(z->pFq((4.25, -10.5), (7.5 + 10.0*im, ), z), z), ctype = "nist")
83-
#save(joinpath(ASSETS, "logo.png"), img)
80+
img = portrait(map(z->pFq((4.25, -10.5), (7.5 + 20.0*im, ), z), z), ctype = "nist")
8481
save("assets/logo.png", img)
8582
nothing # hide
8683
```

0 commit comments

Comments
 (0)