The figure tag has no wiki summary.
0
votes
0answers
6 views
Iframe with images and figcaption is active only on the first load of the page
I have a problem with an iframe. this iframe contains three images (figures) with relative figcaption. The figcaption is animated (when you go over a picture comes out). If you click outside the ...
-1
votes
1answer
23 views
Tell imagesc in MATLAB to use specific figure
I am getting more than ...slightly flustered... at trying to do what should otherwise be a very, very simple task.
I want to use a particular figure, say, figure(3), for doing imagesc. So in the ...
1
vote
2answers
50 views
Close all figures in MATLAB, except specific ones.
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 ...
0
votes
0answers
9 views
CSS3; keep caption width the same as the image
I'd like to have the caption text stay the same width as the image (without setting one fixed width). I've tried playing around with , etc., but that's even harder to control.
Here's a sample of ...
0
votes
0answers
27 views
Matlab - Change indexed window title
I'm having some trouble changing the windowtitle on specific indexed windows (which are not created in this code). So I have three windows with standard names: figure 1, figure 2 and figure 3 which ...
0
votes
1answer
26 views
How to send data from child figure to its parent in matlab?
I have a "main" figure in my matlab project which opens a "settings" figure.
The user can change some fields in settings figure and press "Apply" button in settings figure.
I want to send the settings ...
1
vote
1answer
24 views
Solving The Figure Tab on MATLAB GUI
I'm working with k-means and silhouette in MATLAB GUI. On my MATLAB GUI, there is some push buttons, let us call it 'k-means' and 'silhouette'.
This is the code for the k-means:
[g c] = ...
-1
votes
0answers
17 views
how to link twitter to facebook public figure [closed]
So I found this guide(https://support.twitter.com/articles/31113-using-twitter-with-facebook) it works just fine for the " fb personal account ".
Nevertheless when I try to do it using my "fb public ...
1
vote
0answers
10 views
latex: how to insert oneside figures in a twosided article? [migrated]
I'm writing a 2 sided article with latex, but I'd like to insert a figure in appendix with width of the whole page to make it clearer. I tired with this script but it did nothing...
...
0
votes
0answers
24 views
Adding \includegraphics totally abolishes all \citep and \ref links [closed]
I have something very peculiar, and I have been trying for several hours now, without success. I will try to describe it as well as possible. I must say beforehand that I used Word2010 as editor. So I ...
0
votes
1answer
35 views
Counting points numbers inside a rectangle in the matlab plot
I have uploaded an image which describes what I want to do. I have one plot and inside this plot I have rectangle. I want know how many points I have for the whole plot. and then how many points I ...
0
votes
0answers
36 views
pyplot.ion() shows only white figure
1.
import matplotlib.pyplot as plt
imgplot = plt.imshow(-maze , interpolation ='nearest')
2.
import matplotlib.pyplot as plt
plt.ion()
imgplot = plt.imshow(-maze , interpolation ='nearest')
...
5
votes
2answers
46 views
Different color for different parts of MATLAB title
I have, what I think might be a 'simple' problem. I know how to change the color of a MATLAB title. What I do not know, is how to use two different colors, at two different parts of the title.
For ...
0
votes
2answers
45 views
How to give an independent values in CSS with jQuery
I have this html mark up:
<div>
<figure></figure>
<figure></figure>
<figure></figure>
</div>
and some CSS:
div {
position: relative;
}
...
1
vote
0answers
28 views
Expand Matlab figures “from up to down”
I'm working on a resizable GUI in MATLAB, and, since the coordinates are "upside down", if I want to resize a figure keeping the top border in place and making the bottom border move down, I'm having ...
1
vote
1answer
42 views
difference between figure window and axes in GUI MATLAB
To display output images I've used below code
function displayResults(filename, header)
figure('Position',[200 100 700 400], 'MenuBar', 'none', 'Name', header, 'Resize', 'off', 'NumberTitle', ...
0
votes
0answers
7 views
Writing text in XPP AUTO
How can I write some data on the bifurcation diagram in XPP AUTO window? I know how to add text in the main window but what about the Auto window?
0
votes
0answers
42 views
Filling a matrix, the same way as “fill.m” fills a figure
I'd be glad if someone could tell how to fill a matrix the same way as the function "fill.m" fills a figure.
Is there an already existing function in Matlab which does this already?
An alternative ...
1
vote
0answers
28 views
Cant export matlab figure using custom font
I'm trying to export my plot with Tahoma font :
However I always end up with the following figure :
Which is not the font I chose !! can someone tell me why is this happening ?
Also, the ...
0
votes
0answers
9 views
Is that possible to put one figure in the top and one two-column figure in the bottom of a same page? [migrated]
I am adding figures into a two-column latex file. In one page, I need to put a one-column figure and a two-column figure in a same page. The one-column figure should be in the top of the page and the ...
0
votes
0answers
21 views
Latex align minted code fragments [migrated]
I would like to align the first lines of the code and the captions in the following listings. This is my latex code. I've also uploaded an image of the output.
\begin{figure}[H]
...
0
votes
0answers
15 views
Program or method to standardize figure format and create multiple, similar figures
I couldn't find documentation to help me with this problem - [EDIT: ...and the only recommendations I've gotten from colleagues is what I have mentioned below].
I'm developing 23 figures that must ...
0
votes
0answers
46 views
MATLAB: image AlphaData changes figure size
I have two images: im2 needs to be overlayed over im1 with a constant alpha map of 0.5. Whenever I set the 'AlphaData' for im2 (to reveal im1 below), the size of the figure/axes changes slightly. If ...
0
votes
1answer
44 views
Plot points at 2d on matlab and show the associated image when click on a point
I have a collection of images associated to 2d points. I want tot plot those points on a figure and when I click on the points I expect to see the corresponding image on the screen. Suppose I have a ...
0
votes
1answer
55 views
Can't get jQuery replacewith “img to figure” to be link (a href) sensitive (breaks)
after much research via Google and having read several stackoverflow posts, having tinkered with my jsfiddle for hours, I have hit a brick wall. Appreciate any pointers or help!
First Stackoverflow ...
1
vote
2answers
29 views
Plotedit state of a Matlab figure
How can I extract the plotedit state of a Matlab figure inside a function? If I want to know the zoom state of the current figure, I can write:
zoomState = get(zoom(gcf), 'Enable');
A similar ...
1
vote
1answer
52 views
Click axis of plot - output axis value to cell
I am wondering if anyone knows a way in excel using VBA or any other way in excel to:
Interactively click on the x-axis of a figure plotted in excel and and that x-axis value will be outputted to a ...
0
votes
1answer
221 views
'KeyPressFcn' function to return a value
I'm trying to find a way for the function I designate as my 'KeyPressFcn' to return a value.
Currently I have:
figure('KeyPressFcn', @myFunc);
Which is fine, but I need access to the value myFunc ...
1
vote
0answers
69 views
matlab: cutting figure when resizing for export
I have a small problem. When plotting figure like that:
a2 = subplot(2,1,2, 'Parent', handles.cpd_plot, 'Position', [0.15, 0.1, 0.80, 0.15]);
a1 = subplot(2,1,1, 'Parent', handles.cpd_plot, ...
0
votes
0answers
34 views
Matlab: Using surf within a uipanel
I have a 2d matrix containing 4 possible different values.
I've used surf to display it as a like a chess board which works fine.
Now i'm building a UI for my project (w/o GUIDE) and I'm trying to ...
-1
votes
1answer
307 views
Multiple figures in one script - matplotlib
I'm working on an assignment which involves the need to show multiple figures on screen as the script is run (and also to save them). I am having to use both imshow and show to get the images up on ...
0
votes
3answers
65 views
Change Legend diagram in matlab
I have some code that basically does this:
for i = 1:length(ReliabilityStruct)
if (FailureFlags(i) == 0)
plot(X(i), Y(i), '.b');
elseif (FailureFlags(i) == 1)
plot(X(i), ...
0
votes
0answers
78 views
MATLAB boxplot repmat postion
I combined several boxplots in Matlab into one figure with the function repmat().
Basically the code is:
x = rand(5,1);
y = rand(10,1);
z = rand(15,1);
group = [repmat({'First'}, 5, 1); ...
0
votes
0answers
45 views
Boxplots from different array lenghts in a single figure
In Matlab I would like to create some boxplots next to each other in 1 figure. Normally I would combine the data as in a matrix and create boxplots from this matrix. However the data I use (column A, ...
1
vote
1answer
56 views
Placing lists within a figure tag to cite
Hi this is my first question so be gentle.
My name is Darren Reay and relatively new to front-end development. I'm currently creating a portfolio site to send out to potential employers. I want to ...
2
votes
1answer
169 views
How to prevent numbers being changed to exponential form in Python matplotlib figure
I'm using Matplotlib in Python to plot simple x-y datasets. This produces really nice-looking graphs, although when I "zoom in" too close on various sections of the plotted graph using the Figure View ...
0
votes
1answer
115 views
Why is my deployed MATLAB application unable to generate a new figure?
I have built a GUI with some text boxes and a pushbutton. When I execute the GUI from MATLAB, it produces the desired plot on a separate window. The plot is created by a function that is stored in the ...
1
vote
1answer
259 views
OpenGL 3 VBO Indexing Multiple figures (glDrawElements)
I'm working on my first steps with OpenGL (3.x) and I plan to use VAO & VBO's to draw several figures (triangle, cube,...):
Now i got the following setup:
VAO -->
VBO [vertices, colors] + VBO ...
0
votes
0answers
112 views
Retrieving data from MATLAB GUI and sending it to Excel
The GUI I've created uses subplots and displays 5 plots within the GUI. The plots only display if certain parameters are chosen and they are calculated using the given parameters. I saw that people ...
0
votes
2answers
109 views
Can We Use Video Tag In Figure Tag In HTML5
I am trying to build a clean HTML5 structure for my projects,
I didnt get the usage variety for Figure tag;
Can we really use Video in Figure as this page said:
...
4
votes
1answer
182 views
matlab: second subplot disappearing
I have a weird (and probably simple to solve) problem. I tried to plot (using panel) two plots:
a1 = subplot(2,1,1, 'Parent', handles.cpd_plot, 'Position', [0.1, 0.4, 0.85, 0.45]);
a2 = ...
4
votes
3answers
532 views
box plot with confidence interval and identify particular datapoints in r
Here is my example data:
set.seed(1234)
myd <- data.frame (SN = 1:100, myv = round (rnorm(100, 5, 5), 2))
boxplot(myd$myv, col = "lightgreen")
I want to highlight the portion of the boxplot ...
12
votes
1answer
260 views
pictorial chart in r
I am trying to develop pictorial charts. Is it possible to develop such charts in R ?
myd <- data.frame (categories = c("Planes", "Ships", "Cars", "Trains"),
values = c(15, 18, 22, 11))
...
3
votes
0answers
142 views
Region of interest and Data vertices (3D) , matlab
i want to have a simple function similar to autocad that allows me to select all lines in 3D with mouse selection.
in fig I just want to get (x,y,z) of all vetices under selection. Selection ...
2
votes
1answer
82 views
How can I export a PNG of a window with multiple subplots in MATLAB?
I have 8 figures and one textbox (a legend listing the values of simulation parameters). They're all plotted in one window using subplot(). It looks nice, but the window pops up too often and ...
1
vote
1answer
109 views
HTML5 <figure> usage in my case
What should I do in this case:
<figure>
<a href="#" class="portfolio-item">
<div class="picture"><img src="images/portfolio/recent-01.jpg" ...
0
votes
0answers
38 views
GNU octave print sized window
In GNU Octave, how might I save the plot actually shown in the window to a PNG file?
For instance, if you
print -dpng
you'll get a print of the window at its default setting, regardless of any ...
8
votes
1answer
146 views
Matlab gui files in a package?
I am trying to put some .fig and their corresponding .m files in package.
I have:
+ui/mainWindow.fig
+ui/mainWindow.m
But when I try to run mainWindow.fig Matlab prints an error from GUIDE:
...
1
vote
1answer
92 views
Accept only one keypress for a certain period of time in Matlab
I have a simple, sort of GUI code shown below.
This "test_keypress" function creates a figure, and it responses to the keypress (space).
Now, I want to add a constraint so that Matlab accepts only ...
0
votes
1answer
176 views
2 column images list (figure and figcaption)
I am trying to put the images side by side with captions.
That works out of the box by default doing the following:
<figure>
<img src="1.jpg" width=320 height=240 alt="Image 1">
<img ...

