Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Data visualization is important for statistical analysis, as it helps convey information efficiently and shed lights on the hidden patterns behind data in a visual context. It is particularly helpful to display circular data in a two-dimensional space to accommodate its nonlinear support space and reveal the underlying circular structure which is otherwise not obvious in one-dimension. In this article, we first formally categorize circular plots into two types, either height- or area-proportional, and then describe a new general methodology that can be used to produce circular plots, particularly in the area-proportional manner, which in our opinion is the more appropriate choice. Formulas are given that are fairly simple yet effective to produce various circular plots, such as smooth density curves, histograms, rose diagrams, dot plots, and plots for multiclass data. Supplemental materials for this article are available online.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Figures in scientific publications are critically important because they often show the data supporting key findings. Our systematic review of research articles published in top physiology journals (n = 703) suggests that, as scientists, we urgently need to change our practices for presenting continuous data in small sample size studies. Papers rarely included scatterplots, box plots, and histograms that allow readers to critically evaluate continuous data. Most papers presented continuous data in bar and line graphs. This is problematic, as many different data distributions can lead to the same bar or line graph. The full data may suggest different conclusions from the summary statistics. We recommend training investigators in data presentation, encouraging a more complete presentation of data, and changing journal editorial policies. Investigators can quickly make univariate scatterplots for small sample size studies using our Excel templates.
Attribution-NonCommercial 4.0 (CC BY-NC 4.0)https://creativecommons.org/licenses/by-nc/4.0/
License information was derived automatically
Raw gaze, interview and other data from 50 secondary school students (grade 10 - 12) solving statical graph tasks: estimating or comparing the mean from histograms, case-value plots, (stacked) dotplots and horizontal histograms. It contains some processed data. Furthermore, it contains all relevant information needed to reproduce or replicate this data collection process, for example, the design of the data collection, html-files with the webpages that were used, letters to participants, sizes and screen shots of AOIs, heatmaps and static gazeplots. Also: transcripts, legends, overview of tasks. (Note, these data are not processed for a specific article)
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Description. The NetVote dataset contains the outputs of the NetVote program when applied to voting data coming from VoteWatch (http://www.votewatch.eu/).
These results were used in the following conference papers:
Source code. The NetVote source code is available on GitHub: https://github.com/CompNet/NetVotes.
Citation. If you use our dataset or tool, please cite article [1] above.
@InProceedings{Mendonca2015,
author = {Mendonça, Israel and Figueiredo, Rosa and Labatut, Vincent and Michelon, Philippe},
title = {Relevance of Negative Links in Graph Partitioning: A Case Study Using Votes From the {E}uropean {P}arliament},
booktitle = {2\textsuperscript{nd} European Network Intelligence Conference ({ENIC})},
year = {2015},
pages = {122-129},
address = {Karlskrona, SE},
publisher = {IEEE Publishing},
doi = {10.1109/ENIC.2015.25},
}
-------------------------
Details. This archive contains the following folders:
-------------------------
License. These data are shared under a Creative Commons 0 license.
Contact. Vincent Labatut <vincent.labatut@univ-avignon.fr> & Rosa Figueiredo <rosa.figueiredo@univ-avignon.fr>
https://spdx.org/licenses/etalab-2.0.htmlhttps://spdx.org/licenses/etalab-2.0.html
Main publication Poll report and form on HAL Authors The raw data was generated by the poll respondents The authors of this Dataset, excluding Vlad Visan, are such respondents. There are also other respondents who chose to remain anonymous The script was written by Vlad Visan The raw format was adapted to a numerical format by Vlad Visan Overall description A poll took place in February 2024, to understand the administrative burden of using Galaxy, specifically for small-scale admins. Context Useful to anyone considering using Galaxy Done as part of the technology monitoring phase of the "Gestionnaire de workflows" (Workflow Management System) project of the OSUG LabEx File descriptions raw_data_names_removed.tsv Raw poll answers. With any personally identifiable information redacted. SSA-Poll-19-Feb-2024-Filtered-Numerical.tab This numerically filtered format is required by the script The transformation could be done automatically in the future, but there are some subtleties: "-1" denotes "ignore/invalid" Some empty answers have to manually be converted to "0" I manually changed one answer that was "0" to "-1" after reading the associated comment which made it clear that "invalid" was more appropriate numericalCsvImportAndGenerateCharts.R The script parses the data, and creates one distribution/histogram graph per column It expects a filtered version, with only the numerical fields. Form-V2.pdf Survey questions, with several errors corrected: End-user assistance questions were worded wrongly Various spelling/wording mistakes
https://darus.uni-stuttgart.de/api/datasets/:persistentId/versions/1.0/customlicense?persistentId=doi:10.18419/DARUS-4238https://darus.uni-stuttgart.de/api/datasets/:persistentId/versions/1.0/customlicense?persistentId=doi:10.18419/DARUS-4238
This repository entails the data and Pythoncode for the publication "Dynamics of Lagrangian Sensor Particles: The Effect of Non-Homogeneous Mass Distribution" in the journal "Processes". In the following a brief introduction and guide based on the folders in the repository is laid out. More code specific instructions can be found in the respective codes. 01 --> The tracking always begins with the same 01_milti[...] folder in which the python code with OpenCV algorithm is located. For tracking the tracking to work certain directories are required in which the raw images are to be stored (separate from anything else) as well as a directory in which the results are to be save (not the same directory as the raw data). After tracking is completed for all respective experiments and the results directories are adequately labelled and stored any of the other code files can be used for respective analyses. The order of folders beyond the first 01 directory has no relevance to the order of evaluation however can ease the understanding of evaluated data if followed. 02 --> Evaluation of amount of circulations and respective circulation time in experimental vat. (code can be extended to calculate the circulation time based on the various plains that are artificially set) 03 --> Code for the calculation of the amount of contacts with the vat floor. Code requires certain visual evaluations based on the LP trajectories, as the plain/barrier for the contact evaluation has to be manually set. 04 --> Contains two codes that can be applied to results data to combine individual results into larger more processable arrays within python 05 --> Contains the code to plot the trajectory of single experiments of Lagrangian particles based on their positional results and velocity at respective position, highlighting the trajectory over the experiment. 06 --> Condes to create 1D histograms based on the probability density distribution and velocity distributions in cumulative experiments. 07 --> Codes for plotting the 2D probability density distribution (2D Histograms) of Lagrangian Particles based on the cumulative experiments. Code provides values for the 2D grid, plotting is conducted in Origin Lab or similar graphing tools, graphing can also be conducted in python whereby the seaborn (matplotlib) library is suggested. 08 --> Contain the code for the dimensionless evaluation of the results based on the respective Stokes number approaches and weighted averages. 2D histograms are also vital to this evaluation, whereby the plotting is again conducted in Origin Lab as values are only calculated in code. 09 --> Directory does not contain any python codes but instead contains the respective Origin Lab files for the graphing, plotting and evaluation of results calculated via python is given. Respective tables, histograms and heat maps are hereby given to be used as templates if necessary. The project used the Origin 2023 (64-bit) version, if no Origin license is available then Origin Lab provides a free Origin Viewer with which the projects can be opened and viewed. (https://www.originlab.com/viewer/)
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
This project provides an automatic image data extractor that can extract curve graphs, line graphs, and histograms to accelerate data collection in the field of materials science.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Pass measurements.csv This dataset contains the pass-level metrics calculated from each pass. It includes the following information: subject number, field number, pass number, steering type, unique pass identification number, time (s), speed (kph), distance (m), number of stressful events, stressful event rate, magnitude all stressful events (uS), magnitude/stressful event (uS), duration all stressful events (s), duration/stressful event (s), area under curve all stressful events (uS-s), area under curve/stressful event (uS-s), XTE SD (cm), number of zero crossings, zero crossing/min. Stressful events dataset.csv This file contains data from each stressful event. It includes the following information: valley EDA (uS), peak EDA (uS), magnitude (uS), duration (s), area under curve (uS-S), field number, pass number, subject number, and steering type. Steering performance datasets.csv This file contains the 5-Hz or 2-Hz data from each pass that was used to evaluate steering performance. It includes the following information: unique pass identification number, pass time (s), x (m), y (m), speed (kph), XTE (cm), field number, pass number, subject number, steering type. This may be a useful dataset to analyze the position and speed of sprayers in fields. Histograms datasets.csv This file contains the datasets for the histogram graph (Figure 7). It includes the following information: XTE bin left edge (cm), XTE bin right edge (cm), S1, S2, S3, S4 frequencies of measurements within those bins. Literature steering performance dataset.csv This file contains the data used for the graph that compares the steering performance results from this study to those reported in the literature. It includes the following information: first author, year, steering type, steering metric type, speed (kph), SD speed (kph), steering metric value (cm), SD steering metric (cm), comment.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Numerical data used to generate graphs and histograms (Fig 2A–2C, S2B–S2G, 3C, S3A–S3B, S4A–S4D, S5, S6A–S6H, S7B–S7C, S8A–S8B, 4B–4C, S8C–S8D, 5, 7A, 7B, 7D, 8A, 8E, S11).
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
The normal distribution of residential land prices in 2014–2017. (ZIP)
CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
License information was derived automatically
Figures containing a histogram of frequency of effect sizes on AG and BG herbivores and a funnel plot of effect size and sample sizes indicating absence of publication bias.
Not seeing a result you expected?
Learn how you can add new datasets to our index.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Data visualization is important for statistical analysis, as it helps convey information efficiently and shed lights on the hidden patterns behind data in a visual context. It is particularly helpful to display circular data in a two-dimensional space to accommodate its nonlinear support space and reveal the underlying circular structure which is otherwise not obvious in one-dimension. In this article, we first formally categorize circular plots into two types, either height- or area-proportional, and then describe a new general methodology that can be used to produce circular plots, particularly in the area-proportional manner, which in our opinion is the more appropriate choice. Formulas are given that are fairly simple yet effective to produce various circular plots, such as smooth density curves, histograms, rose diagrams, dot plots, and plots for multiclass data. Supplemental materials for this article are available online.