All Projects → pgf-tikz → Pgf

pgf-tikz / Pgf

A Portable Graphic Format for TeX

Projects that are alternatives of or similar to Pgf

Aachartkit Swift
📈📊📱💻🖥️An elegant modern declarative data visualization chart framework for iOS, iPadOS and macOS. Extremely powerful, supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall and polar chart types. 极其精美而又强大的跨平台数据可视化图表框架,支持柱状图、条形图、…
Stars: ✭ 1,962 (+289.29%)
Mutual labels:  graph, draw
T 414 Aflv
T-414-ÁFLV: A Competitive Programming Course
Stars: ✭ 488 (-3.17%)
Mutual labels:  latex
Shenzhen Go
Experimental visual Go environment
Stars: ✭ 450 (-10.71%)
Mutual labels:  graph
Zmjimageeditor
ZMJImageEditor is a picture editing component like WeChat. It is powerful and easy to integrate, supporting rendering, text, rotation, tailoring, mapping and other functions. (ZMJImageEditor 是一个和微信一样图片编辑的组件,功能强大,极易集成,支持绘制、文字、旋转、剪裁、贴图等功能)
Stars: ✭ 470 (-6.75%)
Mutual labels:  draw
Coding Interview Gym
leetcode.com , algoexpert.io solutions in python and swift
Stars: ✭ 451 (-10.52%)
Mutual labels:  graph
Algorithms
CLRS study. Codes are written with golang.
Stars: ✭ 482 (-4.37%)
Mutual labels:  graph
Resume
An elegant \LaTeX\ résumé template. 大陆镜像 https://gods.coding.net/p/resume/git
Stars: ✭ 4,910 (+874.21%)
Mutual labels:  latex
Billboard.js
📊 Re-usable, easy interface JavaScript chart library based on D3.js
Stars: ✭ 5,032 (+898.41%)
Mutual labels:  graph
Resume
👾 My resume / 我的简历
Stars: ✭ 482 (-4.37%)
Mutual labels:  latex
Konsole
Home of the simple console library consisting of ProgressBar, Window, Form, Draw & MockConsole (C# console progress bar with support for single or multithreaded progress updates) Window is a 100%-ish console compatible window, supporting all normal console writing to a windowed section of the screen, supporting scrolling and clipping of console output.
Stars: ✭ 467 (-7.34%)
Mutual labels:  draw
Redpen
RedPen is an open source proofreading tool to check if your technical documents meet the writing standard. RedPen supports various markup text formats (Markdown, Textile, AsciiDoc, Re:VIEW, reStructuredText and LaTeX).
Stars: ✭ 466 (-7.54%)
Mutual labels:  latex
Gephi
Gephi - The Open Graph Viz Platform
Stars: ✭ 4,552 (+803.17%)
Mutual labels:  graph
Seegit
SeeGit - The Git Repository Visualizer
Stars: ✭ 483 (-4.17%)
Mutual labels:  graph
Weir
A system for making generative systems
Stars: ✭ 451 (-10.52%)
Mutual labels:  graph
Things.sh
Simple read-only comand-line interface to your Things 3 database
Stars: ✭ 492 (-2.38%)
Mutual labels:  graph
C Sharp Algorithms
📚 📈 Plug-and-play class-library project of standard Data Structures and Algorithms in C#
Stars: ✭ 4,684 (+829.37%)
Mutual labels:  graph
Kableextra
Construct Complex Table with knitr::kable() + pipe.
Stars: ✭ 465 (-7.74%)
Mutual labels:  latex
Piecharts
Easy to use and highly customizable pie charts library for iOS
Stars: ✭ 476 (-5.56%)
Mutual labels:  graph
Littleballoffur
Little Ball of Fur - A graph sampling extension library for NetworKit and NetworkX (CIKM 2020)
Stars: ✭ 505 (+0.2%)
Mutual labels:  graph
Arxiv Style
A Latex style and template for paper preprints (based on NIPS style)
Stars: ✭ 497 (-1.39%)
Mutual labels:  latex

pgf – A Portable Graphic Format for TeX

CI

PGF is a TeX macro package for generating graphics. It is platform- and format-independent and works together with the most important TeX backend drivers, including pdftex and dvips. It comes with a user-friendly syntax layer called TikZ.

See the directory doc/generic/pgf for more information. See the file doc/generic/pgf/pgfmanual.pdf (also available from https://pgf-tikz.github.io/pgf/pgfmanual.pdf) for a manual. This documentation also explains the installation. See the file doc/generic/pgf/license/LICENSE for license details.

Please go to the official repository at https://github.com/pgf-tikz/pgf or the official mailing list at https://tug.org/mailman/listinfo/pgf-tikz to submit bug reports, request new features, etc.

Installation

In general you should just use the version of PGF that is shipped by your TeX distribution. See their documentation on how to install packages.

If you are feeling adventurous you can install the latest development version in TeX Live from our tlcontrib repository.

$ tlmgr repository add http://pgf-tikz.github.io/pgf/tlnet pgf-development
$ tlmgr pinning add pgf-development "*"
$ tlmgr update --self --all
$ tlmgr install pgf --reinstall

Development

Currently PGF does not have a comprehensive test suite to check for regressions, so for now we check for bugs by building the manual for each commit. To build the manual locally you can either copy the PGF repository into your texmf tree (not recommended) or use the usertree option of TeX Live. For the usertree option on GNU/Linux, follow these steps:

$ git clone https://github.com/pgf-tikz/pgf
$ tlmgr init-usertree --usertree pgf
$ export TEXMFHOME=$(readlink -f pgf)
$ cd pgf
$ texlua build.lua manual luatex

We recommend building at least the version for LuaTeX, as shown in the example above because this has the broadest coverage of PGF features. To test the animations feature you have to build the version for dvisvgm.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].