A collection of maths symbols for quick access:
- LaTeX
- Typst
These symbols can be used as is.
A collection of maths symbols for quick access:
These symbols can be used as is.
| # 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""" |