Skip to content

Commit 47e6ee6

Browse files
fix
1 parent 81177ee commit 47e6ee6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ GraphNeuralNetworks/docs/build
1818
GraphNeuralNetworks/docs/src/GNNGraphs
1919
GraphNeuralNetworks/docs/src/GNNlib
2020
tutorials/docs/build
21+
docs/src/tutorials # generated by DemoCards from docs/tutorials/
2122
prova.jl
2223
pyg.ipynb

GraphNeuralNetworks/docs/tutorials/beginner_tutorials/gnn_intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Since a `GNNGraph` is an `AbstractGraph` from the `Graphs.jl` library, it suppor
110110

111111
```@example intro
112112
# no axis ticks
113-
p = GraphMakie.graphplot(g |> to_unidirected, node_size = 20, node_color = labels, arrow_show = false, axis = nothing)
113+
p = GraphMakie.graphplot(g |> to_unidirected, node_size = 20, node_color = labels, arrow_show = false)
114114
FileIO.save("assets/cover_gnn_intro.png", p) # hide
115115
p
116116
```

0 commit comments

Comments
 (0)