- Scientific Computing with Scala
- Vytautas Jan?auskas
- 88字
- 2021-07-16 11:07:24
Alternatives for doing plotting
There are many ways of doing plotting in Scala. We will discuss most of these in the chapters dedicated to plotting. For the time being, we will give a small summary. Breeze, Saddle, and ScalaLab all have basic support for plotting. Wisp stands out as a library worth mentioning:
https://github.com/quantifind/wisp
You can use Jzy3d for 3D plots:
You can also use Java libraries for plotting. Among these, JFreeChart can be considered as being a roughly equivalent feature to libraries such as matplotlib:
推薦閱讀
- Flink SQL與DataStream入門、進階與實戰
- Web Development with Django Cookbook
- The React Workshop
- 編譯系統透視:圖解編譯原理
- 用Python實現深度學習框架
- Angular開發入門與實戰
- Visualforce Developer’s guide
- 區塊鏈項目開發指南
- Python從入門到精通(第3版)
- Xamarin Cross-Platform Development Cookbook
- HTML5 WebSocket權威指南
- Java程序設計及應用開發
- Internet of Things with Arduino Cookbook
- Illustrator CS6中文版應用教程(第二版)
- Learning PrimeFaces Extensions Development