I am excited to announce that CasualPlots.jl has been registered! While it is still a bit rough around the edges, a large part of the core functionality is already in place.
The current state of the package is as follows:
- [
] A GUI with panes for user interactions, plot display, and source data display. - [
] Data sources: variables defined in the Main module (vectors, matrices, dataframes). - [
] Data sources: CSV and XLSX files.
- [
] Support for CSV/XLSX file reading options (kwargs) planned.
- [
- [
] Plotting: Lines and Scatter plots.
- [
] More plot formatting options.
- [
- [
] Saving plot to a file. - [
] Exporting the Figure object. - [
] Saving the Figure object to JLD2file. - [
] Precompile to reduce Time To First Plot. - [
] Documenter.jl based documentation. - [
] Automatic generation of Julia code corresponding to the user’s actions. - [
] Applying a least-squares fit from the GUI.
Screenshots:
- Open File Tab
- X, Y Source Selection, Scatter Plot
- DataFrame Source Selection
- Format Tab, Lines Plot
- Save Tab
Happy plotting!