Smartdiagram - Module positionieren Thema ist als GELÖST markiert

Tabellen und Grafiken erstellen und anordnen


marcmuellermann2

Smartdiagram - Module positionieren

Beitrag 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 :)

marcmuellermann2

Beitrag von marcmuellermann2 »

Hat sich gelöst mittels \rotatebox

Antworten