Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

retrieve the (RGB) colors from bar plot

111 views
Skip to first unread message

Ameya

unread,
Dec 25, 2009, 5:41:16 AM12/25/09
to
Hello,

I use a stacked bar plot to represent some data. How can I obtain the
RGB values of the colors that are plotted by default in Matlab?

For e.g.
data = rand(8,5);

bar(data,1,'stack') plots the stacked bar graph with the 5 column
values stacked for each row. Thus there are 5 colors in this bar
graph. Matlab uses a default colormap (Jet) to set the colors.
However, when I use cmap = colormap, it displays the default 64 RGB
values from this colormap.

How can I get the RGB values for the 5 specific colors that are
displayed in the bar graph?

Thanks and Regards,
Ameya

Ameya

unread,
Dec 25, 2009, 5:52:03 AM12/25/09
to
Hello,
I use a stacked bar plot to represent some data. How can I obtain the
RGB values of the colors that are plotted by default in Matlab?
For e.g.,

ImageAnalyst

unread,
Dec 25, 2009, 1:23:24 PM12/25/09
to
Ameya :
Perhaps this will be helpful:
(Be sure to join any lines split apart by the newsreader.)


clc;
close all;
clear all;
workspace; % Show the workspace panel.
data = rand(8, 5);
hBarComponentHandles = bar(data, 1, 'stack');
set(gcf, 'Position', get(0,'Screensize'))
colorbar;
cmap = colormap;
numberOfColors = size(cmap, 1)
numInStack = length(hBarComponentHandles)
slope = (numberOfColors - 1) / (numInStack - 1)
for index = 1:length(hBarComponentHandles)
cmapIndex = round(slope * (index - 1) + 1)
message = sprintf('The color of bar %d comes from colormap(%d, :) and
is [%.2f %.2f %.2f]',...
index, cmapIndex, cmap(cmapIndex, 1), cmap(cmapIndex, 2), cmap
(cmapIndex, 3));
uiwait(msgbox(message));
end
% Try again, this time with a random colormap.
cmap2 = rand(64,3);
colormap(cmap2);
cmap = colormap;
numberOfColors = size(cmap, 1)
numInStack = length(hBarComponentHandles)
slope = (numberOfColors - 1) / (numInStack - 1)
for index = 1:length(hBarComponentHandles)
cmapIndex = round(slope * (index - 1) + 1)
message = sprintf('The color of bar %d comes from colormap(%d, :) and
is [%.2f %.2f %.2f]',...
index, cmapIndex, cmap(cmapIndex, 1), cmap(cmapIndex, 2), cmap
(cmapIndex, 3));
uiwait(msgbox(message));
end


Ameya

unread,
Dec 28, 2009, 7:14:03 AM12/28/09
to
ImageAnalyst <imagea...@mailinator.com> wrote in message <96dfbe5c-ab2c-4a19...@o19g2000vbj.googlegroups.com>...

Thank you very much! I got what I wanted. However, I was not able to understand the code completely.

How did you know that 'slope = (numberOfColors - 1) / (numInStack - 1)' had to be used in order to extract the 'cmapIndex'? I would never have guessed the above formula unless someone wrote it as you did.

Thanks and Regards,
Ameya

ImageAnalyst

unread,
Dec 28, 2009, 11:24:36 AM12/28/09
to
I just looked at the color bar and saw that 1 was mapped to 1, and 5
was mapped to 64, so I just used the standard point slope formula for
a line
y - y0 = slope*(x - x0)
to calculate the y (colorbar index 1-64) as a function of x (image
intensity 1-5)

Andrew Stevens

unread,
Dec 31, 2009, 2:40:06 PM12/31/09
to
Ameya <ameya....@gmail.com> wrote in message <2fc01b12-edc4-4d8c...@n35g2000yqm.googlegroups.com>...

Ameya,

My first thought was that the RGB values would be jet(5), but it is not quite right. The objects in the stacked bar graph are just patches and you can contol their properties by getting the children of the bar graph handle. The code below shows how to control the colors of the bars:

data = rand(8,10);
cmap=hot(size(data,2));

figure
bh=bar(data,1,'stack');

ch=get(bh,'children');
cellfun(@(x,y)(set(x,'facecolor',y)),...
ch,num2cell(cmap,2))

HTH,
Andrew

bergen samolin

