# QuickErrorPlot **Repository Path**: mirrors_ntadej/QuickErrorPlot ## Basic Information - **Project Name**: QuickErrorPlot - **Description**: A Mathematica package to plot data with error bars and a legend. - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README QuickErrorPlot package for Mathematica ====================================== QuickErrorPlot is a simple Mathematica package used to plot 4-column data (x, y, dx, dy) with errorbars and a legend. Tested with Wolfram Mathematica 8. Get QuickErrorPlot ------------------- You can download QuickErrorPlot from the 'Downloads' section or using Git: $ git clone git://github.com/ntadej/QuickErrorPlot.git Then copy QuickErrorPlot.m to Applications folder of your Mathematica configuration (e.g. ~/.Mathematica/Applications). Commands ------------ Import the package to your notebook: Needs["QuickErrorPlot`"] You can then run help commands to learn more about the package: ?QuickErrorPlot ?QuickFit ?QuickFitPlot Copyright info -------------- Copyright (C) 2012 Tadej Novak This project may be used under the terms of the BSD license that can be fount in LICENSE.txt.