You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for subgraphs and Gantt charts in mermaid diagrams
Added function graphviz_nodes_edges_df for generating a GraphvizDOT code that defines nodes and edges (and their attributes) from data in two data frames: one for nodes, the other for the edge operations
Added function graphviz_single_df for generating GraphvizDOT code from a single data frame
Incorporated the new substitution operators @_{...} or @^{...} in grViz statements for subscripting and superscripting, respectively