search for: scalebar

Displaying 6 results from an estimated 6 matches for "scalebar".

Did you mean: scalar
2010 Nov 19
1
negative axis values in image() and scalebar in cor.plot() {psych}
...ed text was scrubbed...". So here it is again, with the (little) progress I have made since then. Any help would be greatly appreciated! I am working with a relatively large correlation matrix (~1600*1600), which I am looking to plot with function cor.plot in package psych. cor.plot adds the scalebar as an extra column to the matrix plot, and then adds an axis with as many tick marks/labels as there are rows in the matrix. This makes the values unreadable even for relatively small matrices (e.g. 100*100). In order to make the output more readable, one would want the scalebar to have a reasonab...
2005 Oct 04
1
using events...
Hey there, I am not all that familiar with using events so I was hoping someone on this list would be willing to enlighten me, a bit.. I have set up an observer on a div called "scalebar", that seems to work well. Event.observe(''scalebar'', ''click'', function(){ alert (''clicked me at'') }); What I want to do is get the mouse position ether relative to the window, or even better to the "scalebar" div.....
2012 Apr 27
3
kiteChart to show real values with scalebar
Dear R-users I hope someone could help me on this problem. I want to create a multiple kiteChart showing the real values with a scalebar on each indicating the scale . Here are some sample data to show what I want to achieve. Y <- read.table(textConnection("Sample1 Sample2 60 20 150 50 300 100"),header=TRUE) X <- read.table...
2008 Jul 30
1
read XML
...ot; borderRounding="0" borderStep="1" borderUnit="Meter" controlPoints="auto" graticule="auto" grid="auto" legend="auto" name="MapMnaziBayhab" northArrow="auto" paging="continuous" ref="r1" scaleBar="auto" scope="locked center / scale" scopeDetail="646802.61034615175,8856311.5759953968,150" xmax="0.35877862595419846" xmin="0.027989821882951665" ymax="0.98902384414662947" ymin="0.32371064328183174" /> <component bac...
2006 Jan 31
1
Slider values from .25 - 1
...ues to a specific range <div id="track" style="position:absolute; left:25px; top:10px; width: 150px; height:10px;"> <div id="scaller" style=" width:10px; height:15px; background- image: url(slidder2.png)"></div> </div> var scalebar = new Control.Slider(''scaller'', ''track'',{ sliderValue:1, minimum:.25, onSlide:function(v){doscale(v)}, onChange:function(v){doscale(v)} }); No matter what I set the "Minimum" to , I still get 0 -1 as my range I would be most gr...
2006 Jan 31
5
resizing multiple images using getElementsByClassName
...effect I would expect. <div id="track" style="position:absolute; left:25px; top:10px; width: 150px; height:10px;"> <div id="scaller" style=" width:10px; height:15px; background- image: url(slidder2.png)"></div> </div> var scalebar = new Control.Slider(''scaller'', ''track'',{ sliderValue:1, minimum:.25, onSlide:function(v){doscale(v)}, onChange:function(v){doscale(v)} }); 2) I am using getElementsByClassName to get all the images to scale, and then running a "fo...