Is there anyway around the 500 clickmap region limit? Is there a good reason for this or could I generate the SVG and add them in my self somehow(probably not...
banjo1979vt
banjo1979vt@...
Sep 2, 2005 7:17 am
1598
Hello, I got an event like this Job Failed Time PR logged Time PR closed Time X 07:30 08:40 09:30 Y 07:40 08:20...
sn_32_sn
sivaram.neelakantan@...
Sep 2, 2005 6:39 pm
1599
... Yeah, that would feel wrong. So how about something like this: #proc bars axis: x leftticfield: failed midticfield: logged rightticfield: closed That will...
First off, thanks Steve for freely providing such a powerful graphing tool! Now, my issue.I'm having some trouble getting the grid lines to show up properly...
bungle3088
bungle3088@...
Sep 2, 2005 10:55 pm
1601
... better ... failed ... Can you explain a little more, please?...
sn_32_sn
sivaram.neelakantan@...
Sep 3, 2005 11:01 am
1603
... Sorry, I don't have time. Read the ploticus manual, which is very good, especially for free software; look at the examples in the manual for proc bars;...
Hi, if you have the source code, edit clickmap.c and change #define MAXENTRIES 500 to whatever you like. Then type: make I haven't tried this myself but see...
Hi, you need to put the grid specification in the proc xaxis block where you render your value-specific stubs. See my changes below. -Steve ... // specify...
If nobody else interested, I'd be willing to give it a whirl. That assumes I can make some time, and can figure out the gd functions and grgd.c code. I'm very...
Daniel, probably the first thing that needs to be tackled is understanding how the GD feature works. Maybe we can both take a look http://www.boutell.com/gd/ ...
Sounds good. BTW - I've used gd a fair amount before. I use it to draw maps. The anti-aliasing has not been a problem for the maps. Probably because they are...
Hi, I'm trying to use -drawdump and draw.pl to generate an image, but it's not working. I've used the bars prefab to generate a gif image, then set the output ...
alexander_kuehn
nagilum@...
Sep 16, 2005 7:20 am
1613
Ok, I think I just solved it ;) the name of the actual dumpfile was "C:\DOKUME~1\akuehn\LOKALE~1\Temp\4" which was probably not opened due to some bug in...
alexander_kuehn
nagilum@...
Sep 16, 2005 7:35 am
1614
Alexander, I was able to recreate this problem. I believe the problem is in draw.pl.. try this version: draw.pl ... // ability to display dumpfile .... scg...
Hi, A fix for my previously posted patches is attached. I didn't realize that it was necessary to call TDH_value_subst with a "bug enough" output buffer... I...
Jochen Reinwand
jochen.reinwand@...
Sep 19, 2005 1:29 pm
1617
Hi! I am creating a png from a script, but the result file is 3380 pixel wide. I need it to be not more than 380. I tried with pagesize, but it didn't change ...
Kalin, try this: #call $settimefmt( "hh:mm" ) // get current time.. #set xmax = $time() // convert current time to "minutes since midnight", and then subtract...
Kalin, the extreme width of your result probably is due to an error on your part, perhaps you are plotting values that are way out of range. if you want, send...
I don't think I've taken the opportunity to write and thank you for Ploticus in a long time. A couple times a year I turn to Ploticus to generate the output I...
Hi, Have been trying out ploticus on Linux for a few weeks now and it works well. However when I run the AIX ported binary from the UCLA site at work,...
xk997
xk997@...
Sep 22, 2005 7:14 pm
1622
Ken, version 2.30 had an unfortunate bug whereby clickmap output was not written out. You'd need to get a later version (2.32 is the current version). Any...
Steve, Thanks for your quick response and (thanks for Ploticus!). I have had a mooch around most of the work AIX boxes and can't find any with even gcc...
ploticus (version 2.32 at present) is now available in the Cygwin distribution. Cygwin users can install it just by selecting the appropriate packages in the...
Back in July, I reported a problem with corrupted symbols in scatterplots on this list (http://groups.yahoo.com/group/ploticus/message/1581). An example can...
Hi I fill out simple date-plots with lineplot, but how do I create holes where no data is defined. If there are no data between two dates, there should be...
Andrew, thanks for giving this some thought. On first pass I'd make these observations: - ploticus generates symbols using its standard line drawing and/or ...
Hi Andrew, Could you clarify what you mean by "corrupted"? In other words, what difference in appearance do you want with the symbols on the y=7 and y=7.4...
... Right. ... OK ... I agree, this sounds like a promising approach and could start just w/ GD (which is all I care about at present :). Based on just my one...
... No problem. Grab the figure at http://home.comcast.net/~andrex/bugz/ploticus.png , and use your favorite image editor to zoom in on it to about 4x. First...
You're right, a lot of them are corrupted, to use your term. I agree it would be good to fix, if not too painful to do. I'm sure you noticed that every diamond...