Coder Social home page Coder Social logo

codereviewclub's Introduction

iastro-pt

codereviewclub's People

Contributors

j-faria avatar jason-neal avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

jason-neal

codereviewclub's Issues

Styler Documentation

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*}

Organize scripts in folder

I think it would be a good idea to include the the scripts for review in a folder:

    - README.md
    - invitation.md
    - slides.odp
    - slides.pdf
    - CR1
        - styler.py
        - README.md
    - CR2
        - astronomy.py
        - README.md

The README.md files are optional, but it would be nice with a very short documentation (what does this file do, how do I use it?)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.