| ▶ path : closed | SVG 路径(closed) | 线条、曲线、形状轮廓(stroke/fill颜色),子类型:closed | 2,957 | Type, BBox, Color |
① LaTeX 源代码(来自 gt.tex)
\begin{tikzpicture}
\begin{axis}[
nodes near coords={(\coordindex)},
footnotesize,
title={patch refines = \level},
]
\addplot3 [patch,patch type=triangle quadr,
shader=faceted interp,patch refines=\level,
] coordinates {
(0,0,0) (5,4,0) (0,7,0)
(2,3,0) (3,6,1) (-1,4,0)
};
\end{axis}
\end{tikzpicture}
② SVG 代码(编译后渲染结果)
<path xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" d="M-38.3438 12.63675C-15.5938 5.68753 8.6289 4.28909 34.3281 8.44534C30.6484-47.4609 16.6953-53.6992-7.5391-10.2734C-29.5586-7.1953-39.82815 .4414-38.3438 12.63675Z" stroke="#00c" fill="none" stroke-width=".3985" stroke-miterlimit="1" clip-path="url(#clip1)"/>
③ SOM 提取结果(评估系统使用的数据)
ID: path-022 Type: path:closed Colors: stroke:#00c BBox: (-38.5, -38.8, 72.8, 51.4)
参与维度: TypeBBoxColor
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.872 | 65 | 13 | 6 | | Text | 0.872 | 65 | 13 | 6 | | BBox | 0.841 | 61 | 17 | 6 | | Color | 0.000 | - | - | - |
匹配: 65 对 │ 未匹配GT: 6 │ 未匹配Gen: 13
来源: 3d_shapes_geometry/scidiagram_0069 (3d_shapes_geometry)
|
| ▶ path : open | SVG 路径(open) | 线条、曲线、形状轮廓(stroke/fill颜色),子类型:open | 2,521 | Type, BBox, Color |
① LaTeX 源代码(来自 gt.tex)
\begin{tikzpicture}
\begin{axis}[
nodes near coords={(\coordindex)},
footnotesize,
title={patch refines = \level},
]
\addplot3 [patch,patch type=triangle quadr,
shader=faceted interp,patch refines=\level,
] coordinates {
(0,0,0) (5,4,0) (0,7,0)
(2,3,0) (3,6,1) (-1,4,0)
};
\end{axis}
\end{tikzpicture}
② SVG 代码(编译后渲染结果)
<path xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" d="M-38.3438 16.28515L-36.0703 14.59374M-16.3164 19.84765L-14.043 18.15624M5.7109 23.40626L7.9844 21.71486M-7.5391-6.62504L-9.8125-4.93364M14.4883-3.06254L12.2148-1.37114M36.5195 .49606L34.2422 2.18749" stroke="#808080" fill="none" stroke-width=".19925" stroke-miterlimit="10"/>
③ SOM 提取结果(评估系统使用的数据)
ID: path-001 Type: path:open Colors: stroke:#808080 BBox: (-38.3, -6.6, 74.9, 30.0)
参与维度: TypeBBoxColor
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.872 | 65 | 13 | 6 | | Text | 0.872 | 65 | 13 | 6 | | BBox | 0.841 | 61 | 17 | 6 | | Color | 0.000 | - | - | - |
匹配: 65 对 │ 未匹配GT: 6 │ 未匹配Gen: 13
来源: 3d_shapes_geometry/scidiagram_0069 (3d_shapes_geometry)
|
| ▶ node : rectangle | TikZ 节点(rectangle) | 含标签文字和形状(circle/rectangle等),子类型:rectangle | 1,642 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{tikzpicture}
\begin{axis}[
nodes near coords={(\coordindex)},
footnotesize,
title={patch refines = \level},
]
\addplot3 [patch,patch type=triangle quadr,
shader=faceted interp,patch refines=\level,
] coordinates {
(0,0,0) (5,4,0) (0,7,0)
(2,3,0) (3,6,1) (-1,4,0)
};
\end{axis}
\end{tikzpicture}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-1" data-shape="rectangle" data-type="node">
<g transform="matrix(1 0 0 1 -12.0174 26.65524)">
<use x="-31.697586" y="-1.327936" xlink:href="#g2-48"/>
</g>
</g>
③ SOM 提取结果(评估系统使用的数据)
ID: node-1 Type: node:rectangle Text: "0" BBox: (-31.4, -6.6, 3.6, 5.5)
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.872 | 65 | 13 | 6 | | Text | 0.872 | 65 | 13 | 6 | | BBox | 0.841 | 61 | 17 | 6 | | Color | 0.000 | - | - | - |
匹配: 65 对 │ 未匹配GT: 6 │ 未匹配Gen: 13
来源: 3d_shapes_geometry/scidiagram_0069 (3d_shapes_geometry)
|
| ▶ scope | TikZ scope 容器 | 作用域/分组,无视觉内容 | 1,176 | Type, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{tikzpicture}
\begin{axis}[
nodes near coords={(\coordindex)},
footnotesize,
title={patch refines = \level},
]
\addplot3 [patch,patch type=triangle quadr,
shader=faceted interp,patch refines=\level,
] coordinates {
(0,0,0) (5,4,0) (0,7,0)
(2,3,0) (3,6,1) (-1,4,0)
};
\end{axis}
\end{tikzpicture}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-scope" data-id="scope-1">
<g class="tikz-picture" data-id="picture-2">
<g class="pgf-axis" data-id="axis-1" data-type="axis"/>
<g class="tikz-scope" data-id="scope-3">
<g class="tikz-picture" data-id="picture-4">
<g class="tikz-scope" data-id="scope-5">
<g class="tikz-scope" data-id="scope-6">
<path d="M-38.3438 16.28515L-36.0703 14.59374M-16.3164 19.84765L-14.043 18.15624M5.7109 23.40626L7.9844 21.71486M-7.5391-6.62504L-9.8125-4.93364M14.4883-3.06254L12.2148-1.37114M36.5195 .49606L34.2422 2.18749" stroke="#808080" fill="none" stroke-width=".19925" stroke-miterlimit="10"/>
</g>
<g class="tikz-scope" data-id="scope-7">
<path d="M-49.359399 14.50784L-46.55862 14.95706M-27.3555-1.8593L-24.5547-1.4062M16.7265 25.1875L13.9258 24.7344M38.7304 8.82034L35.9297 8.37112" stroke="#808080" fill="none" stroke-width=".19925" stroke-miterlimit="10"/>
</g>
<path d="M-49.359399 14.50784L16.7265 25.1875" stroke="#000" fill="none" stroke-width=".3985" stroke-miterlimit="10"/>
<path d="M-18.5508-8.4062L47.5312 2.27737" stroke="#000" fill="none" stroke-width=".3985" stroke-miterlimit="10"/>
<path d="M-49.359399 14.50784L-18.5508-8.4062" stroke="#000" fill="none" stroke-width=".3985" stroke-miterlimit="10"/>
<!-- ... truncated ... -->
③ SOM 提取结果(评估系统使用的数据)
ID: scope-1 Type: scope BBox: (-49.4, -52.2, 96.9, 77.4)
参与维度: TypeBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.872 | 65 | 13 | 6 | | Text | 0.872 | 65 | 13 | 6 | | BBox | 0.841 | 61 | 17 | 6 | | Color | 0.000 | - | - | - |
匹配: 65 对 │ 未匹配GT: 6 │ 未匹配Gen: 13
来源: 3d_shapes_geometry/scidiagram_0069 (3d_shapes_geometry)
|
| ▶ text | 文本元素 | 独立的文本内容 | 494 | Type, Text, BBox, Color |
① LaTeX 源代码(来自 gt.tex)
\begin{tikzpicture}[tdplot_main_coords,scale=2]
\begin{scope}
\draw[thick,->] (0,0,0) -- (2,0,0) node[anchor=north east]{$x$};
\draw[thick,->] (0,0,0) -- (0,2,0) node[anchor=north west]{$y$};
\draw[thick,->] (0,0,0) -- (0,0,1.5) node[anchor=south]{$z$};
\end{scope}
\draw[fill=green,opacity=0.5] (1.5,0,0) --(0.3,0.4,0) -- (0.3,-0.4,0) -- cycle;
\draw[fill=yellow,opacity=0.5] (0.3,0,0) -- (0.6,0,0) -- (0.3,0,0.2) -- cycle;
\end{tikzpicture}
③ SOM 提取结果(评估系统使用的数据)
ID: text-001 Type: text Text: "(c)t(aan)graegpeer-epsitch((db))rlaocueltis--yraowll" BBox: (16.1, -325.2, 321.9, 337.8)
参与维度: TypeTextBBoxColor
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.973 | 90 | 0 | 5 | | Text | 0.973 | 90 | 0 | 5 | | BBox | 0.939 | 84 | 6 | 5 | | Color | 0.000 | - | - | - |
匹配: 90 对 │ 未匹配GT: 5 │ 未匹配Gen: 0
来源: 3d_shapes_geometry/scidiagram_4059 (3d_shapes_geometry)
|
| ▶ picture | TikZ picture 框架 | 整个图片的根容器 | 345 | Type, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{tikzpicture}
\begin{axis}[
nodes near coords={(\coordindex)},
footnotesize,
title={patch refines = \level},
]
\addplot3 [patch,patch type=triangle quadr,
shader=faceted interp,patch refines=\level,
] coordinates {
(0,0,0) (5,4,0) (0,7,0)
(2,3,0) (3,6,1) (-1,4,0)
};
\end{axis}
\end{tikzpicture}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-picture" data-id="picture-2">
<g class="pgf-axis" data-id="axis-1" data-type="axis"/>
<g class="tikz-scope" data-id="scope-3">
<g class="tikz-picture" data-id="picture-4">
<g class="tikz-scope" data-id="scope-5">
<g class="tikz-scope" data-id="scope-6">
<path d="M-38.3438 16.28515L-36.0703 14.59374M-16.3164 19.84765L-14.043 18.15624M5.7109 23.40626L7.9844 21.71486M-7.5391-6.62504L-9.8125-4.93364M14.4883-3.06254L12.2148-1.37114M36.5195 .49606L34.2422 2.18749" stroke="#808080" fill="none" stroke-width=".19925" stroke-miterlimit="10"/>
</g>
<g class="tikz-scope" data-id="scope-7">
<path d="M-49.359399 14.50784L-46.55862 14.95706M-27.3555-1.8593L-24.5547-1.4062M16.7265 25.1875L13.9258 24.7344M38.7304 8.82034L35.9297 8.37112" stroke="#808080" fill="none" stroke-width=".19925" stroke-miterlimit="10"/>
</g>
<path d="M-49.359399 14.50784L16.7265 25.1875" stroke="#000" fill="none" stroke-width=".3985" stroke-miterlimit="10"/>
<path d="M-18.5508-8.4062L47.5312 2.27737" stroke="#000" fill="none" stroke-width=".3985" stroke-miterlimit="10"/>
<path d="M-49.359399 14.50784L-18.5508-8.4062" stroke="#000" fill="none" stroke-width=".3985" stroke-miterlimit="10"/>
<path d="M16.7265 25.1875L47.5312 2.27737" stroke="#000" fill="none" stroke-width=".3985" stroke-miterlimit="10"/>
<!-- ... truncated ... -->
③ SOM 提取结果(评估系统使用的数据)
ID: picture-2 Type: picture BBox: (-49.4, -52.2, 96.9, 77.4)
参与维度: TypeBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.872 | 65 | 13 | 6 | | Text | 0.872 | 65 | 13 | 6 | | BBox | 0.841 | 61 | 17 | 6 | | Color | 0.000 | - | - | - |
匹配: 65 对 │ 未匹配GT: 6 │ 未匹配Gen: 13
来源: 3d_shapes_geometry/scidiagram_0069 (3d_shapes_geometry)
|
| ▶ data_point | 数据点 | 数据系列中的一个 (x,y) 坐标点 | 343 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
(0.82, 0.18, 0.00)
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="data-point" data-id="pt-3-1" data-series="series-3" data-x="0.82" data-y="0.18">
<path d="M38.6992-6.098C38.6992-7.195 37.8086-8.09 36.707-8.09C35.6093-8.09 34.7148-7.195 34.7148-6.098C34.7148-4.996 35.6093-4.105 36.707-4.105C37.8086-4.105 38.6992-4.996 38.6992-6.098Z" fill="#00f"/>
<path d="M38.6992-6.098C38.6992-7.195 37.8086-8.09 36.707-8.09C35.6093-8.09 34.7148-7.195 34.7148-6.098C34.7148-4.996 35.6093-4.105 36.707-4.105C37.8086-4.105 38.6992-4.996 38.6992-6.098Z" stroke="#00c" fill="none" stroke-width=".3985" stroke-miterlimit="10"/>
</g>
③ SOM 提取结果(评估系统使用的数据)
ID: pt-3-1 Type: data_point Text: "(0.82, 0.18)" BBox: (34.7, -8.1, 4.0, 4.0)
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.792 | 78 | 3 | 38 | | Text | 0.779 | 76 | 5 | 38 | | BBox | 0.017 | 1 | 80 | 38 | | Color | 0.000 | - | - | - |
匹配: 80 对 │ 未匹配GT: 38 │ 未匹配Gen: 1
来源: 3d_shapes_geometry/scidiagram_0129 (3d_shapes_geometry)
|
| ▶ node : circle | TikZ 节点(circle) | 含标签文字和形状(circle/rectangle等),子类型:circle | 270 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\node [small dot,pin=120:{$(0,0)$}] at (axis description cs:0,0) {};
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-12" data-shape="circle" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-12 Type: node:circle
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.931 | 74 | 6 | 5 | | Text | 0.970 | 80 | 0 | 5 | | BBox | 0.661 | 42 | 38 | 5 | | Color | 0.000 | - | - | - |
匹配: 80 对 │ 未匹配GT: 5 │ 未匹配Gen: 0
来源: 3d_shapes_geometry/scidiagram_0342 (3d_shapes_geometry)
|
| ▶ data_series : unknown | 数据系列(unknown) | pgfplots 中的一条数据曲线,子类型:unknown | 106 | Type, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{tikzpicture}
\begin{axis}[
nodes near coords={(\coordindex)},
footnotesize,
title={patch refines = \level},
]
\addplot3 [patch,patch type=triangle quadr,
shader=faceted interp,patch refines=\level,
] coordinates {
(0,0,0) (5,4,0) (0,7,0)
(2,3,0) (3,6,1) (-1,4,0)
};
\end{axis}
\end{tikzpicture}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="pgf-series" data-id="series-1" data-type="series">
<g class="tikz-scope" data-id="scope-18">
<path d="M-38.3438 12.63675C-15.5938 5.68753 8.6289 4.28909 34.3281 8.44534C30.6484-47.4609 16.6953-53.6992-7.5391-10.2734C-29.5586-7.1953-39.82815 .4414-38.3438 12.63675Z" stroke="#00c" fill="none" stroke-width=".3985" stroke-miterlimit="1" clip-path="url(#clip1)"/>
</g>
</g>
③ SOM 提取结果(评估系统使用的数据)
ID: series-1 Type: data_series:unknown BBox: (-38.5, -38.8, 72.8, 51.4)
参与维度: TypeBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.872 | 65 | 13 | 6 | | Text | 0.872 | 65 | 13 | 6 | | BBox | 0.841 | 61 | 17 | 6 | | Color | 0.000 | - | - | - |
匹配: 65 对 │ 未匹配GT: 6 │ 未匹配Gen: 13
来源: 3d_shapes_geometry/scidiagram_0069 (3d_shapes_geometry)
|
| ▶ rectangle | 矩形 | SVG <rect> 矩形元素 | 60 | Type, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{ternaryaxis}[
title=Cartesian Annotations,
clip=false,
]
③ SOM 提取结果(评估系统使用的数据)
ID: rectangle-017 Type: rectangle BBox: (-8.1, 110.2, 4.0, 0.4)
参与维度: TypeBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.979 | 71 | 1 | 2 | | Text | 0.986 | 72 | 0 | 2 | | BBox | 0.667 | 37 | 35 | 2 | | Color | 0.000 | - | - | - |
匹配: 72 对 │ 未匹配GT: 2 │ 未匹配Gen: 0
来源: 3d_shapes_geometry/scidiagram_0135 (3d_shapes_geometry)
|
| ▶ node : vsourceAMshape | TikZ 节点(vsourceAMshape) | 含标签文字和形状(circle/rectangle等),子类型:vsourceAMshape | 48 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\foreach \a in {0,30,...,359} \draw (0,0) -- ++(\a:1) to[V] ++(\a:2);
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-3" data-shape="vsourceAMshape" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-3 Type: node:vsourceAMshape
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.724 | 110 | 24 | 60 | | Text | 0.817 | 134 | 0 | 60 | | BBox | 0.624 | 88 | 46 | 60 | | Color | 0.000 | - | - | - |
匹配: 134 对 │ 未匹配GT: 60 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1481 (circuit_diagrams)
|
| ▶ axis | 坐标轴 | pgfplots 坐标轴(含x/y标签、标题) | 31 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{tikzpicture}
\begin{axis}[
nodes near coords={(\coordindex)},
footnotesize,
title={patch refines = \level},
]
\addplot3 [patch,patch type=triangle quadr,
shader=faceted interp,patch refines=\level,
] coordinates {
(0,0,0) (5,4,0) (0,7,0)
(2,3,0) (3,6,1) (-1,4,0)
};
\end{axis}
\end{tikzpicture}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="pgf-axis" data-id="axis-1" data-type="axis"/>
③ SOM 提取结果(评估系统使用的数据)
ID: axis-1 Type: axis
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.872 | 65 | 13 | 6 | | Text | 0.872 | 65 | 13 | 6 | | BBox | 0.841 | 61 | 17 | 6 | | Color | 0.000 | - | - | - |
匹配: 65 对 │ 未匹配GT: 6 │ 未匹配Gen: 13
来源: 3d_shapes_geometry/scidiagram_0069 (3d_shapes_geometry)
|
| ▶ node : resistorshape | TikZ 节点(resistorshape) | 含标签文字和形状(circle/rectangle等),子类型:resistorshape | 28 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
% Drawing a simple resistor with a label and an siunitx-formatted annotation
\draw (0,0) to[R, l=$R_1$, a=1<\kilo\ohm>] (2,0);
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-3" data-shape="resistorshape" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-3 Type: node:resistorshape
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.750 | 6 | 4 | 0 | | Text | 0.824 | 7 | 3 | 0 | | BBox | 0.182 | 1 | 9 | 0 | | Color | 0.000 | - | - | - |
匹配: 7 对 │ 未匹配GT: 0 │ 未匹配Gen: 3
来源: circuit_diagrams/scidiagram_1717 (circuit_diagrams)
|
| ▶ node : currarrow | TikZ 节点(currarrow) | 含标签文字和形状(circle/rectangle等),子类型:currarrow | 20 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\draw (-1,1) to[R, v=$v$, i=$i$, f>^=$f$] (1,1);
\draw (-2,0) to[R, v=$v$, i=$i$, f>^=$f$] (2,0);
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-21" data-shape="currarrow" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-21 Type: node:currarrow
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.971 | 33 | 2 | 0 | | Text | 0.986 | 34 | 1 | 0 | | BBox | 0.814 | 24 | 11 | 0 | | Color | 0.000 | - | - | - |
匹配: 34 对 │ 未匹配GT: 0 │ 未匹配Gen: 1
来源: circuit_diagrams/scidiagram_1728 (circuit_diagrams)
|
| ▶ node : ocirc | TikZ 节点(ocirc) | 含标签文字和形状(circle/rectangle等),子类型:ocirc | 12 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\draw
(0,0) node[mixer, box only, anchor=east](m){}
to[amp, boxed, >, -o] ++(2.5,0)
(m.west) node[inputarrow]{} to[short,-o] ++(-0.8,0)
(m.south) node[inputarrow,rotate=90]{} --
++(0,-0.7) node[oscillator, box, anchor=north]{};
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-7" data-shape="ocirc" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-7 Type: node:ocirc
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.750 | 15 | 6 | 4 | | Text | 0.913 | 21 | 0 | 4 | | BBox | 0.750 | 15 | 6 | 4 | | Color | 0.000 | - | - | - |
匹配: 21 对 │ 未匹配GT: 4 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1549 (circuit_diagrams)
|
| ▶ node : regular polygon | TikZ 节点(regular polygon) | 含标签文字和形状(circle/rectangle等),子类型:regular polygon | 7 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{tikzpicture}
\foreach \a in {3,...,7}{
\draw[blue, dashed] (\a*2,0) circle(0.5cm);
\node[regular polygon, regular polygon sides=\a, minimum size=1cm, draw] at (\a*2,0) {};
}
\end{tikzpicture}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-1" data-shape="regular polygon" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-1 Type: node:regular polygon
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.706 | 12 | 10 | 0 | | Text | 0.872 | 17 | 5 | 0 | | BBox | 0.370 | 5 | 17 | 0 | | Color | 0.000 | - | - | - |
匹配: 17 对 │ 未匹配GT: 0 │ 未匹配Gen: 5
来源: planar_geometry/scidiagram_2612 (planar_geometry)
|
| ▶ node : vsourcesquareshape | TikZ 节点(vsourcesquareshape) | 含标签文字和形状(circle/rectangle等),子类型:vsourcesquareshape | 6 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\draw(0,1)to[sqV]++(3,0)to[sqV]++(1,-1)to[sqV]++(0,-3);
\ctikzset{sources/symbol/rotate=auto,sources/symbol/thickness=3}\draw[red](0,0)to[sqV]++(3,0)to[sqV]++(0,-3)to[sqV](0,0);
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-3" data-shape="vsourcesquareshape" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-3 Type: node:vsourcesquareshape
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.900 | 18 | 1 | 3 | | Text | 0.927 | 19 | 0 | 3 | | BBox | 0.900 | 18 | 1 | 3 | | Color | 0.000 | - | - | - |
匹配: 19 对 │ 未匹配GT: 3 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1479 (circuit_diagrams)
|
| ▶ node : ground | TikZ 节点(ground) | 含标签文字和形状(circle/rectangle等),子类型:ground | 5 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\draw(0,0)to[mic,name=M](0,2)to[amp,t=$A$](2,2)to[loudspeaker,name=L](2,0)to[short,-*](0,0)node[ground]{};
\node[waves,scale=0.7,left=5pt]at(M.north){};
\node[waves,scale=0.7,right]at(L.north){};
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-22" data-shape="ground" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-22 Type: node:ground
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.821 | 16 | 2 | 5 | | Text | 0.878 | 18 | 0 | 5 | | BBox | 0.414 | 6 | 12 | 5 | | Color | 0.000 | - | - | - |
匹配: 18 对 │ 未匹配GT: 5 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1507 (circuit_diagrams)
|
| ▶ node : shortshape | TikZ 节点(shortshape) | 含标签文字和形状(circle/rectangle等),子类型:shortshape | 5 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\draw(0,0)to[mic,name=M](0,2)to[amp,t=$A$](2,2)to[loudspeaker,name=L](2,0)to[short,-*](0,0)node[ground]{};
\node[waves,scale=0.7,left=5pt]at(M.north){};
\node[waves,scale=0.7,right]at(L.north){};
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-18" data-shape="shortshape" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-18 Type: node:shortshape
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.821 | 16 | 2 | 5 | | Text | 0.878 | 18 | 0 | 5 | | BBox | 0.414 | 6 | 12 | 5 | | Color | 0.000 | - | - | - |
匹配: 18 对 │ 未匹配GT: 5 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1507 (circuit_diagrams)
|
| ▶ node : circ | TikZ 节点(circ) | 含标签文字和形状(circle/rectangle等),子类型:circ | 5 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\draw(0,0)to[mic,name=M](0,2)to[amp,t=$A$](2,2)to[loudspeaker,name=L](2,0)to[short,-*](0,0)node[ground]{};
\node[waves,scale=0.7,left=5pt]at(M.north){};
\node[waves,scale=0.7,right]at(L.north){};
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-21" data-shape="circ" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-21 Type: node:circ
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.821 | 16 | 2 | 5 | | Text | 0.878 | 18 | 0 | 5 | | BBox | 0.414 | 6 | 12 | 5 | | Color | 0.000 | - | - | - |
匹配: 18 对 │ 未匹配GT: 5 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1507 (circuit_diagrams)
|
| ▶ node : flowarrow | TikZ 节点(flowarrow) | 含标签文字和形状(circle/rectangle等),子类型:flowarrow | 4 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\draw (-1,1) to[R, v=$v$, i=$i$, f>^=$f$] (1,1);
\draw (-2,0) to[R, v=$v$, i=$i$, f>^=$f$] (2,0);
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-42" data-shape="flowarrow" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-42 Type: node:flowarrow
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.971 | 33 | 2 | 0 | | Text | 0.986 | 34 | 1 | 0 | | BBox | 0.814 | 24 | 11 | 0 | | Color | 0.000 | - | - | - |
匹配: 34 对 │ 未匹配GT: 0 │ 未匹配Gen: 1
来源: circuit_diagrams/scidiagram_1728 (circuit_diagrams)
|
| ▶ node : rotaryswitch | TikZ 节点(rotaryswitch) | 含标签文字和形状(circle/rectangle等),子类型:rotaryswitch | 4 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\ctikzset{multipoles/rotary/arrow=both}\draw(0,0)--++(1,0)node[rotary switch <-=8 in 120 wiper 40,anchor=in](A){};
\draw(3,0)--++(1,0)node[rotary switch,anchor=in](B){};
\draw[red](A.out 4)-|(3,0);
\draw[blue](A-out 2.n)--++(0,0.5)-|(B-out 1.n);
\draw(B.out 3)--++(1,0)node[rotary switch -=5 in 90 wiper 15,anchor=in](C){};
\draw(C.out 3)--++(1,0)node[rotary switch ->,xscale=-1,anchor=out 3](D){};
\draw[green,dashed](B.mid)--++(-.5,-1)-|(C.mid);
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-1" data-shape="rotaryswitch" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-1 Type: node:rotaryswitch
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.886 | 62 | 1 | 15 | | Text | 0.894 | 63 | 0 | 15 | | BBox | 0.836 | 56 | 7 | 15 | | Color | 0.000 | - | - | - |
匹配: 63 对 │ 未匹配GT: 15 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1644 (circuit_diagrams)
|
| ▶ circle | 圆形 | SVG <circle> 圆形元素 | 3 | Type, BBox |
① LaTeX 源代码(来自 gt.tex)
)` is not `circle-000`?
If the first circle is `(15,1)`, then:
1. `(15,1)`
2. `(15.5,1)`
3. `(16,1)`
4-11. `(2*\a,0)`
12-19. `(2*\a,2)`
`circle-016` is still in the second `foreach` loop.
What if the IDs start at `circle-001`?
Then `circle-016` is the 16th circle.
If the first circle is `(-1,1)`, then:
1. `(-1,1)`
2. `(15,1)`
3. `(15.5,1)`
4. `(16,1)`
5-12. `(2*\a,0)`
13-20. `(2*\a,2)`
The 16th circle is `\a=3` in the second loop.
Still the same line.
The only way it wouldn't be that line is if there were way more circles before it.
But there aren't.
Final check:
The line is `\foreach \a in {0,...,7}\draw [fill=black] (2*\a,2) circle (2pt);`.
Wait, I just noticed the prompt says `scale=0.9`. That doesn't affect the count.
The `clip` doesn't affect the count.
The `scope` doesn't affect the count.
The `line cap=round` etc. don't affect the count.
One last look at the `foreach` loops:
```latex
\foreach \a in {0,...,7}\draw [fill=black] (2*\a,0) circle (2pt);
\foreach \a in {0,...,7}\draw [fill=black] (2*\a,2) circle (2pt);
```
They are definitely the 5th and 6th circle-generating commands.
Is it possible the `circle-016` ID is not sequential?
In `dvisvgm`, the IDs are usually `circle-00`, `circle-01`, etc., but `circle-016` with three digits is also possible. The key is the sequence.
Wait, I just noticed something. The LaTeX code has:
```latex
\draw [fill=black] (15,1) circle (1pt);
\draw [fill=black] (15.5,1) circle (1pt);
\draw [fill=black] (16,1) circle (1pt);
```
But wait, the `
③ SOM 提取结果(评估系统使用的数据)
ID: circle-016 Type: circle BBox: (-49.4, -39.2, 0.4, 0.4)
参与维度: TypeBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.987 | 156 | 3 | 1 | | Text | 0.997 | 159 | 0 | 1 | | BBox | 0.869 | 123 | 36 | 1 | | Color | 0.000 | - | - | - |
匹配: 159 对 │ 未匹配GT: 1 │ 未匹配Gen: 0
来源: graph_structures/scidiagram_5782 (graph_structures)
|
| ▶ node : vee | TikZ 节点(vee) | 含标签文字和形状(circle/rectangle等),子类型:vee | 3 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}[scale=0.8, transform shape]
% Transistor T1 with bulk connection and ground
\draw (0,0) node [nigfetebulk](T1){T1}
(T1.S) node[ground]{}
(T1.bulk) -- ++(0.5, 0) node[vee]{};
% Transistor T2 with legacy text placement, bulk connection and ground
\draw (2,0) node [nigfetebulk, legacy transistors text](T2){T2}
(T2.S) node[ground]{}
(T2.bulk) -- ++(0.5, 0) node[vee]{};
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-3" data-shape="vee" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-3 Type: node:vee
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.889 | 24 | 3 | 3 | | Text | 0.947 | 27 | 0 | 3 | | BBox | 0.537 | 11 | 16 | 3 | | Color | 0.000 | - | - | - |
匹配: 27 对 │ 未匹配GT: 3 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1554 (circuit_diagrams)
|
| ▶ node : op amp | TikZ 节点(op amp) | 含标签文字和形状(circle/rectangle等),子类型:op amp | 3 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}[]
% change in this circuit only
\tikzset{amp symbol font={\color{blue}\small\boldmath}}
% local change: uses math mode \oplus
\draw (0,2.2) node[op amp, amp plus=$\oplus$]{};
\draw (0,0) node[op amp]{};
% global changes for subsequent nodes
\ctikzset{amplifiers/plus={$\oplus$}}
\ctikzset{amplifiers/minus={$\ominus$}}
\draw (0,-2.2) node[fd op amp]{};
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-1" data-shape="op amp" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-1 Type: node:op amp
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.471 | 4 | 1 | 8 | | Text | 0.556 | 5 | 0 | 8 | | BBox | 0.375 | 3 | 2 | 8 | | Color | 0.000 | - | - | - |
匹配: 5 对 │ 未匹配GT: 8 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1625 (circuit_diagrams)
|
| ▶ node : emptydiodeshape | TikZ 节点(emptydiodeshape) | 含标签文字和形状(circle/rectangle等),子类型:emptydiodeshape | 3 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\ctikzset{voltage/distance from node=0.25cm}
\draw (0, 2) to[D, v=$v_1$] ++(4,0);
\draw (0, 1) to[D, v=$v_1$] ++(3,0);
\draw (0, 0) to[D, v=$v_1$] ++(2,0);
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-3" data-shape="emptydiodeshape" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-3 Type: node:emptydiodeshape
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.762 | 16 | 1 | 9 | | Text | 0.791 | 17 | 0 | 9 | | BBox | 0.267 | 4 | 13 | 9 | | Color | 0.000 | - | - | - |
匹配: 17 对 │ 未匹配GT: 9 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1731 (circuit_diagrams)
|
| ▶ node : cuteinductorshape | TikZ 节点(cuteinductorshape) | 含标签文字和形状(circle/rectangle等),子类型:cuteinductorshape | 2 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
% The drawing uses a specific node shape and a standard inductor
\draw (0,0) node[potentiometershape, rotate=-90](P){};
\draw (P.wiper) to[L] ++(2,0);
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-4" data-shape="cuteinductorshape" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-4 Type: node:cuteinductorshape
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.889 | 8 | 2 | 0 | | Text | 0.947 | 9 | 1 | 0 | | BBox | 0.333 | 2 | 8 | 0 | | Color | 0.000 | - | - | - |
匹配: 9 对 │ 未匹配GT: 0 │ 未匹配Gen: 1
来源: circuit_diagrams/scidiagram_1432 (circuit_diagrams)
|
| ▶ node : nigfete | TikZ 节点(nigfete) | 含标签文字和形状(circle/rectangle等),子类型:nigfete | 2 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{tikzpicture}
\node[nigfete, tr gap fill=green] at(0,0){};
\node[nigfete, tr gap fill=red, tr circle,
fill=cyan!30] at(1.5,0){};
\node[nmos, tr gap fill=cyan, ferroel gate](A)
at(3,0){};
\end{tikzpicture}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-1" data-shape="nigfete" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-1 Type: node:nigfete
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.622 | 14 | 2 | 15 | | Text | 0.681 | 16 | 0 | 15 | | BBox | 0.121 | 2 | 14 | 15 | | Color | 0.000 | - | - | - |
匹配: 16 对 │ 未匹配GT: 15 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1573 (circuit_diagrams)
|
| ▶ node : nigfetebulk | TikZ 节点(nigfetebulk) | 含标签文字和形状(circle/rectangle等),子类型:nigfetebulk | 2 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}[scale=0.8, transform shape]
% Transistor T1 with bulk connection and ground
\draw (0,0) node [nigfetebulk](T1){T1}
(T1.S) node[ground]{}
(T1.bulk) -- ++(0.5, 0) node[vee]{};
% Transistor T2 with legacy text placement, bulk connection and ground
\draw (2,0) node [nigfetebulk, legacy transistors text](T2){T2}
(T2.S) node[ground]{}
(T2.bulk) -- ++(0.5, 0) node[vee]{};
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-1" data-shape="nigfetebulk" data-type="node">
<g transform="matrix(.8 0 0 .8 -7.29184 -7.08654)">
<use x="-44.396684" y="-49.158703" xlink:href="#g0-84"/>
<use x="-37.201661" y="-49.158703" xlink:href="#g0-49"/>
</g>
</g>
③ SOM 提取结果(评估系统使用的数据)
ID: node-1 Type: node:nigfetebulk Text: "T1" BBox: (-44.0, -55.9, 11.0, 6.7)
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.889 | 24 | 3 | 3 | | Text | 0.947 | 27 | 0 | 3 | | BBox | 0.537 | 11 | 16 | 3 | | Color | 0.000 | - | - | - |
匹配: 27 对 │ 未匹配GT: 3 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1554 (circuit_diagrams)
|
| ▶ node : ampshape | TikZ 节点(ampshape) | 含标签文字和形状(circle/rectangle等),子类型:ampshape | 2 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\draw(0,0)to[mic,name=M](0,2)to[amp,t=$A$](2,2)to[loudspeaker,name=L](2,0)to[short,-*](0,0)node[ground]{};
\node[waves,scale=0.7,left=5pt]at(M.north){};
\node[waves,scale=0.7,right]at(L.north){};
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-8" data-shape="ampshape" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-8 Type: node:ampshape
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.821 | 16 | 2 | 5 | | Text | 0.878 | 18 | 0 | 5 | | BBox | 0.414 | 6 | 12 | 5 | | Color | 0.000 | - | - | - |
匹配: 18 对 │ 未匹配GT: 5 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1507 (circuit_diagrams)
|
| ▶ node : waves | TikZ 节点(waves) | 含标签文字和形状(circle/rectangle等),子类型:waves | 2 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\draw(0,0)to[mic,name=M](0,2)to[amp,t=$A$](2,2)to[loudspeaker,name=L](2,0)to[short,-*](0,0)node[ground]{};
\node[waves,scale=0.7,left=5pt]at(M.north){};
\node[waves,scale=0.7,right]at(L.north){};
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-23" data-shape="waves" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-23 Type: node:waves
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.821 | 16 | 2 | 5 | | Text | 0.878 | 18 | 0 | 5 | | BBox | 0.414 | 6 | 12 | 5 | | Color | 0.000 | - | - | - |
匹配: 18 对 │ 未匹配GT: 5 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1507 (circuit_diagrams)
|
| ▶ node : mixer | TikZ 节点(mixer) | 含标签文字和形状(circle/rectangle等),子类型:mixer | 2 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\draw node[mixer](mix){}(mix.w)node[left]{w}(mix.s)node[below]{s}(mix.e)node[right]{e}(mix.n)node[above]{n};
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-1" data-shape="mixer" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-1 Type: node:mixer
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.889 | 8 | 2 | 0 | | Text | 0.947 | 9 | 1 | 0 | | BBox | 0.333 | 2 | 8 | 0 | | Color | 0.000 | - | - | - |
匹配: 9 对 │ 未匹配GT: 0 │ 未匹配Gen: 1
来源: circuit_diagrams/scidiagram_1531 (circuit_diagrams)
|
| ▶ node : inputarrow | TikZ 节点(inputarrow) | 含标签文字和形状(circle/rectangle等),子类型:inputarrow | 2 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\draw
(0,0) node[mixer, box only, anchor=east](m){}
to[amp, boxed, >, -o] ++(2.5,0)
(m.west) node[inputarrow]{} to[short,-o] ++(-0.8,0)
(m.south) node[inputarrow,rotate=90]{} --
++(0,-0.7) node[oscillator, box, anchor=north]{};
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-8" data-shape="inputarrow" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-8 Type: node:inputarrow
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.750 | 15 | 6 | 4 | | Text | 0.913 | 21 | 0 | 4 | | BBox | 0.750 | 15 | 6 | 4 | | Color | 0.000 | - | - | - |
匹配: 21 对 │ 未匹配GT: 4 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1549 (circuit_diagrams)
|
| ▶ node : triode | TikZ 节点(triode) | 含标签文字和形状(circle/rectangle等),子类型:triode | 2 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\draw (0,2) node[triode, filament] (Tri) {};
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-1" data-shape="triode" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-1 Type: node:triode
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.872 | 17 | 2 | 3 | | Text | 0.927 | 19 | 0 | 3 | | BBox | 0.811 | 15 | 4 | 3 | | Color | 0.000 | - | - | - |
匹配: 19 对 │ 未匹配GT: 3 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1592 (circuit_diagrams)
|
| ▶ node : en amp | TikZ 节点(en amp) | 含标签文字和形状(circle/rectangle等),子类型:en amp | 2 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\draw(0,0)node[en amp,en amp text A](E){}(E.out)node[right]{$v_{\mathrm{out}}$}(E.-)node[left]{$v_{\mathrm{in}-}$}(E.+)node[left]{$v_{\mathrm{in}+}$};
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-1" data-shape="en amp" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-1 Type: node:en amp
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.824 | 7 | 2 | 1 | | Text | 0.889 | 8 | 1 | 1 | | BBox | 0.333 | 2 | 7 | 1 | | Color | 0.000 | - | - | - |
匹配: 9 对 │ 未匹配GT: 1 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1632 (circuit_diagrams)
|
| ▶ node : muxdemux | TikZ 节点(muxdemux) | 含标签文字和形状(circle/rectangle等),子类型:muxdemux | 2 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\tikzset{mux 4by2 wl/.style={muxdemux,
muxdemux def={Lh=6, NL=6, Rh=3, NB=2, w=3, NT=1},
draw only left pins={2-5},
muxdemux label={B1=$A_1$, B2=$A_0$, R1=OUT,
L2=$D_{00}$, L3=$D_{01}$, L4=$D_{10}$, L5=$D_{11}$,
T1=\rotatebox{90}{\texttt{Enable}}},
circuitikz/muxdemux/inner label ysep=4pt}}
\node [mux 4by2 wl]{};
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-1" data-shape="muxdemux" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-1 Type: node:muxdemux
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.471 | 4 | 1 | 8 | | Text | 0.556 | 5 | 0 | 8 | | BBox | 0.143 | 1 | 4 | 8 | | Color | 0.000 | - | - | - |
匹配: 5 对 │ 未匹配GT: 8 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1693 (circuit_diagrams)
|
| ▶ node : european xnor port | TikZ 节点(european xnor port) | 含标签文字和形状(circle/rectangle等),子类型:european xnor port | 2 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}[european]
\draw(0,0)node[xnor port]{};
\ctikzset{european xnor style=direct}\draw(3,0)node[xnor port]{};
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-1" data-shape="european xnor port" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-1 Type: node:european xnor port
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.818 | 9 | 2 | 2 | | Text | 0.870 | 10 | 1 | 2 | | BBox | 0.700 | 7 | 4 | 2 | | Color | 0.000 | - | - | - |
匹配: 11 对 │ 未匹配GT: 2 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1685 (circuit_diagrams)
|
| ▶ node : ieeestd and port | TikZ 节点(ieeestd and port) | 含标签文字和形状(circle/rectangle等),子类型:ieeestd and port | 2 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\draw[red](0,2)node[and port](myand1){1}(0,0)node[and port](myand2){2}(2,1)node[xnor port](myxnor){3}(myand1.out)-|(myxnor.in 1)(myand2.out)-|(myxnor.in 2);
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-1" data-shape="ieeestd and port" data-type="node">
<g fill="#f00" transform="matrix(1 0 0 1 -2.4907 -53.48343)">
<use x="-45.365965" y="1.184234" xlink:href="#g0-49"/>
</g>
</g>
③ SOM 提取结果(评估系统使用的数据)
ID: node-1 Type: node:ieeestd and port Text: "1" BBox: (-44.5, -5.5, 3.3, 6.6)
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.947 | 18 | 2 | 0 | | Text | 0.974 | 19 | 1 | 0 | | BBox | 0.710 | 11 | 9 | 0 | | Color | 0.000 | - | - | - |
匹配: 19 对 │ 未匹配GT: 0 │ 未匹配Gen: 1
来源: circuit_diagrams/scidiagram_1850 (circuit_diagrams)
|
| ▶ node : vsourceshape | TikZ 节点(vsourceshape) | 含标签文字和形状(circle/rectangle等),子类型:vsourceshape | 2 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\draw (0,0) to[V=10V, i_=$i_1$] (2,0);
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-3" data-shape="vsourceshape" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-3 Type: node:vsourceshape
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.833 | 10 | 2 | 2 | | Text | 0.923 | 12 | 0 | 2 | | BBox | 0.353 | 3 | 9 | 2 | | Color | 0.000 | - | - | - |
匹配: 12 对 │ 未匹配GT: 2 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1771 (circuit_diagrams)
|
| ▶ node : cspstshape | TikZ 节点(cspstshape) | 含标签文字和形状(circle/rectangle等),子类型:cspstshape | 2 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\draw (0,2) to[cspst] ++(2,0)
node[cute spdt up arrow, anchor=in]{};
\draw (0,0) to[cspst] ++(2,0)
node[cute spdt up arrow, anchor=in,
switch start arrow={Bar[red]},
switch end arrow={Triangle[blue]}]{};
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-3" data-shape="cspstshape" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-3 Type: node:cspstshape
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.717 | 19 | 3 | 12 | | Text | 0.786 | 22 | 0 | 12 | | BBox | 0.256 | 5 | 17 | 12 | | Color | 0.000 | - | - | - |
匹配: 22 对 │ 未匹配GT: 12 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1649 (circuit_diagrams)
|
| ▶ node : cute spdt up arrow | TikZ 节点(cute spdt up arrow) | 含标签文字和形状(circle/rectangle等),子类型:cute spdt up arrow | 2 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\draw (0,2) to[cspst] ++(2,0)
node[cute spdt up arrow, anchor=in]{};
\draw (0,0) to[cspst] ++(2,0)
node[cute spdt up arrow, anchor=in,
switch start arrow={Bar[red]},
switch end arrow={Triangle[blue]}]{};
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-6" data-shape="cute spdt up arrow" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-6 Type: node:cute spdt up arrow
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.717 | 19 | 3 | 12 | | Text | 0.786 | 22 | 0 | 12 | | BBox | 0.256 | 5 | 17 | 12 | | Color | 0.000 | - | - | - |
匹配: 22 对 │ 未匹配GT: 12 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1649 (circuit_diagrams)
|
| ▶ node : and gate CDH | TikZ 节点(and gate CDH) | 含标签文字和形状(circle/rectangle等),子类型:and gate CDH | 2 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
& \node [and gate] (a1) {}; & \\
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-3" data-shape="and gate CDH" data-type="node">
<g class="tikz-node" data-id="node-4" data-shape="and gate CDH" data-type="node"/>
</g>
③ SOM 提取结果(评估系统使用的数据)
ID: node-3 Type: node:and gate CDH
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.898 | 22 | 4 | 1 | | Text | 0.981 | 26 | 0 | 1 | | BBox | 0.541 | 10 | 16 | 1 | | Color | 0.000 | - | - | - |
匹配: 26 对 │ 未匹配GT: 1 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_2389 (circuit_diagrams)
|
| ▶ node : or gate US | TikZ 节点(or gate US) | 含标签文字和形状(circle/rectangle等),子类型:or gate US | 2 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\node (i1) {0}; & & \node [or gate] (o) {};\\
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-7" data-shape="or gate US" data-type="node">
<g class="tikz-node" data-id="node-8" data-shape="or gate US" data-type="node"/>
</g>
③ SOM 提取结果(评估系统使用的数据)
ID: node-7 Type: node:or gate US
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.898 | 22 | 4 | 1 | | Text | 0.981 | 26 | 0 | 1 | | BBox | 0.541 | 10 | 16 | 1 | | Color | 0.000 | - | - | - |
匹配: 26 对 │ 未匹配GT: 1 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_2389 (circuit_diagrams)
|
| ▶ node : nand gate CDH | TikZ 节点(nand gate CDH) | 含标签文字和形状(circle/rectangle等),子类型:nand gate CDH | 2 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
& \node [nand gate] (a2) {}; & \\
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-9" data-shape="nand gate CDH" data-type="node">
<g class="tikz-node" data-id="node-10" data-shape="nand gate CDH" data-type="node"/>
</g>
③ SOM 提取结果(评估系统使用的数据)
ID: node-9 Type: node:nand gate CDH
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.898 | 22 | 4 | 1 | | Text | 0.981 | 26 | 0 | 1 | | BBox | 0.541 | 10 | 16 | 1 | | Color | 0.000 | - | - | - |
匹配: 26 对 │ 未匹配GT: 1 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_2389 (circuit_diagrams)
|
| ▶ node : americaninductorshape | TikZ 节点(americaninductorshape) | 含标签文字和形状(circle/rectangle等),子类型:americaninductorshape | 1 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\draw (0,3) to[L=$L$, name=myL] ++(2,0);
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-3" data-shape="americaninductorshape" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-3 Type: node:americaninductorshape
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.882 | 15 | 4 | 0 | | Text | 1.000 | 19 | 0 | 0 | | BBox | 0.348 | 4 | 15 | 0 | | Color | 0.000 | - | - | - |
匹配: 19 对 │ 未匹配GT: 0 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1461 (circuit_diagrams)
|
| ▶ node : fullgenericshape | TikZ 节点(fullgenericshape) | 含标签文字和形状(circle/rectangle等),子类型:fullgenericshape | 1 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\draw (0,0) to[L=$L$, name=myL, label distance=2pt] ++(2,0);
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-19" data-shape="fullgenericshape" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-19 Type: node:fullgenericshape
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.882 | 15 | 4 | 0 | | Text | 1.000 | 19 | 0 | 0 | | BBox | 0.348 | 4 | 15 | 0 | | Color | 0.000 | - | - | - |
匹配: 19 对 │ 未匹配GT: 0 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1461 (circuit_diagrams)
|
| ▶ node : nmos | TikZ 节点(nmos) | 含标签文字和形状(circle/rectangle等),子类型:nmos | 1 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{tikzpicture}
\node[nigfete, tr gap fill=green] at(0,0){};
\node[nigfete, tr gap fill=red, tr circle,
fill=cyan!30] at(1.5,0){};
\node[nmos, tr gap fill=cyan, ferroel gate](A)
at(3,0){};
\end{tikzpicture}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-3" data-shape="nmos" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-3 Type: node:nmos
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.622 | 14 | 2 | 15 | | Text | 0.681 | 16 | 0 | 15 | | BBox | 0.121 | 2 | 14 | 15 | | Color | 0.000 | - | - | - |
匹配: 16 对 │ 未匹配GT: 15 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1573 (circuit_diagrams)
|
| ▶ node : potentiometershape | TikZ 节点(potentiometershape) | 含标签文字和形状(circle/rectangle等),子类型:potentiometershape | 1 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
% The drawing uses a specific node shape and a standard inductor
\draw (0,0) node[potentiometershape, rotate=-90](P){};
\draw (P.wiper) to[L] ++(2,0);
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-1" data-shape="potentiometershape" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-1 Type: node:potentiometershape
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.889 | 8 | 2 | 0 | | Text | 0.947 | 9 | 1 | 0 | | BBox | 0.333 | 2 | 8 | 0 | | Color | 0.000 | - | - | - |
匹配: 9 对 │ 未匹配GT: 0 │ 未匹配Gen: 1
来源: circuit_diagrams/scidiagram_1432 (circuit_diagrams)
|
| ▶ node : double bipole | TikZ 节点(double bipole) | 含标签文字和形状(circle/rectangle等),子类型:double bipole | 1 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}[nullor/.style={double bipole,circuitikz/double bipole L=nullatorshape,circuitikz/double bipole R=noratorshape,circuitikz/every double bipole L/.style={sources/scale=0.5}}]
\draw(0,0)node[nullor](T1){};
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-1" data-shape="double bipole" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-1 Type: node:double bipole
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.800 | 4 | 1 | 1 | | Text | 0.909 | 5 | 0 | 1 | | BBox | 0.286 | 1 | 4 | 1 | | Color | 0.000 | - | - | - |
匹配: 5 对 │ 未匹配GT: 1 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1616 (circuit_diagrams)
|
| ▶ node : inst amp | TikZ 节点(inst amp) | 含标签文字和形状(circle/rectangle等),子类型:inst amp | 1 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\draw
(0,0) node[inst amp] (opamp) {}
(opamp.+) node[left] {$v_+$}
(opamp.-) node[left] {$v_-$}
(opamp.out) node[right] {out}
(opamp.up) node[vcc]{}
(opamp.down) node[vee] {}
(opamp.refv down) node[ground]{}
(opamp.refv up) to[short, -o] ++(0,0.3);
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-1" data-shape="inst amp" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-1 Type: node:inst amp
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.789 | 15 | 4 | 4 | | Text | 0.905 | 19 | 0 | 4 | | BBox | 0.357 | 5 | 14 | 4 | | Color | 0.000 | - | - | - |
匹配: 19 对 │ 未匹配GT: 4 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1620 (circuit_diagrams)
|
| ▶ node : vcc | TikZ 节点(vcc) | 含标签文字和形状(circle/rectangle等),子类型:vcc | 1 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\draw
(0,0) node[inst amp] (opamp) {}
(opamp.+) node[left] {$v_+$}
(opamp.-) node[left] {$v_-$}
(opamp.out) node[right] {out}
(opamp.up) node[vcc]{}
(opamp.down) node[vee] {}
(opamp.refv down) node[ground]{}
(opamp.refv up) to[short, -o] ++(0,0.3);
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-5" data-shape="vcc" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-5 Type: node:vcc
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.789 | 15 | 4 | 4 | | Text | 0.905 | 19 | 0 | 4 | | BBox | 0.357 | 5 | 14 | 4 | | Color | 0.000 | - | - | - |
匹配: 19 对 │ 未匹配GT: 4 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1620 (circuit_diagrams)
|
| ▶ node : micshape | TikZ 节点(micshape) | 含标签文字和形状(circle/rectangle等),子类型:micshape | 1 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\draw(0,0)to[mic,name=M](0,2)to[amp,t=$A$](2,2)to[loudspeaker,name=L](2,0)to[short,-*](0,0)node[ground]{};
\node[waves,scale=0.7,left=5pt]at(M.north){};
\node[waves,scale=0.7,right]at(L.north){};
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-3" data-shape="micshape" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-3 Type: node:micshape
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.821 | 16 | 2 | 5 | | Text | 0.878 | 18 | 0 | 5 | | BBox | 0.414 | 6 | 12 | 5 | | Color | 0.000 | - | - | - |
匹配: 18 对 │ 未匹配GT: 5 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1507 (circuit_diagrams)
|
| ▶ node : loudspeakershape | TikZ 节点(loudspeakershape) | 含标签文字和形状(circle/rectangle等),子类型:loudspeakershape | 1 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\draw(0,0)to[mic,name=M](0,2)to[amp,t=$A$](2,2)to[loudspeaker,name=L](2,0)to[short,-*](0,0)node[ground]{};
\node[waves,scale=0.7,left=5pt]at(M.north){};
\node[waves,scale=0.7,right]at(L.north){};
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-13" data-shape="loudspeakershape" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-13 Type: node:loudspeakershape
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.821 | 16 | 2 | 5 | | Text | 0.878 | 18 | 0 | 5 | | BBox | 0.414 | 6 | 12 | 5 | | Color | 0.000 | - | - | - |
匹配: 18 对 │ 未匹配GT: 5 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1507 (circuit_diagrams)
|
| ▶ node : fd op amp | TikZ 节点(fd op amp) | 含标签文字和形状(circle/rectangle等),子类型:fd op amp | 1 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}[]
% change in this circuit only
\tikzset{amp symbol font={\color{blue}\small\boldmath}}
% local change: uses math mode \oplus
\draw (0,2.2) node[op amp, amp plus=$\oplus$]{};
\draw (0,0) node[op amp]{};
% global changes for subsequent nodes
\ctikzset{amplifiers/plus={$\oplus$}}
\ctikzset{amplifiers/minus={$\ominus$}}
\draw (0,-2.2) node[fd op amp]{};
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-3" data-shape="fd op amp" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-3 Type: node:fd op amp
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.471 | 4 | 1 | 8 | | Text | 0.556 | 5 | 0 | 8 | | BBox | 0.375 | 3 | 2 | 8 | | Color | 0.000 | - | - | - |
匹配: 5 对 │ 未匹配GT: 8 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1625 (circuit_diagrams)
|
| ▶ node : oscillator | TikZ 节点(oscillator) | 含标签文字和形状(circle/rectangle等),子类型:oscillator | 1 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\draw
(0,0) node[mixer, box only, anchor=east](m){}
to[amp, boxed, >, -o] ++(2.5,0)
(m.west) node[inputarrow]{} to[short,-o] ++(-0.8,0)
(m.south) node[inputarrow,rotate=90]{} --
++(0,-0.7) node[oscillator, box, anchor=north]{};
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-16" data-shape="oscillator" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-16 Type: node:oscillator
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.750 | 15 | 6 | 4 | | Text | 0.913 | 21 | 0 | 4 | | BBox | 0.750 | 15 | 6 | 4 | | Color | 0.000 | - | - | - |
匹配: 21 对 │ 未匹配GT: 4 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1549 (circuit_diagrams)
|
| ▶ node : tlground | TikZ 节点(tlground) | 含标签文字和形状(circle/rectangle等),子类型:tlground | 1 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\draw (Pent.filament center) -- ++(0,-1) node[tlground]{};
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-8" data-shape="tlground" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-8 Type: node:tlground
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.872 | 17 | 2 | 3 | | Text | 0.927 | 19 | 0 | 3 | | BBox | 0.811 | 15 | 4 | 3 | | Color | 0.000 | - | - | - |
匹配: 19 对 │ 未匹配GT: 3 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1592 (circuit_diagrams)
|
| ▶ node : osjumpershape | TikZ 节点(osjumpershape) | 含标签文字和形状(circle/rectangle等),子类型:osjumpershape | 1 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}[scale=0.8]
\draw (0,0) to[open solder jumper, l=J1] ++(2,0)
to[closed solder jumper, l_=J2, name=J2] ++(2,0)
to[right double solder jumper, l=J3,
name=J3] ++(2,0);
\draw (J3.tap down) -- ++(0,-1) node[ocirc]{};
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-3" data-shape="osjumpershape" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-3 Type: node:osjumpershape
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.808 | 21 | 3 | 7 | | Text | 0.873 | 24 | 0 | 7 | | BBox | 0.229 | 4 | 20 | 7 | | Color | 0.000 | - | - | - |
匹配: 24 对 │ 未匹配GT: 7 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1655 (circuit_diagrams)
|
| ▶ node : csjumpershape | TikZ 节点(csjumpershape) | 含标签文字和形状(circle/rectangle等),子类型:csjumpershape | 1 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}[scale=0.8]
\draw (0,0) to[open solder jumper, l=J1] ++(2,0)
to[closed solder jumper, l_=J2, name=J2] ++(2,0)
to[right double solder jumper, l=J3,
name=J3] ++(2,0);
\draw (J3.tap down) -- ++(0,-1) node[ocirc]{};
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-11" data-shape="csjumpershape" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-11 Type: node:csjumpershape
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.808 | 21 | 3 | 7 | | Text | 0.873 | 24 | 0 | 7 | | BBox | 0.229 | 4 | 20 | 7 | | Color | 0.000 | - | - | - |
匹配: 24 对 │ 未匹配GT: 7 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1655 (circuit_diagrams)
|
| ▶ node : rdsjumpershape | TikZ 节点(rdsjumpershape) | 含标签文字和形状(circle/rectangle等),子类型:rdsjumpershape | 1 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}[scale=0.8]
\draw (0,0) to[open solder jumper, l=J1] ++(2,0)
to[closed solder jumper, l_=J2, name=J2] ++(2,0)
to[right double solder jumper, l=J3,
name=J3] ++(2,0);
\draw (J3.tap down) -- ++(0,-1) node[ocirc]{};
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-18" data-shape="rdsjumpershape" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-18 Type: node:rdsjumpershape
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.808 | 21 | 3 | 7 | | Text | 0.873 | 24 | 0 | 7 | | BBox | 0.229 | 4 | 20 | 7 | | Color | 0.000 | - | - | - |
匹配: 24 对 │ 未匹配GT: 7 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1655 (circuit_diagrams)
|
| ▶ node : ieeestd xnor port | TikZ 节点(ieeestd xnor port) | 含标签文字和形状(circle/rectangle等),子类型:ieeestd xnor port | 1 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\draw[red](0,2)node[and port](myand1){1}(0,0)node[and port](myand2){2}(2,1)node[xnor port](myxnor){3}(myand1.out)-|(myxnor.in 1)(myand2.out)-|(myxnor.in 2);
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-3" data-shape="ieeestd xnor port" data-type="node">
<g fill="#f00" transform="matrix(1 0 0 1 54.20293 -25.13653)">
<use x="-45.365965" y="1.184234" xlink:href="#g0-51"/>
</g>
</g>
③ SOM 提取结果(评估系统使用的数据)
ID: node-3 Type: node:ieeestd xnor port Text: "3" BBox: (-44.9, -5.5, 4.1, 6.9)
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.947 | 18 | 2 | 0 | | Text | 0.974 | 19 | 1 | 0 | | BBox | 0.710 | 11 | 9 | 0 | | Color | 0.000 | - | - | - |
匹配: 19 对 │ 未匹配GT: 0 │ 未匹配Gen: 1
来源: circuit_diagrams/scidiagram_1850 (circuit_diagrams)
|
| ▶ node : dipchip | TikZ 节点(dipchip) | 含标签文字和形状(circle/rectangle等),子类型:dipchip | 1 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\draw (0,0) node[dipchip,
rotate=90]{%
\rotatebox{-90}{IC2}};
\draw (3,0) node[qfpchip,
rotated numbers,
rotate=45]{IC3};
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-1" data-shape="dipchip" data-type="node">
<g transform="matrix(1 0 0 1 -7.887 3.4315)">
<use x="-34.872782" y="-35.071728" xlink:href="#g1-73"/>
<use x="-31.275281" y="-35.071728" xlink:href="#g1-67"/>
<use x="-24.080258" y="-35.071728" xlink:href="#g1-50"/>
</g>
</g>
③ SOM 提取结果(评估系统使用的数据)
ID: node-1 Type: node:dipchip Text: "IC2" BBox: (-34.6, -42.1, 15.0, 7.2)
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.750 | 15 | 1 | 9 | | Text | 0.780 | 16 | 0 | 9 | | BBox | 0.000 | 0 | 16 | 9 | | Color | 0.000 | - | - | - |
匹配: 16 对 │ 未匹配GT: 9 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1706 (circuit_diagrams)
|
| ▶ node : qfpchip | TikZ 节点(qfpchip) | 含标签文字和形状(circle/rectangle等),子类型:qfpchip | 1 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\draw (0,0) node[dipchip,
rotate=90]{%
\rotatebox{-90}{IC2}};
\draw (3,0) node[qfpchip,
rotated numbers,
rotate=45]{IC3};
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-2" data-shape="qfpchip" data-type="node">
<g transform="matrix(.7071 -.7071 .7071 .7071 96.474856 -26.927658)">
<use x="-34.872782" y="-35.071728" xlink:href="#g1-73"/>
<use x="-31.275281" y="-35.071728" xlink:href="#g1-67"/>
<use x="-24.080258" y="-35.071728" xlink:href="#g1-51"/>
</g>
</g>
③ SOM 提取结果(评估系统使用的数据)
ID: node-2 Type: node:qfpchip Text: "IC3" BBox: (-34.6, -42.1, 15.1, 7.2)
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.750 | 15 | 1 | 9 | | Text | 0.780 | 16 | 0 | 9 | | BBox | 0.000 | 0 | 16 | 9 | | Color | 0.000 | - | - | - |
匹配: 16 对 │ 未匹配GT: 9 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1706 (circuit_diagrams)
|
| ▶ node : cvsourceshape | TikZ 节点(cvsourceshape) | 含标签文字和形状(circle/rectangle等),子类型:cvsourceshape | 1 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\draw (0,0) to[cV=$k\cdot a_1$] (2,0);
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-3" data-shape="cvsourceshape" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-3 Type: node:cvsourceshape
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.857 | 9 | 3 | 0 | | Text | 0.909 | 10 | 2 | 0 | | BBox | 0.286 | 2 | 10 | 0 | | Color | 0.000 | - | - | - |
匹配: 10 对 │ 未匹配GT: 0 │ 未匹配Gen: 2
来源: circuit_diagrams/scidiagram_1773 (circuit_diagrams)
|
| ▶ node : emptypdiodeshape | TikZ 节点(emptypdiodeshape) | 含标签文字和形状(circle/rectangle等),子类型:emptypdiodeshape | 1 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\draw (0,0) to[pD, invert] (2,0);
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-3" data-shape="emptypdiodeshape" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-3 Type: node:emptypdiodeshape
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.667 | 5 | 2 | 3 | | Text | 0.824 | 7 | 0 | 3 | | BBox | 0.333 | 2 | 5 | 3 | | Color | 0.000 | - | - | - |
匹配: 7 对 │ 未匹配GT: 3 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1839 (circuit_diagrams)
|
| ▶ node : generic diode IEC | TikZ 节点(generic diode IEC) | 含标签文字和形状(circle/rectangle等),子类型:generic diode IEC | 1 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\tikz [circuit ee IEC] \node [diode,point left] {};
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-1" data-shape="generic diode IEC" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-1 Type: node:generic diode IEC
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.833 | 5 | 2 | 0 | | Text | 0.923 | 6 | 1 | 0 | | BBox | 0.250 | 1 | 6 | 0 | | Color | 0.000 | - | - | - |
匹配: 6 对 │ 未匹配GT: 0 │ 未匹配Gen: 1
来源: circuit_diagrams/scidiagram_2383 (circuit_diagrams)
|
| ▶ node : diamondpole | TikZ 节点(diamondpole) | 含标签文字和形状(circle/rectangle等),子类型:diamondpole | 1 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
% A simple resistor with an open pole (o) and a dot pole (d)
\draw (0,0) to[R, o-d] (2,0);
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-7" data-shape="diamondpole" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-7 Type: node:diamondpole
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.762 | 8 | 5 | 0 | | Text | 0.917 | 11 | 2 | 0 | | BBox | 0.375 | 3 | 10 | 0 | | Color | 0.000 | - | - | - |
匹配: 11 对 │ 未匹配GT: 0 │ 未匹配Gen: 2
来源: circuit_diagrams/scidiagram_1832 (circuit_diagrams)
|
| ▶ node : batteryshape | TikZ 节点(batteryshape) | 含标签文字和形状(circle/rectangle等),子类型:batteryshape | 1 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}[voltage shift=0.5]
\draw (0,0) to[battery, l_=1V, v=$u_1$, i=$i_1$] (2,0);
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-3" data-shape="batteryshape" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-3 Type: node:batteryshape
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.897 | 13 | 3 | 0 | | Text | 0.933 | 14 | 2 | 0 | | BBox | 0.316 | 3 | 13 | 0 | | Color | 0.000 | - | - | - |
匹配: 14 对 │ 未匹配GT: 0 │ 未匹配Gen: 2
来源: circuit_diagrams/scidiagram_1798 (circuit_diagrams)
|
| ▶ node : capacitorshape | TikZ 节点(capacitorshape) | 含标签文字和形状(circle/rectangle等),子类型:capacitorshape | 1 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{circuitikz}
\draw
(0,0) to[V=1<\volt>] (0,2)
to[R=1<\ohm>, color=red] (2,2)
to[C=1<\farad>] (2,0) -- (0,0);
\end{circuitikz}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-27" data-shape="capacitorshape" data-type="node"/>
③ SOM 提取结果(评估系统使用的数据)
ID: node-27 Type: node:capacitorshape
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.933 | 14 | 1 | 1 | | Text | 0.968 | 15 | 0 | 1 | | BBox | 0.933 | 14 | 1 | 1 | | Color | 0.000 | - | - | - |
匹配: 15 对 │ 未匹配GT: 1 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_1853 (circuit_diagrams)
|
| ▶ node : nand gate US | TikZ 节点(nand gate US) | 含标签文字和形状(circle/rectangle等),子类型:nand gate US | 1 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{tikzpicture}
\node(s)[shape=nand gate US,inner sep=0cm,logic gate inputs={in},logic gate inverted radius=.5cm]{Nand Gate\vrule width1pt height2cm};
\foreach\anchor/\placement in{center/above,text/above,30/above right,mid/right,mid east/left,mid west/above,base/below,base east/below,base west/left,north/above,south/below,east/above,west/above,north east/above,south east/below,south west/below,north west/above,output/right,input 1/above,input 2/below}\draw[shift=(s.\anchor)]plot[mark=x]coordinates{(0,0)}node[\placement]{\scriptsize\texttt{(s.\anchor)}};
\end{tikzpicture}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-1" data-shape="nand gate US" data-type="node">
<g transform="matrix(1 0 0 1 -55.28978 28.3468)">
<use x="61.20233" y="9.2484" xlink:href="#g1-78"/>
<use x="78.387555" y="9.2484" xlink:href="#g1-97"/>
<use x="89.755348" y="9.2484" xlink:href="#g1-110"/>
<use x="102.41812" y="9.2484" xlink:href="#g1-100"/>
<use x="122.563788" y="9.2484" xlink:href="#g1-71"/>
<use x="140.565803" y="9.2484" xlink:href="#g1-97"/>
<use x="151.933596" y="9.2484" xlink:href="#g1-116"/>
<use x="160.711454" y="9.2484" xlink:href="#g1-101"/>
</g>
<rect x="170.784291" y="-47.444504" height="56.692904" width=".996264" transform="matrix(1 0 0 1 -55.28978 28.3468)"/>
</g>
③ SOM 提取结果(评估系统使用的数据)
ID: node-1 Type: node:nand gate US Text: "NandGate" BBox: (62.5, -47.4, 109.3, 57.1)
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.989 | 43 | 1 | 0 | | Text | 1.000 | 44 | 0 | 0 | | BBox | 0.646 | 21 | 23 | 0 | | Color | 0.000 | - | - | - |
匹配: 44 对 │ 未匹配GT: 0 │ 未匹配Gen: 0
来源: circuit_diagrams/scidiagram_2398 (circuit_diagrams)
|
| ▶ node : cylinder | TikZ 节点(cylinder) | 含标签文字和形状(circle/rectangle等),子类型:cylinder | 1 | Type, Text, BBox |
① LaTeX 源代码(来自 gt.tex)
\begin{tikzpicture}[>=stealth]
\node [cylinder, gray!50, rotate=30, draw,
minimum height=2cm, minimum width=1cm] (c) {Cylinder};
\draw[red, <->] (c.top) -- (c.bottom)
node [at end, below, black] {height};
\draw[red, <->] (c.north) -- (c.south)
node [at start, above, black] {width};
\end{tikzpicture}
② SVG 代码(编译后渲染结果)
<g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="tikz-node" data-id="node-1" data-shape="cylinder" data-type="node">
<g fill="#bfbfbf" transform="matrix(.86603 -.5 .5 .86603 -.06945 -7.831797)">
<use x="-28.644141" y="-37.424402" xlink:href="#g0-67"/>
<use x="-21.448881" y="-37.424402" xlink:href="#g0-121"/>
<use x="-16.190793" y="-37.424402" xlink:href="#g0-108"/>
<use x="-13.423385" y="-37.424402" xlink:href="#g0-105"/>
<use x="-10.655976" y="-37.424402" xlink:href="#g0-110"/>
<use x="-5.121159" y="-37.424402" xlink:href="#g0-100"/>
<use x=".413658" y="-37.424402" xlink:href="#g0-101"/>
<use x="4.841509" y="-37.424402" xlink:href="#g0-114"/>
</g>
</g>
③ SOM 提取结果(评估系统使用的数据)
ID: node-1 Type: node:cylinder Text: "Cylinder" BBox: (-28.1, -44.4, 36.6, 9.1)
参与维度: TypeTextBBox
④ 评估结果(GT vs Gen 四维 F1)
| 维度 | F1 | TP | FP | FN |
| Type | 0.857 | 9 | 1 | 2 | | Text | 0.909 | 10 | 0 | 2 | | BBox | 0.000 | 0 | 10 | 2 | | Color | 0.000 | - | - | - |
匹配: 10 对 │ 未匹配GT: 2 │ 未匹配Gen: 0
来源: 3d_shapes_geometry/scidiagram_2621 (3d_shapes_geometry)
|
| ▶ component | 电路元件 | circuitikz 元件(R/C/L等) | 0 | Type, Text, BBox |
|
| ▶ coordinate | 坐标点 | TikZ coordinate 定义 | 0 | Type, BBox |
|
| ▶ ellipse | 椭圆 | SVG <ellipse> 椭圆元素 | 0 | Type, BBox |
|
| ▶ fill | 填充路径 | TikZ fill 命令生成 | 0 | Type, BBox, Color |
|
| ▶ filldraw | 填充+描边路径 | TikZ filldraw 命令生成 | 0 | Type, BBox, Color |
|
| ▶ legend | 图例 | pgfplots 图例 | 0 | Type, BBox |
|
| ▶ line | 直线 | SVG <line> 线段元素 | 0 | Type, BBox |
|
| ▶ polygon | 多边形 | SVG <polygon> 多边形元素 | 0 | Type, BBox |
|
| ▶ polyline | 折线 | SVG <polyline> 折线元素 | 0 | Type, BBox |
|
| ▶ title | 标题 | 图表标题 | 0 | Type, BBox |
|
| ▶ unknown | 未知类型 | 无法识别的元素 | 0 | Type |
|