Browsing index pages (2 articles)
↧
Table and TikZ object on two columns
I'm trying to have a table generated by the tabular environment and a plot generated by TikZ placed side by side. I tried using the table and minipage environment since it works for having multiple...
View ArticleAnswer by user11232 for Table and TikZ object on two columns
These are aligned at the top:\documentclass{article}\usepackage{pgfplots}\pgfplotsset{width=8cm}\usepackage{siunitx}\begin{document} \begin{table} \begin{minipage}[t]{5 cm} \centering...
View Article
Browsing index pages (2 articles)