Skip to content

Commit b21ebb2

Browse files
committed
plotly#189 Renamings in image plot titles and image test filenames
1 parent 14908d0 commit b21ebb2

6 files changed

+2
-2
lines changed
Loading
Loading
Binary file not shown.
Binary file not shown.

test/image/mocks/axes_category_categorylist.json renamed to test/image/mocks/axes_category_categoryarray.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"layout": {
23-
"title": "categorylist",
23+
"title": "categoryarray",
2424
"xaxis": {
2525
"type": "category",
2626
"range": [

test/image/mocks/axes_category_categorylist_truncated_tails.json renamed to test/image/mocks/axes_category_categoryarray_truncated_tails.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"y": [15,11,12,13,14]}
55
],
66
"layout": {
7-
"title": "categorylist with truncated tails (y, q, k not plotted)",
7+
"title": "categoryarray with truncated tails (y, q, k not plotted)",
88
"xaxis": {
99
"type": "category",
1010
"categoryorder": "array",

0 commit comments

Comments
 (0)