User Portlet
Discussions |
---|
Hello, I have a problem regarding the color of my plots. This is my code. You can find the used data in the attachment. dataOffOffOff = Import["Final/Resonance/(03.08.2015)(12-30-46).FreqScan.Data.txt", "Table"]; dataOnOffOff =... |
Hi, I want to fit a sinc function to the data, you can find in the attachment. This is what I've done so far: In[2]:= a245temp = Import["Desktop/A245_temp.txt", "Table"]; In[95]:= ListPlot[a245temp, PlotRange -> All, Frame ->... |
If I have a list like follows, how do i Plot it. In the first column there are the x values, in the second the y(x) and in the last one the errors of y(x). Can I use ErrorListPlot? Can I just give the function a list of 3-tuple with... |
[mcode]ListPlot[{1000,3.7675e-39}, {1100,4.55867e-39}, {1200,5.42519e-39}, {1300,6.36707e-39}, {1400,7.38429e-39}, {1500,8.47686e-39}, {1600,9.64479e-39}, {1700,1.08881e-38}, {1800,1.22067e-38}, {1900,1.36007e-38}, {2000,1.507e-38},... |