Seite 1 von 1

Smartdiagram - Module positionieren

Verfasst: Mo 29. Apr 2019, 11:17
von marcmuellermann2
Hallo,

ich habe mir mittels dem Package Smartdiagram ein Bubble Diagram erstellt. Ich würde aber nun gerne haben, dass das Modul2 "B" exakt oben ist.

Hier einmal der Beispielcode:
\documentclass{article}
\usepackage{smartdiagram}
\usepackage{tikz}
\usesmartdiagramlibrary{additions}
\begin{document}
\begin{figure}[ht]
    \centering    
    \smartdiagramadd[bubble diagram]{
        A, B, C, D, E, F)
    }{}
    \smartdiagramconnect{<->}{module5/module4}
\end{figure}
\end{document}
Ich habe bereits in der Package-Dokumentation geschaut und auch denke ich gefunden wie es klappen könnte. Allerdings kriege ich es trotzdem nicht hin.


"in the preamble. The basic command introduced by the library is \smartdiagramadd[htype
of diagrami]{hlist of itemsi}{hlist of additionsi}. The {hlist of additionsi} have a special
syntax:
hposition of module/Annotation texti
where:
• position is an anchor of TikZ (i.e above, below right and so on);
• module is the name of a module in the smart diagram;"

Ich würde mich freuen, wenn jemand einen Hinweis hat, wie ich dies umsetzten kann.

Vielen Dank :)

Verfasst: Di 30. Apr 2019, 00:32
von marcmuellermann2
Hat sich gelöst mittels \rotatebox