figures Questions

3

Solved

Not only would I like my figures to appear in my knitr-generated report, but I would also like to output them to separate files, too. To do this, I have included code like the following: ```{r} #...
Squamosal asked 16/1, 2015 at 20:26

7

Solved

How can I prevent a specific plot to be shown in Jupyter notebook? I have several plots in a notebook but I want a subset of them to be saved to a file and not shown on the notebook as this slows c...
Saxecoburggotha asked 10/9, 2013 at 11:34

2

For some reason I have problems with cross-referencing figures in a bookdown document. Here is a minimal example: --- output: bookdown::html_document2: fig_caption: yes --- Reference example:...
Phyllis asked 20/1, 2017 at 15:10

5

Solved

I am generating graphs for a publication and I'd like to be able to label the panels of a figure in ggplot itself (as opposed to exporting to publisher, etc) so that they just fit neatly together i...
Going asked 28/11, 2017 at 3:15

1

Solved

I made a GitHub wiki - a manual to a software package - and I want to transform it into a beautiful pdf manual. However, I have some trouble with figures - many of them are put in one of the follow...
Reactant asked 28/2, 2018 at 23:25

3

Solved

How to pad white-space on a matlab legend to the right of the text? I am using a combination of psfrag (and adobe illustrator for a few other diagram modifications), and will replace the placeholde...
Paralyze asked 25/8, 2014 at 23:20

6

i'm writting some code in Matlab editor, which has about 30 figures. So, when I publish it, it opens 30 figures windows, which is annoying. How do I keep it from opening the windows, but keeping th...
Goodrum asked 23/2, 2013 at 15:2

7

Solved

I have been trying to draw arrows in Matlab in my figure but they all look terrible. Also, I want my arrowhead to be a solid triangle, not a V. I tried using the packages available on the Matlab F...
Miltonmilty asked 13/8, 2013 at 16:53

2

Assume that a script is running in Matlab. Is there any way to close all figures? (Closing each figure individually is tedious, and since the script is running I cannot add close all to it.)
Bedrock asked 19/2, 2015 at 22:40

0

I have a custom figure class and would like to ensure that all of the axes associated with it, whether created with subplots() or twinx(), etc. have custom behaviors. Right now I accomplish this b...
Exosmosis asked 22/12, 2014 at 22:14

3

Solved

I'd like to center just the header, but not the body of particular columns in a table. For example: \begin{table}[!t] \centering \caption{ \bf{My table}} \begin{tabular}{l|c|} ... \end{tabular} \e...
Ezekielezell asked 4/2, 2010 at 21:43

3

Solved

I have a LaTeX document with a figure and references to it: \begin{figure} ... \caption{...} \label{fig:1} \end{figure} \ref{fig:1} I use the hyperref package to get hyperlinks in the resulting...
Apparition asked 26/10, 2010 at 13:4

4

Solved

I have nine open figures in matlab (generated by another function) and I want to print them all to file. Does anyone know how to grab the handles of all open figures in MATLAB? I know about gcf b...
Downtrend asked 27/12, 2010 at 17:43

2

Solved

I am trying to determine if there is a nice way, to close all figures in MATLAB, except for one(s) that I determine before hand, are not to be closed. Is there such a way to do this? I am finding...
Zsigmondy asked 21/5, 2013 at 22:33

3

Solved

I have functions that contribute to small parts of a figure generation. I'm trying to use these functions to generate multiple figures? So something like this: work with Figure 1 do something els...
Incrassate asked 9/9, 2009 at 17:57

9

Solved

I am using LaTeX and the figure environment. I am well familiar with the parameters to that environment: [htbp], and I am also generally familiar with the strategies that LaTeX takes, by default, ...
Reverse asked 15/1, 2009 at 22:34

1

Solved

Suppose I have several figures open in matlab. I would like some function I can call, e.g save_all_figures_to_directory('dir_name'), that would iterate over all figures and save them to the specifi...
Handball asked 25/10, 2011 at 12:7

3

Solved

I am collecting data and plotting that data in real time. The data are produced by a motion capture system. I have one class DynamicDataset that is just a wrapper around a 2-column matrix (although...
Plebe asked 14/9, 2011 at 8:23

1

I have a contour plot and I am using the current rendering: set(gcf, 'renderer', 'zbuffer'); but it is giving me this thick red line in the plot and I don't know how to get rid of it. I tried sw...
Polypetalous asked 15/8, 2009 at 13:51

1

Solved

I am currently writing a long one-column document that contains a lot of floats (figures and tables). I know the usual b/h/p/t options for placing floats in latex. However, I was wondering if there...
Pretension asked 13/2, 2009 at 20:17
1

© 2022 - 2025 — McMap. All rights reserved.