Questions on creating visualizations from functions or data using high-level constructors such as Plot, ListPlot, Histogram, etc.

learn more… | top users | synonyms (2)

3
votes
1answer
110 views

Exporting PDF file - incorrect graphic

I export graphics to PDF using: Export["/path/figure.pdf", plotname] It gives me more than enough quality for PDFLatex. But somehow, some exported plots have ...
3
votes
1answer
85 views

Manipulate a Plot that contains a variable that contains symbol

This snippet mm = m Manipulate[{mm, Plot[mm x, {x, 0, 1}]}, {m, 0, 1}] (m is not defined anywhere) produces a sadly fixed ...
2
votes
1answer
78 views

Custom (Frame)Ticks fail when using Mathematica's script engine

I want to define my own ticks in a DateListPlot. It works quite well when I use the code in a Mathematica Notebook but breaks somehow when using it via ...
1
vote
1answer
65 views

How to make the plot from geotiff format

I have a "GeoTIFF" format map, and I have imported it into Mathematica, then I used the Graphics to plot a point on the map. ...
7
votes
0answers
110 views

PlotMarkers doesn't inherit PlotStyle when Graphics[a] isn't a List[]

Could somebody explain, why Circle does not inherit the PlotStyle of the plot when used as ...
6
votes
0answers
220 views

Incomplete implementation of units?

I've been playing around with the new units capability in MMA9 and I'm becoming a bit frustrated with what I perceive as an incomplete implementation of this capability and I'm wondering if there are ...
6
votes
0answers
111 views

Break[] inside ColorFunction

