plotting
Here are 709 public repositories matching this topic...
-
Updated
Jun 11, 2020 - C++
-
Updated
Sep 25, 2020 - Python
- "Conclusion" section of "Getting started with Tablesaw" page contains broken link to "Java Docs".
https://jtablesaw.github.io/tablesaw/gettingstarted#conclusion - "Exploring tables" section of "Getting started with Tablesaw" page contains broken link to "plotting".
https://jtablesaw.github.io/tablesaw/gettingstarted.html#exploring-tables
Improvement description
Extend the LegendExamples with one that first shows but then hides the legend.
Why? It took me a while to find the IsLegendVisible property.
I think it could be useful, when one wants to plot only e.g. class 1, to have an option to produce consistent plots for both plot_cumulative_gain and plot_roc
At the moment, instead, only plot_roc supports such option.
Thanks a lot
Use-case / Problem statement
As a notebook user, if you repeatedly use "Run All", the archive grows with each iteration. It would be nice if you could clear remnants of older executions on activation.
Right now, this is only possible via hv.archive._files.clear() after the hv.archive.auto call.
Proposed solution
Add a public clear() method to the FileArchive class, delegating
Currently, the headless mode uses default parameters from PyChromeDevTools for connecting to a chrome headless instance.
https://github.com/maartenbreddels/ipyvolume/blob/e68b72852b61276f8e6793bc8811f5b2432a155f/ipyvolume/headless.py#L53
However, if you use a chrome headless running as docker instance and want to connect from another docker instance (e.g. when using docker-compose), the headl
Example for trigonometric functions for PGFPlotsX uses unicode in labels which doesn't seem to work
http://docs.juliaplots.org/latest/generated/pgfplotsx/#pgfplotsx-ref42
maybe the label should be changed to raw"$\sin(\theta)$"?
-
Updated
Jun 19, 2020 - R
What is the feature ?
I'm trying out this library for the first time and I'm seeing several places where some shorthand functions would have been really pleasant:
- Shorthand functions for Pos:
Pos::top_right,Pos::bottom_right,Pos::bottom_centeretc.. - Short way to set colors for components. My plots are supposed to be white-on-black, which requires a lot of boilerplate on lots o
-
Updated
Sep 15, 2020 - OCaml
So that other people (like me) can help development of the interactive API. At the moment it is something alien that I Can just use through example. This is not the proper way forward...
(finally found Mouse in interaction/iodevices.jl...)
-
Updated
Jun 6, 2020 - Python
We don't currently demonstrate how to:
- Use
boundsandcolors - Pass in a custom norm and colormap
Constants citations
Xkcd example
-
Updated
Oct 2, 2020 - Python
-
Updated
Aug 31, 2020 - Python
-
Updated
Oct 2, 2020 - Python
-
Updated
Sep 19, 2020 - Python
-
Updated
Oct 2, 2020 - C#
-
Updated
Jun 30, 2020 - Python
-
Updated
Sep 24, 2020 - R
Improve this page
Add a description, image, and links to the plotting topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the plotting topic, visit your repo's landing page and select "manage topics."



ALL software version info (bokeh, python, notebook, OS, browser, any other relevant packages)
python: 3.8.5
bokeh: 2.2.1
jupyter_core: 4.6.3
jupyter_client: 6.1.6
windows 10 Home
Description of expected behavior and the observed behavior
Slope does not draw any line when
gradient == 0. I would expect it to draw a horizontal line. Seem funky to have to check if my gradient is