Created
April 13, 2023 14:37
-
-
Save michaelneuder/32acda10b435afbd5985873fbe8099db to your computer and use it in GitHub Desktop.
imports
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 numpy as np | |
import pandas as pd | |
import matplotlib.pyplot as plt | |
import json | |
import requests | |
import time | |
from datetime import datetime | |
plt.rcParams['axes.grid'] = True | |
plt.rcParams['grid.alpha'] = 0.3 | |
plt.rcParams['axes.titlesize'] = 18 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment