@@ -27,7 +27,7 @@ uv run --with "physt[terminal]>=0.8.3" -m physt.examples
2727
2828## Command-line interface (experimental)
2929
30- You can run (and install) ` physt ` as a command-line application to quickly analyse
30+ You can run (and install) ` physt ` as a command-line application to quickly analyse
3131data files. This functionality is currently in development.
3232
3333``` shell
@@ -52,7 +52,7 @@ hist << 190 # <--- add a forgotten value
5252hist.plot() # <--- and plot it
5353```
5454
55- ![ Heights plot] ( doc /heights.png)
55+ ![ Heights plot] ( docs /heights.png)
5656
5757## 2D example
5858
@@ -65,7 +65,7 @@ iris_hist = h2(iris["sepal_length"], iris["sepal_width"], "pretty", bin_count=[1
6565iris_hist.plot(show_zero = False , cmap = " gray_r" , show_values = True );
6666```
6767
68- ![ Iris 2D plot] ( doc /iris-2d.png)
68+ ![ Iris 2D plot] ( docs /iris-2d.png)
6969
7070## 3D directional example
7171
@@ -86,19 +86,18 @@ h = special_histograms.spherical(data)
8686h.projection(" theta" , " phi" ).plot.globe_map(density = True , figsize = (7 , 7 ), cmap = " rainbow" )
8787```
8888
89- ![ Directional 3D plot] ( doc /globe.png)
89+ ![ Directional 3D plot] ( docs /globe.png)
9090
9191See more in docstring's and notebooks:
9292
93- - Basic tutorial: < http://nbviewer.jupyter.org/github/janpipek/physt/blob/dev/doc/tutorial.ipynb >
94- - Binning: < http://nbviewer.jupyter.org/github/janpipek/physt/blob/dev/doc/binning.ipynb >
95- - 2D histograms: < http://nbviewer.jupyter.org/github/janpipek/physt/blob/dev/doc/2d_histograms.ipynb >
96- - Special histograms (polar, spherical, cylindrical - * beta* ): < http://nbviewer.jupyter.org/github/janpipek/physt/blob/dev/doc/special_histograms.ipynb >
97- - Adaptive histograms: < http://nbviewer.jupyter.org/github/janpipek/physt/blob/dev/doc/adaptive_histogram.ipynb >
98- - Use dask for large (not "big") data - * alpha* : < http://nbviewer.jupyter.org/github/janpipek/physt/blob/dev/doc/dask.ipynb >
99- - Geographical bins . * alpha* : < http://nbviewer.jupyter.org/github/janpipek/physt/blob/dev/doc/geospatial.ipynb >
100- - Plotting with vega backend: < http://nbviewer.jupyter.org/github/janpipek/physt/blob/dev/doc/vega-examples.ipynb >
101- ...and others, see the ` doc ` directory.
93+ - Basic tutorial: < http://nbviewer.jupyter.org/github/janpipek/physt/blob/dev/docs/tutorial.ipynb >
94+ - Binning: < http://nbviewer.jupyter.org/github/janpipek/physt/blob/dev/docs/binning.ipynb >
95+ - 2D histograms: < http://nbviewer.jupyter.org/github/janpipek/physt/blob/dev/docs/2d_histograms.ipynb >
96+ - Special histograms (polar, spherical, cylindrical - * beta* ): < http://nbviewer.jupyter.org/github/janpipek/physt/blob/dev/docs/special_histograms.ipynb >
97+ - Adaptive histograms: < http://nbviewer.jupyter.org/github/janpipek/physt/blob/dev/docs/adaptive_histogram.ipynb >
98+ - Use dask for large (not "big") data - * alpha* : < http://nbviewer.jupyter.org/github/janpipek/physt/blob/dev/docs/dask.ipynb >
99+ - Geographical bins . * alpha* : < http://nbviewer.jupyter.org/github/janpipek/physt/blob/dev/docs/geospatial.ipynb >
100+ ...and others, see the ` docs ` directory.
102101
103102## Installation
104103
0 commit comments