axes
Reset Axes in Matlab
There is a axes named image in which I show the image when the user presses the browse button. imshow(orgImg, \'Parent\', handles.image);[详细]
2023-02-22 18:45 分类:问答Google Charts - How to have axis label and values?
I am currently working on displaying 2 lines of data on a XY linechart using Google Charts. I have it nearly finished but I need to put labels on both the X and Y axis.[详细]
2023-02-18 08:32 分类:问答Manually specifying tick marks on a logarithmic axis in JFreeChart
Using JFreeChart I have a plot with a LogAxis with tick marks on the domain axis of an XYPlot that are determined automatically based on the width of the graph. My domain values are 0.01, 0.05, 0.1, 0[详细]
2023-02-16 13:58 分类:问答Matlab: How to align the axes of subplots when one of them contains a colorbar?
Minimal example: [x,y,z] = peaks(50); figure; subplot(5,1,1:4); pcolor(x,y,z); shading flat; colorbar; subplot(5,1,5);[详细]
2023-02-16 12:54 分类:问答How can I set the actual scale of axes in MATLAB?
I have 4 sets of 3D scatter data that i want to plot in MATLAB subplots. However, I would like the scale to be the same in each—so that sizes in each dataset can be roughly visually compared between[详细]
2023-02-15 04:33 分类:问答matplotlib 3D plot with PyQt4 in Qtabwidget (mplwidget)
I am working on my first Python app using PythonXY (2.6 and Qt4). I have a window with some buttons and a QtabWidg开发者_开发问答et.[详细]
2023-02-02 15:01 分类:问答Matlab axes scaling
how exactly do you get fixed scaling of axes in Matlab plot when plotting inside a loop? My aim is to see how data is evolving inside the loop. I tried using axis manual and axis(...) with no luck. An[详细]
2023-01-23 12:07 分类:问答Matlab: How to obtain all the axes handles in a figure handle?
How do I obtain all the axes handles in a figure handle? Given the f开发者_运维问答igure handle hf, I found that get(hf, \'children\') may return the handles of all axes. However, the Matlab Help sug[详细]
2023-01-19 21:42 分类:问答Add legend outside of axes without rescaling in MATLAB
I\'ve got a GUI in MATLAB with a set of axes pre-placed. I\'m using the location property of thelegend to place it to the right hand side of the axes. However, by doing this the axes get re-scaled so[详细]
2023-01-13 13:35 分类:问答XSLT Filtering and indices on node set
I\'开发者_运维知识库m trying to retreive the previous node in a for-each using the preceding-sibling axis, a filter and an indexer to find it.[详细]
2023-01-10 15:51 分类:问答