Git Product home page Git Product logo

Comments (3)

hackl avatar hackl commented on July 30, 2024 1

Thank you for sharing this issue. I will have a look and see if I find a solution to fix it.

from tikz-network.

Breee avatar Breee commented on July 30, 2024

Thanks, that would be great :)

from tikz-network.

hackl avatar hackl commented on July 30, 2024

Hi, the easiest way to customize the edge labels is to change the EdgeLabelStyle. The default options can be overwritten by appending new styles (see example below).

In the next version of tikz-network I will add a dedicated command to make this easier for the users.

\documentclass{standalone}

% Used packages
\usepackage{tikz-network}

% Change the default EdgeLabelStyle
\tikzset{EdgeLabelStyle/.append style={ % add styles to te existing EdgeLabelStyle
    rectangle,                          % make the bounding box rectangular
    rounded corners,                    % round the corners of the box
    fill=black!30,                      % add some nice background color
    sloped,                             % align the text with the edge
    inner sep=1pt                       % add a little space around the text
  }}

\begin{document}
\begin{tikzpicture}

% Vertices
\Vertex[size=.4,color=green,opacity=.9,label=a]{A}
\Vertex[x=4,y=.7,opacity=.5,label=b]{B}

% Edges
\Edge[label={This is a very long text},lw=.5,color=red](A)(B)

\end{tikzpicture}
\end{document}

from tikz-network.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.