Skip to content

Commit

Permalink
Merge pull request #248 from jschrier/my-pages
Browse files Browse the repository at this point in the history
My pagesdaniel Mullen & numpy arrays in Mathematica
  • Loading branch information
jschrier authored Nov 12, 2024
2 parents ca51f30 + 572085c commit 55ce663
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
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 ]
```

0 comments on commit 55ce663

Please sign in to comment.