Skip to main content

Easy font management for Matplotlib.

Project description

mpl_fontkit

pypi

  • Use font from google fonts
  • Use icon from font awesome
  • Set the font and use it easily
  • Helpful error message to get your font name right

Install

pip install mpl_fontkit

Quick Start

Install Google Fonts

import mpl_fontkit as fk

# https://fonts.google.com/specimen/Lato?query=Lato
fk.install("Lato")

If the font does not available in matplotlib, this will download from Google and add it to matplotlib.

To check available styles for a font

fk.font_table("Lato")

And then you are ready to use it in your plots

import matplotlib.pyplot as plt
plt.text("Lato Font", fontdict={"style": "italic", "weight": 700, "size": 24})
show in plot

Install Font Awesome

To install font awesome and use it in your plot.

fk.install_fontawesome()

plt.text(.5, .5, "\uf58b\uf005\uf59b", fontfamily="Font Awesome 6 Free")

The font awesome is available as Font Awesome 6 Free and Font Awesome 6 Brands, the name of icon is encoded as unicode.

You can search for icons and get the unicode here.

fontawesome showcase

Set a font globally

To set a font manually. This will update the rcParams for you.

import mpl_fontkit as fk

fk.set_font("Lato")

Most of the time when you can't get the font to work simply because the font name is not the same as the file name. You can just type a fuzzy name, we will try to find a similar name and show you in the error message.

import mpl_fontkit as fk

fk.set_font("Lat")
LookupError: Cannot find Lat, do you mean: Lato. 
    Use `.list_fonts()` to list all the available fonts.

Get available fonts

fk.list_fonts()
['Agency FB',
 'Algerian',
 'Arial',
 'Arial Rounded MT Bold',
 'Bahnschrift',
 'Baskerville Old Face',
 'Bauhaus 93',
 ...]
 

What fonts look like?

Show one font

fk.show("Lato")

Show all fonts at once

fk.show_fonts()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mpl_fontkit-0.5.1.tar.gz (46.4 kB view details)

Uploaded Source

Built Distribution

mpl_fontkit-0.5.1-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file mpl_fontkit-0.5.1.tar.gz.

File metadata

  • Download URL: mpl_fontkit-0.5.1.tar.gz
  • Upload date:
  • Size: 46.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.31.0

File hashes

Hashes for mpl_fontkit-0.5.1.tar.gz
Algorithm Hash digest
SHA256 8f23b529c5db435b2125c3a66324a243cf2f49d0fe65927de5f7604c69fc2200
MD5 2b24e5a457d1058833a85cd4b9fa8fd9
BLAKE2b-256 c5ed6e2a08f0f67ed21d9c1676e98b90b49ee3051e25d75f0bd9e32769e6a590

See more details on using hashes here.

Provenance

File details

Details for the file mpl_fontkit-0.5.1-py3-none-any.whl.

File metadata

File hashes

Hashes for mpl_fontkit-0.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 162bdb75b9f27021a97fc997a62c81e001f8caa36ebe6d8df1595d7385af5b86
MD5 5d0d6d7e75af85a41536c9aad2761b4a
BLAKE2b-256 fa1f87298a2ff57b282f50ee42168b79905614c976bd6c43eedb3c96aa9785b8

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page