2
$\begingroup$

The following is a minimal example where it seems that 13.3 is unable to display labels over edges. How to fix that?

Graph[{1, 2}, {DirectedEdge[1, 2]}, 
 EdgeLabels -> {DirectedEdge[1, 2] -> Placed["I1+I2->I12", Above]}]
$\endgroup$

1 Answer 1

3
$\begingroup$

Above only works for VertexLabels. You could use 1/2 for that.

Graph[{1, 2}, {DirectedEdge[1, 2]}, 
 EdgeLabels -> {DirectedEdge[1, 2] -> Placed["I1+I2->I12", 1/2]}]

enter image description here

$\endgroup$

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.