mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
20 lines
396 B
ReStructuredText
20 lines
396 B
ReStructuredText
Plotting
|
|
********
|
|
|
|
.. todo::
|
|
|
|
* alt color ramps
|
|
* labeling axes with coordinates
|
|
* multiplots
|
|
* RGB
|
|
|
|
|
|
.. code-block:: python
|
|
|
|
>>> from matplotlib import pyplot
|
|
>>> pyplot.imshow(dataset.read(1), cmap='pink')
|
|
<matplotlib.image.AxesImage object at 0x111195c10>
|
|
>>> pyplot.show()
|
|
|
|
.. image:: http://farm6.staticflickr.com/5032/13938576006_b99b23271b_o_d.png
|