Ayuda:Gráficas de barras
De Wikillerato
(Diferencias entre revisiones)
(Página nueva: Para dibujar gráficas de barras inserta tus datos entre <bars> and </bars> (también puedes utilizar <lines> y <pie> para otros tipos de gráficas). Si inclu...) |
|||
Línea 1: | Línea 1: | ||
- | |||
- | |||
- | + | ==Dibujando una retícula== | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | Puede ser más sencillo visualizar los valores de una gráfica si dibujamos una retícula bajo la misma. Puedes poner líneas para ambos ejes, pero normalmente queda mejor si solo se incluyen para el eje Y: | |
- | <bars title=" | + | <bars title="Visitas Wiki" ymin=0 ymax=8000 colors=FF0000,00FF00 stacked ylabel=4 xlabel legend horizontal grid=y> |
- | 4115,1230 | + | ,EU ,US |
- | 2541,911 | + | Oct,4115,1230 |
- | 5410,2433 | + | Nov,2541, 911 |
+ | Dic,5410,2433 | ||
</bars> | </bars> | ||
- | <bars title=" | + | <bars title="Visitas Wiki" ymin=0 ymax=8000 colors=FF0000,00FF00 stacked ylabel=4 xlabel legend horizontal grid=y> |
- | 4115,1230 | + | ,EU ,US |
- | 2541,911 | + | Oct,4115,1230 |
- | 5410,2433 | + | Nov,2541, 911 |
+ | Dic,5410,2433 | ||
</bars> | </bars> |
Revisión de 12:56 3 nov 2011
Dibujando una retícula
Puede ser más sencillo visualizar los valores de una gráfica si dibujamos una retícula bajo la misma. Puedes poner líneas para ambos ejes, pero normalmente queda mejor si solo se incluyen para el eje Y:
<bars title="Visitas Wiki" ymin=0 ymax=8000 colors=FF0000,00FF00 stacked ylabel=4 xlabel legend horizontal grid=y> ,EU ,US Oct,4115,1230 Nov,2541, 911 Dic,5410,2433 </bars>
Tweet