.. _example_plotting_plot_grid_three_panel.py: ============================== Create a three panel grid plot ============================== An example which creates a three-panel plot of a gridded NEXRAD radar on a map with latitude and longitude slices of the reflectivity. The NCEP North American regional reanalysis (NARR) pressure is plotted on top of the grid. .. image:: images/plot_grid_three_panel_1.png :align: center **Python source code:** :download:`plot_grid_three_panel.py ` .. literalinclude:: plot_grid_three_panel.py :lines: 12- **Total running time of the example:** 9.95 seconds