Apple Motion 1.0.1 Manual do Utilizador Página 5

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 41
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 4
Y-axis
Click here to select
indicators for the y-
axis.
Lin / Log scale
X- and y-axis scales can
be linear or
logarithmic. A log scale
can make it easier to
see trends.
Play / Stop
Click Play/Stop to
control the animation.
(How the graph
changes over time.)
Time
Click and drag to
change year.
Speed of
animation
Drag to change the
speed of the animation.
X-axis
Click here to select indicators for
the x-axis. You can also choose to
display time on this axis.
Chart type
Change between bubble, bar and line chart.
Colour
Click to choose
another indicator
for colour.
Select variables
Click boxes to
select specific
variables. (You can
also click the
bubbles.)
Trails
Click Trails to
follow a selected
country while the
animation plays.
Size indicator
Select the indicator
which represents
the size of the
bubble
To zoom in:
1. Put your mouse in the
chart area.
2. Hold down the left
mouse button and draw a
rectangle over the items
that you want to zoom in.
3. Release the left mouse
button.
4. In the menu that pops
up, select 'Zoom in'.
To zoom out:
Click the 'Zoom out' link
above the zoom thumbnail
in the right panel.
Settings
Change opacity of
non selected items
and further
advanced settings
Adapted from www.gapminder.org, which used
an original idea by wwww.juicygeography.co.uk
Figure 1: Overview of a Google Motion Chart. Screenshot of the ou tput of
plot(gvisMotionChart(Fruits, idvar=’Fruit’, timevar=’Year’))
visualisation gallery [Inc12c], which generates output similar to Figure 1:
1 <html>
2 <head>
3 <script type="text/javascript"
4 src="http://www.google.com/jsapi">
5 </script>
6 <script type="text/javascript">
7 google.load('visualization', '1',
8 {'packages':['motionchart']});
9 google.setOnLoadCallback(drawChart);
10 function drawChart() {
11 var data=new google.visualization.DataTable();
12 data.addColumn('string', 'Fruit');
13 data.addColumn('date', 'Date');
14 data.addColumn('number', 'Sales');
15 data.addColumn('number', 'Expenses');
16 data.addColumn('string', 'Location');
17 data.addRows([
5
Vista de página 4
1 2 3 4 5 6 7 8 9 10 ... 40 41

Comentários a estes Manuais

Sem comentários