You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to me that the 50th line of coordinates/transforms‐floating‐axis.py, as well as the corresponding line of the code in rst/coordinates.rst, ax2.set_position((xmin, ymin, xmax - xmin, ymax - xmin))
should read ax2.set_position((xmin, ymin, xmax - xmin, ymax - ymin)),
although the difference between ymax-xmin=0.40836979896182274 and ymax-ymin=0.38490475395717544 happens to be small and not apparent in the figure...
By the way, in the official document of Matplotlib there seems to be no description of FloatingAxesHostAxes, of which FloatingSubplot is an alias; I'd be glad if you kindly lead me to it...
Thanks,
Kazuyoshi
The text was updated successfully, but these errors were encountered:
Hi, thanks for your excellent book!
It seems to me that the 50th line of coordinates/transforms‐floating‐axis.py, as well as the corresponding line of the code in rst/coordinates.rst,
ax2.set_position((xmin, ymin, xmax - xmin, ymax - xmin))
should read
ax2.set_position((xmin, ymin, xmax - xmin, ymax - ymin))
,although the difference between ymax-xmin=0.40836979896182274 and ymax-ymin=0.38490475395717544 happens to be small and not apparent in the figure...
By the way, in the official document of Matplotlib there seems to be no description of FloatingAxesHostAxes, of which FloatingSubplot is an alias; I'd be glad if you kindly lead me to it...
Thanks,
Kazuyoshi
The text was updated successfully, but these errors were encountered: