` | Renders the graph with a suitable view for vaults with dark themes |
> ☑️ If any of these parameters is omitted, the configured default value will be used! You can change them in the plugin's settings tab
### Example
```juliaplots
f(x) = x^2, red
myfunction2(x) = cos(x)
scatter= 2,1 ; 3,2,red,point1
xmin = -10
xmax = 25
num_points = 100
title = my graph
x_label = time (s)
y_label = velocity (m/s)
color = rgb(0,255,0)
scatter_color = black
line_width = 2
dark_mode = false
```
## ❗ Known issues
- 🕒 **Long waiting time:** The plugin can take a long time to generate the graph depending on the user. If you have this problem, it is recommended to use a lower number of plot points.
- 📁 **'juliaplots.jl: No such file or directory'**: This means that the `juliaplots.jl` file wasn't downloaded and/or isn't in the right directory. Be sure of following the installation steps!
## 🤝 Contributing
Feel free to open an issue or a pull request if you have suggestions, improvements, or bug reports. This plugin is in a very early development stage; every contribution is appreciated.