You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Combinatorics/Graphs/functions.jl
+3-7
Original file line number
Diff line number
Diff line change
@@ -1137,15 +1137,11 @@ end
1137
1137
1138
1138
1139
1139
@docraw"""
1140
-
visualize(G::Graph{T}) where {T <: Union{Polymake.Directed, Polymake.Undirected}}
1140
+
visualize(G::Graph{T}; kwargs...) where {T <: Union{Polymake.Directed, Polymake.Undirected}}
1141
1141
1142
-
Visualize a graph.
1142
+
Visualize a graph, see [`visualize`](@ref Oscar.visualize(::Union{SimplicialComplex, Cone{<:Union{Float64, FieldElem}}, Graph, PolyhedralComplex{<:Union{Float64, FieldElem}}, PolyhedralFan{<:Union{Float64, FieldElem}}, Polyhedron, SubdivisionOfPoints{<:Union{Float64, FieldElem}}})) for details on the keyword arguments.
1143
1143
"""
1144
-
functionvisualize(G::Graph{T}) where {T <:Union{Polymake.Directed, Polymake.Undirected}}
0 commit comments