plots
Here are 274 public repositories matching this topic...
-
Updated
Jun 11, 2020 - C++
-
Updated
May 10, 2021 - TypeScript
Today I was checking out the library and MSVC warns for https://github.com/alandefreitas/matplotplusplus/blob/359a775710e1b1fd5667281a0855806f149b7ab0/source/matplot/util/contourc.cpp#L1771
BOUNDARY_S returns a bool do the expression is bool > 0
Add a dark/light mode switch in the menu.
The semantic-ui framework already handles that.
The thing is to also change the plot background color when in dark mode.
-
Updated
Apr 30, 2021 - Jupyter Notebook
-
Updated
May 13, 2021 - C++
-
Updated
May 13, 2021 - Java
-
Updated
Jan 28, 2021 - R
-
Updated
May 9, 2021 - C++
-
Updated
Oct 19, 2019 - Java
-
Updated
May 3, 2021 - C++
-
Updated
May 13, 2021 - C#
-
Updated
May 7, 2021 - Rust
-
Updated
Apr 29, 2018 - HTML
-
Updated
Dec 11, 2016 - Swift
-
Updated
Apr 29, 2021 - HTML
-
Updated
Apr 19, 2021 - Jupyter Notebook
document
I believe the API is stable enough to begin documenting in roxygen and also in other supplementary materials, such as vignettes and articles.
-
Updated
Nov 30, 2020 - Jupyter Notebook
-
Updated
May 13, 2021 - Python
Improve this page
Add a description, image, and links to the plots topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the plots topic, visit your repo's landing page and select "manage topics."


This is #6580 but with a proper reproduction.
I would like to open a URL when the user clicks a point in a scatterplot. TapTool(behavior='inspect', callback=OpenURL()) seems perfect for this behavior. Using the following code, I would expect to obtain a plot that opens a URL when a point is clicked. However, the plot does nothing when a point is clicked.