Hi, Is there some equivalent to the command line arg -csmap that I can use in #proc page? According to the docs no. My problem is that the pl.exe invocation is...
Jamie Echlin
jechlin@...
Feb 3, 2005 11:13 am
1362
Hi, Small bugito to report... When using clickmaplabel and a line for scatterplot symbol, no mouseover-able sections are produced, and you get: pl: error 2795:...
Jamie Echlin
jechlin@...
Feb 3, 2005 11:31 am
1363
Hi, Can someone help me out here, I'm losing the plot with this one. I want to show two different graphs on the same #proc page, sharing a common x-axis which...
Jamie Echlin
jechlin@...
Feb 3, 2005 12:35 pm
1364
Jamie, clickmap support is intentionally not provided when the visual element is a line (lineplots or scatterplots with line segments).. the idea was that ...
Jamie, try @XMIN and @XMAX (proc areadef) these are the start and end points chosen by autorange Steve ... Stephen C. Grubb scg@... Scientific Software...
Hi Steve, ... Would make sense other than that you can specify the line width. Agree it's hard to click on when packed together but same is true of the symbols...
Jamie Echlin
jechlin@...
Feb 3, 2005 6:35 pm
1367
Hi, ploticus 2.31 is now available at http://ploticus.sourceforge.net -Steve Stephen C. Grubb scg@... Scientific Software Engineer, The Jackson...
Hi I am using verison 2.30 and when i use ploticus to plot using a datafile which has a comment(#...) in its first line, ploticus gives an error stating that...
Hi, the default comment symbol is // so if you want to use # you need to tell pl to do so.. if you're using prefabs add this parameter: comment=# (this is...
Hi, In 2.31, the csmap: yes in proc page is not producing the correct output when the output type is SVG, that is, no mouse over sections are produced. It does...
Jamie Echlin
jechlin@...
Feb 7, 2005 12:19 pm
1374
Hi, There's a new feature in 2.31 where clickmap (map or csmap) can be switched on from within the script (proc page). The bug is, that it wasn't working for...
Hi I have this script which a seciton like this: #proc lineplot legendlabel: rtt linedetails: width=1 color=yelloworange Yfield: rtt xfield: datetime ...
I think it's worth updating the docs: automonths yes | Mmm | MMM | Mmmyy (etc.) autodays yes | Mmmdd | mm/dd (etc.) to show autoxxx: no. With the new...
Jamie Echlin
jechlin@...
Feb 7, 2005 9:50 pm
1377
... How about posting a minimal but complete script so that the problem can be reproduced? What type of curve fitting are you trying to do - I guess it ...
Jamie Echlin
jechlin@...
Feb 7, 2005 9:55 pm
1378
The problem was with the number of points that i was trying to curvefit. The default in ver2.30 is 1000 so i had to pass in the attribute maxinpoints to...
Jamie, good idea.. I'll check to make sure everything relevant can be turned off/overridden and update the docs. I'm assuming you mean that you modified your...
... Err no, I didn't modify it to use datematic - it just appeared in 2.31. I assumed it was because I hadn't fully spec'd out the axis and it was defaulting...
Jamie Echlin
jechlin@...
Feb 8, 2005 4:52 pm
1382
Jamie, the reason datematic kicked in for you was that you are specifying stubs: inc 0 which has generally meant 'use a reasonable default' ..at least for...
The following ploticus script illustrates a problem I'm having with log log plots. The data generated by the perl script is a straight line on a log-log plot;...
Ben Hyde
bhyde@...
Feb 9, 2005 1:22 am
1384
I may be totally misinterpreting your problem, but I'll have a stab at it anyway. The reason I'm not sure is cos I don't know exactly what you mean by "all...
Jamie Echlin
jechlin@...
Feb 9, 2005 8:59 am
1385
Thanks you! Thank you! cluster: no Just what the doctor ordered! tada --> http://www.cozy.org/d/ - ben ... http://enthusiasm.cozy.org/ -- blog ...
Ben Hyde
bhyde@...
Feb 9, 2005 12:57 pm
1386
Hi, I've ascertained that the maximum amount of data you can put in clickmaplabel is 256 bytes. If you exceed this then further clickmaps are not output, or...
Jamie Echlin
jechlin@...
Feb 10, 2005 10:41 am
1387
Jamie, Sorry you ran into this. It doesn't seem to be documented anywhere.. so I've updated the docs stating the limitation for now. I thought 255 was plenty,...
Hi Steve, ... Think it was a perfectly reasonable assumption at the time, but yeah, with overlib you can have big chunks of HTML, I've got tables, you can also...
Jamie Echlin
jechlin@...
Feb 10, 2005 5:03 pm
1389
I guess it would be convenient to specify these very long labels (etc) as multi-line attributes too.. the current clickmaplabel and clickmapurl attributes are...
I thought of a possible way to implement this that I could get to you in a couple of days... Instead of specifying the content directly in a clickmaplabel:...
I meant to say: clickmaplabel: #file=mycontent.txt DATE=@@DT COMMENT=@@3 Stephen C. Grubb scg@... Scientific Software Engineer, The Jackson Laboratory ...
Think that would work really well - sounds like a permanent solution and not a quick fix either. Changing MAXPATH to 1024 will do me for a while though, so no...
Jamie Echlin
jechlin@...
Feb 11, 2005 4:47 pm
1394
Hello All, Greetings! Can somebody point me to some study or comparison document comparing various visualization tools (like Ploticus) and also describing ...
maku21
mahesh.kulkarni@...
Feb 14, 2005 8:09 pm
1395
try Google ? you mean server-side charting tool right ? cause "visualization tools" is VERY general, no ? ploticus pros: Free. very easy to get started. ...