This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Google Inc. | |
Copyright 2018 Google Inc. All rights reserved. | |
Google Chrome 71.0.3578.80 (Official Build) beta (64-bit) (cohort: Beta) | |
Revision 2ac50e7249fbd55e6f517a28131605c9fb9fe897-refs/branch-heads/3578@{#860} | |
OS Windows | |
JavaScript V8 7.1.302.28 | |
Flash 32.0.0.101 C:\Windows\system32\Macromed\Flash\pepflashplayer64_32_0_0_101.dll | |
User Agent Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.80 Safari/537.36 | |
Command Line "C:\Program Files (x86)\Google\Chrome Beta\Application\chrome.exe" --flag-switches-begin --disable-accelerated-video-decode --load-media-router-component-extension=0 --disable-smooth-scrolling --flag-switches-end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"1": { | |
"id": 1, | |
"name": "はじまりの朝 天海春香", | |
"img": "http://m.ip.bn765.com/11006f0a05d58d133f", | |
"rarity": "HR", | |
"region": "Vo", | |
"ap": 3600, | |
"dp": 3600, | |
"skillName": "日々前進!", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import colorsys | |
import csv | |
from datetime import datetime | |
from pathlib import Path | |
import matplotlib.colors as mcolors | |
import matplotlib.pyplot as plt | |
import numpy as np | |
from matplotlib import markers | |
from matplotlib.path import Path as pPath |
OlderNewer