Open ghost opened 6 years ago
You could remove all the surrounding elements of the Activity node like this:
@startuml
skinparam shadowing false
skinparam backgroundColor transparent
skinparam activity {
backgroundColor transparent
borderColor transparent
}
:<math>P(B|A)=\frac{P(B \cap A)}{P(A)}</math>;
@enduml
And then centre the resulting image... if you can't do that then you can increase the padding of the
Or you could use the @startmath operator to make it more simple:
@startmath
P(B|A)=\frac{P(B \cap A)}{P(A)}
@endmath
The Plantuml elements start to the left. Is there a way to centre them like the latex equations circled in blue?
Code for the first element