import matplotlib.pyplot as plt import numpy as np def main(): #### 1. bar plot으로 나타낼 데이터 입력 models = ['model A', 'model B', ...
確定! 回上一頁