with help of the community in this thread: Minor grid with solid lines & grey-color I got it to work to set minor grid lines as solid and coloured style. But when adding a second y-axes it just m
How can I write the code in mathematica to see the result like this: As you see we have the complex function w=f(z), where z=x+iy and w=u+iv.
I have the following code to method loop throug the sectors of a polar plot, but the method is being called several times, as if it was in a loop. I want to create a series on each sectors of the plot
I need to plot multi curves in a single graph in R, for example (a,b) and (a,c) in t开发者_StackOverflow社区he same graph, where a,b and c are data vectors. Anyone know how to do this? Thanks.
You can set the title of a plot device window with windows(title = \"The title\") #or equivalently x11(title = \"The title\")
I just found out that a BarChart may get cropped when using Frame rather than Axes. Example: data = {.2, .4, .6, 0., 0., 0.}
I have drawn a polar contour plot in Matplotlib as described in this question. This basically works by converting the polar co-ordinates to cartesian co-ordinates and then plotting in the cartesian co
I have a set of 3d coordinates in 3 arrays X, Y, Z, and the temperature T at each point. I want to plot the points as a point cloud, such that each point will have a color acc开发者_开发百科ording to
I am trying to use Mathematica to analyse some raw data. I\'d like to be able to dynamically display the range of data I\'m interested in using Manipulate and ListLinePlot, but the plot rendering is e
I am trying to color different region of a polar chart with different colors. e.g coloring the region between the angle 20 and 60 and between the radii 2 and 4.