Creates preview map of all events in current Catalog object.
Parameters: |
|
---|
Parameters: | colormap (str, optional, any matplotlib colormap) The colormap for color-coding the events. The event with the smallest property will have the color of one end of the colormap and the event with the biggest property the color of the other end with all other events in between. Defaults to None which will use the default colormap for the date encoding and a colormap going from green over yellow to red for the depth encoding. |
---|
Example
>>> cat = readEvents( "http://www.seismicportal.eu/services/event/search?magMin=8.0")
>>> cat.plot()