Releases: sumagnadas/graph-plotter
Options for customizing the window added
- 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.
- The theme of the window can changed to Light or Dark. Light theme is the default theme of the window.
- More options for customization and Snap version for Linux users coming soon.
Added "Remove Button" for each of the added point
- Added a "Remove" button to each of the added point
- Added shortcut keys to most of the buttons in the GUI
- Some more features coming soon!!
Added support for drawing open figures
- Added a checkbox under the "Save" button for toggling the closed figures option off or on
- Added two more tests accordingly
- Fixed the distance option in the "Extra Info" dropdown
Graph Plotter
Minimalistic graph plotter with a GUI for plotting graphs/shapes from the coordinates of the points
It has the following features :-
- Plot a line/shape from inputted coordinates live in the application.
- Save the graph to a location on your computer after drawing the desired shape.
- Get extra information about the shape inside the
Extra Info
drop-down. - 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
Changes in this version of beta -
-
Added support for drawing shapes with infinite amount of sides,
-
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,
-
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,
-
Remade the GUI of the application.
More change to the GUI and the application coming soon.
Basic GUI
The basic implementation of the graph plotter using Qt and pycairo.