We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24497e commit 5aedd51Copy full SHA for 5aedd51
test/percy/compare-pandas.py
@@ -17,11 +17,14 @@ def get_fig(html):
17
for filename in os.listdir("pandas2"):
18
if filename not in [
19
"density_mapbox.html",
20
+ "density_map.html",
21
"scatter_hover.html",
22
"scatter_mapbox.html",
23
+ "scatter_map.html",
24
"line.html",
25
"choropleth.html",
26
"line_mapbox.html",
27
+ "line_map.html",
28
"scatter_log.html",
29
]:
30
with open(filename, encoding="utf-8") as f1:
0 commit comments