Tag Archives: tikz

How to draw subgraphs side-by-side in Latex? (with TIKZ)

Today, I will give an example of how to draw a figure containing three subgraphs that appear side by side in Latex using the TIKZ library, and where each subgraph has a caption. This can be useful when writing research … Continue reading

Posted in Latex | Tagged , , , , | Leave a comment

Drawing the Powerset of a Set using Latex and TIKZ (Hasse Diagram)

Today, I will show how to draw the powerset of a set using Latex and TIKZ, to produce some nice figures that can be used in paper written using Latex. The code that is shown below is adapted from code … Continue reading

Posted in Latex | Tagged , , , | Leave a comment

How to draw an FP-Tree in Latex? (using TIKZ)

In this blog post, I will show how to draw a beautiful FP-Tree data structure in a Latex document. The FP-Tree is a tree-like structure that was proposed in the FP-Growth algorithm for itemset mining, and is also used in … Continue reading

Posted in Latex, Pattern Mining | Tagged , , , , , , , , , | 1 Comment

How to draw sequences in LaTeX? (using TIKZ)

Today, I will show how to draw a sequence in Latex using the TIKZ package. A sequence is an ordered list of symbols. I often draw sequences for my research paper about sequential pattern mining or episode mining. To draw … Continue reading

Posted in Latex | Tagged , , | Leave a comment