Recently Published
Web Analytics
A Corr. Matrix across KPIs
Plot
Matplot lib using reticulate
Document
A short summary on programming paradigms while learning JS
HTML
Interactive documents on hovering - Check it out
HTML
A glimpse of the C3 Js library works with R for visualisation
using color to spread out data
# Alpha is a measure of transparency and is useful to plot large data sets neatly
Colour can be used to visualise data spread across various categories effectively, and transparency can be used to visualise data points shadowed by other data points.
Plot
Trend and smoothed out lines
Plot
Plot the uptake vs conc using ggplot functions.
#Use shape for type and col for treatment.
#Try using different sizes for better visual clarity.
Par command
plotting multiple curves in one
Uptake Versus Concentration as per demographics
Plotting 3 variables in a single curve
Mpg vs Weight vs number of cylinders
Number of cylinders can be visualised within ggplot using factor variable of cylinders by adding aesthetic command in geometrics formula
ggplot(mtcars, aes(x=wt,y=mpg)) + geom_text(aes(label=cyl))
Weight vs Mile Per Gallon vs HorsePower
How One can plot 4 variables with color size and plots