[yt-dev] Issue #857: Add support for symmetric logarithmic scaling (yt_analysis/yt)

Nathan Goldbaum issues-reply at bitbucket.org
Wed Jul 16 16:11:13 PDT 2014


New issue 857: Add support for symmetric logarithmic scaling
https://bitbucket.org/yt_analysis/yt/issue/857/add-support-for-symmetric-logarithmic

Nathan Goldbaum:

See http://matplotlib.org/api/colors_api.html?highlight=symlog#matplotlib.colors.SymLogNorm

It should be possible to do something like:


```
#!python

slc.set_log('density', True, symmetric=True)
```

Or some similar syntax.


Responsible: ngoldbaum



More information about the yt-dev mailing list