Favicon

text badly ragged left

Hi folks,

I need something like the above supposed option
for setting text inside a tikzpicture. I couldn't find
it in the manual, but maybe it's already implemented.

Regards,

Juergen

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
pgf-users mailing list
pgf-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgf-users
Favicon

combination of above and base

Hi folks,

While setting text I found out, that it's not
possible to combine the options above and
base (that's ok). But what do I have to do
to fix this?

\path (2.45,2.4) node[above] {eindeutige Entfernungsmessung};
\draw[dimline] (4.5,2.3) -- (4.9,2.3);
\draw[dimdarrow] (4.9,2.3) -- (9,2.3);
\path (6.95,2.4) node[above] {Second-time-around Echo\vphantom{g}};

As you can see so far I inplement a vphantom,
but that's far from elegant.

Regards,

Juergen

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
pgf-users mailing list
pgf-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgf-users
Alain Matthes | 4 Sep 03:43
Picon
Gravatar

problem with arc

hi!

\begin{tikzpicture}
\draw[red] (0,0) circle (8 cm);
     \draw[blue,shift={(0,0)}] (36.8:8 cm) arc (36.8:126.8:8 cm);
\end{tikzpicture}

The result is very bad. There is a solution to use degrees with  
decimal and arc?

\begin{tikzpicture}
\draw[red] (0,0) circle (8 cm);
     \draw[blue,shift={(0,0)}] (36:8 cm) arc (36.8:126:8 cm);
\end{tikzpicture}
Is fine but if i want to generalize I've a problem...

Regards  Alain Matthes

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
Alain Matthes | 4 Sep 09:40
Picon
Gravatar

Re: problem with arc


Le 4 sept. 07 à 03:43, Alain Matthes a écrit :

> hi!
>
> \begin{tikzpicture}
> \draw[red] (0,0) circle (8 cm);
>      \draw[blue,shift={(0,0)}] (36.8:8 cm) arc (36.8:126.8:8 cm);
> \end{tikzpicture}
>
> The result is very bad. There is a solution to use degrees with
> decimal and arc?
>
>

No need shift in  the example

This one is more simple but  I've always the problem

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{tikzpicture}
\draw[red] (0,0) circle (8 cm);
     \draw[blue] (0.5:8 cm) arc (0.5:90.5:8 cm);
\end{tikzpicture}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Regards Alain

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
Till Tantau | 4 Sep 16:16
Picon
Favicon

Re: problem with arc

Hi!

the arc code for fractional angles is currently buggy. It's on my  
todo list. For the time being, please use only exact degrees.

Sorry,
Till

Am 04.09.2007 um 09:40 schrieb Alain Matthes:

>
> Le 4 sept. 07 à 03:43, Alain Matthes a écrit :
>
>> hi!
>>
>> \begin{tikzpicture}
>> \draw[red] (0,0) circle (8 cm);
>>      \draw[blue,shift={(0,0)}] (36.8:8 cm) arc (36.8:126.8:8 cm);
>> \end{tikzpicture}
>>
>> The result is very bad. There is a solution to use degrees with
>> decimal and arc?
>>
>>
>
> No need shift in  the example
>
> This one is more simple but  I've always the problem
>
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> \begin{tikzpicture}
> \draw[red] (0,0) circle (8 cm);
>      \draw[blue] (0.5:8 cm) arc (0.5:90.5:8 cm);
> \end{tikzpicture}
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>
> Regards Alain
>
>
> ---------------------------------------------------------------------- 
> ---
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a  
> browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> pgf-users mailing list
> pgf-users <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pgf-users
>

--
Prof. Dr. Till Tantau <tantau <at> tcs.uni-luebeck.de>
http://www.tcs.uni-luebeck.de

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
Alain Matthes | 4 Sep 16:24
Picon
Gravatar

Re: problem with arc


Le 4 sept. 07 à 14:37, Till Tantau a écrit :

> Hi!
>
> the arc code for fractional angles is currently buggy. It's on my  
> todo list. For the time being, please use only exact degrees.
>
> Sorry,
> Till
>

argh.......... :)

Thanks for your answer.
  I've a little problem because  I finish (try) a package for
geometry in 2D with the use of the rule and the compass. Arcs are  
only necessary to mark InCenter , CircumCenter etc...

I would make the corrections later.

Thank you for  your very useful package !

