Skip to content

Commit 3cfecca

Browse files
committed
fix error
1 parent 6a2c117 commit 3cfecca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/SmithChart.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
module SmithChart
22

33
using Makie
4-
using Makie: parent_scene, shift_project, update_tooltip_alignment!, position2string, make_block_docstring
4+
using Makie: parent_scene, shift_project, update_tooltip_alignment!, position2string
5+
if VERSION >= "1.10"
6+
using Makie: make_block_docstring
7+
end
58
using Makie.GeometryBasics: Polygon
69
using Makie: DragPan, ScrollZoom, LimitReset
710
using Makie.GeometryBasics: LineString

0 commit comments

Comments
 (0)