Git Product home page Git Product logo

Comments (4)

eliocamp avatar eliocamp commented on August 11, 2024 1

I think this is the offending line:

https://github.com/tidyverse/ggplot2/blob/075170c04ad30b5695e890e771c2f04365273867/R/coord-.r#L65

from ggnewscale.

eliocamp avatar eliocamp commented on August 11, 2024

The problem is that I'm testing for partial matching and is seems that this version of ggplot2 does partial matching somewhere in the code:

library(ggplot2)

options(warnPartialMatchDollar = TRUE)
ggplot(mpg, aes(displ, hwy)) +
  geom_point(aes(colour = factor(year)), size = 5)
#> Warning in panel_params$guide: partial match of 'guide' to 'guides'

Created on 2022-10-07 by the reprex package (v2.0.1)

Is that something that needs to change in ggplot2 or should I change my tests in some way?

from ggnewscale.

thomasp85 avatar thomasp85 commented on August 11, 2024

Let me get back to you on this - it could look like an issue in ggplot2

from ggnewscale.

thomasp85 avatar thomasp85 commented on August 11, 2024

You are right, this is the issue - sorry for the noise and thanks for the debug 🙂

from ggnewscale.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.