Code: Select all
\documentclass[border=5mm]{standalone}\usepackage{pgfplots}\pgfplotsset{compat=newest}\begin{document}\begin{tikzpicture}% f1\begin{axis}[color=black,scale only axis,xmin=0,xmax=24,%xtick={0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24},xtick={0,4,8,12,24}, %%%<------------- herexlabel=\ {Time},ymin=0,ymax=10,ytick={0,1,2,3,4,5,6,7,8,9,10},yticklabels={0,1,2,3,4,5,6,7,8,9,10},ylabel=\ {log(Cfu/cm$^{2}$)},y axis line style={black},ytick style={black},yticklabel style={black},axis x line*=bottom,axis y line*=left,tick align = outside,]\addplot [color=black,solid,line width=0.5pt,mark size=2.5pt,mark size=2.5pt,mark=square*,mark options={solid,,rotate=180,fill=white}]table[row sep=crcr]{0 5\\4 5\\8 9.8\\12 6.8\\24 6.162\\};\addplot [
Thank you