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/plot.jl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Two panel visualization of gridfactory with input and resulting grid
21
21
- `layout`: layout of grid visualizer
22
22
- `vis`: grid visualizer
23
23
- `circumcircles`: plot circumcicles in output
24
-
- `reveal`: reveal plot upon return
24
+
- `reveal`: reveal plot upon return. If `revel==true`, `reveal(vis)` is returned, and the plot is shown automatically. If `revel==false`, the visualizer `vis` is returned, giving the user the possibility to add plots in other visualizer slots.
25
25
- `kwargs...`: passed to output constructor; see [`default_options`](@ref) for available `kwargs`.
0 commit comments