search for: colorblind

Displaying 15 results from an estimated 15 matches for "colorblind".

2004 May 12
5
Now I feel really smart!
Ok. I seem to be having some real problems today :) There is a link from the main page straight to the Wx::Frame tutorial, under the NEWS section. http://wxruby.rubyforge.org/wiki/wiki.pl Sorry for wasting everyone''s time :( Robert _________________________________________________________________ Getting married? Find tips, tools and the latest trends at MSN Life Events.
2007 Dec 30
1
plot multiple data sets on same axis
...the frame, but I'm missing how to do that here. * points() appears to not alter xlim and ylim. Is there a convenient way to autodetermine them based on all the points? * I've hardcoded the colors. This is the sort of thing I'd rather leave to an expert. (I.e. someone who has looked at colorblindness studies and knows which colors are easiest to distinguish.) Any ideas? Cheers, Scott
2003 Feb 05
4
barplot default colors
Dear R-help, Can some one explain why barplot() uses changing colors in the bars by default? I should think that most of the time when people draw barplots, they want the bars to be in the same color. (At least that's what I'd expect. The first time I used barplot() in R, I was shocked to see the colors.) As an example, one example in ?layout draws a scatterplot with histograms drawn
2003 Feb 05
4
barplot default colors
Dear R-help, Can some one explain why barplot() uses changing colors in the bars by default? I should think that most of the time when people draw barplots, they want the bars to be in the same color. (At least that's what I'd expect. The first time I used barplot() in R, I was shocked to see the colors.) As an example, one example in ?layout draws a scatterplot with histograms drawn
2017 Jun 09
4
Proposed new documentation "Configuration Examples"
Most of the questions asked in the nut-user mailing list seem to me to be either erudite technical discussion of new and exotic UPS units, or n00b questions of the style "I have this old UPS so I installed NUT but it didn't work". NUT is thoroughly documented with man pages and User Manual, but from my own experience it is not easy for Joe N00b to know what a working setup
2010 Dec 18
1
Colours for 3-way probabilities
Are there any R functions for creating palettes for three-way data? For example, election maps for three parties where pure red, blue, and green show 100% for the Red, Blue, and Green parties respectively, magenta shows a 50-50 Red-Blue split with 0 for the Greens, cyan a 50-50 Blue/Green split with no Red votes and so on, with grey, black or white at a 1/3,1/3,1/3 split vote. I've spent a
2001 Jun 18
1
NEW Application Database
I'd like to officially announce that the Wine Application database is now ONLINE and ready for traffic. The new URL is: http://appdb.codeweavers.com/ At this time, the DB is not nearly as full as we'd like it. Please submit applications for us to review and add to the DB. If you would like to help us maintain the DB, you can email us at appdb@codeweavers.com. We are looking for people to
2008 Sep 14
3
paperclip attachment destroy
Hi all I''ve got a problem with the paperclip-plugin. Is it posible that the attachment is not destroy if i call the destroy- method of a model? Thank you for your help! sigma --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2017 Jul 12
1
Problem for installing cbPlatte on R Version 3.4.1
On 12.07.2017 12:35, Shanu Singh wrote: > Hi John, > > Thanks for reply ! Sorry It was my mistake. It is *cbPalette. *Basically > its a R package. Come on. - Where do you want to get thsi from? - What have you tried to do so? Please re-read the posting guide that helps to ask good questions. Best, Uwe Ligges > > > Shanu > > On Wed, Jul 12, 2017 at 3:57 PM, John
2017 Jun 21
2
Proposed new documentation "Configuration Examples"
...ing. My problem was that I was using too small a font. Now that the font is bigger, there are just over 80 characters per line, which I claim is tolerable for technical documentation. > I think color can be useful in diagrams, but it can be distracting in > running text. Also, red/green colorblindness is probably common enough > to consider choosing another color for either upsd or upsmon. I have reduced the saturation of the colours so that the text will be more easily readable. The colours in the text are very easy to change, but diagrams done with xfig need more effort. I'd li...
2017 Jun 14
0
Proposed new documentation "Configuration Examples"
...e concerning maximum line lengths for readability, and I think they are closer to 65 characters. The 90-100 character lines seem to me to be harder to read, especially with the close column spacing. I think color can be useful in diagrams, but it can be distracting in running text. Also, red/green colorblindness is probably common enough to consider choosing another color for either upsd or upsmon. The CHRG and DISCHRG status flags are probably confusing for an entry-level text, and are more informational than the critical OL/OB/LB flags. Some models do not indicate CHRG or DISCHRG, and others will om...
2003 Nov 12
3
(no subject)
Hi all, I am looking for a clever way to create the following graph using R: I got information on the shares of some subgroups over time (summing up to 1 in each year). The graph I want to create should display the development of the individual shares over time by shading rectangulars for each share in a different color. Is there a clever of doing this? Thanks for your help Stefan
2017 Jun 21
0
Proposed new documentation "Configuration Examples"
...was using too small a font. Now that the font is > >bigger, there are just over 80 characters per line, which I claim is >tolerable for technical documentation. > >> I think color can be useful in diagrams, but it can be distracting in > >> running text. Also, red/green colorblindness is probably common >enough >> to consider choosing another color for either upsd or upsmon. > >I have reduced the saturation of the colours so that the text will be >more >easily readable. The colours in the text are very easy to change, but >diagrams done with xfig...
2017 Jun 14
3
Proposed new documentation "Configuration Examples"
...e lengths for >readability, and I think they are closer to 65 characters. The 90-100 >character lines seem to me to be harder to read, especially with the >close column spacing. > >I think color can be useful in diagrams, but it can be distracting in >running text. Also, red/green colorblindness is probably common enough >to consider choosing another color for either upsd or upsmon. > >The CHRG and DISCHRG status flags are probably confusing for an >entry-level text, and are more informational than the critical OL/OB/LB >flags. Some models do not indicate CHRG or DISCHRG...
2009 May 03
1
Localizing attributes when using I18n
Currently I''m developing a multilingual app on rails 2.2. I liked very much the idea of Xavier Defrang to provide a locale-aware accessor for the fields that needs a translation: http://defrang.com/articles/2005/12/02/playing-with-rails-i18n I modified code a little to make it work with rails 2.2: def self.localize(*attribute_names) attribute_names.each do |attribute_name|