-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f68a816
commit e8924a4
Showing
10 changed files
with
41 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Geomag data drawer is a software tool designed to build diagrams based on tabular data. It was originally created as a means of visualizing the results of experimental measurements; can still be used for this purpose. | ||
|
||
Geomag data drawer supports the Microsoft Office Excel spreadsheets, tabular data in Windows CSV format and data extraction from files of text formats. The app can generate tabular data by running a given numerical range through analytically given function. Finally, it is possible to use text data from the clipboard for plotting. | ||
|
||
In terms of data visualization and processing, Geomag data drawer provides the following main features: | ||
- Construction of diagrams according to the presented data. | ||
- Generation of data for plotting curves from an analytically given function. | ||
- Editing diagram data in the built-in editor. | ||
- Saving data files in Windows CSV format and as raw tabular data. | ||
- Customization of most of the graphic characteristics of diagrams: sizes, placement, colors, fonts, lines, markers, etc. | ||
- Setting your own coordinate plane and independent use of data columns as abscissas and ordinates for each dependence under study. | ||
- Adding additional graphic objects: text labels, rectangles, ellipses and lines. | ||
- Saving diagrams in graphic format .png with the ability to set a sufficiently large output size. This allows you to overcome the limitations of raster graphics when further using the image. | ||
- Saving diagrams in vector formats .svg version 1.1 and .emf, if it is necessary to avoid losses when inserting an image into a printed document, or additional editing of the generated diagram in a vector graphics editor is required. | ||
|
||
Implementation as a standalone application, support for all basic features for editing, building and designing diagrams, flexible settings system, bilingual interface, as well as the ability to store data in its own format eliminates the need to install additional software systems. Therefore, Geomag data drawer can be considered a very useful tool for processing and visualizing tabular data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Geomag data drawer – программное средство, предназначенное для построения диаграмм на основе табличных данных. Изначально создавался как средство визуализации результатов экспериментальных измерений; может и сейчас быть использован с этой целью. | ||
|
||
Geomag data drawer поддерживает таблицы Microsoft Office Excel, данные в формате Windows CSV и извлечение данных из файлов текстовых форматов. Программа может генерировать данные диаграммы путём прогона заданного числового диапазона через аналитически заданную функцию. Наконец, возможно использование текстовых данных из буфера обмена для построения диаграмм. | ||
|
||
В части визуализации и обработки данных Geomag data drawer обеспечивает следующие основные возможности: | ||
- Построение диаграмм по представленным данным. | ||
- Генерация данных для построения кривых по аналитически заданной функции. | ||
- Редактирование данных диаграммы во встроенном редакторе. | ||
- Сохранение файлов данных в формате Windows CSV и формате произвольных табличных данных. | ||
- Настройка большинства графических характеристик диаграмм: размеров, размещения, цветов, шрифтов, линий, маркеров и т.д. | ||
- Задание собственной координатной плоскости и независимое использование столбцов данных в качестве абсцисс и ординат для каждой исследуемой зависимости. | ||
- Добавление дополнительных графических объектов: текстовых подписей, прямоугольников, эллипсов и линий. | ||
- Сохранение диаграмм в графическом формате .png с возможностью задания достаточно большого выходного размера. Это позволяет преодолеть ограничения растровой графики при дальнейшем использовании изображения. | ||
- Сохранение диаграмм в векторных форматах .svg версии 1.1 и .emf, если необходимо избежать потерь при вставке изображения в печатный документ, или требуется дополнительное редактирование сформированной диаграммы в редакторе векторной графики. | ||
|
||
Реализация в качестве отдельного приложения, поддержка всех основных возможностей по редактированию, построению и оформлению диаграмм, гибкая система управления, двуязычный интерфейс, а также возможность хранения данных в собственном формате снимает необходимость установки дополнительных программных комплексов. Поэтому Geomag data drawer можно считать весьма полезным инструментом обработки и визуализации табличных данных |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
_Changes for v 5.5.5_: | ||
- The offline quick help has been discontinued; | ||
_Changes for v 5.5.6_: | ||
- Added a new version of offline help; | ||
- Completed the process of version control unification; | ||
- Fixed problem with `NaN` values on systems with non-English localizations; | ||
- MSO Excel support libraries updated to v 3.6; | ||
- The translation of the complete user guide for the app to English has been completed | ||
- Fixed problem with `NaN` values on systems with non-English localizations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters