Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lschwetlick
lschwetlick / makeplot.py
Last active January 6, 2023 18:47
How to procrastinate writing your thesis
import os
import pandas as pd
import time
import seaborn as sns
from matplotlib import pyplot as plt
import matplotlib.gridspec as gridspec
label_dict = {
"0_preface/abstract.tex" : "thesis noncontent",
'0_preface/abstractGerman.tex' : "thesis noncontent",
@lschwetlick
lschwetlick / ci_error.ipynb
Created September 24, 2024 19:51
psignifit_issue_demo
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.