#!/usr/bin/env python """This generates the 100x100 scatter graph.""" # Author: Ika. 2015-08-08 import matplotlib.pyplot as plt import numpy as np from ...
確定! 回上一頁