Skip to main content

A package to save matplotlib figures for easy inclusion in LaTeX.

Project description

MatpLaTeX

MatpLaTeX lets you save a matplotlib Figure as a combination of a pdf file containing the graphics and a LaTeX file containing the text. With this, text in the figure will automatically use the typeface, size and other settings of the surrounding text.

Installation

MatpLaTeX is on PyPI, simply

pip install matplatex

Python requirements:

  • python >= 3.10 (If someone asks I may add support for earlier versions.)
  • matplotlib >= 3.5
  • beartype

LaTeX requirements:

  • tikz
  • graphicx

Basic Usage

To save a figure, simply use

matplatex.save(fig, "myfig")

this will create two files named myfig.pdf and myfig.pdf_tex.

In your LaTeX document, define the width of the figure with

\newlength{\figurewidth}
\setlength{\figurewidth}{<your desired width>}

and include the figure as such:

\input{myfig.pdf_tex}

LaTeX commands such as \small and \textbf{} will affect the text in the expected way.

Options

Note: this is still under development and may change in future versions.

matplatex.save accepts the following keyword options:

  • widthcommand: string
    Command used to set the width of the figure. Default: \figurewidth.
  • draw_anchors: bool
    Mark the text anchors in the figure. Useful for debugging. Default: False.
  • verbose: bool
    Print message upon successful save. Default: True.

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

matplatex-0.9.10.tar.gz (22.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

matplatex-0.9.10-py3-none-any.whl (23.3 kB view details)

Uploaded Python 3

File details

Details for the file matplatex-0.9.10.tar.gz.

File metadata

  • Download URL: matplatex-0.9.10.tar.gz
  • Upload date:
  • Size: 22.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Hatch/1.16.5 cpython/3.14.5 HTTPX/0.28.1

File hashes

Hashes for matplatex-0.9.10.tar.gz
Algorithm Hash digest
SHA256 5095abc5966ddedbb6485ba14adb310415fb1a1556c5d7a588e6bfd8f9a65827
MD5 200684385e2040fd8f1788218cae2a02
BLAKE2b-256 0fc6aeff5b87658ad11a02fa5e6ccf3ef269f5de0d8ad83b85035626a95930bc

See more details on using hashes here.

File details

Details for the file matplatex-0.9.10-py3-none-any.whl.

File metadata

  • Download URL: matplatex-0.9.10-py3-none-any.whl
  • Upload date:
  • Size: 23.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Hatch/1.16.5 cpython/3.14.5 HTTPX/0.28.1

File hashes

Hashes for matplatex-0.9.10-py3-none-any.whl
Algorithm Hash digest
SHA256 43651726716738ef34561f66d03eb72a588d6d05888fd1fa8d462b67d986f9b3
MD5 2ad183653f7e09b25da182a97a6be6aa
BLAKE2b-256 689284358c1ba88b45c0b6c3e12e278fc220bf58daf4bd4e87345e84f46f935d

See more details on using hashes here.

Supported by

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