Skip to content
This repository has been archived by the owner on Oct 12, 2020. It is now read-only.

Releases: sumagnadas/graph-plotter

Options for customizing the window added

15 Jun 13:37
Compare
Choose a tag to compare
  1. The colors of the graph, like the background color, the grid color and the color of the lines to be drawn, can now be changed.
  2. The theme of the window can changed to Light or Dark. Light theme is the default theme of the window.
  3. More options for customization and Snap version for Linux users coming soon.

Added "Remove Button" for each of the added point

22 May 09:12
Compare
Choose a tag to compare
  1. Added a "Remove" button to each of the added point
  2. Added shortcut keys to most of the buttons in the GUI
  3. Some more features coming soon!!

Added support for drawing open figures

19 May 21:39
Compare
Choose a tag to compare
  1. Added a checkbox under the "Save" button for toggling the closed figures option off or on
  2. Added two more tests accordingly
  3. Fixed the distance option in the "Extra Info" dropdown

Graph Plotter

04 May 16:19
Compare
Choose a tag to compare

Minimalistic graph plotter with a GUI for plotting graphs/shapes from the coordinates of the points

It has the following features :-

  1. Plot a line/shape from inputted coordinates live in the application.
  2. Save the graph to a location on your computer after drawing the desired shape.
  3. Get extra information about the shape inside the Extra Info drop-down.
  4. Get the lengths of the line from a point to another one in a separate window.(Accessible from the Extra Info tab)

This is the first release of the application so more features will be coming in this application like opening a graph from a picture, drawing multiple lines and shape in the same graph, etc.

Support for drawing shapes with innumerable sides added

02 May 22:41
Compare
Choose a tag to compare

Changes in this version of beta -

  1. Added support for drawing shapes with infinite amount of sides,

  2. Added a button for showing extra information about the shape(or line) being drawn like length of the sides(or the line), Number of sides of the shape, sum total of all the angles of the shape,

  3. Length of the sides are shown in a different window. It can be seen by pressing the button 'Open' button beside the "Length of the sides :" in the Extra Info dropdown,

  4. Remade the GUI of the application.

More change to the GUI and the application coming soon.

Basic GUI

21 Apr 11:57
Compare
Choose a tag to compare
Basic GUI Pre-release
Pre-release

The basic implementation of the graph plotter using Qt and pycairo.