在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):masasin/latexipy开源软件地址(OpenSource Url):https://github.com/masasin/latexipy开源编程语言(OpenSource Language):Python 92.2%开源软件介绍(OpenSource Introduction):LaTeXiPyGenerate beautiful plots for LaTeX using your existing Matplotlib-based code. You can also use this package to generate plots without using LaTeX. Just don't run
UsageTo plot in Python: import latexipy as lp
lp.latexify() # Change to a serif font that fits with most LaTeX.
with lp.figure('filename'): # saves in img/ by default.
draw_the_plot() To display in LaTeX: \usepackage{pgf}
\input{filename.pgf} See the examples directory for some example code, their resulting images, as well as an example LaTeX file and its output PDF. Features
CreditsThis package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论