About 69,300 results
Open links in new tab
  1. python - How to create a "dot plot" in Matplotlib? (not a scatter …

    Apr 7, 2018 · I'd like to create what my statistics book calls a "dot plot" where the number of dots in the plot equals the number of observations. Here's an example from mathisfun.com: In the …

  2. python - pyplot scatter plot marker size - Stack Overflow

    Since this is the top search engine result for "how to change scatter plot marker sizes in python", here is a summary of scatter plot marker size definitions in some of the most popular plotting …

  3. python - How to plot a single point in matplotlib - Stack Overflow

    matplotlib.pyplot.plot and matplotlib.axes.Axes.plot plots y versus x as lines and/or markers. ax.plot(105, 200) attempts to draw a line, but two points are required for a line plt.plot([105, …

  4. arrays - Make a dot-plot in python - Stack Overflow

    Jun 14, 2016 · So, what I'm trying to do is a plot where each coindicende ('b' with 'b' in both arrays, etc.) should be seen as a dot in that plot. Moreover, I would like to compare both …

  5. python - Set markers for individual points on a line - Stack Overflow

    May 23, 2020 · edit: with an example of marking an arbitrary subset of points, as requested in the comments: import numpy as np import matplotlib.pyplot as plt xs = np.linspace(-np.pi, np.pi, …

  6. How do I plot a Distributed Dot Plot using Matplotlib?

    Nov 25, 2018 · Python Scatter plot with matrix input. Having trouble getting number of columns showing on x axis, then a dot for each value in each column Hot Network Questions

  7. python - How to smoothly plot the moving dot - Stack Overflow

    Mar 8, 2022 · I want to plot a moving dot from left to right. Here's my code: import matplotlib.pyplot as plt import numpy as np from matplotlib.animation import FuncAnimation Acc_11 = …

  8. python - How to plot a dot plot type scatterplot in matplotlib or ...

    Mar 11, 2021 · I would like to see a plot, where on the x axis, I have the col1 names ONCE, and on the y axis, the col2 data, as individual dots, so above 'a' I would have two dots at the height …

  9. How to create a dotplot of two DNA sequence in python

    Nov 26, 2016 · The Book "Bioinformatics Programming using Python" by Mitchell Model has a chapter on making dotplots using the graphics library Tkinter. It is in Python 3 but should (with …

  10. python - Cleveland dot plot in ggplot2 - Stack Overflow

    Dec 2, 2016 · In the recent TIMSS report that I happened to come across, there's a plot (shown below) that in my opinion is very communicative. I've read that such plots are called Cleveland …

Refresh