Skip to content

Commit 818ea96

Browse files
j-fuCopilot
andcommitted
Update src/plot.jl
Co-authored-by: Copilot <[email protected]>
1 parent e53cff0 commit 818ea96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plot.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Two panel visualization of gridfactory with input and resulting grid
2020
- `output_slot`: slot in visualizer for output plot
2121
- `layout`: layout of grid visualizer
2222
- `vis`: grid visualizer
23-
- `circumcircles`: plot circumcicles in output
23+
- `circumcircles`: plot circumcircles in output
2424
- `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.
2525
- `kwargs...`: passed to output constructor; see [`default_options`](@ref) for available `kwargs`.
2626
"""

0 commit comments

Comments
 (0)