How can I maximise the size of the bottom of the figure when I am using landscape as the figure shown below:
The circle area have a large empty area where I want to maximise the image.
\documentclass[12pt,oneside]{book} % Remove draft option to show figures (for final draft), otherwise keep for faster production
\usepackage{rotating}
\usepackage{pdflscape}
\usepackage{textcomp}
\usepackage{subcaption}
\usepackage{graphicx}
\usepackage[hypcap=false]{caption}
\usepackage[list=true]{subcaption}
\usepackage[most]{tcolorbox}
\usepackage{enumitem} % macros to modify appearance
\usepackage[backend=biber,
% style=authoryear,
style=authoryear-comp,
% citestyle=authoryear,
dashed=false,
maxcitenames=2,
maxbibnames=99,
uniquelist=false, % for Author1 et al. (year) instead of Author1, Author2 et al. (year)
giveninits,
alldates=comp, %for online citing
dateabbrev=false, %for online citing for data format month in full
uniquename=init]{biblatex}
\makeatother
\setcounter{secnumdepth}{4}
\setcounter{tocdepth}{4}
\usepackage{lipsum} % for filler text
\usepackage{graphicx}
\usepackage[export]{adjustbox}
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
\ProvidesPackage{uorthesis}
[2018/01/18 v0.01 LaTeX package for UOR thesis]
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{microtype}
\usepackage[english]{babel} %keep english format as babel for date ciitng format
\usepackage{graphicx}
\usepackage{enumitem}
\setlist{nosep} % Removes too much vertical spacing in lists
\usepackage{booktabs} % makes tables look good
\usepackage{fancyhdr} % For page number in the upper right (required) and other running headers(optional)
\usepackage{setspace} % For double-spacing (required)
\usepackage{titlesec} % For keeping chapter/chapter titles single-spaced
\usepackage{etoolbox} % For the flag determining if front matter goes into the TOC
\usepackage{float} % Helps float images to the top
\RequirePackage{xcolor}
\definecolor{darkblue}{rgb}{0, 0, 0.5}
\usepackage[colorlinks=true, allcolors=darkblue]{hyperref} % Adds hyperlinks in the pdf
\usepackage[font=small,labelfont={bf,sf}, textfont={sf}, justification=centering]{caption}
\usepackage{hyperref}
\usepackage{helvet}
% Header height (to avoid fancyhdr error)
\setlength{\headheight}{13.6pt}
% Header formatting for regular pages
\fancyhf{}
\fancyhead[L]{\it\small\leftmark}
\fancyhead[R]{\small\thepage}
% Header formatting for chapter title pages
\fancypagestyle{plain}{%
\fancyhf{}
\fancyhead[R]{\small\thepage}
\renewcommand{\headrulewidth}{0pt}
}
% Formatting of chapter and chapter titles: keep them single-spaced in the midst of double-spaced text
\usepackage{sectsty}
\titleformat{\chapter}[hang]{\Huge\sffamily\bfseries}{\thechapter{. }}{0pt}{\Huge}
\allsectionsfont{\normalfont\sffamily\bfseries}
% \usepackage{subfigure}
% \usepackage[subfigure]{tocloft} % subfigure option only if using subfigure package
% \renewcommand{\cfttoctitlefont}{\Huge \bfseries \sffamily} % ToC title
\usepackage{tocloft}
\renewcommand{\cfttoctitlefont}{\Huge \bfseries \sffamily}
\setcounter{lofdepth}{2} % added in for to put subfigure in List of Figure https://tex.stackexchange.com/questions/522538/tocloft-does-not-work-with-list-of-subfigure-in-list-of-figure/522540?noredirect=1#comment1321553_522540 and https://tex.stackexchange.com/questions/522536/why-tcolorbox-crash-with-caption
\addto\captionsenglish{
\renewcommand{\listfigurename}{\textsf{List of Figures}}
\renewcommand{\listtablename}{\textsf{List of Tables}}
}
% Flag for whether to add front matter to TOC
\newtoggle{fulltoc}
\toggletrue{fulltoc} % Change to \togglefalse{fulltoc} to remove front matter
\renewcommand{\contentsname}{Table of Contents}
\begin{document}
% Title page
\include{structure/title}
% All subsequent pages must be numbered, title page is considered page i,
% front matter is numbered in lowercase Roman numerals
\pagestyle{fancy}
\pagenumbering{roman}
\setcounter{page}{2}
\doublespacing
% Table of Contents, List of Tables, List of Figures
\tableofcontents
\clearpage
\setcounter{page}{0}
\pagenumbering{arabic}
% Body
% \include{chapters/01-introduction}
\chapter{Introduction}
\label{chap:introduction}
\setlength{\parindent}{0pt} %disable auto indentation
\section{Motivation}
Lorem Ipsum
Lorem Ipsum
Lorem Ipsum
Lorem Ipsum
Lorem Ipsum
Lorem Ipsum
Lorem Ipsum
\begin{figure}[!b]
\centering
% \includegraphics[width=\textwidth]
\includegraphics[scale=1]{example-image}
\subcaption{$Q^{*}$ values for arm 1}
\label{fig:arm1}
\end{figure}
%
\begin{sidewaysfigure}
\centering
\includegraphics[scale=1.7]{example-image}
\caption{$Q^{*}$ values for arm 1}
\label{fig:arm1}
\end{sidewaysfigure}
\begin{landscape}
\begin{figure}
\centering
\includegraphics[scale=1.7]{example-image}
\caption{$Q^{*}$ values for arm 1}
\label{fig:arm1}
\end{figure}
\end{landscape}
\clearpage
\pagebreak
\begin{figure}[htb]
\centering
\begin{tabular}{@{}c@{}}
\includegraphics[scale=0.85]{example-image}\\
\includegraphics[scale=0.85]{example-image} \\
\includegraphics[scale=0.85]{example-image}
\end{tabular}
\caption{Structure of the three studies in this work}
\label{fig:Structure of the three studies in this work}
\end{figure}
\clearpage
\pagebreak
\end{document}



[width=\linewidth]should work in either case but your image shows that the height of the image rather than the width is going to be the constraining factor here as you want to preserve aspect ratio – David Carlisle Jan 05 '20 at 14:51\includegraphics[width=\linewidth,scale=1.7]{example-image}. Can we change height? – aan Jan 05 '20 at 15:14\includegraphics[height=14.5cm]{example-image}and\includegraphics[scale=1.7]{example-image}looks similar size. If I make theheight larger than 1.45cm, it will cover theheader and page number. – aan Jan 05 '20 at 15:28