Search found 2 matches

by teer
Tue Sep 22, 2020 8:45 pm
Forum: Graphics, Figures & Tables
Topic: Change base of pgfplot axis?
Replies: 0
Views: 1859

Change base of pgfplot axis?

So I have a vertical timeline. It records events over 24h, to the nearest minute, with one day per page.

But a day has 1440 minutes, not 2400. So setting the interval between 00:00 and 24:00, with a (wrongly) implied scale of 100 per hour.

Is there a way to change this?

\documentclass[english ...
by teer
Sun Sep 20, 2020 1:37 am
Forum: Graphics, Figures & Tables
Topic: How to ForEach into nested \fbox, \vbox, \hbox
Replies: 0
Views: 1742

How to ForEach into nested \fbox, \vbox, \hbox

So I have this Eisenhower square that will contain checkboxes (see attachment)
How do I then add items to it? itemize does not play well inside f/v/hboxes.

Ideally, I'd like to have a \newcommand with items delimited by a comma ','
which I could then pass as a parameter to get ForEach 'd into items ...