similar to: opacity under dispersion command under plotrix

Displaying 9 results from an estimated 9 matches similar to: "opacity under dispersion command under plotrix"

2006 Mar 19
0
IE opacity and png alpha
The drag&drop effect in scriptaculous makes my div dissapear in IE. I take it this is because I have a filter on the div to get alpha transparency on the pngs, and this is cancelled out by the opacity setting, yet it says this was fixed in scriptaculous. JavaScript for png filtering at bottom. The div becomes visible again (or rather, the images comes back) when dragging is ended. Any
2008 May 21
0
Displaying horizontal abline levels and controlling object opacity
> Hi, > > I am plotting time series data, then using abline to draw a horizontal > line through the graph (for mean, etc). I would like to be able to > display the level at which the abline is drawn on either the left > (main) > Y axis or a supplemental right Y axis. > > Additionally, I would like to display 1 and 2 standard deviations of a > certain measure
2006 Oct 01
1
gtk-window-decorator metacity opacity theme
hi, I made a small a patch for gtk-window-decorator which define default border alpha to zero when it use metacity theme. That allows while playing with the alpha attributes of the metacity themes to have transparent borders. here too the modified ?Human Ubuntu? theme and a screenshot to show the result. ps: sorry for my bad english -------------- next part -------------- A non-text attachment
2006 Oct 10
1
metacity theme opacity
I pushed out some changes to gwd that makes it possible to properly set an overall opacity value for any metacity theme. Making the complete decorations translucent can look bad with some themes. However, I've made it possible to have the opacity fade from opaque to the selected opacity value in a similar way to how the built-in decorations look. This usually looks a lot better. I'll add
2007 Jun 06
0
[PATCH] Define default opacity windows in Compiz
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This patch uses the same hacks listed in the "[PATCHES] Fixes for java apps and firefox in scale, switcher and wobbly" message to apply the transparency to the right windows; I don't think it will be merged, but I'm posting it here just as example for other users/packagers; however it can be disabled only setting the default
2007 Jul 28
1
[PATCH] Add opacity limits
Hi, This patch adds appropriate limits (1-100) to opacity_values in core options. Minimum is 1 to be consistent with the opacity changing action and because it doesn't make sense to have an invisible window that is still there. Regards, Erkin -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Add-opacity-limits.patch Type: text/x-patch Size: 1246 bytes
2007 May 18
2
displaying intensity through opacity on an image
Dear colleagues, I have an image which I can display in the greyscale using image. On this image, for some pixels, which I know, I want to display their activity based on a third measure. One way to do that would be to color these differently, and use an opacity measure to display the third measure. An example of what I am trying to do is at:
2012 Dec 17
2
How to get transparent colors to sum to complete opacity?
Dear List, I want to use transparency in R to represent downweighting of observations based on clusters (repeated observations in a dataset). Some clusters will have identical covariate values in a parameter space -- in the 2D x,y case, these represent a bunch of semi-tranparent dots in the same place. I'd like these overlapping dots to be completely opaque. In other cases, the
2006 Dec 13
4
Effect.Opacity on Firefox Mac Dims text
Hey everyone, I have a series of thumbnails that have a loading overlay placed over them when they''re clicked on. The overlay is set to an opacity of .7.. .The onclick code looks basically does this: var loading = document.createElement(''div''); loading.id = ''loading_image''; $(loading).addClassName(''thumb_loading'');