unread,
Jan 22, 2010, 2:32:22 PM1/22/10
to
http://sewillia.com/phpBB/viewtopic.php?f=2&t=113821 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "affofsbor";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Your first forum";
http://www.pinoylancers.com/v7/viewtopic.php?f=69&t=156585 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "imileHizwralm";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Free for All Advertising";
http://www.acondroplasiaperu.com/forum5489784/viewtopic.php?f=2&t=187070 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "reuckcryday";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Acondroplasia";
http://forum.atent.ro/viewtopic.php?f=5&t=129454 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "Labbreels";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Sitemaps";
http://www.pathram.com/forum/viewtopic.php?topic=138439&forum=1 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "moscolleymn";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Current Affairs";
http://fourdownlead.com/forum/index.php?topic=20003.new#new Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "SkeroDreask";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "General Discussion";
http://www.artistry-records.com/phpBB/viewtopic.php?p=35749#35749 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "Pubbereoreria";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "General Discussions";
http://www.tutorialdo.com/forums/viewtopic.php?f=2&t=1307 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "Caxfloals";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Your first forum";
http://blind-justice.net/forum/viewtopic.php?p=40315#40315 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "PripsAciree";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "General Criminal Law";
http://www.mobilitate-urbana.ro/forum/viewtopic.php?f=9&t=44874 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "epheddydarY";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Roleri";
http://www.tricon.co.za/addon/forum/index.php?topic=32096.new#new Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "Soralieri";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "General Discussion Area";
http://retro-rockets.net/bulletin/viewtopic.php?p=82213#82213 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "rircuitierrer";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Test Forum 1";
http://www.agritech.doae.go.th/webboard/viewtopic.php?f=2&t=160512 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "Haubsabnods";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Your first forum";
http://www.scenariolabs.com/bamf/forums/index.php?topic=13706.new#new Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "Tityhyday";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "General WoW Discussion";
http://www.homefiberhelp.com/index.php/topic,8352.new.html#new Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "ArispbusVib";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Verizon Complaints Rants Flames";
http://www.ledesire.org/forum/index.php?topic=49756.new#new Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "HomoStose";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "General Discussion";
http://www.zentattoo.com/forum/viewtopic.php?f=3&t=5878 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "Immerajep";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "ZEN BUDIZM";
http://massstupidity.com/forum/index.php?topic=26108.new#new Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "Etemnichete";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "General Discussion";
http://foromanantial.freeforums.org/baclofen-lioresal-drug-baclofen-ide-effects-dosing-t23268.html Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "nevacynckew";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1087;&#1088;&#1080;&#1089;&#1091;&#1090;&#1089;&#1090;&#1074;&#1091;&#1077;&#1090; nofollow;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Canticos y Letras";BB-&#1082;&#1086;&#1076; &#1085;&#1077; &#1088;&#1072;&#1073;&#1086;&#1090;&#1072;&#1077;&#1090;;
http://www.grupnurhak.org/forum/viewtopic.php?f=2&t=7599 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "smacratte";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Ilk forumunuz";
http://shkomesohu.superweb.ws/forum/showthread.php?p=8164#post8164 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "Nentemaineema";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1087;&#1088;&#1080;&#1089;&#1091;&#1090;&#1089;&#1090;&#1074;&#1091;&#1077;&#1090; nofollow;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Kerkesat Pyetjet Pergjigje";
http://milletmeclisi.net/viewtopic.php?f=3&t=31843 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "Smureunjumn";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Genel";
http://forum.warrenzevon.com/viewtopic.php?f=2&t=419793 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "CLEMTROURCE";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Your first forum";
http://wakeboardzone.org/wakeboardforumx/viewtopic.php?f=3&t=23472 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "dymntaundaMak";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "General Wakeboarding Forum";
http://www.politicasuece.com/forum/viewtopic.php?f=2&t=454838 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "frisabrub";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Your first forum";
http://forums.quickoffice.com/viewtopic.php?f=19&t=451944 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "Usessythavait";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Support Discussion";
http://forum.warrenzevon.com/viewtopic.php?f=2&t=419794 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "CLEMTROURCE";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Your first forum";
http://www.politicasuece.com/forum/viewtopic.php?f=2&t=454844 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "frisabrub";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Your first forum";
http://www.nyc-techs.com/forum/viewtopic.php?f=7&t=16606 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "Immicigralgam";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "TECH-TALK";
http://321entertainmentnet.com/forum/viewtopic.php?f=2&t=17637 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "Apecekarp";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Your first forum";
http://www.birdbid.com.au/forum/viewtopic.php?f=10&t=24050 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "estastyPeessy";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "General Discussions";
http://www.phpandmysql.org/forum/viewtopic.php?f=2&t=6032 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "noragroonna";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Your first forum";
http://www.lipand.com/bbs/viewtopic.php?f=2&t=37761 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "unsonvell";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Your first forum";
http://www.minergynews.com/forum/viewtopic.php?f=2&t=148208 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "irricacorcoke";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Your first forum";
http://windowsspyware.com/viewtopic.php?f=2&t=3574 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "tomiCichAcill";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Please Introduce Yourself to the Forum";
http://www.pnglincoln.com/forum/viewtopic.php?f=2&t=3638 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "Tetunsunc";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Your first forum";
http://www.pnglincoln.com/forum/viewtopic.php?f=2&t=3639 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "Tetunsunc";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Your first forum";
http://hccentre.org.uk/forum/viewtopic.php?f=2&t=72356 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "lormEngamma";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Your first forum";
http://feelro.nu/TournamentForum/viewtopic.php?f=6&t=26084 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "vectarouctuaf";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Flood";
http://www.minergynews.com/forum/viewtopic.php?f=2&t=148210 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "irricacorcoke";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Your first forum";
http://intolerancels.com/forums/viewtopic.php?f=2&t=28054 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "liadiuttigh";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Your first forum";
http://forum.buliznik.org/viewtopic.php?f=3&t=104993 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "accipigidge";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Buliznik";
http://foro.toplatino.net/viewtopic.php?f=3&t=102289 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "aropleToula";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "General";
http://www.emiratescoop.ae/forum/viewtopic.php?f=2&t=14889 Result: &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085; &#1085;&#1080;&#1082;&#1085;&#1077;&#1081;&#1084; "addimisouri";&#1074;&#1086;&#1096;&#1083;&#1080;;&#1091;&#1089;&#1087;&#1077;&#1093; - &#1079;&#1072;&#1087;&#1086;&#1089;&#1090;&#1080;&#1083;&#1080; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083; "Emcoop website discussion";
0 new messages