I have had a bad week trying to do some bar-graph using Tikz. There are a couple of solutions around. I wanted something simple, without too much tweaking since I’m not that good at Tikz. I recently started playing with it and unfortunately I don’t have a rigid learning plan with it. Anyways… here is …
I was recently working on this paper where we had this large tables filled with numbers. I usually don’t get a feeling from this and need some visual aid in order to comprehend what is actually happening. One of way is to implement the heat-map background coloring. this made me (and hopefully the readers in …
Yesterday I had the 2nd LaTeX workshop and finally we covered all the topics we planned. Here are the slides for both workshops, just in case you want to check them out: Workshop 1 slides Workshop 2 slides
I made a customizable Pie-Chart generator in LaTeX for a paper i was writing based on this example. With this one, you can choose the color for each portion. Here is how it looks: You need the following packages in your document preamble: \usepackage{tikz} \usepackage{pgfplots} \usetikzlibrary{calc} Bellow is the LaTeX code for chart. I marked …
Im very excited to announce that next week Im conducting a LaTeX hands-on workshop organized by Women In Engineering affinity group in Tallinn University of Technology’s IEEE student branch. It’s becoming a tradition for me. I have done it twice before. Every year I try to provide this workshop for students who would like to …