{pgfgantt} concerns making Gantt charts based on the pgf package.

learn more… | top users | synonyms

1
vote
1answer
52 views

Vertical lines in pgfgantt

I'm using the package pgfgantt to create Gantt charts. I've seen that with the "today" key one can have vertical line drawn in the chart. However, only one today key is allowed. How can I have several ...
2
votes
1answer
66 views

pgfgantt - Two labels for one bar in Gantt chart

In my Gantt chart (I'm using package pgfgantt), I have just one task in each line, one bar per task. Each bar has its corresponding label identifying the task aligned left of the chart; e.g., ...
3
votes
1answer
75 views

How to draw a monthly gantt chart with quarterly vgrid?

I recently updated my pgfgantt package, and can't figure out how to update one of my charts to draw properly under the new package. The chart has a two-tiered title, years over months. It also had a ...
0
votes
0answers
48 views

Gantt diagram and pdflscape

I'm trying to put a gantt diagram (using pgfgantt package) into landscape mode (using pdflscape package), but I have encountered a problem: It seems that, either because of pgfgantt, pdflscape or ...
4
votes
1answer
146 views

How to draw a scheduling scheme?

I would like to draw an arbitration scheduling scheme. I tried to draw one with xfig, but the result is... not so nice ;-): Does anyone know a good way to draw this in LaTeX? The result don't have ...
4
votes
0answers
72 views

How to colour the pgfgantt canvas based on calendar dates

I am working on a pgfgantt document where all timelines are governed by real dates and where the titlelist shows week days based on the TikZ calendar library. I have used and modified the code from ...
1
vote
1answer
93 views

Rotate Gantt Chart Figure

This is a follow up question to: Gantt chart package any ideas on how to rotate the gantt chart to make it appear sidewards? (i.e. rotate it 90 degrees?)
0
votes
1answer
133 views

Gantt using Tikz

I would like to draw following picture in latex. I would like to have a suggestion if this could be easily possible by pgfgantt package? Or should I use tikz to draw this kind of diagram? In pgfgantt, ...
3
votes
1answer
99 views

pgfgantt package - Timeout: Loading MPS to PDF converter (version 2006.09.02)

I am trying to compile a tex file that should display a gantt chart made with the help of the pgfgantt package. During compilation I get the line Loading MPS to PDF converter (version 2006.09.02) and ...
0
votes
0answers
61 views

pgfgantt error with ganttbar [closed]

I'm using the pgfgantt package (v3.0) on TeX Live 2012. Adding the chart and titles works fine, however adding a ganttbar gives a double error of Package tikz Error: Extra options not allowed for ...
2
votes
0answers
75 views

Gantt chart in IEEEtran

I would like to put a Gantt chart in my IEEE paper (\documentclass[conference]{IEEEtran}). I'd like the chart to span over both columns. I'm using the following chart taken from Gantt chart package: ...
12
votes
2answers
470 views

Typesetting a calendar with pgfgantt

How can I use pgfgantt to typeset a calendar for 2013? I would like to have calendar that displays the day-dates of the corresponding months; instead of the number 1 to 365 it should give ...
6
votes
1answer
158 views

pgfgantt “title list options” incompatible with beamer

Creating a Gantt chart using the pgfgantt package, with days of the weeks as the titles, can be done using title list options as demonstrated in the package manual. But it doesn't seem to agree with ...
6
votes
1answer
263 views

Gantt chart with title list in minutes and hours

I am trying to use the pgfgantt package to create a deployment event timeline for a cubesat. The various stages of deployment that the cubesat undergoes are on the order of seconds, minutes, and ...
7
votes
1answer
367 views

pgfgantt chart with weekdays and dates

What i have is this: \documentclass[a4paper]{article} \usepackage{pgfgantt} \usepackage{pgfcalendar} \usepackage[a4paper,landscape,left=1cm,top=1cm,% bottom=1.5cm,right=1cm]{geometry} ...
4
votes
1answer
573 views

pgfgantt, wrap text in label

I have task explanations that are pretty long and because of that it is pushing my gantt chart off of the page. Is there anyway to be able to wrap the text so that it continues below the task title? I ...
3
votes
1answer
209 views

pgfgantt: Labels not properly centered

I am trying to create a Gantt chart, and found this wonderful package pgfgantt. However, my labels do not get properly centered in the boxes. Am I doing something wrong? Is there a way to get the ...
1
vote
1answer
363 views

How do I add a legend to a gantt chart?

I'm using the pgfgantt package to draw a gantt chart and I am using different fill patterns for different task types (fill patterns for the task bars, that is). It works nicely! But I would like to ...
15
votes
1answer
4k views

Gantt chart package

I need a package to draw a Gantt chart in LaTeX, the primary criteria is just: ease of use. I am spending too much time learning "packages" here and there, this just needs to get a simple job done. I ...
3
votes
1answer
350 views

Weekdays in gantt chart

I want to have weekdays in my gantt chart, using the pgfgantt package with the pgfcalendar package. However the fields for the weekdays are too small. \documentclass{article} \usepackage{pgfgantt} ...
3
votes
3answers
960 views

How to make pgfgantt scale to specific widths in the page? (ex. textwidth)

I'm trying to use pgfgantt to create a gantt chart for a project spanning many weeks, thus the following code would overflow through the right margin. I can't find a way to alter the size of the grid ...
1
vote
1answer
247 views

PGFGantt Multiple Canvas Color

I want to ask if it is possible in PGFGantt, to have a different canvas color from range lets say 0 to 4 and other color for range 5 to 8, when I am using \gantttitlelist{0,...,8}{1}
4
votes
3answers
574 views

Alignment of the bar labels of ganttbar

The labels of \ganttbar in pgfgantt are right aligned by default (at the border of chart). Is it possible to have it left aligned?
1
vote
0answers
914 views

pgfgantt: Can't get the examples work correctly [closed]

I need to make some Gantt Diagrams for a budget, and found on the web the pgfgantt package, which looks amazing. Unfortunately I can't make it work correctly with the examples of its documentation. ...
3
votes
1answer
486 views

pgfgantt: Change Link style

I'm using the pgfgantt package to draw Gantt-Charts. Everything works except for one things: I can not change the style of the links. The documentation shows on page 29 the following example: ...
4
votes
1answer
869 views

Undefined control sequence with pgfgantt package when creating Gantt chart

I'm attempting to make a Gantt chart in my LaTeX document with the pgfgantt package. However, when I try to compile, it give me undefined control sequence at the first \gantttitle between the {7} and ...
8
votes
3answers
1k views

Reduce vertical space between bars in pgfgantt

Is it possible to reduce the default vertical space between bars in pgfgantt? The manual specifies "last line height" but there appears to be no "line height" option. ...
12
votes
1answer
1k views

How to combine a timeline with a calendar

I'm using the pgfgantt package to create a timeline. This is what I've got so far: \documentclass[landscape]{article} \usepackage[dvipsnames,usenames]{xcolor} \usepackage{tikz} \usepackage{pgfgantt} ...
12
votes
1answer
1k views

What's the name of this timeline package in LaTeX?

I tried searching through many resources to identify the package that allows to create this type of time lines: but all in vain. Could anyone, please, point in the right direction?