blob: fa20446fef67952c523f0d7c119ab7aeb8ff9fcb [file] [log] [blame]
################################################################################
# Copyright (c) 2010, 2021 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the terms
# of the MIT License which is available at https://opensource.org/licenses/MIT
#
# SPDX-License-Identifier: MIT
################################################################################
set terminal svg
#set grid back
set nokey
set xrange [0.5:6.5]
set yrange [0:0.25]
set xlabel "x"
set ylabel "uniform(real a, b)"
set label "uniform(1.0, 6.0)" at 3.5, 0.18
#set samples 2000
set output "cont_uni.svg"
set style data lines
plot "cont_uni1.dat" using 1:2 linetype 1, \
"cont_uni2.dat" using 1:2 with points linetype 1 pt 6