An open API service for providing issue and pull request metadata for open source projects.

GitHub / pandas-dev/pandas issues and pull requests

Labelled with: Visualization

#55378 - Backport PR #55138: BUG: Silence `Period[B]` warnings in plotting code

Pull Request - State: closed - Opened by mroeschke about 2 years ago - 1 comment
Labels: Visualization, Warnings

#55267 - TST: Don't call gc.collect for plotting tests

Pull Request - State: closed - Opened by mroeschke about 2 years ago - 1 comment
Labels: Testing, Visualization

#55253 - TYP: towards matplotlib 3.8

Pull Request - State: closed - Opened by twoertwein about 2 years ago - 6 comments
Labels: Visualization, Typing

#55192 - CLN: do not import Axes/Artist/Figure from matplotlib.pyplot

Pull Request - State: closed - Opened by twoertwein about 2 years ago - 1 comment
Labels: Visualization

#55155 - CLN: de-duplicate code in _matplotlib.converter

Pull Request - State: closed - Opened by jbrockmendel about 2 years ago - 1 comment
Labels: Visualization

#55138 - BUG: Silence `Period[B]` warnings in plotting code

Pull Request - State: closed - Opened by torext about 2 years ago - 6 comments
Labels: Visualization, Frequency, Warnings

#55110 - BUG: Subplot data is lost when sharex=True and latter DatetimeIndex has higher frequency

Issue - State: open - Opened by jluttine about 2 years ago - 6 comments
Labels: Bug, Visualization, Needs Triage

#54941 - BUG: df.plot.box does not handle well when matplotlib Axes uses sharey=True

Issue - State: closed - Opened by glemaitre about 2 years ago
Labels: Bug, Visualization

#54940 - BUG df.plot.box handles matplotlib Axes with sharey=True

Pull Request - State: closed - Opened by glemaitre about 2 years ago - 2 comments
Labels: Visualization

#54561 - BUG: ```pd_df.plot``` issue: plotting several ```pd_df``` on the same figure, sometimes works, sometimes not

Issue - State: closed - Opened by jerabaul29 over 2 years ago - 3 comments
Labels: Bug, Visualization

#54503 - Fix scatter_matrix lacking ability to use grid parameter

Pull Request - State: closed - Opened by Julian048 over 2 years ago - 4 comments
Labels: Visualization

#54485 - API: Don't add extra attributes to matplotlib axes

Issue - State: open - Opened by mroeschke over 2 years ago - 5 comments
Labels: Visualization, API Design

#54304 - BUG: fix hardcoded scatter marker size issue #54204

Pull Request - State: closed - Opened by tarsur909 over 2 years ago - 2 comments
Labels: Visualization, Stale

#54204 - BUG: Scatter plot has a hardcoded default value

Issue - State: open - Opened by pgorczak over 2 years ago - 1 comment
Labels: Bug, Visualization

#54189 - Fix UserWarning in DataFrame.plot.scatter when invoked with c="b"

Pull Request - State: closed - Opened by GianlucaFicarelli over 2 years ago - 1 comment
Labels: Visualization

#53684 - BUG: Plotting with DatetimeIndex with specific time step results in MemoryError

Issue - State: closed - Opened by ketakopter over 2 years ago - 5 comments
Labels: Bug, Visualization, Needs Triage

#53660 - TST: Reduce memory pressure of plotting tests

Pull Request - State: open - Opened by mroeschke over 2 years ago
Labels: Testing, Visualization

#53595 - ENH: Allowing plotting for non-numeric and non-date datatypes in `DataFrame.hist`

Issue - State: open - Opened by Rylie-W over 2 years ago
Labels: Enhancement, Visualization, Needs Triage

#53553 - BUG: AttributeError: 'NoneType' object has no attribute 'is_first_col'

Issue - State: open - Opened by set-leanix over 2 years ago - 1 comment
Labels: Bug, Visualization, Compat, Still Needs Manual Backport

#53550 - TST: Use fixtures instead of TestPlotBase

Pull Request - State: closed - Opened by mroeschke over 2 years ago - 1 comment
Labels: Testing, Visualization

#53281 - ENH: Histogram axis labels

