Browse Source

点大小修改

张世豪 3 months ago
parent
commit
747babf2a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      report.py

+ 1 - 1
report.py

@@ -72,7 +72,7 @@ def getInteractiveImg(x,y,label,x1,y1,label1,x2,y2,label2,url,name,xLabel,YLabel
         text=numArr.to_numpy(),
         mode='markers', name=label,
         marker=dict(
-            size=10,  # 点的大小
+            size=4,  # 点的大小
             color='blue',  # 点的颜色
         ))
     )