plot
Matlab for loop animations
I\'m trying to animate the graph of a function but I cant get the program to graph the correct points. I want to plot points between time 0 and 10 and animate this graph. How do I get the plot as a fu[详细]
2023-04-05 12:45 分类:问答Copying and modifying a default theme
I would like to create a new theme for ggplot that is based on theme_bw(). I imagine the following steps are necessary (in pseudocode):[详细]
2023-04-05 10:25 分类:问答Create X-Y plots in C
I\'m planning on doing a small project involving ECG signals. I am currently getting ECG signals via a COM port and recording these in a txt file using C programming.[详细]
2023-04-05 09:43 分类:问答2D real-time plot with C [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-05 06:35 分类:问答operation of the "image" and "pcolor" function in matlab for visualizing matrices
I have matrices which I wish to visualize to get a feel for the values they contain. But the function image which I use by default gives a poor result. I have to scale the matrix manually with an appr[详细]
2023-04-05 03:05 分类:问答Making a wireframe plot from an x,y,z data.frame
I have a data.frame of x/y/z points.I know how to make a 3d scatterplot using the rgl package but I would like to connect each point in the scatterplot to make a wireframe or surface plot.[详细]
2023-04-05 02:34 分类:问答sorting dotplot factor axis in ggplot
I have a data.frame with gene expression data and I want to create a graph in ggplot2. here\'s an example for my data frame:[详细]
2023-04-05 01:08 分类:问答How to query axis limits in R?
Is it possible to get the axis limits for the current plot in R? How? Preferably in the standard base library (I don\'t like to use ggplot开发者_高级运维 etc., but these solutions are also welcome).p[详细]
2023-04-04 20:24 分类:问答image is too big to fit in the screen (MATLAB)
I know that it is just a warning and it will not affect the code .. but my problem is that I need to show the image in its real siz开发者_C百科e without any zooming out .. is that possible in imshow f[详细]
2023-04-04 19:54 分类:问答Making a one-dimensional plot with names of the data points in R
I have a list of data points (0.2, 0.8, 0.95) that I want to plot on a line. I want to create a one-dimensional scale (vertical or horizontal) of this range of values with the names of those data poin[详细]
2023-04-04 18:33 分类:问答