Search found 4 matches

by retrogrouch
Wed Feb 10, 2010 1:50 am
Forum: Graphics, Figures & Tables
Topic: tkz-graph in a beamer presentation
Replies: 7
Views: 7139

tkz-graph in a beamer presentation

localghost wrote:
retrogrouch wrote:[...] I usually fiddle with the scale option passed to tikzfigure thus:

\begin{tikzfigure}[scale=0.8]

[...]
Just for the record. The environment is called tikzpicture.
Whoops, sorry about that!

Laurie
by retrogrouch
Tue Feb 09, 2010 10:01 am
Forum: Graphics, Figures & Tables
Topic: tkz-graph in a beamer presentation
Replies: 7
Views: 7139

Re: tkz-graph in a beamer presentation

Regarding the positioning of the figure and its moving off the frame. I usually fiddle with the scale option passed to tikzfigure thus:

\begin{tikzfigure}[scale=0.8]

Laurie
by retrogrouch
Tue Feb 09, 2010 9:56 am
Forum: Graphics, Figures & Tables
Topic: PSTricks | Radian Units for Polar Plots
Replies: 7
Views: 7712

Re: PSTricks | Radian Units for Polar Plots

You can calculate inside the parameters list so I'm guessing you could use something like 360*radians/(2*pi) in place of x. The manual goes into a lot of detail about calculations.


Laurie
by retrogrouch
Tue Feb 09, 2010 9:50 am
Forum: Graphics, Figures & Tables
Topic: Data Flow Diagrams (Tikz)
Replies: 1
Views: 3887

Data Flow Diagrams (Tikz)

Hi,
I've used Latex for a while now but have only just discovered Tikz/PGF. I'm preparing data flow diagrams for my students but I can't work out how to conveniently create one of the symbols.

How can I create a rectangle that has top and bottom edges a different color to the left and right edges ...