-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Some more documentation and example use cases for styler would be helpful.
I will note here some things that I have had to learn the hard way which could go into documentation.
- Figure width is fixed to 1 or 2 columns in A&A publication.
- To change the figure height pass
figsize=(None, height_multiplier)whereheight_multiplieris a multiple of the figure width (default is 0.75). - removing
saveshows the plot instead
Other things to include:
- Example latex commands to import a single or full sized image generated by styler.
\begin{figure}
\includegraphics[width=\hsize]{styler_one.pdf} % chktex 8
\caption{}
\label{}
\end{figure}
\begin{figure*}
\includegraphics[width=\hsize]{styler_two.pdf} % chktex 8
\caption{}
\label{}
\end{figure*}
Metadata
Metadata
Assignees
Labels
No labels