• <i id='7xBR1'><tr id='7xBR1'><dt id='7xBR1'><q id='7xBR1'><span id='7xBR1'><b id='7xBR1'><form id='7xBR1'><ins id='7xBR1'></ins><ul id='7xBR1'></ul><sub id='7xBR1'></sub></form><legend id='7xBR1'></legend><bdo id='7xBR1'><pre id='7xBR1'><center id='7xBR1'></center></pre></bdo></b><th id='7xBR1'></th></span></q></dt></tr></i><div id='7xBR1'><tfoot id='7xBR1'></tfoot><dl id='7xBR1'><fieldset id='7xBR1'></fieldset></dl></div>

    1. <tfoot id='7xBR1'></tfoot>

        <small id='7xBR1'></small><noframes id='7xBR1'>

          <bdo id='7xBR1'></bdo><ul id='7xBR1'></ul>
        <legend id='7xBR1'><style id='7xBR1'><dir id='7xBR1'><q id='7xBR1'></q></dir></style></legend>
      1. 将 matplotlib.pylab 的 imshow 与 python ide 一起使用?

        Use imshow of matplotlib.pylab with a python ide?(将 matplotlib.pylab 的 imshow 与 python ide 一起使用?)

      2. <small id='2175t'></small><noframes id='2175t'>

          <legend id='2175t'><style id='2175t'><dir id='2175t'><q id='2175t'></q></dir></style></legend>
        1. <tfoot id='2175t'></tfoot>
          <i id='2175t'><tr id='2175t'><dt id='2175t'><q id='2175t'><span id='2175t'><b id='2175t'><form id='2175t'><ins id='2175t'></ins><ul id='2175t'></ul><sub id='2175t'></sub></form><legend id='2175t'></legend><bdo id='2175t'><pre id='2175t'><center id='2175t'></center></pre></bdo></b><th id='2175t'></th></span></q></dt></tr></i><div id='2175t'><tfoot id='2175t'></tfoot><dl id='2175t'><fieldset id='2175t'></fieldset></dl></div>

              <tbody id='2175t'></tbody>

                <bdo id='2175t'></bdo><ul id='2175t'></ul>

                  本文介绍了将 matplotlib.pylab 的 imshow 与 python ide 一起使用?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我尝试在 photutil 中运行示例/p>

                  一切都很好,除了这条线

                  plt.imshow(image, cmap='gray_r', origin='lower')

                  不会引发异常但不显示图像.我用的是 eric ide.

                  解决方案

                  之后需要调用plt.show().

                  来自 Matplotlib 常见问题解答:

                  <块引用>

                  当您想在显示器上查看绘图时,用户界面后端需要启动 GUI 主循环.这就是 show() 所做的.它告诉 matplotlib 提升到目前为止创建的所有图形窗口并启动主循环.因为这个主循环默认是阻塞的(即脚本执行被暂停),你应该只在每个脚本最后调用一次.关闭最后一个窗口后恢复脚本执行.

                  I tried to run example in photutil

                  Everything works great except the line

                  plt.imshow(image, cmap='gray_r', origin='lower')
                  

                  which does not raise an exception but no image is shown. I use the eric ide.

                  解决方案

                  You need to call plt.show() afterwards.

                  From the Matplotlib FAQ:

                  When you want to view your plots on your display, the user interface backend will need to start the GUI mainloop. This is what show() does. It tells matplotlib to raise all of the figure windows created so far and start the mainloop. Because this mainloop is blocking by default (i.e., script execution is paused), you should only call this once per script, at the end. Script execution is resumed after the last window is closed.

                  这篇关于将 matplotlib.pylab 的 imshow 与 python ide 一起使用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Initialize Multiple Numpy Arrays (Multiple Assignment) - Like MATLAB deal()(初始化多个 Numpy 数组(多重赋值) - 像 MATLAB deal())
                  How to extend Python class init(如何扩展 Python 类初始化)
                  What#39;s the difference between dict() and {}?(dict() 和 {} 有什么区别?)
                  What is a wrapper_descriptor, and why is Foo.__init__() one in this case?(什么是 wrapper_descriptor,为什么 Foo.__init__() 在这种情况下是其中之一?)
                  Initialize list with same bool value(使用相同的布尔值初始化列表)
                  setattr with kwargs, pythonic or not?(setattr 与 kwargs,pythonic 与否?)

                  <small id='mXpH5'></small><noframes id='mXpH5'>

                    <tbody id='mXpH5'></tbody>
                • <i id='mXpH5'><tr id='mXpH5'><dt id='mXpH5'><q id='mXpH5'><span id='mXpH5'><b id='mXpH5'><form id='mXpH5'><ins id='mXpH5'></ins><ul id='mXpH5'></ul><sub id='mXpH5'></sub></form><legend id='mXpH5'></legend><bdo id='mXpH5'><pre id='mXpH5'><center id='mXpH5'></center></pre></bdo></b><th id='mXpH5'></th></span></q></dt></tr></i><div id='mXpH5'><tfoot id='mXpH5'></tfoot><dl id='mXpH5'><fieldset id='mXpH5'></fieldset></dl></div>

                  1. <legend id='mXpH5'><style id='mXpH5'><dir id='mXpH5'><q id='mXpH5'></q></dir></style></legend>
                          <bdo id='mXpH5'></bdo><ul id='mXpH5'></ul>
                          <tfoot id='mXpH5'></tfoot>