f[x_?NumericQ]:= (Do[Break[],{i,1,2}];x) Plot[x,{x,0,1},ColorFunction->(ColorData["Rainbow"][f[#]]&)] Break::nofwd: No enclosing For, While, or Do found ...
5
votes
0answers
26 views

Setting OperatorSubstitution to False has issues with PDF and EPS exports. Are these bugs?

In Plot, I would like to use my own font, eg Inconsolata, for operators such as ×, so I set OperatorSubstitution to ...
5
votes
0answers
284 views

How to map rotate, pan, zoom to manipulate controls

I am wondering if there is a way to restrict the motion of the rotate mouse cursor in when moving around a 3d plot. For example, I want the y direction of the cursor to correspond to pulling the z ...
4
votes
0answers
92 views

Why can I Plot3D with values up to the range of 3 x 10^37 without issue, but at 6 x 10^38, it fails in Mathematica?

In mathematica I'm trying to plot this, using Mathematica 9 (trial): Plot3D [-x + x^(1 + y)/(1 + y), {x, 0, 37}, {y, 0, 37}] It plots just fine. If I ...
4
votes
0answers
129 views

Artifacts in Line Plot from InterpolatingFunction

I have a periodic solution from an NDSolve that is producing an InterpolatingFunction. With the default plot settings, there is not enough PlotPoints/MaxRecursion to resolve the peaks in the function: ...
4
votes
0answers
73 views

Editing preset schemes

Mathematica has many preset schemes, for example "DarkRainbow" and "FadingRectangle": ...
3
votes
0answers
71 views

Why do vertex labels disappear when I edit with drawing tools?

I'm trying to change the text and arrow style in GraphPlot using the drawing tool, but the the vertex labels disappear when I do that: ...
3
votes
0answers
178 views

A is fast, B is fast, but together they're Mathematica-crashing slow?

I'm trying to do something with finding solutions to a quantum mechanics problem with n wells. If there are 40 wells, I need to find the solution to an equation in the form: ...
3
votes
0answers
223 views

How can I get better tick spacing for multiple ListLogPlots?

I am using Show with PlotRange -> All to overplot multiple ListLogLogPlot. The resulting ...
3
votes
0answers
156 views

Scale plot display area (within the frame)

I have 2 data sets of equal length. I've done a LinearModelFit of them which gives me: ...
2
votes
0answers
67 views

Exporting plots

I want to export a plot which includes curve fitted to a multiple data set. shortly ( I use autolegend function Here ) ...
2
votes
0answers
152 views

VectorPlot scaling problems

When I plot a uniform field with zero values everywhere with the following command: VectorPlot[{y - y, x - x}, {x, -3, 3}, {y, -3, 3}] the result are horizontal ...
2
votes
0answers
131 views

how do you fix an axis in place for a movie?

I have a series of txyz coordinates, which I am plotting in space to create a movie of the objects' time evolution. With something along the lines of (simplified): ...
2
votes
0answers
105 views

Editable keyframe curves

Any suggestions for a good approach to implementing a zoomable 'keyframe' based curve editor? Essentially, something akin to the functionality of the graph editor in animation packages such as Maya. ...
1
vote
0answers
57 views

How can I convert a plot to pdf or eps without errors?

Mathematica 9.0.1, Linux. I try to save a plot as a pdf. I tried four different options. In each case some errors appeared as blank space ( http://yadi.sk/d/h1koyDci4z3rc ). I also tried to save ...
1
vote
0answers
57 views

Distribution above pointplot

This is my first question here, so I'm sorry if I do something wrong. Also I'm fairly new to Mathematica (using 8). I've used it about 2 months. Only 2 weeks intensive. The rest was about ...
1
vote
0answers
47 views

Comparing data sets with fade transitions (Code speed-up)

I am using the utility below for data comparison. However, with my real (more complex) charts the processing is quite slow, so setting the Pause time under ...
1
vote
0answers
66 views

Mathematica 3-D plot (discrete/continous)

I want to visualize a 3-D function in Mathematica, Say F(x,y,z)=0, But there is a small difference here with typical z=f(x,y). Because of it's complexity, I decide to consider the z parameter as a ...
1
vote
0answers
76 views

Is it possible to mask a vector image?

I am trying to plot a contour plot within a non-rectangular region. I have seen in other posts techniques that involve calculating an interpolation function and using the RegionFunction command within ...
1
vote
0answers
56 views

Is there a relatively easy way to add the “Cone of Influence” to a waveletscalogram?

I am analyzing time series data using the ContinousWaveletTransform function, and plotting the results with WaveletScalogram. I would like to plot the cone of influence on top of the WaveletScalogram ...
1
vote
0answers
56 views

Problem with large values in ParametricPlot

I've got a question quite similar to No 18163:Problem with high parameter values in ParametricPlot, but the solution of that problem did not work for me. So I hope you may have another tip. I want to ...
1
vote
0answers
100 views

PlotLegends in ListContourPlot for triplet of data showing strange numbers

I am taking here just a modified example from the Mathematica documentation of ListContourPlot, because I have in principle the same problem: ...
1
vote
0answers
118 views

Table not working with Plot

Because NIntegrate[] does not support parallel computation out of the box, I'm doing a simplified version by breaking the integration limit into pieces and using ...
1
vote
0answers
253 views

Calculating the mean curvature of a surface - suggestions

I am attempting to calculate the mean curvature [1, 2] of a surface defined by a function of x and y. My function is rather ...
1
vote
0answers
496 views

PlotLegend Problem

I was using PlotLegend in Mathematica to label different data sets in a plot. But after generating the plot when saved / exported the image in pdf, gif or png ...
0
votes
0answers
111 views

How can I add standard deviation to my plot?

I have a plotted my forecasted and real data in one graph, but I can't figure out how to plot the standard deviation on the same graph. The following is the code I have used: ...
0
votes
0answers
98 views

Copy and pasted graphics are fuzzy

I have a function that creates a 2D line with filling to the axis. When I copy this graphic into word it is very fuzzy, so much so that the numbers and text are almost unreadable, not to mention the ...
0
votes
0answers
97 views

ListPlot and Union related question

This is the question that I got for my assignment: In a square room with 7 m-long sides, five people (black circles) have shot at random people. They all had two bullets and killed two people ...
0
votes
0answers
67 views

Error changing edge thickness in a GraphPlot

I'm having some problems with the Mathematica graphics inspector. I want to make a graph with the following code: ...
0
votes
0answers
153 views

Get data from user CDF

I am just starting with mathematica and need to sift through the things which I need for my project. I plan on developing an application that gets electrical system parameters like R,C,phase ...
0
votes
0answers
170 views

Alignment and Plot size problem in PopupMenu

I have three plots in an OpenerView named "PopupWindow", "MouseOver" . ...
0
votes
0answers
244 views

Unexpected result from contour plot - where is the color gradient?

When I plot a contour plot of my (in)famous code :P I get some unexpected results that I don't quite understand. My code (the one that has ...
-5
votes
0answers
80 views

Extracting points data from a 3D curve surface?

I have a 3D data sets, and I have used it to create a 3D plot, but some of the data points are errors and need to be removed. How I can I remove the bad points from the plot? ...