aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/tutorials/datavisualize/index.rst
blob: ff18c654eb98e6354b1bccece4f22dbc4dde3c87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Data Visualization Tool Tutorial
*********************************

In this tutorial, you'll learn about the data visualization capabilities
of |project|. To start with, find some open data to visualize. For example,
data about the magnitude of earthquakes during the last hour published on the
US Geological Survey website. You could download the
`All earthquakes <https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_day.csv>`_
open data in a CSV format for this tutorial.

In the following chapters of this tutorial you'll learn how to
visualize data from a CSV in a line chart.

.. toctree::
   :glob:
   :titlesonly:

   read*
   filter*
   add_main*
   add_tab*
   add_chart*
   plot*

You can download the sources from :download:`here <datavisualize.tar.bz2>`.