如何入门tikz?有哪些用户友好的辅助工具?

2019-09-30 21:18发布

请问如何入门绘图,比如说绘制一些图论里面的图,有自动生成图论图的工具吗? 这里提供了一些:https://wenda.latexstudio.net/q-1243.html 绘制简单的函数曲线,简...

请问如何入门绘图,比如说绘制一些图论里面的图,有自动生成图论图的工具吗? 这里提供了一些:https://wenda.latexstudio.net/q-1243.html 绘制简单的函数曲线,简单的几何图形十分方便 但是 没有提供绘制 图论中的图 流程图等的工具,python转tikz 然后tikz有什么 不太困难的入门方式?比如教学视频? 等等
4条回答
Danny
2019-10-01 17:43
关于图论中的图的绘制 1. 用sagemath等软件自动生成 ![](https://wenda.latexstudio.net/data/attach/191001/JoKfJbwj.jpg) 然后可直接将用sage命令将图保存为pdf,png等格式或者转换为tikz代码 此方法只适合绘制具体图。 sage中有图的顶点自动布局功能。 2. 使用tikz相关宏包绘制 (1). tkz-berge.sty ![](https://wenda.latexstudio.net/data/attach/191001/NQ8Rc30h.jpg) [tkz-berge example][texample] [texample]: http://www.texample.net/tikz/examples/tkz-berge/ (2). tkz-graph.sty ![](https://wenda.latexstudio.net/data/attach/191001/Yl6J4EFC.jpg) (3).tikzcd.sty ![](https://wenda.latexstudio.net/data/attach/191001/cCUVEtBj.jpg) (4). tikz-network.sty ![](https://wenda.latexstudio.net/data/attach/191001/8FkmBwt2.jpg) TikZ Library graphs \usetikzlibrary{graphs} 参考pgfmanual.pdf 第19章 ![](https://wenda.latexstudio.net/data/attach/191001/HdhYfRh8.jpg) 要想学习用tikz绘图,多参考pgfmanual 下面是一些用tikz, pgfplots绘制的一些图: ![](https://wenda.latexstudio.net/data/attach/191001/6pXgHLmw.jpg) ![](https://wenda.latexstudio.net/data/attach/191001/KCLFBcze.jpg) ![](https://wenda.latexstudio.net/data/attach/191001/RGPjUGMc.jpg) 网上资源: 1. [Graph Theory in LaTeX 2](https://graphtheoryinlatex.wordpress.com/ "Graph Theory in LaTeX 2") 2. [VisualTikZ](http://tug.ctan.org/info/visualtikz/VisualTikZ.pdf "VisualTikZ") 3. [texample graph](http://www.texample.net/tikz/examples/tag/graphs/ "texample graph") 4. [A TikZ tutorial(视频)](https://av.tib.eu/media/30809 "A TikZ tutorial(视频)")

一周热门 更多>