plotting-library
Here are 6 public repositories matching this topic...
-
Updated
Oct 27, 2020 - C++
Currently, when we specify the x-range the y-range of the container the default plot would be like so:
yRange/2
|
Q2 | Q1
-xRange/2 -------(0,0)--------- xRange/2
Q3 | Q4
|
-yRange/2Sometimes we only need one of the following
- Q1
- Q2
- Q3
-
Updated
Oct 26, 2020 - Julia
Improve this page
Add a description, image, and links to the plotting-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the plotting-library topic, visit your repo's landing page and select "manage topics."
Improvement description
Extend the LegendExamples with one that first shows but then hides the legend.
Why? It took me a while to find the
IsLegendVisibleproperty.