[yt-dev] Issue #631: in yt notebook, when .set_width() is called with a non-unit aspect ratio, the entire resulting image is reduced in size (yt_analysis/yt)

J.S. Oishi issues-reply at bitbucket.org
Tue Aug 20 08:51:15 PDT 2013


New issue 631: in yt notebook, when .set_width() is called with a non-unit aspect ratio, the entire resulting image is reduced in size
https://bitbucket.org/yt_analysis/yt/issue/631/in-yt-notebook-when-set_width-is-called

J.S. Oishi:

I'm using yt notebook, and when I do

sp = SlicePlot(pf,2, "Density")
sp.annotate_streamlines("Bx","By")
sp.set_width((1, 0.25))
sp.show()

I end up with a figure that is much smaller than if the sp.set_width((1,0.25)) is not there. This is a problem, since I'm resetting the width in order to see more details 

Responsible: ngoldbaum



More information about the yt-dev mailing list