The intention is using in a reporting of a Systematic Mapping.
Hello, Valdemar!
Maybe these two links help:
with tikz you can make all what you want
Good luck
http://www.texample.net/tikz/examples/tag/diagrams/
Hey Friend, Here is what you want. Beautiful bubble plots for latex.
\documentclass{article}
\usepackage{tikz}
\usepackage{pgfplotstable}
\pgfplotsset{compat=1.12}
\newif\iflegend
%\legendtrue
\usepackage{filecontents}
\begin{filecontents*}{data.dat}
1 25 1 1
1 39 0.989010989 2
2 40 0.673629243 3
2 13 0.499013807 4
4 37 0.575 5
5 98 0.994505495 2
5 108 0.64229765 3
5 6 0.583333333 5
6 1 0.96 1
6 6 0.972527473 2
6 14 0.454308094 3
7 15 0.58382643 4
7 6 0.583333333 5
\end{filecontents*}
\begin{document}
\begin{tikzpicture}[y=.5cm]
\pgfplotstableread{data.dat}\table
\pgfplotstablegetrowsof{\table}
\pgfmathsetmacro{\M}{\pgfplotsretval-1}
\pgfplotstablegetcolsof{\table}
\pgfmathsetmacro{\N}{\pgfplotsretval-1}
\definecolor{color0}{RGB}{0,0,0}
\definecolor{color1}{RGB}{255,0,0}
\definecolor{color2}{RGB}{0,255,0}
\definecolor{color3}{RGB}{150,255,200}
\definecolor{color4}{RGB}{200,200,90}
\definecolor{color5}{RGB}{100,0,200}
\definecolor{color6}{RGB}{190,0,190}
\begin{axis}[
scatter,
axis lines=left,
ylabel=Training Time,
every axis/.append style={font=\tiny},
x axis line style=-,
y axis line style=-,
xtick=data,
xticklabels={,,Label 1,Label 2,Label 3,Label 4,Label 5},
xticklabel style={align=left},
width=8.6cm,
height=9.2cm,
xmin=0, xmax=5,
ymin=0, ymax=110,
legend style={
at={(0,0)},
anchor=south west,
at={(axis description cs:0.15,-0.35)},
draw=none % no border
},
% legend entries={baseline,legend1,legend3,legend4,legend5,legend6},
scatter/@pre marker code/.code={%
\pgfplotstransformcoordinatex{\pgfplotspointmeta}%
\scope[mark size=\pgfplotsunitxlength*\pgfmathresult]
}
]
\iflegend
\addplot +[bar shift, area legend, color=color0] coordinates {(6,0.001)};
\addplot +[bar shift, area legend, color=color1, fill, opacity=.5] coordinates {(0,.01)};
\addplot +[bar shift, area legend, color=color2, fill, opacity=.5] coordinates {(0,.01)};
\addplot +[bar shift, area legend, color=color3, fill, opacity=.5] coordinates {(0,.01)};
\addplot +[bar shift, area legend, color=color4, fill, opacity=.5] coordinates {(0,.01)};
\addplot +[bar shift, area legend, color=color5, fill, opacity=.5, solid] coordinates {(0,.01)};
\addplot +[bar shift, area legend, color=color6, fill, opacity=.5, solid] coordinates {(0,.01)};
\fi
\end{axis}
\foreach \row in {0,...,\M}{
\foreach \col in {0,...,\N}{
\pgfplotstablegetelem{\row}{[index]\col}\of\table
\ifnum\col=3 % video
\xdef\x{\pgfplotsretval}
\ifnum\col=1 % time
\xdef\y{\pgfplotsretval}
\ifnum\col=2 % accuracy
\xdef\radius{\pgfplotsretval}
\ifnum\col=0 % method
\xdef\category{\pgfplotsretval}
\ifnum\category=1
\definecolor{mycolor}{RGB}{0,0,0}
\else\ifnum\category=2
\definecolor{mycolor}{RGB}{255,0,0}
\else \ifnum\category=3
\definecolor{mycolor}{RGB}{0,255,0}
\else\ifnum\category=4
\definecolor{mycolor}{RGB}{150,255,200}
\else\ifnum\category=5
\definecolor{mycolor}{RGB}{200,200,90}
\else\ifnum\category=6
\definecolor{mycolor}{RGB}{100,0,200}
\else\ifnum\category=7
\definecolor{mycolor}{RGB}{190,0,190}
\else \definecolor{mycolor}{RGB}{128,128,128}
\draw[mycolor] (\x*1.41,1+\y/8)circle(\radius*5mm);
\else
\fill[mycolor,opacity=.5] (\x*1.41,1+\y/8)circle(\radius*5mm);
\end{tikzpicture}
\end{document}
Dear Siesta Users, I installed Siesta 5.0.1 and I want to use Grimme's D3 correction. According to the 5.0.1 manual, I could use a few parameters to include the D3 correction in the...
27 July 2024 5,748 0 View
In cases where the rotational of the magnetic field H is zero, we can define this field as the gradient of a scalar function defined as the magnetic scalar potential (similar to the electric...
21 July 2024 9,633 4 View
Magnetohydrodynamic generators are normally used as eihter an attachment to recycle wasted heat and flow of other generators, or used to absorb the energy from rocket thrusters. However, I'm...
24 June 2024 3,949 1 View
I'm not an electrical engineer or anything related to that subject, so my apologies if I understood something incorrectly. Well, I read somewhere that the slower the railgun is, the higher its...
23 June 2024 1,082 0 View
Can performing flow cytometry evaluation on cells from the digestion of tumor samples frozen in liquid nitrogen or at -80ºC negatively influence the evaluation of cell cycle and tumor stem...
17 June 2024 7,129 0 View
I searched everywhere and I can't find a single definitive source, the only paper that I found was this one:...
12 June 2024 3,126 3 View
Dear colleges? I am currently conducting research on the literary contributions of Grant Morrison, a renowned writer known for his significant impact on contemporary literature, particularly in...
13 May 2024 8,186 0 View
I need recommendations of intellectuals, academic articles, and books that have discussed Batman over time. My interest lies in analytical works or texts about the character, from its creation to...
13 May 2024 918 0 View
xx
22 April 2024 10,090 1 View
Most dielectric elastomer actuators are in the shape of stacked sheets or rolled sheets of conductive and dielectric materials. If the dielectric elastomers were parallel/enroled fibers with a...
24 March 2024 749 0 View
Hello everyone, I recently submitted an article to Geotechnical Engineering (Proceedings of the ICE), and the current status has been listed as "EiC Pre-assessment: Ready" for the past 20 days. I...
10 August 2024 6,493 1 View
Hello experts, Does anyone know any free software about retention index prediction ?
08 August 2024 7,403 2 View
Molecular docking software/ websites?
02 August 2024 8,704 7 View
What should a Mechanical Engineering PhD scholar focus on during their PhD to enhance their chances of securing a postdoctoral position?
29 July 2024 7,714 4 View
In some data sources it has been grouped in Q1 and some shows it is Q2.
29 July 2024 4,227 2 View
I created a file with my outgroup and ingroup species using Beauti, ran it in BEAST, viewed it in Tracer, and then used TreeAnnotator to create a file that I imported into RASP. Could someone...
28 July 2024 2,979 1 View
Dear Research Community I would like to invite Elctrical Engineering specialists to solve problems related to Ternary Algebra or tripple sets I have an algorithm that places in relation three...
28 July 2024 5,771 2 View
Contemporary scores or innovations in scientific approaches. Hybrid methodologies, emerging themes and cross-cutting issues?
27 July 2024 648 3 View
Basically I'm helping with the matrix using a cosmolitan group, could one of the characters used for be biogeographical regions (Neartic, Neotropical, etc)? Most of the data in this matrix refers...
25 July 2024 9,753 2 View
// interested in the difference between floating events and short circuits.
22 July 2024 6,565 0 View