Issue - State: closed - Opened by sorenwacker over 2 years ago - 3 comments
Labels: Bug, Enhancement, Visualization

#53245 - BUG: DataFrame.plot.hist and Series.plot.hist do not produce the same histogram for the same column

Issue - State: open - Opened by trenton3983 over 2 years ago
Labels: Bug, Visualization, Needs Triage

#53090 - Plot function breaking with vlines and hlines.

Issue - State: closed - Opened by aluchko over 2 years ago - 2 comments
Labels: Bug, Visualization, Needs Triage

#52895 - BUG: int Overflow with DateFormatter

Issue - State: open - Opened by joooeey over 2 years ago - 16 comments
Labels: Bug, Visualization, datetime.date

#52246 - BUG: Area plot for timedelta raises error `_UFuncInputCastingError`

Issue - State: open - Opened by SlowMo24 over 2 years ago - 2 comments
Labels: Bug, Visualization, Timedelta

#52023 - ENH: Provide a public version of _get_axis

Issue - State: open - Opened by michaelquinn32 over 2 years ago - 2 comments
Labels: Enhancement, Visualization, Needs Discussion

#51972 - ENH: Let `DataFrame.plot(kind="scatter")` scatter plot each column against index if `x`/`y` not given.

Issue - State: open - Opened by randolf-scholz over 2 years ago - 3 comments
Labels: Enhancement, Visualization, Needs Discussion

#51560 - ENH: Add `ScatterPlot._scatter()`

Issue - State: closed - Opened by AdamOrmondroyd over 2 years ago - 1 comment
Labels: Enhancement, Visualization, Needs Discussion

#51425 - BUG: Plotting with PeriodIndex with frequency > 1 leads to wrong x-axis

Issue - State: open - Opened by gorold almost 3 years ago - 1 comment
Labels: Bug, Visualization

#50818 - BUG: "grid" parameter is ignored by scatter_matrix function

Issue - State: open - Opened by partev almost 3 years ago
Labels: Bug, Visualization

#50508 - BUG: xaxis formatter receives index instead of values

Issue - State: open - Opened by gonzalobg almost 3 years ago - 2 comments
Labels: Bug, Visualization

#50427 - BUG: `xticklables` is not correctly set when using `df.plot.box` with group-by

Issue - State: open - Opened by YMaster7 almost 3 years ago
Labels: Bug, Visualization, Needs Triage

#50355 - PERF: Plots with some DatetimeIndex frequencies very slow

Issue - State: open - Opened by brianbienvenu almost 3 years ago - 3 comments
Labels: Datetime, Visualization, Performance

#48806 - BUG: Bar plot with integer index does not place bars at index positions which makes xlim fail

Issue - State: open - Opened by cfblaeb about 3 years ago
Labels: Bug, Visualization

#48602 - CI: Matplotlib 3.6 broke our builds

Issue - State: closed - Opened by phofl about 3 years ago - 3 comments
Labels: Visualization, CI, Compat, Dependencies

#47697 - BUG: unnecessary warning in scatterplot

Issue - State: closed - Opened by mdruiter over 3 years ago - 3 comments
Labels: Visualization, Closing Candidate

#47625 - BUG: mdates.DateFormatter ignores timezone in matplotlib version 3.5.2

Issue - State: open - Opened by Marypop over 3 years ago - 1 comment
Labels: Bug, Visualization, Needs Triage

#47519 - BUG: plot contains too many labels in the axis

Issue - State: closed - Opened by K20shores over 3 years ago - 5 comments
Labels: Bug, Visualization, Needs Info

#46965 - ENH: Dictionary based hatch for df.plot

Issue - State: closed - Opened by Wheest over 3 years ago - 2 comments
Labels: Enhancement, Visualization

#45885 - BUG: scatter_matrix not working with subplots

Issue - State: open - Opened by ghost almost 4 years ago - 2 comments
Labels: Bug, Visualization

#45634 - BUG: bootstrap_plot samples without replacement

Issue - State: open - Opened by robertclancy almost 4 years ago - 1 comment
Labels: Visualization, Deprecate, Needs Discussion

