Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25158c2 commit 595603bCopy full SHA for 595603b
doc/users/whats_new/imshow_logscales.rst
@@ -1,9 +1,12 @@
1
Log-scale on image plots
2
------------------------
3
4
-:func:`imshow` now properly displays data on log-scales.
+:func:`imshow` now draws data at the requested points in data space after the
5
+application of non-linear scales.
6
+
7
The image on the left demonstrates the new, correct behavior.
-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.
10
11
Example
12
```````
@@ -28,4 +31,5 @@ Example
28
31
ax2.set_title('Using ax.pcolormesh')
29
32
ax2.autoscale('tight')
30
33
- plt.show()
34
+ plt.show()
35
0 commit comments