Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 595603b

Browse files
committed
DOC: generalized to non-linear scales
1 parent 25158c2 commit 595603b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

doc/users/whats_new/imshow_logscales.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
Log-scale on image plots
22
------------------------
33

4-
:func:`imshow` now properly displays data on log-scales.
4+
:func:`imshow` now draws data at the requested points in data space after the
5+
application of non-linear scales.
6+
57
The image on the left demonstrates the new, correct behavior.
6-
The old behavior can be recreated using :func:`pcolormesh` as demonstrated on the right.
8+
The old behavior can be recreated using :func:`pcolormesh` as
9+
demonstrated on the right.
710

811
Example
912
```````
@@ -28,4 +31,5 @@ Example
2831
ax2.set_title('Using ax.pcolormesh')
2932
ax2.autoscale('tight')
3033

31-
plt.show()
34+
plt.show()
35+

0 commit comments

Comments
 (0)