Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ploticus · ploticus software support

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 271
  • Category: Graphics
  • Founded: Jun 22, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 233 - 262 of 2335   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
233 Denise.Reid@... Send Email Sep 3, 2002
1:20 pm
Hi, I'm looking for some information on setting superior numbers in legends. This is for footnote reference. Has anyone got a solution for this? Thanks, Denise...
234 Stephen C. Grubb
stevegrubb1 Send Email
Sep 4, 2002
1:58 pm
Denise, ploticus can't do superscripts or subscripts, nor any other mid-string font or size changes. Perhaps you can work around by using an alternate ...
235 scottfuk
scottfuk@... Send Email
Sep 5, 2002
2:05 pm
Steve, I use Ploticus to generate a SVG plot of Portfolio performance against time. Can you tell me if it's possible to get the images that make up the points...
236 Artur Zaprzala
zybi@... Send Email
Sep 13, 2002
9:25 pm
Here is a patch. -- Artur Zaprzala ... +++ plsrc204/src/grgd.c Fri Sep 13 23:11:11 2002 @@ -443,7 +443,7 @@ err = gdImageStringFT( NULL, GFTbox, Gcurcolor,...
237 Stephen C. Grubb
stevegrubb1 Send Email
Sep 17, 2002
11:40 am
Artur, you're right, this is a bug, involving FT fonts when a right-justified piece of text is rendered. Thanks for the patch, it will be incorporated into...
238 Stephen C. Grubb
stevegrubb1 Send Email
Sep 20, 2002
11:00 am
Scott, It looks like you are asking two things, 1) is it possible for a text message such as the plot title to appear when the mouse is over any part of the...
239 mehmet g%ffzey
mguzey@... Send Email
Sep 21, 2002
11:30 am
hi, first of all, ploticus is a genious program and from now on i started to use ploticus for my data management projects but i wanna learn somethings which i...
240 Stephen C. Grubb
stevegrubb1 Send Email
Sep 23, 2002
6:28 pm
... Ploticus isn't built-in to PHP or ASP, and always runs as a separately invoked process. You should be able to run ploticus in CGI mode from PHP/ASP by...
241 Artur Zaprzala
zybi@... Send Email
Oct 1, 2002
12:51 pm
Thousands separators are applied incorrectly to numbers in scientific notation, for instance value "1e+06" after setting 'numbernotation` to euro will show as...
242 Artur Zaprzala
zybi@... Send Email
Oct 1, 2002
3:38 pm
Arrays where ploticus stores names of months and weekdays are to small for my native language (up to 13 bytes in UTF-8 plus final '\0&#39;). The patch is attached....
243 Edward M. Goldberg
emg@... Send Email
Oct 5, 2002
8:48 am
... I have been working on that exact idea. The solution is to use the power of SQL the command from_unixtime( foo, "%m%d%Y") will format the time from...
244 Stephen C. Grubb
stevegrubb1 Send Email
Oct 8, 2002
3:36 pm
Ploticus, by default, sets a size limit via setrlimit(2), on the size of created files. The default size limit is 5 MB. This has turned out to be problematic...
245 Stephen C. Grubb
stevegrubb1 Send Email
Oct 8, 2002
3:38 pm
It was pointed out recently that there is a need for multi-line shell commands in proc getdata. This can be done, but is not easy to glean from the docs. The...
246 Edward M. Goldberg
egoldberg Send Email
Oct 15, 2002
10:15 pm
I love the way this code creates plots. But the definition of the plots is very hard to script due to the syntax of the plot definition files. What would you...
247 Stephen C. Grubb
stevegrubb1 Send Email
Oct 16, 2002
1:04 pm
Edward, I agree that it would be a good thing for ploticus to accept script input in XML form. This has been on the "future directions" section of the "what&#39;s...
248 Edward M. Goldberg
egoldberg Send Email
Oct 19, 2002
7:55 pm
When I plot a vbar plot and use the areadef to set a range in time the plot starts the first bar at the (0,0) point. For example 00:00 - 24:00 and data from...
249 mtessierplot
contactmarktessier@... Send Email
Oct 25, 2002
3:29 pm
Hello, In older version of ploticus you could specify "none" as an attribute to stubformat: (dealing with time). I just upgraded to 2.04 and cannot get blank...
250 Stephen C. Grubb
stevegrubb1 Send Email
Oct 25, 2002
4:13 pm
Mark, try stubs: none I don't recall "stubformat: none" ever having meant anything, but I could be wrong. -Steve ... Stephen C. Grubb scg@... Scientific...
251 Stephen C. Grubb
stevegrubb1 Send Email
Oct 25, 2002
4:19 pm
Edward, One way to get what you want is to specify two overlapping areadefs. The first, slightly bigger one should have the Y axis, and no X axis. The second...
252 mtessierplot
contactmarktessier@... Send Email
Oct 28, 2002
1:29 pm
Thank your for your reply Steve, I have tried "none", "null", "0" but all I get is strange characters. It makes my x-axis unreadable. I needed to specify a...
253 Stephen C. Grubb
stevegrubb1 Send Email
Oct 28, 2002
2:15 pm
Mark, the following example works for me: #proc areadef rectangle: 1 1 7 3 xscaletype: time xrange: 0:00 24:00 xaxis.stubs: none # uncomment the following (and...
254 dr1zzt81
greg.kronenberger@... Send Email
Oct 29, 2002
10:27 pm
Hi, I am trying to use xautorange to find the maximum and minimum value for my data. But whenever i try to access DATAYMIN , e.g. #set datarange =...
255 Stephen C. Grubb
stevegrubb1 Send Email
Oct 30, 2002
11:53 am
The problem may be that you need to insert a #endproc at the end of your areadef attributes. See the description of #endproc on ...
256 Stephen C. Grubb
stevegrubb1 Send Email
Oct 30, 2002
12:37 pm
... I know there are a number of ploticus users in France who likely have run into this problem before. I am cc-ing this reply to the ploticus newsgroup;...
257 Stephen C. Grubb
stevegrubb1 Send Email
Oct 30, 2002
12:40 pm
Correction: The source code file name should be 'gdfonts.c' not 'gdfonts.h' as stated in previous posting. ... Stephen C. Grubb scg@... Scientific...
258 dr1zzt81
greg.kronenberger@... Send Email
Oct 30, 2002
3:13 pm
HI, I am currently trying to do a dynamic range for my 'heatmap&#39;-ish graph in Plotticus. As part of that, I find the range of my data and want to subdivide it...
259 Stephen C. Grubb
stevegrubb1 Send Email
Oct 30, 2002
4:59 pm
Greg, I think you're correct. In some circumstances you end up with values in scientific notation, which then is not handled by $arith(). You can control the...
260 dr1zzt81
greg.kronenberger@... Send Email
Nov 1, 2002
7:55 pm
thank you very much for all your help. I am not sure, if my company is really going to use Ploticus, but I am BEYOND impressed with the feature set, and...
261 pveijk
pveijk@... Send Email
Nov 8, 2002
5:05 am
Is it possible to manipulate the data and axes such that plot of data according to the erfc function appears as a straight line? thanks, peter...
262 TrailsNorth
trails_north@... Send Email
Nov 27, 2002
10:01 pm
I am trying to recompile the minGW version of ploticus 2.04 for win32. The Makefile refers to pl.o, which is not in the source. pl.h and pl.c are there. In...
Messages 233 - 262 of 2335   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help