Skip to content

Instantly share code, notes, and snippets.

View RedBlaze42's full-sized avatar
📚
Studying

RedBlaze42

📚
Studying
View GitHub Profile
package fr.redblaze.theredcite;
import java.io.File;
import java.util.HashMap;
import java.util.List;
import java.util.logging.Logger;
import org.bukkit.Location;
import org.bukkit.World;
import org.bukkit.command.Command;
@RedBlaze42
RedBlaze42 / plotter.py
Last active March 6, 2020 21:45
Python tools
import time,os
import matplotlib.pyplot as plt
import matplotlib.ticker as ticker
import matplotlib.dates as mdates
from datetime import datetime
import matplotlib
import locale
def plotter(x,y,path,y_text,title,unit):
locale.setlocale(locale.LC_TIME, "fr_FR.UTF-8")#Édite la locale vers le français pour avoir des jours de la semaines français