Alain Matthes

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
Martin Buchmann | 5 Sep 09:58
Picon

Re: Placing an external graphics (Kjell Magne Fauske)

Kjell,

thanks for the hint :-) I found it in the manual. It's working great.

Best regards
   Martin

--

-- 
Knowledge is not everything. For a start, it's not an elephant.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
algorithms | 5 Sep 19:44
Picon
Picon

Transparent node affects colours of all the other nodes

Hello,

this is my problem: When uncommenting the only commented command below,
which produces a transparent node (which is supposed to be the starting
point for an edge coming from nowhere and ending in the left side of the
node labelled 0, the result is that the colours of the other, unaffected
nodes become darker. What is the reason for that and how can I avoid this
effect? It seems like a bug.

\documentclass[draft]{beamer}

\usetheme{Frankfurt}
\setbeamercolor{background canvas}{bg=blue!5}

\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{ngerman}

\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsfonts}

\usepackage{tikz}

\begin{document}

\tikzstyle{w}=[circle,draw=black,
                   inner sep=0pt, minimum size = 4mm]
\tikzstyle{r}=[circle,draw=black, fill=red,
                   inner sep=0pt, minimum size = 4mm]
\tikzstyle{b}=[circle,draw=black, fill=blue,
                   inner sep=0pt, minimum size = 4mm]
\tikzstyle{g}=[circle,draw=black, fill=green,
                   inner sep=0pt, minimum size = 4mm]

\frame
{
\begin{tikzpicture}

%\node[transparent] (-1) at (3,6) {};
\node[r] (0) at (4,7) {0};
\node[g] (1) at (5,7) {1};
\node[b] (2) at (6,7) {2};

\end{tikzpicture}

}

Thank you very much.
--

-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
algorithms | 5 Sep 20:45
Picon
Picon

Shifting a scope has no effect

Hello,

does anybody known why the scope-shifting done between the 
two lines of comment signs below has no effect? What do I 
have to do to achieve my aim of placing the uncoloured 
node in the second frame at the same position as the uncoloured
node in the first one? (The shift would accomplish that, because
then (0:0) would equal " (0:0) + (7,7) ".

\documentclass[draft]{beamer}

\usetheme{Frankfurt}
\setbeamercolor{background canvas}{bg=blue!5}

\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}

\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsfonts}

\usepackage{tikz}

\begin{document}

\tikzstyle{w}=[circle,draw=black, fill=white,
                   inner sep=0pt, minimum size = 4mm]
\tikzstyle{r}=[circle,draw=black, fill=red,
                   inner sep=0pt, minimum size = 4mm]
\tikzstyle{b}=[circle,draw=black, fill=blue,
                   inner sep=0pt, minimum size = 4mm]
\tikzstyle{g}=[circle,draw=black, fill=green,
                   inner sep=0pt, minimum size = 4mm]
\tikzstyle{l}=[circle,draw=black, fill=yellow,
                   inner sep=0pt, minimum size = 4mm]      

\frame
{

\begin{tikzpicture}

\node (-1) at (3,7) {};
\node[r] (0) at (5,7) {} edge (-1);
\node[w] (1) at (7,7) {} edge (0);
\node[b] (2) at (9,7) {} edge (1);
\node (3) at (11,7) {} edge (2);

\only<2>
{
\node[g] (1) at (7,7) {} edge (0);
}
\end{tikzpicture}
}
\frame
{

\begin{tikzpicture}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	\begin{scope}[shift={(7,7)}]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%	
		\node[w] (0) at (0:0) {};

		\node[r] (1) at (120:1) {} edge (0);
		\node[g] (2) at (240:1) {} edge (0);
		\node[b] (3) at (360:1) {} edge (0);

		\node (11) at (120:2) {} edge (1);
		\node (21) at (240:2) {} edge (2);
		\node (31) at (360:2) {} edge (3);

		\only<2>
		{
		\node[l] (1) at (0:0) {};
		}
	\end{scope}
\end{tikzpicture}

}
\end{document}

Thank you very much!
--

-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
Favicon

ycomb with arrows

Hi,

I'm looking for the presentation of data
with arrows instead of marks like this:

       \draw[->] plot[ycomb] coordinates {\TikZdata};

What do I have to do to achieve this.

Regards,

Juergen


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
pgf-users mailing list
pgf-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgf-users

Gmane