Search results
Results from the WOW.Com Content Network
graph-tool is a Python module for manipulation and statistical analysis of graphs (AKA networks). The core data structures and algorithms of graph-tool are implemented in C++ , making extensive use of metaprogramming , based heavily on the Boost Graph Library . [ 1 ]
Library Name License Free Supported Chart Types Supported Bar Chart Types Other Features Interactivity Rendering Technologies Databinding HTML 5 Canvas Line Timeline Scatter ...
This is the same count that is displayed in Special:Preferences. Global user contributions beta displays edit counts for all Wikimedia projects your account has edited on. Special:CentralAuth displays edit counts for every wiki your account has edited on. XTools Edit Counter, edit count for a user. Full-featured editor analysis tool.
Several tools with combined sampling and call-graph profiling. A set of visualization tools, VCG tools, uses the Call Graph Drawing Interface (CGDI) to interface with gprof. Another visualization tool that interfaces with gprof is KProf. Free/open source - BSD version is part of 4.2BSD and GNU version is part of GNU Binutils (by GNU Project) HWPMC
Free replacement for SPSS. QtiPlot: GUI, Python: proprietary: No 2004: May 31, 2017 / 0.9.9.11: Linux, Mac, Windows: Python scriptable R: Third party: GPL: Yes 1993: July 2, 2018 / 3.5.1("Feather Spray") Linux, Mac, Windows: In addition to base graphics, has a large number of graphics packages including lattice and ggplot2. [7] Interoperabile ...
NetworkX is suitable for operation on large real-world graphs: e.g., graphs in excess of 10 million nodes and 100 million edges. [ clarification needed ] [ 19 ] Due to its dependence on a pure-Python "dictionary of dictionary" data structure, NetworkX is a reasonably efficient, very scalable , highly portable framework for network and social ...
Finally the liborigin [1] library can also read .OPJ files such as by using the opj2dat script, which exports the data tables contained in the file. There is also a free component (Orglab) maintained by Originlab that can be used to create (or read) OPJ files. A free Viewer application is also available.
Python: Python profiling includes the profile module, hotshot (which is call-graph based), and using the 'sys.setprofile' function to trap events like c_{call,return,exception}, python_{call,return,exception}. Ruby: Ruby also uses a similar interface to Python for profiling. Flat-profiler in profile.rb, module, and ruby-prof a C-extension are ...