File size: 5,846 Bytes
79dc9c8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
  "entry_url": "https://plotly.com/python/basic-charts/",
  "pages_scanned": 58,
  "pages_failed": [],
  "code_blocks_scanned": 593,
  "figures_extracted": 332,
  "counts": {
    "bar": 20,
    "box": 20,
    "heatmap": 20,
    "line": 20,
    "other": 20,
    "pie": 15,
    "scatter": 20
  },
  "max_per_category": 20,
  "snippet_errors": [
    {
      "page_url": "https://plotly.com/python/line-and-scatter/",
      "block_index": 12,
      "error": "ModuleNotFoundError: No module named 'statsmodels'"
    },
    {
      "page_url": "https://plotly.com/python/line-and-scatter/",
      "block_index": 30,
      "error": "ModuleNotFoundError: No module named 'dash'"
    },
    {
      "page_url": "https://plotly.com/python/line-charts/",
      "block_index": 16,
      "error": "ModuleNotFoundError: No module named 'dash'"
    },
    {
      "page_url": "https://plotly.com/python/sankey-diagram/",
      "block_index": 2,
      "error": "AttributeError: module 'urllib' has no attribute 'request'"
    },
    {
      "page_url": "https://plotly.com/python/sankey-diagram/",
      "block_index": 3,
      "error": "AttributeError: module 'urllib' has no attribute 'request'"
    },
    {
      "page_url": "https://plotly.com/python/performance/",
      "block_index": 4,
      "error": "ModuleNotFoundError: No module named 'datashader'"
    },
    {
      "page_url": "https://plotly.com/python/performance/",
      "block_index": 5,
      "error": "ModuleNotFoundError: No module named 'datashader'"
    },
    {
      "page_url": "https://plotly.com/python/performance/",
      "block_index": 6,
      "error": "ModuleNotFoundError: No module named 'datashader'"
    },
    {
      "page_url": "https://plotly.com/python/distplot/",
      "block_index": 3,
      "error": "ImportError: FigureFactory.create_distplot requires scipy"
    },
    {
      "page_url": "https://plotly.com/python/distplot/",
      "block_index": 4,
      "error": "ImportError: FigureFactory.create_distplot requires scipy"
    },
    {
      "page_url": "https://plotly.com/python/distplot/",
      "block_index": 5,
      "error": "ImportError: FigureFactory.create_distplot requires scipy"
    },
    {
      "page_url": "https://plotly.com/python/distplot/",
      "block_index": 6,
      "error": "ImportError: FigureFactory.create_distplot requires scipy"
    },
    {
      "page_url": "https://plotly.com/python/distplot/",
      "block_index": 7,
      "error": "ImportError: FigureFactory.create_distplot requires scipy"
    },
    {
      "page_url": "https://plotly.com/python/distplot/",
      "block_index": 8,
      "error": "ImportError: FigureFactory.create_distplot requires scipy"
    },
    {
      "page_url": "https://plotly.com/python/distplot/",
      "block_index": 9,
      "error": "ImportError: FigureFactory.create_distplot requires scipy"
    },
    {
      "page_url": "https://plotly.com/python/distplot/",
      "block_index": 10,
      "error": "ImportError: FigureFactory.create_distplot requires scipy"
    },
    {
      "page_url": "https://plotly.com/python/distplot/",
      "block_index": 11,
      "error": "ImportError: FigureFactory.create_distplot requires scipy"
    },
    {
      "page_url": "https://plotly.com/python/distplot/",
      "block_index": 12,
      "error": "ImportError: FigureFactory.create_distplot requires scipy"
    },
    {
      "page_url": "https://plotly.com/python/tree-plots/",
      "block_index": 2,
      "error": "NameError: name 'fig' is not defined"
    },
    {
      "page_url": "https://plotly.com/python/ecdf-plots/",
      "block_index": 6,
      "error": "NameError: name 'df' is not defined"
    },
    {
      "page_url": "https://plotly.com/python/ecdf-plots/",
      "block_index": 7,
      "error": "NameError: name 'df' is not defined"
    },
    {
      "page_url": "https://plotly.com/python/ecdf-plots/",
      "block_index": 8,
      "error": "NameError: name 'df' is not defined"
    },
    {
      "page_url": "https://plotly.com/python/imshow/",
      "block_index": 12,
      "error": "ModuleNotFoundError: No module named 'skimage'"
    },
    {
      "page_url": "https://plotly.com/python/imshow/",
      "block_index": 18,
      "error": "ModuleNotFoundError: No module named 'skimage'"
    },
    {
      "page_url": "https://plotly.com/python/dendrogram/",
      "block_index": 1,
      "error": "ImportError: FigureFactory.create_dendrogram requires scipy,                             scipy.spatial and scipy.hierarchy"
    },
    {
      "page_url": "https://plotly.com/python/dendrogram/",
      "block_index": 2,
      "error": "ImportError: FigureFactory.create_dendrogram requires scipy,                             scipy.spatial and scipy.hierarchy"
    },
    {
      "page_url": "https://plotly.com/python/dendrogram/",
      "block_index": 3,
      "error": "ImportError: FigureFactory.create_dendrogram requires scipy,                             scipy.spatial and scipy.hierarchy"
    },
    {
      "page_url": "https://plotly.com/python/ternary-scatter-contour/",
      "block_index": 2,
      "error": "NameError: name 'scatter_data' is not defined"
    },
    {
      "page_url": "https://plotly.com/python/ternary-scatter-contour/",
      "block_index": 3,
      "error": "NameError: name 'contour_raw_data' is not defined"
    },
    {
      "page_url": "https://plotly.com/python/network-graphs/",
      "block_index": 1,
      "error": "ModuleNotFoundError: No module named 'networkx'"
    },
    {
      "page_url": "https://plotly.com/python/network-graphs/",
      "block_index": 2,
      "error": "NameError: name 'edge_trace' is not defined"
    }
  ]
}