Coder Social home page Coder Social logo

Comments (5)

marscher avatar marscher commented on June 10, 2024 1

Right, I made a mistake when setting the figsize in my mimimum reproducing example. Actually I compute the figsize using data shape and the current DPI. This leads to the desired output. Thanks for your support.

from ipympl.

marscher avatar marscher commented on June 10, 2024

The figsize argument has no effect on the output. Please note that you can manually resize the canvas using the gray triangle located in the lower-left corner. After resizing, the image will be aligned to the top.

grafik

from ipympl.

rcomer avatar rcomer commented on June 10, 2024

Centring the image is standard Matplotlib behaviour. If you want the image at the top of its axes you can set the anchor to 'N' for north:

plt.gca().set_anchor('N')

from ipympl.

marscher avatar marscher commented on June 10, 2024

Thanks, centering helps a bit in the sense that the viable information is aligned on top. But the the canvas is still far too large for actual figure. Now the free space is just all in the south :)

from ipympl.

rcomer avatar rcomer commented on June 10, 2024

There may be some confusion about terms here:

  • The figure is the whole thing, and you have requested a figure that is twice as tall (20 inches) than it is wide (10 inches)
  • Within the figure sits the axes, which is where the data is plotted. You are plotting an image that is nearly twice as wide as it is tall. By default, imshow uses a fixed aspect ratio to keep pixels square.

If you want to keep the figure this size but stretch the image so it fits better, try aspect="auto" in the call to imshow. If you want the image the same shape but want the figure to fit around it, choose a different figsize.

from ipympl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.