This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<meta name="description" content="D3byEX 8.7" /> | |
<meta charset="utf-8"> | |
<style> | |
</style> | |
<body> | |
<script src="http://d3js.org/d3.v3.min.js"></script> | |
<script> | |
var width = 960, height = 600; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from ij import IJ | |
from ij.plugin import Duplicator | |
# Datei: Weihnachtskarte_2014.py | |
# Autor: Michael Entrup ([email protected]) | |
# Beschreibung: Mit diesem Script kann man das Motiv der Weihnachtskarte unserer Arbeitsgruppe selber erstellen. | |
# Man benötigt nur Fiji [1] und schon kann es losgehen: | |
# 1. Im Menü 'Plugins > New > Macro' auswählen | |
# 2. Diesen Code in den Editor kopieren | |
# 3. Im Menü des Editor 'Language > Python' auswählen |