Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/jupyterviz/lib/js/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 16.7.2022 mit Größe 770 B image not shown  

Quelle  viz-tool-d3.js   Sprache: JAVA

 

window.requirejs.config( {
    paths : {
        d3 : 'https://d3js.org/d3.v5.min'
    }
} );

// A tool that ensures D3 is loaded, creates an SVG in which it can
// operate, and then calls the callback that can use D3 as it pleases.
//
// This is also therefore a very primitive visualization tool.
window.VisualizationTools.d3 = function ( element, json, callback ) {
    var container = document.createElement( 'div' );
    element.appendChild( container );
    require( [ 'd3' ], function ( d3 ) {
        // for some reason, this works, but actually constructing it
        // with document.createElement() doesn't.  no idea why.
        container.innerHTML = '';
        var svg = container.childNodes[0];
        callback( element, svg );
    } );
};

Messung V0.5
C=85 H=95 G=90

¤ Dauer der Verarbeitung: 0.2 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.