clip doesn't appear to work with stairstep lineplots. is this a known limitation? #proc lineplot linedetails: color=drabgreen width=0.50 style=2 yfield:...
Hi, yes this is a stated limitation. From proc lineplot man page: clip yes | no If yes, the plotted line and any rendered points or point labels are ...
Benjamin, it appears that some X11 header files couldn't be found. The Makefile looks for X11 header files in /usr/X11R6/include ... maybe yours are in a...
Steve Grubb
stevegrubb@...
May 2, 2005 3:07 pm
1479
Hi everyone, I have been using the heatmap prefab, and i have a couple of questions: 1. how can I suppress the yaxis stubs, ticks, and other details in the ...
Thanks Steve. Now I fixed the problem a few days ago, I will try to recollect my memories. What I did are: 1. Turned off X capabilities in the Makefile 2....
Benjamin Hak-Fung Chiao
benjamin.chiao@...
May 3, 2005 9:23 pm
1481
Hello, and thanks for a very useful package! I am trying to produce a timeline of events using horizontal bars using ploticus 2.31 built from source on...
John Faith
jfaith7@...
May 3, 2005 10:34 pm
1482
... Rahul, You can now use yaxis=none to suppress the y axis. This was a bug that has now been fixed. The fix is available on ...
John, adding the "select" command as you did, is probably as good a technique as any. You can alternatively do a "select" in proc bars. Proc bars has a...
Hi, a minor bug fix, known as late update 2.31-05, has been posted on the ploticus download page. It is a fix to the heatmap prefab. The bug: when yaxis=none...
*** With many textsize settings, the spacing between X-axis stub sub-lines looks like double-spacing, looks "bad", wastes space. Can I modify the spacing? If...
Kevin, based on your description, having a single web page containing the citation seems fine, as long as interactive users can easily find it. -Steve...
Steve Grubb
stevegrubb@...
May 17, 2005 12:32 pm
1490
Andrew, when you do -pagesize 70,8 you're asking it to produce a 70" wide X window, which is something I never envisioned that anyone would want to do. You're...
Steve Grubb
stevegrubb@...
May 17, 2005 12:47 pm
1491
Daniel, ploticus produces PNG images using the GD library which (unless you've built ploticus with freetype2) has only 5 font sizes.. you get the one nearest...
If I build ploticus with freetype2, any opinions if it will do a better job of spacing between lines? Any other advantages / disadvantages of using freetype2?...
Daniel, line spacing probably won't be much better if you build a freetype2 version.. the reason being that pl guesses the line spacing distance based on the...
Hi all, I have a data file of 7 fields (~1000 records) with date then time as the first two fields. This seems to give Ploticus 2.30 a bit of a sore head. When...
shlinuxau
shlinuxau@...
May 22, 2005 8:21 am
1497
Hi, Been playing with Ploticus for about three days now, and I like it :) I have a problem, though; I'm trying to plot tens of thousands of individual points...
Hi, this could be a bug but I can't really tell unless I can reproduce the problem here. If you could send me your script, and the well-behaving data set, and...
Hi, I believe the problem is that you've specified comma-delimited data, but your data values are delimited by not only commas plus spaces as well. Either take...
Hello everybody, I want to use ploticus for the plots in my Ph. D. thesis. Unfortunately my boss sets tight requirements for these plots. As such, I need to...
belgabor
belgabor@...
May 30, 2005 1:41 pm
1505
Tobias, 1) there's no automatic way that I knowof to do a legend frame 2) here's an example that does this: #proc getdata data: 5 6 4 4.5 7 #proc areadef ...
Hi Steve, 1) I feared as much, but thats no real hassle, I can probably live with #proc rect =) 2) Unfortunately either you didn't quite get what I exactly...
belgabor
belgabor@...
May 31, 2005 3:06 pm
1507
Tobias, it looks like it is always going to put 2 symbols in, but the code can be easily changed to just show one symbol. to change the src code, edit...
Steve, thank you very very much! That actually did it =) The exact sytax needed was Emark( x-(seglen*0.5)-0.1, yy, symcode, radius ); Would you be interested...
belgabor
belgabor@...
Jun 1, 2005 9:32 am
1509
Hi, I've placed a security advisory on the ploticus web site at http://ploticus.sourceforge.net/doc/news.html Basically it says that in direct CGI mode prefabs...
Hi again, This is essentially a repeat of the earlier direct CGI security message, but put another way because some of the concerns apply to any context (not ...
So the issue appears to be that datematic stubs want to switch to month intervals, but since the xscaletype is datetime, I get the error message: pl proc axis:...
Hi Steve, I think ploticus PNG is great and currently use it for output generated by the c-code apps I use to analyze my research data. It would save me a...