Colin, This is an oversight.. line label should be subject to clipping. I've fixed this so that the label will be rendered near the last inrange data point....
Hi, I am creating a fairly large SVG with clickmap, displayed in a browser. The clickmapurl point to a url that displays some simple information. Any way that...
... Sorry to be a bit slow responding - I'm having Email problems atm Hmm.. it doesn't appear to have made any difference. One point which you may not be...
Dave, this would be an HTML issue, client-side imagemaps using the <map> and <area> tags.. if there is a target= attribute it would be associated w/ the <area>...
correction: Sorry, you said SVG.. so this wouldn't be HTML at all. I'll continue to check into it.. Steve Stephen C. Grubb scg@... Scientific Software...
Deepdark10, I've implemented a way to open a new target window when the user clicks on an SVG region. It will appear in next release. If you want to try it ...
Hi, If you look at the attached plotfile, you can see that the data is on the hour, every hour. On the x-axis I have stubs: inc 0 and although the stubs are...
Hello again, In the same sort of vein as the previous mail, I've added autodays: Mmmdd to my xaxis, and it correctly puts 13Jan under the first stub. I...
here is the plot file as the attachment didn't work: #proc page #if @DEVICE in png,gif scale: 0.6 #endif #proc getdata #intrailer #proc areadef title:...
I am getting an error 1221 when tring to use prefabs. Anything else seems to work. This is a fresh installation on an HPUX system. Any ideas?...
Jeff Carlin
jcarlin@...
Jan 15, 2004 5:17 am
714
Steve, Thanks very much. I will wait for the next release to implement. Best regards, Dave ... clicks on ... it ... that ... attribute, ... quite ... the <map>...
Jeff, check the support/troubleshooting page did you set the PLOTICUS_PREFABS environment variable to the pathname of the directory where prefab files are...
Jamie, For autodays, a stub must appear on midnight for this to have an effect.. in your example there was a stub at 10pm and 2am, but midnight was skipped. ...
Hi Steve et al, My x axis stub labels look like 10PM 0AM 2AM etc. 0AM is technically correct of course, but doesn't scan as well as Midnight or M'night. Is...
Hi Steve etc, ... I wondered if this was the case, but, http://ploticus.sourceforge.net/gallery/sa17.htm shows that the 8am stubs were labelled. In fact that...
... Nope.. sa17 is a completely different thing.. it illustrates "datetime with windowing" scaling ... used when you want to plot data for a a business or...
... OK my other points stand though... jamie ... Visit our website at http://www.ubs.com This message contains confidential information and is intended only ...
Jamie, ... I agree this would make sense although it seems reasonable to require a stub on midnight... it would require changing the method.. currently we ...
Jamie, ... I reproduced this problem and found that it is caused by rounding error.. by the time that stub is reached the time component should be 0.0 but due ...
Jamie, Another factor with your script: when you use xautorange on date, time, or datetime data the range min and max will be exactly the min and max of your...
Jamie, ... Noon will appear as 12N but there are no options for midnight other than 0am.. this has been on my list but so far no fix is available. Steve ...
Hi Steve etc, Sorry this is a little OT... Anyone know what version of ming PL 2.20 was written against? I'm building against version 0.3a and getting some...
Jamie, the pl swf driver was compiled against ming 0.2a if you build for both gif & png you get two separate executables because two different versions of...
Taking a quick look at the ming site it looks like their template changed. Perhaps this will fix it: ploticus swf.c change line 514 to: SWFMovie_output(...
Thanks for that Steve. The problem I was getting was: swf.c:514: error: too few arguments to function `SWFMovie_output' so i thought reducing the number of...
Oh I should have mentioned i'm using cygwin make and gcc, not MS compilers. Also I didn't get a ming.a or .lib, just the .so which is actually a DLL. ta Thanks...
Sorry ignore that, didn't install Ming properly or read the ld man page. jamie Oh I should have mentioned i'm using cygwin make and gcc, not MS compilers. Also...
... I guess my rounding errors must be accumulating more... this didn't work properly until I set it to if( firsttime || fabs( timepart ) < 0.01 ) { /* render...