Skip to content

plotters and matplotlib comparison using jupyter notebooks

Notifications You must be signed in to change notification settings

dskkato/plotters-demo

Repository files navigation

Rust/Python plotting

matplotlibとRustのplottersの書き方を比較したノートブック置き場。

ss

Contents

  • python.ipynb
    • matplotlibで作った場合
  • rust.ipynb
    • plottersのevcxr機能をそのまま使った場合
    • SVGバックエンド
  • rust-bitmapbackend.ipynb
    • plottersのBitMapBackendバージョン
    • imshowなどはこちらのほうがやりやすい?

Usage

docker build -t example .
docker run -p 8888:8888 -v ${PWD}:/app -it example

kick jupyterlab

$ jupyter lab --allow-root --ip 0.0.0.0

access to http://127.0.0.1:8888/lab

Dockerfileとその使い方は以下のgistを参考にした。

Dockerfile Example of Rust and Python on Jupyter Lab

About

plotters and matplotlib comparison using jupyter notebooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages