Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using LINEST for non-linear curve fitting
- Cubic Splines
- Using LinEst() on data with gaps
- Intersections, interpolations, and rotations
- Continuous Beams With Spring Supports by Macaulay’s Method
- ULS Design Functions 2.13
- Smart Indenter and Excel 2013
- Buckling of columns with varying cross section
- Frame Analysis with Excel - 3, Continuous beam or frame
- Converting from global to local coordinates (and vice versa)
Recent Comments
Tag Archives: Mandelbrot animation
High definition Mandelbrot
There have been several posts here about generating animations of the Mandelbrot set, most recently at Display Matplotlib animations in Excel, but using standard 64 bit floats you rapidly run out of precision. However, using arbitrary precision arithmetic, and with sufficient … Continue reading
Posted in Bach, Computing - general, Newton
Tagged Arbitrary precision, Beethoven, Mandelbrot animation, Mandelbrot Set
Leave a comment
Display Matplotlib animations in Excel
The latest version of pyxll (5.4.0) allows animations generated in Matplotlib to be simply copied to Excel. A spreadsheet with the examples shown below, and the associated Python code can be downloaded from: Animations2.zip The screenshot below shows the simple … Continue reading
Posted in Animation, Drawing, Excel, Link to Python, Maths, Newton, NumPy and SciPy, PyXLL, UDFs
Tagged animation, Excel, Mandelbrot animation, Mandelbrot Set, MatPlotlib, Python, PyXLL, UDFs
3 Comments
Animations from VBA
A convenient way to create an animation in Excel is to create on-sheet formulas or user defined functions to generate the required data, then use VBA to iterate through the range of input values so that the chart or image … Continue reading
Posted in Animation, Excel, Link to Python, Maths, Newton, PyXLL, UDFs, VBA
Tagged animation, Excel, Mandelbrot animation, Sleep function, smallscroll, VBA
1 Comment