A Python code to generate a number line image using matplotlib.
import matplotlib.pyplot as plt
import numpy as np
import matplotlib.font_manager as fm
# Path to your font file (e.g., Helvetica)
font_path = r'D:\Rahul\Websites\fonts\LUNCH.ttf'
# Create a FontProperties object
font_prop = fm.Fon