DMelt Guest links

Welcome to DataMelt (DMelt) examples!
Guest access

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.

Search result (reset search)

Looking for "F1D" keyword
Nr Output Code License Description
1Plots/2D:Two charts based on the HChartJython code Jython/Python

(View Code)

(View Output)

Pro
license
Two charts based on the HChart

(Topic: Plots/2D)
2Plots/2D:Four charts based on the HChartJython code Jython/Python

(View Code)

(View Output)

Pro
license
Four charts based on the HChart

(Topic: Plots/2D)
3Plots/2D:Pie charts based on the HChartJython code Jython/Python

(View Code)

(View Output)

Pro
license
Pie charts based on the HChart

(Topic: Plots/2D)
4Plots/2D:Multiple objects and manually setting interactive keys with HKeyJython code Jython/Python

(View Code)

(View Output)

Pro
license
Multiple objects and manually setting interactive keys with HKey

(Topic: Plots/2D)
5Plots/2D:HPlotXY canvas for analytic functionsJython code Jython/Python

(View Code)

(View Output)

Pro
license
HPlotXY canvas for analytic functions

(Topic: Plots/2D)
6Data arrays/P1D:Show data and functions using WPlot canvasJython code Jython/Python

(View Code)

(View Output)

Pro
license
Show data and functions using WPlot canvas

(Topic: Data arrays/P1D)
7Data arrays/P1D:Calculate derivative of X-Y data points and plotJython code Jython/Python

(View Code)

(View Output)

Pro
license
Calculate derivative of X-Y data points and plot

(Topic: Data arrays/P1D)
8Data fitting/jaida:A fit of a H1D histogram with Gaussian random numbersJython code Jython/Python

(View Code)

(View Output)

Pro
license
A fit of a H1D histogram with Gaussian random numbers

(Topic: Data fitting/jaida)
9Data fitting/hfitter:Non-linear fits using he Chi2 method with HFitterJython code Jython/Python

(View Code)

(View Output)

Free
license
Non-linear fits using he Chi2 method with HFitter

(Topic: Data fitting/hfitter)
10Data fitting/hfitter:Non-linear fits with HFitter using signal+background assumptionJython code Jython/Python

(View Code)

(View Output)

Pro
license
Non-linear fits with HFitter using signal+background assumption

(Topic: Data fitting/hfitter)
11Data fitting/hfitter:Fitting data using several Gaussian distributions added togetherJython code Jython/Python

(View Code)

(View Output)

Pro
license
Fitting data using several Gaussian distributions added together

(Topic: Data fitting/hfitter)
12Data fitting/minuit:Fitting data using Minuit and the Chi2 methodJython code Jython/Python

(View Code)

(View Output)

Pro
license
Fitting data using Minuit and the Chi2 method

(Topic: Data fitting/minuit)
13Data fitting/hfitter:Fitting negative-binomial distribution wth analytic functionJython code Jython/Python

(View Code)

(View Output)

Pro
license
Fitting negative-binomial distribution wth analytic function

(Topic: Data fitting/hfitter)
14Data fitting/hfitter:Fitting data using a complex function (non-linear regression)Jython code Jython/Python

(View Code)

(View Output)

Pro
license
Fitting data using a complex function (non-linear regression)

(Topic: Data fitting/hfitter)
15Function/1D:Show a F1D function in the range 1-10 using GroovyBeanShell code BeanShell

(View Code)

(View Output)

Free
license
Show a F1D function in the range 1-10 using Groovy

(Topic: Function/1D)
16Function/1D:Show a F1D function in the range 1-10 using GroovyGroovy code Groovy

(View Code)

(View Output)

Free
license
Show a F1D function in the range 1-10 using Groovy

(Topic: Function/1D)
17Function/1D:Show a F1D function in the range 1-10Jython code Jython/Python

(View Code)

(View Output)

Free
license
Show a F1D function in the range 1-10

(Topic: Function/1D)
18Function/1D:Show a F1D function in the range 1-10 using RubyJRuby code Ruby/JRuby

(View Code)

(View Output)

Free
license
Show a F1D function in the range 1-10 using Ruby

(Topic: Function/1D)
19Function/1D:A function (F1D) converted to H1D histogramJython code Jython/Python

(View Code)

(View Output)

Pro
license
A function (F1D) converted to H1D histogram

(Topic: Function/1D)
20Function/1D:A function (F1D) converted to two custom histograms (H1D)Jython code Jython/Python

(View Code)

(View Output)

Pro
license
A function (F1D) converted to two custom histograms (H1D)

(Topic: Function/1D)
21Function/1D:Several 1D functions on 2 padsJython code Jython/Python

(View Code)

(View Output)

Pro
license
Several 1D functions on 2 pads

(Topic: Function/1D)
22Data arrays/P1D:A function plotted in polar coordinates.Jython code Jython/Python

(View Code)

(View Output)

Pro
license
A function plotted in polar coordinates.

