xplot
xplot copied to clipboard
C++ backend for the bqplot 2-D plotting library
I'm using a fresh Anaconda3 installation on MacOS Mojave. I'm using: Python 3.7 ipykernel 5.1.2 notebook 6.0.1 ipywidets 7.5.1 bqplot 0.12.0 (off conda-forge) xeus-cling 0.6.0 (off conda-forge) xwidgets 0.18.0 (off...
Hello, I tried installing xplot, I am using a OCI container, it seems to download all my packages, including gcc 9.4 -> 7.5, and cling. When I try to run...
I'm trying to modify my graph's axis properties as the label and grid lines don't appear. Assigned some numbers but doesn't seem to change anything on the graph. Here's my...
No plot is displayed after installing xplot and bqplot. Only a blank graph is displayed.
Hello, Fist off all, thank's a lot for your great job; Xplot is exactly what i needed for my daily work; I have recently installed Xplot in conda environment: xeus...
With this improvement, we can do ``` fig.add_axis(ax_x, ax_y, ax_z); ``` At the moment, we can only add one axis or one mark at a time.
We need to add a plotting routine API à la pyplot. What should be the name for that namespace?
At the moment, it is not possible to get the right position of a `color_axis`. If you set the `color_axis` like this ``` xpl::color_axis ax_c(sc); ax_c.label = "Values"; ax_c.orientation =...