<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wiki.davidhaberthuer.ch/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.davidhaberthuer.ch/feed.php">
        <title>wiki.davidhaberthuer.ch - latex:tikz</title>
        <description></description>
        <link>http://wiki.davidhaberthuer.ch/</link>
        <image rdf:resource="http://wiki.davidhaberthuer.ch/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-04-26T18:35:20+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.davidhaberthuer.ch/latex/tikz/boxplot?rev=1591818237&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.davidhaberthuer.ch/latex/tikz/circles?rev=1591818237&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.davidhaberthuer.ch/latex/tikz/rose?rev=1591818237&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.davidhaberthuer.ch/latex/tikz/scalebar?rev=1591818237&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.davidhaberthuer.ch/latex/tikz/svg?rev=1591818237&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.davidhaberthuer.ch/_media/wiki/dokuwiki.svg">
        <title>wiki.davidhaberthuer.ch</title>
        <link>http://wiki.davidhaberthuer.ch/</link>
        <url>http://wiki.davidhaberthuer.ch/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="http://wiki.davidhaberthuer.ch/latex/tikz/boxplot?rev=1591818237&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-10T19:43:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>boxplot</title>
        <link>http://wiki.davidhaberthuer.ch/latex/tikz/boxplot?rev=1591818237&amp;do=diff</link>
        <description>How to make nice boxplots with whiskers (if plotting with R is not nice enough)


\documentclass{report}
\usepackage{pgf,pgfplots}
\usetikzlibrary{fit,calc}
\usepgfplotslibrary{external}
\newcommand{\boxplot}[6]{%
	%#1: center, #2: median, #3: 1/4 quartile, #4: 3/4 quartile, #5: min, #6: max
	\filldraw[fill=white,line width=0.2mm] let \n{boxxl}={#1-0.1}, \n{boxxr}={#1+0.1} in (axis cs:\n{boxxl},#3) rectangle (axis cs:\n{boxxr},#4);   % draw the box
	\draw[line width=0.2mm, color=red] let \n{boxx…</description>
    </item>
    <item rdf:about="http://wiki.davidhaberthuer.ch/latex/tikz/circles?rev=1591818237&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-10T19:43:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>circles</title>
        <link>http://wiki.davidhaberthuer.ch/latex/tikz/circles?rev=1591818237&amp;do=diff</link>
        <description>\documentclass{article}
\usepackage[pdftex,active,tightpage]{preview}
\usepackage{tikz}
\PreviewEnvironment{tikzpicture}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%	
\begin{tikzpicture}
	\draw (0,0) circle (1);
	\draw [fill=lightgray] (0,0) circle (0.75);
	\draw [fill=gray] (0,0) circle (0.5);
	%\draw [fill=darkgray] (0,0) circle (0.25);
	%\draw [ultra thick,red] (0,0) circle (0.025);
	\draw [red,thick,-&gt;] (0,0)  -- (1,0)		node at (1,0)	[black,right] {1};
	\draw [red,thick,-&gt;] (0,0)  -- (0,0.…</description>
    </item>
    <item rdf:about="http://wiki.davidhaberthuer.ch/latex/tikz/rose?rev=1591818237&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-10T19:43:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>rose</title>
        <link>http://wiki.davidhaberthuer.ch/latex/tikz/rose?rev=1591818237&amp;do=diff</link>
        <description>\documentclass{article}
\usepackage[pdftex,active,tightpage]{preview}
\usepackage{tikz}
	\usetikzlibrary{patterns}
\PreviewEnvironment{tikzpicture}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%	
\def\radius{1}
\def\ticklength{.3}
\def\labelshift{0.35}
\def\overlap{.075}
\def\projangle{17}
\def\angleshift{2}
\begin{tikzpicture}[scale=1.6]
	\scriptsize
	%% Fill CenterScan
		\pattern [pattern=checkerboard light gray] (1,0) -- (3,0) arc (0:180:3*\radius) -- (-1,0) arc (180:0:\radius);
		\fill [colo…</description>
    </item>
    <item rdf:about="http://wiki.davidhaberthuer.ch/latex/tikz/scalebar?rev=1591818237&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-10T19:43:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>scalebar</title>
        <link>http://wiki.davidhaberthuer.ch/latex/tikz/scalebar?rev=1591818237&amp;do=diff</link>
        <description>fancy way to generate scale bars with Tikz

The way to display scale bars shown here is nice, but can be a bit cumbersome if the images are not that easy, e.g. the image shows a skewed sample in 3D. Everything shown below could also be done completely by hand, but it&#039;s quite a boring task to calculate multiple</description>
    </item>
    <item rdf:about="http://wiki.davidhaberthuer.ch/latex/tikz/svg?rev=1591818237&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-06-10T19:43:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>svg</title>
        <link>http://wiki.davidhaberthuer.ch/latex/tikz/svg?rev=1591818237&amp;do=diff</link>
        <description>Converting images from TikZ to SVG

The route from TikZ to SVG helps to programmatically draw images which can then be given to the boss for further perusal.

the easy way

	*  generate an image, an small example (balls.tex) is shown below

  \documentclass{minimal}</description>
    </item>
</rdf:RDF>
