Skip to content

Instantly share code, notes, and snippets.

View m4r1vs's full-sized avatar

Marius Niveri m4r1vs

View GitHub Profile
import java.util.Arrays;
/**
* Diese Klasse implementiert das Interface TitelListe mit "wachsenden" Arrays.
*
* @author Till Aust
* @author Axel Schmolitzky
* @author Petra Becker-Pechau
* @author Alexander Pokahr
* @author Christian Spaeh
import os
import matplotlib.pyplot as plt
import pandas as pd
cwd = os.getcwd()
def plot_file(file_path, filename):
print(f'Processing file: {file_path}')
with open(file_path, 'r') as file: