English Spanish
Axis Options Opciones de Ejes
Right Axis (--right-axis <scale:shift>) Eje derecho (--right-axis <scale:shift>)
A second axis will be drawn to the right of the graph. It is tied to the left axis via the scale and shift parameters. Se dibujará un segundo eje a la derecha del gráfico. Está atado al eje izquierdo a través de los parámetros de la escala y cambio.
Right Axis Label (--right-axis-label <string>) Etiqueta de Eje derecho (--right-axis-label <string>)
The label for the right axis. La etiqueta para el eje de la derecha.
Right Axis Format (--right-axis-format <format>) Formato de eje derecho (--right-axis-format <format>)
By default, the format of the axis labels gets determined automatically. If you want to do this yourself, use this option with the same %lf arguments you know from the PRINT and GPRINT commands. El formato de las etiquetas de los ejes son determinadas automáticamente por defecto. Si quieres hacer esto tu mismo, usa esta opción con el mismo argumento %lf que tu sabes de los comandos PRINT y GPRINT.
Right Axis Formatter (--right-axis-formatter <formatname>) Formateador de eje derecho (--right-axis-formatter <formatname>)
When you setup the right axis labeling, apply a rule to the data format. Supported formats include "numeric" where data is treated as numeric, "timestamp" where values are interpreted as UNIX timestamps (number of seconds since January 1970) and expressed using strftime format (default is "%Y-%m-%d %H:%M:%S"). See also --units-length and --right-axis-format. Finally "duration" where values are interpreted as duration in milliseconds. Formatting follows the rules of valstrfduration qualified PRINT/GPRINT. Cuando se configura el etiquetado del eje derecho, se aplica una regla al formato de datos. Formatos admitidos incluyen "numérico" donde los datos son tratados como numéricos, "timestamp" donde los valores son interpretados como timestamps de UNIX (número en segundos desde Enero de 1970) y expresados usando el formato strftime (Por defecto es "%Y-%m-%d %H:%M:%S"). Vea también --units-length and --left-axis-format. Finalmente "duration" donde los valores son interpretados como duración en milisegundos. El formato sigue las reglas de valstrfduration qualified PRINT/GPRINT.
Left Axis Formatter (--left-axis-formatter <formatname>) Formateador de eje izquierdo (--left-axis-formatter <formatname>)
When you setup the left axis labeling, apply a rule to the data format. Supported formats include "numeric" where data is treated as numeric, "timestamp" where values are interpreted as UNIX timestamps (number of seconds since January 1970) and expressed using strftime format (default is "%Y-%m-%d %H:%M:%S"). See also --units-length. Finally "duration" where values are interpreted as duration in milliseconds. Formatting follows the rules of valstrfduration qualified PRINT/GPRINT. Cuando se configura el etiquetado del eje derecho, se aplica una regla al formato de datos. Formatos admitidos incluyen "numérico" donde los datos son tratados como numéricos, "timestamp" donde los valores son interpretados como timestamps de UNIX (número en segundos desde Enero de 1970) y expresados usando el formato strftime (Por defecto es "%Y-%m-%d %H:%M:%S"). Vea también --units-length and --left-axis-format. Finalmente "duration" donde los valores son interpretados como duración en milisegundos. El formato sigue las reglas de valstrfduration qualified PRINT/GPRINT.
Legend Options Opciones de leyenda
Auto Padding Rellenado automático
Pad text so that legend and graph data always line up. Note: this could cause graphs to take longer to render because of the larger overhead. Also Auto Padding may not be accurate on all types of graphs, consistent labeling usually helps. Texto de relleno para que la leyenda y los datos del gráfico siempre esten alineados. Nota: esto podría causar que los gráficos tarden mas en hacerse debido una sobecarga mayor. También el auto rellenado podría no ser preciso en todos los tipos de gráficos, generalmente ayuda un etiquetado consistente.
Dynamic Labels (--dynamic-labels) Etiquetas dinámicas (--dynamic-labels)
Draw line markers as a line. Dibujar marcadores de línea como una línea.
Force Rules Legend (--force-rules-legend) Forzar reglas de leyenda (--force-rules-legend)
Force the generation of HRULE and VRULE legends. Forzar la generación de leyendas HRULE y VRULE.
Tab Width (--tabwidth <pixels>) Ancho de Tab (--tabwidth <pixels>)
By default the tab-width is 40 pixels, use this option to change it. Por defecto el anocho de tab es 40 píxeles, use esta opción para cambiarlo.