plot
Plot probability heatmap/hexbin with different sized bins
This is related to another question: Plot weighted frequency matrix. I have this graphic (produced by the code below in R):[详细]
2023-04-03 04:44 分类:问答plotting the top 5 values from a table in R
I\'m very new to R so this may be a simple question. I have a table of data that contains frequency counts of species like this:[详细]
2023-04-03 02:29 分类:问答MATLAB for loop plots
I have a quick question on making a simple plot in MATlab. I have done this before but for some reason it has stopped working, and the graph I want is no longer coming up.[详细]
2023-04-02 20:20 分类:问答how do I mark special data points in JChart2D?
In JChart2D points from a series can be plotted with little circles or a line drawn through the points. I need to draw the user\'s attention to certain specific points.[详细]
2023-04-02 20:11 分类:问答Set polar plot to have 0 degrees at the top
I have created a simple polar plot using matplotlib. I\'m trying to make the plot with 0 degrees at the top (12 o\'clock position) rather 开发者_如何学Gothan the right-hand side (3 o\'clock position).[详细]
2023-04-02 18:20 分类:问答How is the BarSpacing option really implemented in Mathematica?
I\'m trying to implement a DateListBarChart function that takes dated data and outputs a bar chart with the same placements as DateListPlot. It\'s essential that they plot data in the same horizontal[详细]
2023-04-02 09:11 分类:问答How to plot 3D grid (cube) in Matlab
Hi I would like to plot transparent cube-shaped grid with lines in it. Somethin开发者_StackOverflowg like this:[详细]
2023-04-02 07:12 分类:问答Removing White Background Box from MATLAB Figure when using the Mapping Toolbox
I\'ve started to use the Mapping Toolbox in MATLAB for a project of mine, and below is a screenshot of what I currently have created using it.[详细]
2023-04-02 03:44 分类:问答What do hjust and vjust do when making a plot using ggplot?
Every time I make a plot using ggplot, I spend a little while trying different values for hjust and vjust in a line like[详细]
2023-04-01 20:02 分类:问答Plotting graph edge density with R
I\'m plotting the vertex degree (# of incident edges) of the graph g. deg <- degree(g, v=V(g), mode = c(\"in\"), loops = TRUE)[详细]
2023-04-01 15:11 分类:问答