Skip to content

Commit 8f0038d

Browse files
committed
add some off-plot annotations to the test mock
1 parent d69ed98 commit 8f0038d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/image/mocks/annotations.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@
5252
{
5353
"text": "angle, arrow TR<br>box+standoff", "x": 2, "y": 2, "ax": -20, "ay": -20,
5454
"xanchor": "right", "yanchor": "top", "standoff": 5, "textangle": 45, "bordercolor": "#444"
55-
}
55+
},
56+
{"text": "off-plot, do not show!", "x": 5.1, "y": 3.5, "showarrow": false},
57+
{"text": "off-plot 2", "x": 3, "y": 5.1, "showarrow": true, "ax": 0, "ay": 100}
5658
]
5759
}
5860
}

0 commit comments

Comments
 (0)