rasterio/docs/plotting.rst
2016-03-18 12:34:52 -04:00

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