Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: periodic boundary contions
Post: periodic boundary contions

Hi all I want to add periodic boundary conditions to the plot below. Conditions: If x>pi then x=x - 2*pi if x<-pi then x=x + 2* pi If z>pi then z=z - 2 * pi if z<-pi then z=z + 2* pi ...
grknkilicaslan General Coding Help 1 1,916 Jul-18-2020, 08:09 PM
    Thread: periodically plotting
Post: periodically plotting

Hi all, I want to arrange the limits of axis periodically while plotting. I mean, I want to set limits as[-pi,pi] but when the curve comes to 3pi/2, it should be shown on the -pi/2. How can I do that...
grknkilicaslan General Coding Help 2 19,613 Jul-17-2020, 02:56 PM
    Thread: showing only desired part of a plot
Post: showing only desired part of a plot

Hi, I do simply have a plot but I need to show only a specific part of that plot. When I run the code below, it shows all possible results but I need only the part between y=-3 and y=3 also x=-3 and x...
grknkilicaslan General Coding Help 1 2,353 Jul-10-2020, 03:16 PM
    Thread: showing all parts in the boundaries when plotting
Post: showing all parts in the boundaries when plotting

Hi everybody, When I was plotting according to the code below, it gives the result between -60 and 20 on the x-axis but I want only the part between -3 and 3. I tried ax = plt.gca() ax.set_ylim([-3,3...
grknkilicaslan General Coding Help 1 1,417 Jul-10-2020, 12:59 PM
    Thread: plotting from 3 differential equations
Post: plotting from 3 differential equations

Hi, I do not know how to get x-z plot from the equations below. I tried many ways but I could not achieve it. This is very important for my research. Thank you dtheta/dt = -(1/2)*(cos(x)*cos(z)+sin(...
grknkilicaslan General Coding Help 1 1,639 Jul-08-2020, 11:47 AM

User Panel Messages

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