Hi, I'm trying to produce a bar chart which has a date xscaletype and plots the last 14 days eventhough my data file has a growing number of records which will...
One way to limit to a certain time window is to limit the data as read, like this: #call $setdatefmt( "yyyy/mm/dd" ) #set today = $todaysdate() #set xmin =...
... Of course -> increment 7 days Thanks! _________________________________________________________________ Tired of 56k? Get a FREE BT Broadband connection ...
Peter, These star graphs are interesting. I'll add it to my "to do" list, but don't know how soon I would be able to get to it. I'm also copying this to the...
I would be interested in these kinds of graphs -- especially, the pentagon shaped ones where you can plot the relative strengths and weaknesses of something...
dylan
debeaudette@...
Jun 10, 2003 2:26 pm
453
Hi, I know that this has been asked before, but... Image size and or scaling directives do not appear to get passed through to the output SVG image. Is there...
Hi, version 2.11 added a parameter that allows you to do this.. in your script file put something like this: #proc settings svg_tagparms: height="5cm"...
Matt, there is an upper limit of 128 variables. This includes some that ploticus sets internally (perhaps a dozen). I see that this was overlooked on the...
Matt, Yes, there is a way to omit non-business hours. It's called "Datetime with time windowing" and it's described on the scale units man page, near the...
Problem: the last stub on a datetime7-17 scale is 7AM.. should be 5PM. I see what you mean, this isn't ideal. I'll add this to my todo list.. thanks for...
Hi, I have a very large set of data held in a C programme and I want to use the API library to control Ploticus. Then the first plot shouldn't be a problem. ...
Oliver, are you generating PNG (etc) image or displaying interactively using X11? If you are generating images I can't think of a way to do what you suggest.....
Travis, yes, there had been an OS X build. I skipped it on the last go-round, not sure if there was any demand for an OS X precompiled binary I will put a...
I am trying to change my current working script to use a variable as it's source for data records instead of using a file. I currently pass the following from...
I have just build a couple of scripts for real-time ploticus visualization of same data. I had these before already with x11 but this time I wanted to use gv ...
bob884488
bob884488@...
Jun 27, 2003 4:59 am
464
Steven, Sorry to bother you with this directly but I was getting no responses from the group mailing list. Looks like you're the only expert! Here is my issue:...
John, try: #proc getdata data: @my_data However, note that variables have a max length of around 250 characters. Also, any embedded newlines might present a...
I did find a workaround but unfortunately it's sufferening from heavy quality loss. When I convert the original ploticus eps to pdf with epstopdf I still ...
bob884488
bob884488@...
Jun 27, 2003 5:35 pm
467
Hi, I don't currently have access to gv, so I can't prove anything here. As far as I know, ploticus generates valid eps and postscript output, and there have...
... the end ... Sorry for the confusion. The ploticus generated eps and ps files load just fine in gv. I never had any problems here! The problem only becomes...
bob884488
bob884488@...
Jun 27, 2003 7:26 pm
470
... When you press the gv 'redisplay' button, it probably reads the eps file again. I thought maybe the %%Trailer line was somehow fooling gv into thinking...
... eps file ... Yes. That's the whole purpose of 'redisplay'. :) ... removing the ... Nope. Does not help. I tried all standard gv switches which included ...
bob884488
bob884488@...
Jun 30, 2003 4:47 pm
472
... work". ... Found a way. See email for details. Quick version: sed 's!showpage!grestore!g' ploticus-bad.eps > ploticus-good.eps...
bob884488
bob884488@...
Jun 30, 2003 6:18 pm
473
Travis, another user indicated that he got OSX precompiled executables via the fink project.. http://fink.sourceforge.net/pdb/search.php?s=ploticus and was...
Hello Steve, I am trying to use the latest version of Ploticus (2.11) in order to generate a pie graph. It seems there is a problem with the legend which is...
Philippe Jalaber
philippe.jalaber@...
Jul 8, 2003 1:49 pm
477
Hello, I want to plot three graphs into one picture. One lineplot, one barplot and one pieplot. The problem is that I don't know how to set up a proper #proc...
Dennis, you probably need to set -pagesize it can be set from the command line or from within a script using proc page. See the pl(1) man page for further...