#44050 - BUG: Hexbin plots does not display x label and xtick labels in pandas 1.3.3

Issue - State: closed - Opened by stelios-c about 4 years ago - 2 comments
Labels: Bug, Visualization, Needs Tests

#43972 - BUG: `pandas.DataFrame.plot` results in inconsistent/incompatible `xticks` depending on the date span of the data

Issue - State: open - Opened by trenton3983 about 4 years ago - 1 comment
Labels: Bug, Visualization

#43941 - BUG: Series.plot.hist segfault for timedelta64

Issue - State: open - Opened by cdeil about 4 years ago - 4 comments
Labels: Bug, Visualization, Needs Triage

#40470 - BUG: OverflowError when plotting with sharex=True

Issue - State: open - Opened by shaharkadmiel over 4 years ago - 4 comments
Labels: Bug, Timeseries, Visualization

#39320 - BUG: Series.plot.bar() raises TypeError on timedelta dtype

Issue - State: open - Opened by darkdragon-001 almost 5 years ago - 3 comments
Labels: Bug, Visualization, Missing-data, Regression, Timedelta

#36598 - ENH: Add Option to `.plot.scatter` to Label the Points based on Index name or supplied sequence

Issue - State: closed - Opened by fmagin about 5 years ago - 1 comment
Labels: Enhancement, Visualization

#36252 - BUG: timeseries plot x-axis starts way off when one column is all NaNs

Issue - State: closed - Opened by gabrielecalvo about 5 years ago - 1 comment
Labels: Bug, Visualization

#34376 - DOC: Add D-Tale to Visualizations section of Pandas Ecosystem

Issue - State: closed - Opened by aschonfeld over 5 years ago - 3 comments
Labels: Docs, Visualization

#34328 - ENH: Don't omit columns with categorical data in df.hist()

Issue - State: open - Opened by sorenwacker over 5 years ago - 4 comments
Labels: Enhancement, Visualization

#34327 - ENH: Add hue functionality to df.hist()

Issue - State: closed - Opened by sorenwacker over 5 years ago - 2 comments
Labels: Enhancement, Visualization

#34326 - ENH: pd.DataFrame.plot.hist() does not use sharex argument

Issue - State: closed - Opened by sorenwacker over 5 years ago - 1 comment
Labels: Enhancement, Visualization

#31074 - Pandas .plot() on regularly spaced timeseries result in slow plotting/interaction

Issue - State: closed - Opened by rhkarls almost 6 years ago - 3 comments
Labels: Visualization, Performance

#29397 - Style problem using Styler.set_table_styles

Issue - State: closed - Opened by Tiarles about 6 years ago - 9 comments
Labels: Bug, Visualization, Styler

#28618 - Update plot docs when backend is set.

Issue - State: closed - Opened by TomAugspurger about 6 years ago - 4 comments
Labels: Docs, Visualization

#28451 - df.plot legend entries missing markers when plotting multiple dataframes on same axes

Issue - State: open - Opened by shahvi about 6 years ago - 10 comments
Labels: Visualization

#28177 - DEPR: Clean up of pandas.plotting

Issue - State: open - Opened by datapythonista about 6 years ago - 10 comments
Labels: Visualization, Deprecate, Needs Discussion

#27509 - Add 'nice' date-time x-axis labels for non-regular time series plots

Issue - State: closed - Opened by robintw over 6 years ago - 2 comments
Labels: Enhancement, Visualization

#26173 - Plotting ExtensionArrays

Issue - State: closed - Opened by andrewgsavage over 6 years ago - 6 comments
Labels: Enhancement, Visualization, ExtensionArray

#25160 - subplots=True automatic xlim considers nan values since 0.24

Issue - State: open - Opened by JoElfner almost 7 years ago - 6 comments
Labels: Bug, Visualization

#21219 - Barh does not have "secondary_y" functionality

Issue - State: closed - Opened by JoshuaC3 over 7 years ago - 1 comment
Labels: Enhancement, Visualization

#17725 - DataFrame.plot() with mplstyle file option axes.grid.axis: y behaves like axes.grid.axis: both

Issue - State: open - Opened by luisdelatorre012 about 8 years ago - 4 comments
Labels: Bug, Visualization

#17553 - Improve plotting Timedelta on y-axis (Timedelta string representation)

Issue - State: open - Opened by s-celles about 8 years ago - 7 comments
Labels: Enhancement, Visualization

#17479 - DatetimeIndex plot converter performance

Issue - State: closed - Opened by jondoesntgit about 8 years ago - 5 comments
Labels: Visualization, Performance

#17373 - Method series.hist doesn't have a rot parameter

Issue - State: closed - Opened by prcastro about 8 years ago - 3 comments
Labels: Enhancement, Visualization

#17098 - Why does autocorrelation_plot() generate plots where auto-correlation proportionally decrease with lag?

Issue - State: open - Opened by dokteurwho over 8 years ago - 4 comments
Labels: Bug, Visualization, Needs Discussion

#16827 - Scatter plot with colour_by and size_by variables

Issue - State: closed - Opened by nipunbatra over 8 years ago - 11 comments
Labels: Docs, Visualization, good first issue

#16485 - Meaning of color argument in DataFrame.plot.scatter()

Issue - State: closed - Opened by Dr-Irv over 8 years ago - 7 comments
Labels: Enhancement, Visualization

#14701 - groupby boxplot doesn't work if multiple by's are used

Issue - State: closed - Opened by languitar almost 9 years ago - 2 comments
Labels: Bug, Groupby, Visualization, MultiIndex

#14102 - No labels on X-axis on charts with secondary_y=True

Issue - State: closed - Opened by dmage about 9 years ago - 4 comments
Labels: Bug, Visualization, Needs Tests

#14074 - Pandas does not respect shared axes in matplotlib

Issue - State: open - Opened by danfrankj about 9 years ago - 4 comments
Labels: Bug, Visualization

#12454 - Feature Request: enhance DatetimeIndex formatting if freq=None

Issue - State: closed - Opened by RolandRitt over 9 years ago - 2 comments
Labels: Enhancement, Timeseries, Visualization

#12452 - Feature request: groupby.plot() and groupby.hist() add groupname as figure title

Issue - State: open - Opened by RolandRitt over 9 years ago - 4 comments
Labels: Enhancement, Groupby, Visualization

#11862 - Plot PeriodIndex data with steps

Issue - State: closed - Opened by egpbos almost 10 years ago - 4 comments
Labels: Enhancement, Visualization, Period

#11574 - Misaligned shared axes between timeseries plots of different frequency.

Issue - State: open - Opened by juseg about 10 years ago - 7 comments
Labels: Bug, Visualization

#11520 - df.plot(ax=ax) AttributeError: 'Axes' object has no attribute 'is_first_col'

Issue - State: closed - Opened by dragoljub about 10 years ago - 11 comments
Labels: Visualization

#11042 - DOC: document optional arguments on plot submethods

Issue - State: open - Opened by shoyer about 10 years ago - 3 comments
Labels: Docs, Visualization, good first issue

#9920 - Grouped plot legend does not create legend entry for first group

Issue - State: open - Opened by michaelaye over 10 years ago - 2 comments
Labels: Bug, Visualization

#9542 - pandas.DataFrame.plot(): Labels do not appear in legend

Issue - State: closed - Opened by JohnNapier over 10 years ago - 24 comments
Labels: Bug, Visualization

#8914 - Pandas 0.15.1 df.interpolate().plot() wrong result with NaT in datelike index

Issue - State: closed - Opened by sorenwacker almost 11 years ago - 8 comments
Labels: Bug, Visualization

#8711 - ENH/BUG: support TimedeltaIndex plotting

Issue - State: closed - Opened by jreback about 11 years ago - 32 comments
Labels: Bug, Enhancement, Visualization, Timedelta

#4020 - API: decide what to return from plotting functions

Issue - State: closed - Opened by cpcloud over 12 years ago - 26 comments
Labels: Visualization, API Design, Needs Discussion

#1918 - Using pandas.TimeSeries_DateFormatter in bar plot?

Issue - State: open - Opened by sinhrks about 13 years ago - 13 comments
Labels: Enhancement, Visualization