MCPcopy Index your code

hub / github.com/jonnyhyman/Chaos / functions

Functions44 in github.com/jonnyhyman/Chaos

↓ 5 callersFunctionlinear_interp
(x, in_min, in_max, out_min, out_max, lim=True, dec=None)
logistic_interactive.py:118
↓ 5 callersMethodsetValues
(self, kind='')
logistic_interactive.py:518
↓ 4 callersMethodupdate_plot
(self)
logistic_interactive.py:649
↓ 3 callersMethodon_timer
(self, event)
logistic_zoom.py:381
↓ 3 callersFunctionpix2point
find the nearest pixel to point `ix`, `iy` in the plane with shape `shape` ovs is the oversampling factor for spatial antialiasing
logistic_mandelbrot.py:99
↓ 2 callersFunctionantialias
Core of spatial antialiasing
logistic_mandelbrot.py:156
↓ 2 callersFunctionbifurc_plot
(plt, y_vals, r=0, ipop=0.5, discard=64)
logistic_interactive.py:335
↓ 2 callersMethodclear
(self)
logistic_interactive.py:612
↓ 2 callersFunctioncobweb_plot
(plt, idx=-1, model=logistic_map, r=0, cobweb_x=0.5, function_n=1000,
logistic_interactive.py:224
↓ 2 callersMethodredraw_plots
redraw plots ; controlled by checkmarks
logistic_interactive.py:676
↓ 2 callersFunctionseries_plot
(plt, y_vals, idx=100, r=0, xall=False)
logistic_interactive.py:286
↓ 2 callersFunctionsimulate
create simulation data of bifurcation at various rates. performance can improve with parallel = True only at massive scales taken
logistic_zoom.py:86
↓ 2 callersFunctionzoom_plot
(target, RATES, ENDS, first=False)
logistic_zoom.py:208
↓ 1 callersMethod__init__
(self, app, parent=None)
logistic_interactive.py:563
↓ 1 callersMethodanimate_toggle
(self)
logistic_interactive.py:625
↓ 1 callersFunctioncamera_move
(camera, f, F)
logistic_mandelbrot.py:485
↓ 1 callersMethoddone
(self)
logistic_zoom.py:447
↓ 1 callersFunctionfeigen_lines
create rulers and labels at each feigenvalue
logistic_zoom.py:152
↓ 1 callersFunctionfeigen_ruler
add a `ruler` to plot to show distance between Bifurcations
logistic_zoom.py:120
↓ 1 callersFunctionffmpeg
Render the frames we have created into a ProRes mov
logistic_mandelbrot.py:37
↓ 1 callersFunctionfilter3d_core
Core of 3D smoothing algorithm
logistic_mandelbrot.py:64
↓ 1 callersFunctionget_cobweb_points
From pynamical `https://github.com/gboeing/pynamical` Calculate the vertices of cobweb lines for a cobweb plot. Steps in the calcula
logistic_interactive.py:184
↓ 1 callersFunctionget_function_points
From pynamical Calculate model results for n population values evenly spaced between start and end values. Arguments ---------
logistic_interactive.py:156
↓ 1 callersFunctionlinear_interp
linear interpolation function maps `x` between `in_min` -> `in_max` into `out_min` -> `out_max`
logistic_mandelbrot.py:91
↓ 1 callersFunctionlinear_interp
(x, in_min, in_max, out_min, out_max)
logistic_zoom.py:275
↓ 1 callersFunctionmake_mandelbrot
Create a 2D Mandelbrot set to use as a mask when we create the 3D mandelbrot dataset Can be faster if parallel=False for
logistic_mandelbrot.py:111
↓ 1 callersFunctionmake_triplebrot
Create the 3D dataset of Mandelbrot set / logistic map, dubbed `triplebrot` mask : precomputed 2D mandelbrot set to quickly exclude point
logistic_mandelbrot.py:172
↓ 1 callersMethodreset
(self)
logistic_interactive.py:618
↓ 1 callersFunctionsmooth
Camera smoothing function; essentially an ease in / ease out nonlinear interpolation
logistic_mandelbrot.py:477
↓ 1 callersFunctionsmooth
(f, start, end)
logistic_zoom.py:278
Method__init__
(self, variable='', parent=None)
logistic_interactive.py:390
Method__init__
(self, *args, **kwargs)
logistic_mandelbrot.py:441
Method__init__
(self, *args, **kwargs)
logistic_zoom.py:308
Methodanimate_plot
(self)
logistic_interactive.py:702
Functioncustom_axis_item_resizeEvent
custom implementation of AxisItem.resizeEvent to control `nudge` this overwrites the instance method for `AxisItem`
logistic_interactive.py:89
Functionfilter3d
3D smoothing algorithm to reduce Moire patterns
logistic_mandelbrot.py:84
MethodkeyPressEvent
(self, event)
logistic_interactive.py:638
Functionlogistic_map
From pynamical `https://github.com/gboeing/pynamical` Define the equation for the logistic map. Arguments --------- pop: f
logistic_interactive.py:134
Methodon_draw
(self, event)
logistic_zoom.py:343
Functionon_key_press
(event)
logistic_mandelbrot.py:574
Methodon_key_press
(self, event)
logistic_zoom.py:332
Functionon_mouse_move
(event)
logistic_mandelbrot.py:568
MethodresizeEvent
(self, event)
logistic_interactive.py:515
Functionupdate
(event)
logistic_mandelbrot.py:538