(Topic: Data arrays/P1D)
23Function/Custom:Crystal Ball function shown as a lineJython code Jython/Python

(View Code)

(View Output)

Pro
license
Crystal Ball function shown as a line

(Topic: Function/Custom)
24Function/1D:Creating arbitrary function with expression builderJython code Jython/Python

(View Code)

(View Output)

Pro
license
Creating arbitrary function with expression builder

(Topic: Function/1D)
25Function/Custom:Showing a custom function using exp4jJython code Jython/Python

(View Code)

(View Output)

Pro
license
Showing a custom function using exp4j

(Topic: Function/Custom)
26Function/1D:F1D integration using trapezium, Gauss, Richardson, Simpson methodsJython code Jython/Python

(View Code)

(View Output)

Pro
license
F1D integration using trapezium, Gauss, Richardson, Simpson methods

(Topic: Function/1D)
27Function/Minimization:Minuit minimization using LogLikehoodJython code Jython/Python

(View Code)

(View Output)

Pro
license
Minuit minimization using LogLikehood

(Topic: Function/Minimization)
28Function/Non-parametric:Defining and plotting a non-parametric functionJython code Jython/Python

(View Code)

(View Output)

Pro
license
Defining and plotting a non-parametric function

(Topic: Function/Non-parametric)
29Function/Non-parametric:Defining a non-parametric function with 2 variablesJython code Jython/Python

(View Code)

(View Output)

Pro
license
Defining a non-parametric function with 2 variables

(Topic: Function/Non-parametric)
30Function/Symbolic:Symbolic calculations using F1D (simplification)Jython code Jython/Python

(View Code)

(View Output)

Pro
license
Symbolic calculations using F1D (simplification)

(Topic: Function/Symbolic)
31Function/Special:Special (beta) function shown as F1DJython code Jython/Python

(View Code)

(View Output)

Pro
license
Special (beta) function shown as F1D

(Topic: Function/Special)
32Function/Symbolic:Symbolic calculations (integrate/differentiate)Jython code Jython/Python

(View Code)

(View Output)

Pro
license
Symbolic calculations (integrate/differentiate)

(Topic: Function/Symbolic)
33Histograms/Profile:How to fill a profile histogram HProf1DJython code Jython/Python

(View Code)

(View Output)

Pro
license
How to fill a profile histogram HProf1D

(Topic: Histograms/Profile)
34Histograms/Profile:Profile 2D histogram HProf1D on HPlot3DJython code Jython/Python

(View Code)

(View Output)

Pro
license
Profile 2D histogram HProf1D on HPlot3D

(Topic: Histograms/Profile)
35File IO/HBook:Write and read histograms using HBookJython code Jython/Python

(View Code)

(View Output)

Pro
license
Write and read histograms using HBook

(Topic: File IO/HBook)
36Histograms/Profile:Fill profile histograms in JaidaJava code Java

(View Code)

(View Output)

Pro
license
Fill profile histograms in Jaida

(Topic: Histograms/Profile)
37Histograms/Profile:Create and fill profile histograms in JaidaJava code Java

(View Code)

(View Output)

Pro
license
Create and fill profile histograms in Jaida

(Topic: Histograms/Profile)
38Data fitting/jaida:Fitting a profile histogram using JaidaJava code Java

(View Code)

(View Output)

Pro
license
Fitting a profile histogram using Jaida

(Topic: Data fitting/jaida)
39Data mining/regression:Data mining using a linear regression and predictionsJython code Jython/Python

(View Code)

(View Output)

Pro
license
Data mining using a linear regression and predictions

(Topic: Data mining/regression)
40Data arrays/P0D:1D array converted and shown as a H1D histgrams.Jython code Jython/Python

(View Code)

(View Output)

Pro
license
1D array converted and shown as a H1D histgrams.

(Topic: Data arrays/P0D)
41Statistics/Tests:Chi2 comparison of X-Y points and a function (chi2, p-values)Jython code Jython/Python

(View Code)

(View Output)

Free
license
Chi2 comparison of X-Y points and a function (chi2, p-values)

(Topic: Statistics/Tests)
42Statistics/Random:Random distribution according to a analysic functionJython code Jython/Python

(View Code)

(View Output)

Pro
license
Random distribution according to a analysic function

(Topic: Statistics/Random)
43Statistics/Regression:Linear regression example. Show predictions and confidence rangeJython code Jython/Python

(View Code)

(View Output)

Pro
license
Linear regression example. Show predictions and confidence range

(Topic: Statistics/Regression)
44Statistics/Regression:Linear regression example IIJython code Jython/Python

(View Code)

(View Output)

Pro
license
Linear regression example II

(Topic: Statistics/Regression)
45Plots/2D:Style for 2D. Plain article style (BG color)Jython code Jython/Python

(View Code)

(View Output)

Pro
license
Style for 2D. Plain article style (BG color)

(Topic: Plots/2D)
46Plots/2D:Article style (BG) with logo and highlighted regionJython code Jython/Python

(View Code)

(View Output)

