Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/jonnyhyman/Chaos
/ functions
Functions
44 in github.com/jonnyhyman/Chaos
⨍
Functions
44
◇
Types & classes
4
↓ 5 callers
Function
linear_interp
(x, in_min, in_max, out_min, out_max, lim=True, dec=None)
logistic_interactive.py:118
↓ 5 callers
Method
setValues
(self, kind='')
logistic_interactive.py:518
↓ 4 callers
Method
update_plot
(self)
logistic_interactive.py:649
↓ 3 callers
Method
on_timer
(self, event)
logistic_zoom.py:381
↓ 3 callers
Function
pix2point
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 callers
Function
antialias
Core of spatial antialiasing
logistic_mandelbrot.py:156
↓ 2 callers
Function
bifurc_plot
(plt, y_vals, r=0, ipop=0.5, discard=64)
logistic_interactive.py:335
↓ 2 callers
Method
clear
(self)
logistic_interactive.py:612
↓ 2 callers
Function
cobweb_plot
(plt, idx=-1, model=logistic_map, r=0, cobweb_x=0.5, function_n=1000,
logistic_interactive.py:224
↓ 2 callers
Method
redraw_plots
redraw plots ; controlled by checkmarks
logistic_interactive.py:676
↓ 2 callers
Function
series_plot
(plt, y_vals, idx=100, r=0, xall=False)
logistic_interactive.py:286
↓ 2 callers
Function
simulate
create simulation data of bifurcation at various rates. performance can improve with parallel = True only at massive scales taken
logistic_zoom.py:86
↓ 2 callers
Function
zoom_plot
(target, RATES, ENDS, first=False)
logistic_zoom.py:208
↓ 1 callers
Method
__init__
(self, app, parent=None)
logistic_interactive.py:563
↓ 1 callers
Method
animate_toggle
(self)
logistic_interactive.py:625
↓ 1 callers
Function
camera_move
(camera, f, F)
logistic_mandelbrot.py:485
↓ 1 callers
Method
done
(self)
logistic_zoom.py:447
↓ 1 callers
Function
feigen_lines
create rulers and labels at each feigenvalue
logistic_zoom.py:152
↓ 1 callers
Function
feigen_ruler
add a `ruler` to plot to show distance between Bifurcations
logistic_zoom.py:120
↓ 1 callers
Function
ffmpeg
Render the frames we have created into a ProRes mov
logistic_mandelbrot.py:37
↓ 1 callers
Function
filter3d_core
Core of 3D smoothing algorithm
logistic_mandelbrot.py:64
↓ 1 callers
Function
get_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 callers
Function
get_function_points
From pynamical Calculate model results for n population values evenly spaced between start and end values. Arguments ---------
logistic_interactive.py:156
↓ 1 callers
Function
linear_interp
linear interpolation function maps `x` between `in_min` -> `in_max` into `out_min` -> `out_max`
logistic_mandelbrot.py:91
↓ 1 callers
Function
linear_interp
(x, in_min, in_max, out_min, out_max)
logistic_zoom.py:275
↓ 1 callers
Function
make_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 callers
Function
make_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 callers
Method
reset
(self)
logistic_interactive.py:618
↓ 1 callers
Function
smooth
Camera smoothing function; essentially an ease in / ease out nonlinear interpolation
logistic_mandelbrot.py:477
↓ 1 callers
Function
smooth
(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
Method
animate_plot
(self)
logistic_interactive.py:702
Function
custom_axis_item_resizeEvent
custom implementation of AxisItem.resizeEvent to control `nudge` this overwrites the instance method for `AxisItem`
logistic_interactive.py:89
Function
filter3d
3D smoothing algorithm to reduce Moire patterns
logistic_mandelbrot.py:84
Method
keyPressEvent
(self, event)
logistic_interactive.py:638
Function
logistic_map
From pynamical `https://github.com/gboeing/pynamical` Define the equation for the logistic map. Arguments --------- pop: f
logistic_interactive.py:134
Method
on_draw
(self, event)
logistic_zoom.py:343
Function
on_key_press
(event)
logistic_mandelbrot.py:574
Method
on_key_press
(self, event)
logistic_zoom.py:332
Function
on_mouse_move
(event)
logistic_mandelbrot.py:568
Method
resizeEvent
(self, event)
logistic_interactive.py:515
Function
update
(event)
logistic_mandelbrot.py:538