Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: using two arrays to fit a third one - find coefficients
Post: using two arrays to fit a third one - find coeffic...

Hi everyone, I am new to python and coding so I am asking for your help. Let's say I have two arrays (x1 = 0... 100, y1 = 0.1.... 0.2 and same for x2 and y2 ), these are spectra I measured. I measu...
vaugirard Data Science 1 2,602 Jul-05-2018, 08:35 PM
    Thread: histogram with matplotlib
Post: RE: histogram with matplotlib

[Image: https://imgur.com/a/CkY66Zb] that worked... i wonder why
vaugirard Data Science 10 6,240 Jun-01-2018, 04:13 AM
    Thread: histogram with matplotlib
Post: RE: histogram with matplotlib

Help again ! I am using this python script to plot some nice error bars import numpy as np import matplotlib.pyplot as plt x = np.linspace(0, 2 * np.pi) y_sin = np.sin(x) y_cos = np.cos(x) plt.erro...
vaugirard Data Science 10 6,240 May-31-2018, 09:40 PM
    Thread: histogram with matplotlib
Post: RE: histogram with matplotlib

I used these instructions to upgrade to python3 and python35 in my mac ! https://machinelearningmastery.com/insta...-learning/ it worked very well :-)
vaugirard Data Science 10 6,240 May-31-2018, 04:21 AM
    Thread: histogram with matplotlib
Post: RE: histogram with matplotlib

I have a mac (OSX) so I usually write the scripts in this program called TextWrangler, then I just select "run in terminal" and it runs it for me. When I type $> ln -s /usr/bin/python it gi...
vaugirard Data Science 10 6,240 May-30-2018, 10:21 PM
    Thread: histogram with matplotlib
Post: RE: histogram with matplotlib

Thank you so much killerrex !!! How do I force in terminal to use python 3 instead of python 2?
vaugirard Data Science 10 6,240 May-30-2018, 09:37 PM
    Thread: histogram with matplotlib
Post: RE: histogram with matplotlib

This is what I get :-/ https://ufile.io/ee7wf the code compiles perfectly. I wonder if something in my python installation is wrong, and how to check.
vaugirard Data Science 10 6,240 May-09-2018, 11:59 PM
    Thread: histogram with matplotlib
Post: histogram with matplotlib

Hi everyone, I have tried the following code from the matplotlib tutorial. https://matplotlib.org/gallery/statistic...tures.html in my computer, but I don't get the same Gaussian fit by running the...
vaugirard Data Science 10 6,240 May-09-2018, 10:08 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020