Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My pagesdaniel Mullen & numpy arrays in Mathematica #248

Merged
merged 3 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions _posts/2024-04-24-Victor-Vasarely.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ I saw an epic retrospective on [Vasarely](https://en.wikipedia.org/wiki/Victor_V
- Related: [Bridget Riley - Movement in Squares and Circles](https://mathematica.stackexchange.com/questions/302187/bridget-riley-movement-in-squares-and-circles)
- [Sliceforms](https://mathematica.stackexchange.com/questions/297114/how-can-we-produce-sliceforms)--tl;dr use `SliceContourPlot3D` for 3d and `ImageForwardTransformation` in 2D
- [Colored cuboids](https://mathematica.stackexchange.com/questions/297922/reproducing-two-of-victor-vasarelys-colored-cuboids-eroed-per-and-gestalt-bleu)

# Parerga and Paralipomena

- [Daniel Mullen](https://danielmullen.info) (Amsterdam, 1985-) does paintings within this tradition (via [Colossal article](https://www.thisiscolossal.com/2024/11/daniel-mullen-geometric-paintings/))
12 changes: 12 additions & 0 deletions _posts/2024-11-06-Reading-numpy-arrays-in-Mathematica.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Reading numpy arrays in Mathematica"
date: 2024-11-06
tags: mathematica python
---

One can read relatively simple numpy arrays that contain only numeric datatypes (NPY version 1.0) in Mathematica using a function written by [Luca Robbiano](https://github.com/lr94/NumPyArray):

```
<< "https://raw.githubusercontent.com/lr94/NumPyArray/refs/heads/master/NumPyArray.wl"
ReadNumPyArray[ file ]
```
Loading