Skip to content

schmoigl/isotypify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Isotypify

Create isotype visualizations in your browser — no coding required — or embed them in your own Observable notebooks.

Inspired by Otto and Marie Neurath's ISOTYPE system, built with Quarto, D3.js, and Observable JS.

Isotypify Your Data

Live: schmoigl.github.io/isotypify · Observable Notebook

Web editor

Open schmoigl.github.io/isotypify in your browser. Configure rows, colors, glyph shapes, and figure counts with the interactive controls, then download the result as a PNG — no installation needed.

A data-driven demo using Austrian time-use survey data is available at /demo.

Observable / code usage

Import makeIsoline from the Observable notebook to use it in your own notebooks:

import {makeIsoline} from "@schmoigl/isotypify-your-data"

makeIsoline({
  persPerLineValue: 20,
  data: [
    {
      key: "Women",
      value: 0.75,
      shapes: "abcdefg",
      fillHighlight: "#D62300",
      fillNormal: "#F5EBDC"
    }
  ]
})

Local development

git clone https://github.com/schmoigl/isotypify.git
cd isotypify
quarto preview

Technologies

  • Quarto — publishing system with Observable JS integration
  • D3.js — data handling and layout
  • Isotype Font — 234+ pictographic glyphs by Ric Stephens
  • Jost — headings and body text

Acknowledgements


Maintained by: @schmoigl | Organization: WIFO

About

Modern isotype visualizations inspired by Otto and Marie Neurath's ISOTYPE system. Built with Quarto, D3.js, and Observable.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors