plotting
Here are 749 public repositories matching this topic...
-
Updated
Jun 11, 2020 - C++
- What's wrong?
-
Updated
Nov 28, 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
Michael Bostock has made some major improvements to the overlap avoidance algorithms in d3-sankey over the last week. Since the code in holoviews is a fairly straightforward Python port of that code it should be reasonably straightforward to update our code to match. Here's a link to the diff for all the updates.
I don't think this is a duplicate ticket, even though it's quite an obvious feature after that cat demo at SciPy2018.
The code that selects and renders the different geos is here in the THREE.js code
https://github.com/maartenbreddels/ipyvolume/blob/master/js/src/scatter.js#L57
I don't know quite where/how to inject the mesh definition compatible with the data file of this form, but i
-
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_center
etc.. - 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
Nov 28, 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
-
Updated
Nov 16, 2020 - R
We don't currently demonstrate how to:
- Use
bounds
andcolors
- Pass in a custom norm and colormap
Constants citations
Xkcd example
-
Updated
Oct 6, 2020 - Python
-
Updated
Nov 29, 2020 - Python
-
Updated
Nov 29, 2020 - C#
-
Updated
Oct 26, 2020 - Python
-
Updated
Nov 28, 2020 - Python
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."
Hello,
I am plotting a rectangular grid where the axis labels are factors. If there are duplicated factors along any axis, as expected, an error should be raised. When I run my code I see:
If I set
BOKEH_STRICT=1
I