Questions tagged [axes]

Axes - plural of axis

Axes is plural of axis used in Cartesian coordinate system.

1002 questions
-1
votes
1 answer

Matlab GUI axes extract position from datacursor

hope anyone can help me. I try to load and display a image in my GUI. After that i activate datacursormode. Now I want to extract the position from my datacursor object and save the informations into a global variable to work on this data. Here is…
AngelsEnd
  • 43
  • 5
-1
votes
1 answer

Invisible Axes Trisurf Plot Python

How can i make the x and y axes invisible? the function i found does not work this is an extract of what i got: .... fig = plt.figure() ax = fig.gca(projection='3d') ax.plot_trisurf(x, y, z,vmin=z.min(), vmax=z.max(), cmap=cm.jet, linewidth=0, …
SamsungG
  • 73
  • 1
  • 1
  • 3
-1
votes
1 answer

Modifying the histogram

I have the following histogram which I have obtained using hist in MATLAB. The issue here is that where the range is 0-250 on the y-axis, I want that to be on the x-axis, and vice versa. How can this be done in MATLAB? Thanks.
Simplicity
  • 47,404
  • 98
  • 256
  • 385
-2
votes
1 answer

How to present points on axes in Matlab

I have two vectors of the same length and I'd like to treat the first as X values and the second as Y values and present (x,y) points on a graph. How do I do this simple thing in Matlab? Thanks!!!
N.M
  • 685
  • 1
  • 9
  • 22
-2
votes
1 answer

run pdp.pdp_plot for multiple features and put output axes to new figure

Is there a way to plot multiple features using pdp.pdp_plot function from the PDPbox python package? The python package is PDPbox https://pdpbox.readthedocs.io/en/latest/api.html Currently, as I understand, the function can generate a plot for…
-2
votes
2 answers

How can I swap the axes on an eCharts bar chart with javascript

I have created an eCharts barchart and I just want to swap the x and y axes I have tried just swapping the data objects for the axes but that doesn't work and googling hasn't turned up much at all. This is the initialisation script for the bar…
Neil
  • 107
  • 1
  • 9
-2
votes
1 answer

How can I print two boxplots on the same axis in python?

I'm using matplotlib to graph two boxplots. I am able to get them printed as subplots on the same figure, but I am having trouble getting them side by side on the same set of axes.
user8669
  • 133
  • 1
  • 8
-2
votes
1 answer

How do I show different images with radio buttons in matlab GUIDE?

This is all of the code as of right now. The correct image is displayed when you change the selected button in the button group but no image is displayed until you change the selected button. I want the first image to be FloorPlan{1} as it says in…
redmoncoreyl
  • 133
  • 9
-3
votes
1 answer

Defines X and Y in axes limit matlab

I have my histogram with this appearance And he wanted to get this way, but I don't know which fields should I change or where I wanted to like this How can i make this definition?
lion
  • 11
  • 1
-4
votes
1 answer

How can I change the scale, min, and max of my x and y axes in r?

I can't seem to figure out the command for changing the x- and y-axes to go from 200-800 in increments of 100. (new to R, don't know how to provide large amounts of data) SAT <- read.csv(file.choose(), header = TRUE) SAT2 <-…
pmk1007
  • 1
  • 2
-4
votes
1 answer

crossing axes with ultrachart from infragistics?

I would like to have crossing axis on my ultrachart (infragistics product , wpf). I am coding c# , any idea ? I searched for "crossingaxis" however it seems that this can applied only for polar chart.
francops henri
  • 507
  • 3
  • 17
  • 29
1 2 3
66
67