作者热门文章
- r - 以节省内存的方式增长 data.frame
- ruby-on-rails - ruby/ruby on rails 内存泄漏检测
- android - 无法解析导入android.support.v7.app
- UNIX 域套接字与共享内存(映射文件)
我需要创建一个包含 19 世纪日期的甘特图时间轴。任何人都可以推荐一个可以处理该问题的程序吗?
最佳答案
因为你用 tex 标记了它,这是一种使用 gantt.sty
的方法来自此页面:A LaTeX package for drawing gantt plots using pgf
/tikz
.
\documentclass{article}
\usepackage{gantt}
\usepackage{pdflscape}
\begin{document}
\begin{landscape}
\scalebox{0.8}{
\begin{gantt}[xunitlength=0.5cm,fontsize=\small,titlefontsize=\small,drawledgerline=true]{10}{48}
\begin{ganttitle}
\titleelement{2009}{7}
\numtitle{2010}{1}{2012}{12}
\titleelement{2013}{5}
\end{ganttitle}
\begin{ganttitle}
\numtitle{6}{1}{12}{1}
\numtitle{1}{1}{12}{1}
\numtitle{1}{1}{12}{1}
\numtitle{1}{1}{12}{1}
\numtitle{1}{1}{5}{1}
\end{ganttitle}
\ganttbar{task 1}{2}{17}
\ganttgroup{a group of tasks}{6}{18}
\ganttbar{task 2}{5}{10}
\ganttbar[pattern=crosshatch,color=blue]{task 3}{15}{3}
\ganttbar{task 4}{20}{3}
\ganttcon{15}{4}{20}{6}
\ganttbar{task 5}{15}{5}
\ganttbarcon[color=red]{task 6}{20}{5}
\ganttbarcon{task 7}{30}{5}
\end{gantt}
}
\end{landscape}
\end{document}
关于linux - 如何在 Linux 中创建历史甘特图?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10704856/
我是一名优秀的程序员,十分优秀!