Skip to content

Commit 67c4317

Browse files
committed
fix of the symbol reference error
1 parent 13c7ab1 commit 67c4317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/graphics/Plot2D/plots.vb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ Module plots
11841184
Return RInternal.debug.stop("the required dataset is nothing!", env)
11851185
End If
11861186

1187-
Dim type As AlgorithmType = REnv.MeasureArrayElementType(data)
1187+
Dim type As Type = REnv.MeasureArrayElementType(data)
11881188

11891189
size = InteropArgumentHelper.getSize(size, env)
11901190
margin = InteropArgumentHelper.getPadding(margin)

0 commit comments

Comments
 (0)