2018-09-28から1日間の記事一覧

Plot Options #python3.6 #matplotlib.pyplot

import matplotlib.pyplot as plt from mpl_toolkits.mplot3d import Axes3D #3D view fig = plt.figure() ax = plt.axes([left, bottom, width, height]) ax = plt.add_subplot(111) ax = plt.add_subplot(111, projection='3d') #3D view # plot styles ax…