This is a repository of DataMelt examples organized by topics and programming language. Guests can view the examples with the Free license. They can be found using the string "free license" in the left search form. Full DataMelt members can also view the code examples with the Pro license after login to the Member page. The protected from guests examples can be found using the string "pro license" in the left search form.
Nr | Output | Code | License | Description |
---|---|---|---|---|
1 | ![]() | Pro license | Two charts based on the HChart(Topic: Plots/2D) | |
2 | ![]() | Pro license | Four charts based on the HChart(Topic: Plots/2D) | |
3 | ![]() | Pro license | Pie charts based on the HChart(Topic: Plots/2D) | |
4 | ![]() | Pro license | Multiple objects and manually setting interactive keys with HKey(Topic: Plots/2D) | |
5 | ![]() | Pro license | HPlotXY canvas for analytic functions(Topic: Plots/2D) | |
6 | ![]() | Pro license | Show data and functions using WPlot canvas(Topic: Data arrays/P1D) | |
7 | ![]() | Pro license | Calculate derivative of X-Y data points and plot(Topic: Data arrays/P1D) | |
8 | ![]() | Pro license | A fit of a H1D histogram with Gaussian random numbers(Topic: Data fitting/jaida) | |
9 | ![]() | Free license | Non-linear fits using he Chi2 method with HFitter(Topic: Data fitting/hfitter) | |
10 | ![]() | Pro license | Non-linear fits with HFitter using signal+background assumption(Topic: Data fitting/hfitter) | |
11 | ![]() | Pro license | Fitting data using several Gaussian distributions added together(Topic: Data fitting/hfitter) | |
12 | ![]() | Pro license | Fitting data using Minuit and the Chi2 method(Topic: Data fitting/minuit) | |
13 | ![]() | Pro license | Fitting negative-binomial distribution wth analytic function(Topic: Data fitting/hfitter) | |
14 | ![]() | Pro license | Fitting data using a complex function (non-linear regression)(Topic: Data fitting/hfitter) | |
15 | ![]() | Free license | Show a F1D function in the range 1-10 using Groovy(Topic: Function/1D) | |
16 | ![]() | Free license | Show a F1D function in the range 1-10 using Groovy(Topic: Function/1D) | |
17 | ![]() | Free license | Show a F1D function in the range 1-10(Topic: Function/1D) | |
18 | ![]() | Free license | Show a F1D function in the range 1-10 using Ruby(Topic: Function/1D) | |
19 | ![]() | Pro license | A function (F1D) converted to H1D histogram(Topic: Function/1D) | |
20 | ![]() | Pro license | A function (F1D) converted to two custom histograms (H1D)(Topic: Function/1D) | |
21 | ![]() | Pro license | Several 1D functions on 2 pads(Topic: Function/1D) | |
22 | ![]() | Pro license | A function plotted in polar coordinates.(Topic: Data arrays/P1D) | |
23 | ![]() | Pro license | Crystal Ball function shown as a line(Topic: Function/Custom) | |
24 | ![]() | Pro license | Creating arbitrary function with expression builder(Topic: Function/1D) | |
25 | ![]() | Pro license | Showing a custom function using exp4j(Topic: Function/Custom) | |
26 | ![]() | Pro license | F1D integration using trapezium, Gauss, Richardson, Simpson methods(Topic: Function/1D) | |
27 | ![]() | Pro license | Minuit minimization using LogLikehood(Topic: Function/Minimization) | |
28 | ![]() | Pro license | Defining and plotting a non-parametric function(Topic: Function/Non-parametric) | |
29 | ![]() | Pro license | Defining a non-parametric function with 2 variables(Topic: Function/Non-parametric) | |
30 | ![]() | Pro license | Symbolic calculations using F1D (simplification)(Topic: Function/Symbolic) | |
31 | ![]() | Pro license | Special (beta) function shown as F1D(Topic: Function/Special) | |
32 | ![]() | Pro license | Symbolic calculations (integrate/differentiate)(Topic: Function/Symbolic) | |
33 | ![]() | Pro license | How to fill a profile histogram HProf1D(Topic: Histograms/Profile) | |
34 | ![]() | Pro license | Profile 2D histogram HProf1D on HPlot3D(Topic: Histograms/Profile) | |
35 | ![]() | Pro license | Write and read histograms using HBook(Topic: File IO/HBook) | |
36 | ![]() | Pro license | Fill profile histograms in Jaida(Topic: Histograms/Profile) | |
37 | ![]() | Pro license | Create and fill profile histograms in Jaida(Topic: Histograms/Profile) | |
38 | ![]() | Pro license | Fitting a profile histogram using Jaida(Topic: Data fitting/jaida) | |
39 | ![]() | Pro license | Data mining using a linear regression and predictions(Topic: Data mining/regression) | |
40 | ![]() | Pro license | 1D array converted and shown as a H1D histgrams.(Topic: Data arrays/P0D) | |
41 | ![]() | Free license | Chi2 comparison of X-Y points and a function (chi2, p-values)(Topic: Statistics/Tests) | |
42 | ![]() | Pro license | Random distribution according to a analysic function(Topic: Statistics/Random) | |
43 | ![]() | Pro license | Linear regression example. Show predictions and confidence range(Topic: Statistics/Regression) | |
44 | ![]() | Pro license | Linear regression example II(Topic: Statistics/Regression) | |
45 | ![]() | Pro license | Style for 2D. Plain article style (BG color)(Topic: Plots/2D) | |
46 | ![]() | Pro license | Article style (BG) with logo and highlighted region(Topic: Plots/2D) | |
47 | ![]() | Pro license | Style with log scales(Topic: Plots/2D) | |
48 | ![]() | Pro license | Presentation style for 2D plots (colors)(Topic: Plots/2D) | |
49 | ![]() | Pro license | A better article style (BG) with antialias(Topic: Plots/2D) | |
50 | ![]() | Pro license | Presentation style with logo and LaTeX equation(Topic: Plots/2D) | |
51 | ![]() | Pro license | Two plot regions with article style (BG) and antialias(Topic: Plots/2D) | |
52 | ![]() | Pro license | Presentation style with many colors and insert image(Topic: Plots/2D) | |
53 | ![]() | Pro license | A fancy article style (BG) for 2D plots(Topic: Plots/2D) | |
54 | ![]() | Pro license | Article style (BG) with log scale(Topic: Plots/2D) | |
55 | ![]() | Pro license | Article style with custom tick labels(Topic: Plots/2D) | |
56 | ![]() | Pro license | Article style (BG) with 3 plots(Topic: Plots/2D) | |
57 | ![]() | Pro license | Article style (BG) with an insert plot(Topic: Plots/2D) | |
58 | ![]() | Pro license | Symbolic regression solver based on genetic programming (GAP)(Topic: Artificial Intelligence/genetic programming) | |
59 | ![]() | Pro license | Symbolic regression solver based on genetic programming (GAP) in 2D case(Topic: Artificial Intelligence/genetic programming) | |
60 | ![]() | Pro license | Symbolic differentiation and integration using JSCL(Topic: Symbolic/JSCL) | |
61 | ![]() | Free license | Tutorial on data mining for java.net(Topic: Data mining/regression) | |
62 | ![]() | Pro license | Showing two functions with colors(Topic: Function/1D) | |
63 | ![]() | Free license | Special function using Apache Common Math(Topic: Function/Special) | |
64 | ![]() | Pro license | Fitting data using defined linear function(Topic: Data fitting/hfitter) | |
65 | ![]() | Free license | Differentiation using SymPy(Topic: Symbolic/Differentiation) | |
66 | ![]() | Pro license | Finding minimum in a function using JMinuit(Topic: Function/Minimization) | |
67 | ![]() | Pro license | Benchmark calculatons of functions using fastmath(Topic: Function/1D) | |
68 | ![]() | Free license | Showing multiple gaussian histograms with GROOT(Topic: Plots/2D) | |
69 | ![]() | Free license | Demo for GROOT plots and canvases(Topic: Plots/2D) | |
70 | ![]() | Pro license | Non-linear regression using fitter and visual representation(Topic: Data mining/Regression) |