.. |br| raw:: html
.. _test-plot: ################## Create a Test Plot ################## This example demonstrates how you can create a simple test plot with GCPy. You can use this test plot to verify that GCPy was installed properly onto your system. .. image:: _static/images/create\_test\_plot.png :align: center |br| .. _test-plot-code: =========== Source code =========== **Script location:** `gcpy/examples/plotting/create_test_plot.py `_ .. _test-plot-usage: ===== Usage ===== Make sure that you have :ref:`specified the proper Matplotlib backend ` for your system. Then run the example with: .. code-block:: console $ python -m gcpy.examples.plotting.create_test_plot