doc/citing.rst
.. _citing:
If seaborn is integral to a scientific publication, please cite it.
A paper describing seaborn has been published in the Journal of Open Source Software <https://joss.theoj.org/papers/10.21105/joss.03021>_:
Waskom, M. L., (2021). seaborn: statistical data visualization. Journal of Open Source Software, 6(60), 3021, https://doi.org/10.21105/joss.03021.
Here is a ready-made BibTeX entry:
.. highlight:: none
::
@article{Waskom2021, doi = {10.21105/joss.03021}, url = {https://doi.org/10.21105/joss.03021}, year = {2021}, publisher = {The Open Journal}, volume = {6}, number = {60}, pages = {3021}, author = {Michael L. Waskom}, title = {seaborn: statistical data visualization}, journal = {Journal of Open Source Software} }
In most situations where seaborn is cited, a citation to matplotlib <https://matplotlib.org/stable/citing.html>_ would also be appropriate.
Additional logo files, including hi-res PNGs and images suitable for use over a dark background, are available
on GitHub <https://github.com/mwaskom/seaborn/tree/master/doc/_static>_.
Wide logo
.. image:: _static/logo-wide-lightbg.svg
:width: 400px
Tall logo
.. image:: _static/logo-tall-lightbg.svg :width: 150px
Logo mark
.. image:: _static/logo-mark-lightbg.svg
:width: 150px
Credit to `Matthias Bussonnier <https://github.com/Carreau>`_ for the initial design
and implementation of the logo.