Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aelias36 committed Aug 28, 2022
2 parents fc49281 + 0481979 commit 0145711
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ Create paper-quality vector graphics geometry diagrams in 2D and 3D
* Circle
* Cone
* Cylinder
* Cylinder Line (for connecting two cylinders)
* Dot
* Line
* Perpendicular Mark
* Plane
* Robot Diagram (compatible with [general-robotics-toolbox](https://github.com/rpiRobotics/general-robotics-toolbox))
* Sphere
* Text

Expand All @@ -35,5 +37,8 @@ To export the figure, call `diagrams.save(h_fig, name, location)`. This will sav

The figure is designed to be displayed 3.5 in wide to fit the width of an IEEE journal article. However, there is a 2x scaling factor so that the MATLAB figure window is a reasonable size on a computer screen. To include the figure in LaTeX, you should use `\includegraphics[scale=0.5]{diagram.eps}`.

## Contributing
If you have any improvements you'd like to make, or even ideas or requests for improvements, please start a GitHub issue.

## Acknowledgements
[ds2fig](https://www.mathworks.com/matlabcentral/fileexchange/43896-3d-data-space-coordinates-to-normalized-figure-coordinates-conversion)

0 comments on commit 0145711

Please sign in to comment.