Skip to content

Instantly share code, notes, and snippets.

View ionymikler's full-sized avatar

Jonathan (iony) Mikler ionymikler

View GitHub Profile
@shelepuginivan
shelepuginivan / maths-symbols.md
Last active September 28, 2025 00:31
A collection of maths symbols for quick access

Maths symbols

A collection of maths symbols for quick access:

LaTeX

These symbols can be used as is.

@jakevdp
jakevdp / discrete_cmap.py
Last active June 1, 2025 11:15
Small utility to create a discrete matplotlib colormap
# By Jake VanderPlas
# License: BSD-style
import matplotlib.pyplot as plt
import numpy as np
def discrete_cmap(N, base_cmap=None):
"""Create an N-bin discrete colormap from the specified input map"""