stanley-king 2 년 전
부모
커밋
60e5034f7f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      plot/refill/MerchantAmountPainter.py

+ 1 - 1
plot/refill/MerchantAmountPainter.py

@@ -91,7 +91,7 @@ class MerchantAmountPainter(MerchantPainter):
         rect_succ = ax.bar(x_asix + width * 0.5, list(succ_count), width, label='succ',align='center')
         rect_fail = ax.bar(x_asix + width * 1.5, list(fail_count), width, label='fail', align='center')
 
-        ax.bar_label(rect_send, padding=0, rotation=270, fmt='%d')
+        ax.bar_label(rect_send, padding=0, rotation=240, fmt='%d')
         ax.bar_label(rect_submit, padding=0, rotation=270, fmt='%d')
         ax.bar_label(rect_succ, padding=0, rotation=270, fmt='%d')
         ax.bar_label(rect_fail, padding=0, rotation=270, fmt='%d')