Search found 4 matches

by maltieca
Wed Sep 01, 2021 10:47 pm
Forum: Graphics, Figures & Tables
Topic: Confusing Plot Axis
Replies: 0
Views: 3664

Confusing Plot Axis

I have the following diagram that is a binned frequency histogram. However, I am trying to convert it from a python matplotlib diagram to include into Latex. The way I do this is the same way I have done for many other diagrams.

The diagram looks like this:

BinnedHistogram.png

Each of the ...
by maltieca
Tue Aug 24, 2021 4:15 pm
Forum: Graphics, Figures & Tables
Topic: Figure Caption Indentation
Replies: 2
Views: 7005

Figure Caption Indentation

Bartman, Thank you so much - you saved the day in my previous question and you save the day yet again in this one. Cheers!
by maltieca
Tue Aug 24, 2021 3:31 pm
Forum: Graphics, Figures & Tables
Topic: Figure Caption Indentation
Replies: 2
Views: 7005

Figure Caption Indentation

Hi all!

I have a normal figure in Latex and I would like to indent the caption in such a way that the text that comes after "Figure #.#:" is indented in this manner:

Image1.PNG

However when I use this code:

\captionsetup[figure]{
indention=6em
}

This also indents the subcaptions (a) and (b ...
by maltieca
Sun Aug 15, 2021 6:19 pm
Forum: Graphics, Figures & Tables
Topic: TikZ Image X-Axis Ticks Issue
Replies: 1
Views: 9105

TikZ Image X-Axis Ticks Issue

Hi Everyone!

I've been trying to figure out how to arrange an issue I am having with one of my plots. I am using Overleaf to carry out my Master's dissertation and I have plotted a graph with Tikz of a parameter x over time. Since the time scale reaches 300,000 seconds, the x-axis of the graph is ...