rougier / scientific-visualization-book

An open access book on scientific visualization using python and matplotlib
https://www.labri.fr/perso/nrougier/
Other
10.66k stars 986 forks source link

Fixed the height parameter of the "Floating & rotated axis" in Figure 2.9 #84

Closed furutaka closed 1 year ago

furutaka commented 1 year ago

The height parameter in Figure 2.9 (coordinates/transforms‐floating‐axis.py) as well as the corresponding line of the code in rst/coordinates.rst, were fixed; they should be the differences in Y (ymax-ymin) instead of (ymax-xmin).

rougier commented 1 year ago

Thanks!