Skip to content

Styler Documentation #4

@jason-neal

Description

@jason-neal

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) where height_multiplier is a multiple of the figure width (default is 0.75).
  • removing save shows 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions