Top "Plot" questions

The graphical representation of a mathematical function or a set of data.

How to plot two histograms together in R?

I am using R and I have two data frames: carrots and cucumbers. Each data frame has a single numeric …

r plot histogram
Error in plot.new() : figure margins too large, Scatter plot

I've looked in different questions for a solution and I've tried what was suggested but I have not found a …

r plot figure margins
How to set xlim and ylim for a subplot in matplotlib

I would like to limit the X and Y axis in matplotlib for a specific subplot. The subplot figure itself …

python matplotlib plot
How to add title to subplots in Matplotlib?

I have one figure which contains many subplots. fig = plt.figure(num=None, figsize=(26, 12), dpi=80, facecolor='w', edgecolor='k') fig.…

python matplotlib plot subtitle
Remove xticks in a matplotlib plot?

I have a semilogx plot and I would like to remove the xticks. I tried: plt.gca().set_xticks([]) plt.…

python matplotlib plot
Remove plot axis values

I was just wondering if there is a way to get rid of axis values, either the x-axis or y-axis …

r plot axis-labels
Plotting time in Python with Matplotlib

I have an array of timestamps in the format (HH:MM:SS.mmmmmm) and another array of floating point numbers, …

python graph plot matplotlib
Error in plot.new() : figure margins too large in R

I'm new to R but I've made numerous correlation plots with smaller data sets. However, when I try to plot …

r plot
Plot multiple lines (data series) each with unique color in R

I am fairly new to R and I have the following queries : I am trying to generate a plot in …

r colors plot unique lines
Plot two histograms on single chart with matplotlib

I created a histogram plot using data from a file and no problem. Now I wanted to superpose data from …

python matplotlib plot histogram