Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Substituting Values in Plot
Post: RE: Substituting Values in Plot

import numpy as np import matplotlib.pyplot as plt plt.clf() u=5; E=1000; w = np.linspace(0, 100000,100000) f1= ((w*u)/(np.sqrt(1+(((w*u)/E)**2)))) plt.plot(w, f1) axes = plt.gca() axes.set_xscale(...
Hotdog1 Data Science 2 3,104 Nov-11-2017, 08:07 PM
    Thread: Substituting Values in Plot
Post: Substituting Values in Plot

I have an equation I need to plot which generates correctly in another program but not in Python. The equation used in the other program is syms u; %logarithmic variable V1 =  %Equation  xaxis = logsp...
Hotdog1 Data Science 2 3,104 Nov-11-2017, 07:41 AM

User Panel Messages

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