-
Same here, but geekbind crashes.
2008-03-20 09:35:35 UTC in GeekBind
-
Sorry, I should have replied to this before. Basically, he says that he's getting numerical labels on the X axis when he wants only year labels. Indeed, he should deactivate tick labels.
Mauricio, usa la función SetXTickLabelPos('none') para desactivar las marcas sobre las divisiones del gráfico. En PHPlot hay dos tipos de marcas en el eje, las que siguen a los datos, y las que siguen las...
2006-11-24 19:31:52 UTC in PHPLOT
-
Buenas,
hace ya un tiempo que utilizo WordPress en dos idiomas usando PolyGlot, un plugin muy práctico que sirve para publicar en varios idiomas. Pero no es hasta hace poco que me decidí a tener también traducido el tema del sitio.
Uso una versión modificada de aquel que viene por defecto basado en Kubrick, así que busqué traducciones como las que tenéis aquí. Pero emplear una traducción...
2005-11-01 12:21:38 UTC in Wordpress en español
-
Hi,
inside the first script you could save the graph to a temporary file identified by a unique id, then in your <img> tag, call another script accepting that id which would then serve the file to the user. You could then delete it if your data were very dynamic or you just didn't want to have to take care of a lot of files afterwards (which of course you could do in that same script),
2005-08-31 22:20:38 UTC in PHPLOT
-
Hi,
those ticks you see are grid ticks, and they can be disabled using SetXTickPos('none'). You have other options: xaxis, plotup, plotdown and both.
Cheers,
________
Miguel.
2005-02-14 21:18:30 UTC in PHPLOT
-
Hi,
you can use either
SetLegendPixels($x, $y) to set its position relative to the image's upper left corner (0,0)
or
SetLegendWorl($x, $y) to set its position relative to plot's upper left corner.
Cheers,
_______
Miguel.
2005-02-14 20:54:55 UTC in PHPLOT
-
Hi,
that is raw image data, which you can tell from the GIF header. To avoid this, PHPlot must send content headers. Use
$graph->SetIsInline(false);
However, it is a bit weird that you see the data since this property is set to false by default... :-?
Cheers,
________
Miguel.
2005-02-02 15:09:51 UTC in PHPLOT
-
migueldb committed patchset 187 of module phplot to the PHPLOT CVS repository, changing 1 files.
2005-01-20 01:03:35 UTC in PHPLOT
-
migueldb committed patchset 186 of module phplot to the PHPLOT CVS repository, changing 1 files.
2005-01-20 01:02:33 UTC in PHPLOT
-
Logged In: YES
user_id=761685
Fixed!
_______
Miguel.
2005-01-20 00:58:45 UTC in PHPLOT