1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
.. _citing:
Citing and logo
===============
Citing seaborn
--------------
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.
Logo files
----------
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.
|