Pro
license
Article style (BG) with logo and highlighted region

(Topic: Plots/2D)
47Plots/2D:Style with log scalesJython code Jython/Python

(View Code)

(View Output)

Pro
license
Style with log scales

(Topic: Plots/2D)
48Plots/2D:Presentation style for 2D plots (colors)Jython code Jython/Python

(View Code)

(View Output)

Pro
license
Presentation style for 2D plots (colors)

(Topic: Plots/2D)
49Plots/2D:A better article style (BG) with antialiasJython code Jython/Python

(View Code)

(View Output)

Pro
license
A better article style (BG) with antialias

(Topic: Plots/2D)
50Plots/2D:Presentation style with logo and LaTeX equationJython code Jython/Python

(View Code)

(View Output)

Pro
license
Presentation style with logo and LaTeX equation

(Topic: Plots/2D)
51Plots/2D:Two plot regions with article style (BG) and antialiasJython code Jython/Python

(View Code)

(View Output)

Pro
license
Two plot regions with article style (BG) and antialias

(Topic: Plots/2D)
52Plots/2D:Presentation style with many colors and insert imageJython code Jython/Python

(View Code)

(View Output)

Pro
license
Presentation style with many colors and insert image

(Topic: Plots/2D)
53Plots/2D:A fancy article style (BG) for 2D plotsJython code Jython/Python

(View Code)

(View Output)

Pro
license
A fancy article style (BG) for 2D plots

(Topic: Plots/2D)
54Plots/2D:Article style (BG) with log scaleJython code Jython/Python

(View Code)

(View Output)

Pro
license
Article style (BG) with log scale

(Topic: Plots/2D)
55Plots/2D:Article style with custom tick labelsJython code Jython/Python

(View Code)

(View Output)

Pro
license
Article style with custom tick labels

(Topic: Plots/2D)
56Plots/2D:Article style (BG) with 3 plotsJython code Jython/Python

(View Code)

(View Output)

Pro
license
Article style (BG) with 3 plots

(Topic: Plots/2D)
57Plots/2D:Article style (BG) with an insert plotJython code Jython/Python

(View Code)

(View Output)

Pro
license
Article style (BG) with an insert plot

(Topic: Plots/2D)
58Artificial Intelligence/genetic programming:Symbolic regression solver based on genetic programming (GAP)Jython code Jython/Python

(View Code)

(View Output)

Pro
license
Symbolic regression solver based on genetic programming (GAP)

(Topic: Artificial Intelligence/genetic programming)
59Artificial Intelligence/genetic programming:Symbolic regression solver based on genetic programming (GAP) in 2D caseJython code Jython/Python

(View Code)

(View Output)

Pro
license
Symbolic regression solver based on genetic programming (GAP) in 2D case

(Topic: Artificial Intelligence/genetic programming)
60Symbolic/JSCL:Symbolic differentiation and integration using JSCLJython code Jython/Python

(View Code)

(View Output)

Pro
license
Symbolic differentiation and integration using JSCL

(Topic: Symbolic/JSCL)
61Data mining/regression:Tutorial on data mining for java.netJython code Jython/Python

(View Code)

(View Output)

Free
license
Tutorial on data mining for java.net

(Topic: Data mining/regression)
62Function/1D:Showing two functions with colorsJython code Jython/Python

(View Code)

(View Output)

Pro
license
Showing two functions with colors

(Topic: Function/1D)
63Function/Special:Special function using Apache Common MathJython code Jython/Python

(View Code)

(View Output)

Free
license
Special function using Apache Common Math

(Topic: Function/Special)
64Data fitting/hfitter:Fitting data using defined linear functionJython code Jython/Python

(View Code)

(View Output)

Pro
license
Fitting data using defined linear function

(Topic: Data fitting/hfitter)
65Symbolic/Differentiation:Differentiation using SymPyJython code Jython/Python

(View Code)

(View Output)

Free
license
Differentiation using SymPy

(Topic: Symbolic/Differentiation)
66Function/Minimization:Finding minimum in a function using JMinuitJython code Jython/Python

(View Code)

(View Output)

Pro
license
Finding minimum in a function using JMinuit

(Topic: Function/Minimization)
67Function/1D:Benchmark  calculatons of functions using fastmathJython code Jython/Python

(View Code)

(View Output)

Pro
license
Benchmark calculatons of functions using fastmath

(Topic: Function/1D)
68Plots/2D:Showing multiple gaussian histograms with GROOTJava code Java

(View Code)

(View Output)

Free
license
Showing multiple gaussian histograms with GROOT

(Topic: Plots/2D)
69Plots/2D:Demo for GROOT plots and canvasesJava code Java

(View Code)

(View Output)

Free
license
Demo for GROOT plots and canvases

(Topic: Plots/2D)
70Data mining/Regression:Non-linear regression using fitter and visual representationJython code Jython/Python

(View Code)

(View Output)

Pro
license
Non-linear regression using fitter and visual representation

(Topic: Data mining/Regression)