Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ot2i7ba authored Jun 19, 2024
1 parent 90dace2 commit b15f2cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ plotlyimex is a Python script that generates interactive maps from CSV files usi
- The following Python packages (listed in `requirements.txt`):
- pandas==1.5.3
- plotly==5.10.0
- argparse==1.4.0

## Installation

Expand Down Expand Up @@ -53,8 +52,8 @@ Here is an example of running the script and its output:
```
$ python plotlyimex.py
plotlyimex v0.2 by ot2i7ba
============================
plotlyimex v0.1.0 by ot2i7ba
==============================
Please provide a CSV file with the following columns: latitude, longitude, id, userId, lastSeenAt, speed, direction, source.
The file should ideally be comma-separated.
Expand All @@ -67,6 +66,7 @@ Here is an example of running the script and its output:
2. Density Plot
3. Lines Plot
A. All
Enter the number of the plot type (default is 1): 1
Output html filename (enter for 'export_scatter.html'): my_scatter_plot.html
Expand Down

0 comments on commit b15f2cc

Please sign in to comment.