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...
Louis, Could you elaborate on what you're thinking. 'plpng' is the same as 'pl' except that when compiled it is linked to the GD library version 1.6 (which...
Steve, I didn't realize the source code was available on the web site, an this is the major point of my note. Thank you for responding , I'll download it and...
Steve, Here's a brief elaboration: I'm generating lots of lab data in clusters, real-time. After each cluster is generated, I look at line & scatter plots to...
Louis, To me this doesn't really sound like it's worth doing, but you know the tradeoffs of your particular situation, so of course it's your call. If I were...
Steve, This is the point of my asking. It not the CPU time that I'm trying to save, it's the clock time associated with jumping out of my running code and...
Louis, sorry to barge into your conversation =) Maybe if you list your current workflow in detail and point out exactly where you want to improve it, Steve or...
belgabor
belgabor@...
Jun 3, 2005 6:10 pm
1519
Thanks Tobias, I think I'm making good progress on the ploticus c-code for PROCS GETDATA, AREADEF, AXIS, SCATTERPLOT, LINEPLOT and gd_png.c . So far I've...
Hello, I hope someone in the community can help me out. I've had success in the past doing a 5 graph per page "monthly" layout for various time series data...
Hi! On Windows (Win 98 and Win XP) Ploticus creates a large amount of phontom points. Data points that aren't actually in the data set but that are on the...
Martin, be sure you're using yautorange: datafield=2 numformat=%g %g should be the default for pl2.31 but it may be %f on some earlier versions. When I run...
Hi, The original notion was that it would be crazy to plot across 6 mos or a year+ with data having 1-minute granularity.. that the user should compute daily...
... That doesn't change anything. I am using 2.31. I also doubt that the yrange is responsible for that bug as the last datapoint is in the same range as all...
If I set units: cm in #proc settings I expect every measure I give to be taken in cm, but #proc drawcommands happily interprets them as inches =) (at least in...
belgabor
belgabor@...
Jun 7, 2005 12:28 pm
1529
Hi, I've just put onto the web site http://ploticus.sourceforge.net/doc/updates.html a contributed enhancement (known as update 2.31-09) that supports ...
Thomas, yes, this is a bug. If you''ve built from source code you can fix it by editing process_arg.c and changing it like this: 174 else if( strcmp( opt,...
Hi, thanks for finding/reporting this issue.. a fix will be forthcoming. I've also noted the feature request. Steve ... Stephen C. Grubb Scientific Software...
Hello, I am using the python binding for libploticus and am having some trouble getting a script to work. I use ploticus_execline to dynamically build a...
jkohanismeh
jermz18@...
Jun 8, 2005 6:55 pm
1535
Kees, I realize the vbars prefab is limited to 2 bar sets. Unfortunately, as you noticed, the ploticus script language has its limitations and some things,...
Steve, while working on my patches I went through the code (to evade intruducing this bug to my stuff) and found out how you implemented this. Therefore I was...
belgabor
belgabor@...
Jun 9, 2005 9:54 am
1537
Steve, don't make your own language bad =) You can do pretty amazing things with functions like $nmember and the $strcat/$expand combo. example (mixed...
belgabor
belgabor@...
Jun 9, 2005 11:08 am
1538
I have pasted the generated ploticus script and the debug file that is generated for it in the hopes that this will clarify the problem I am having. It looks...
jkohanismeh
jermz18@...
Jun 9, 2005 3:03 pm
1539
Are you seeing any image content at all? Axes, etc? Exactly how are you invoking ploticus? I take it that this is a web-based application... are you placing...
Yes, I do see an image and it has the number of graphs I expect. Each of the graphs does have axes as well, but there is no data being plotted on the graph....