Skip to content

Instantly share code, notes, and snippets.

@hamakn
Created July 9, 2020 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hamakn/fd5e0876354324d71757925a9c5a5c3c to your computer and use it in GitHub Desktop.
Save hamakn/fd5e0876354324d71757925a9c5a5c3c to your computer and use it in GitHub Desktop.
@startuml family_tree
package "磯野家" {
[磯野波平]
[(石田)フネ]
[磯野カツオ]
[磯野ワカメ]
() " " as m0
[磯野波平] - m0
m0 - [(石田)フネ]
[磯野カツオ] <-up- m0
[磯野ワカメ] <-up- m0
}
package "フグ田家" {
[フグ田マスオ]
[(磯野)サザエ]
[フグ田タラオ]
[(磯野)サザエ] <-up- m0
() " " as m1
[フグ田マスオ] - m1
m1 - [(磯野)サザエ]
[フグ田タラオ] <-up- m1
}
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment