Skip to main content
Ctrl+K
NetworkX 3.5.1rc0.dev0 documentation - Home NetworkX 3.5.1rc0.dev0 documentation - Home
  • Install
  • Tutorial
  • Backends
  • Reference
  • Gallery
  • Developer
  • Releases
  • Guides
  • Home Page
  • GitHub
  • Install
  • Tutorial
  • Backends
  • Reference
  • Gallery
  • Developer
  • Releases
  • Guides
  • Home Page
  • GitHub

Section Navigation

  • Introduction
  • Graph types
    • Graph—Undirected graphs with self loops
    • DiGraph—Directed graphs with self loops
    • MultiGraph—Undirected graphs with self loops and parallel edges
    • MultiDiGraph—Directed graphs with self loops and parallel edges
    • generic_graph_view
    • subgraph_view
    • reverse_view
    • networkx.classes.coreviews.AtlasView
    • networkx.classes.coreviews.AdjacencyView
    • networkx.classes.coreviews.MultiAdjacencyView
    • networkx.classes.coreviews.UnionAtlas
    • networkx.classes.coreviews.UnionAdjacency
    • networkx.classes.coreviews.UnionMultiInner
    • networkx.classes.coreviews.UnionMultiAdjacency
    • networkx.classes.coreviews.FilterAtlas
    • networkx.classes.coreviews.FilterAdjacency
    • networkx.classes.coreviews.FilterMultiInner
    • networkx.classes.coreviews.FilterMultiAdjacency
    • no_filter
    • hide_nodes
    • hide_edges
    • hide_diedges
    • hide_multidiedges
    • hide_multiedges
    • networkx.classes.filters.show_nodes
    • show_edges
    • show_diedges
    • show_multidiedges
    • show_multiedges
  • Algorithms
  • Functions
  • Graph generators
  • Linear algebra
  • Converting to and from other data formats
  • Relabeling nodes
  • Reading and writing graphs
  • Drawing
  • Randomness
  • Exceptions
  • Utilities
  • Backends
  • Configs
  • Glossary
  • Reference
  • Graph types
  • networkx.classes.coreviews.FilterAtlas

networkx.classes.coreviews.FilterAtlas#

class FilterAtlas(d, NODE_OK)[source]#

A read-only Mapping of Mappings with filtering criteria for nodes.

It is a view into a dict-of-dict data structure, and it selects only nodes that meet the criteria defined by NODE_OK.

See also

FilterAdjacency
FilterMultiInner
FilterMultiAdjacency
__init__(d, NODE_OK)[source]#

Methods

get(k[,d])

items()

keys()

values()

On this page
  • FilterAtlas
    • FilterAtlas.__init__()

© Copyright 2004-2025, NetworkX Developers.

Created using Sphinx 8.2.3.

Built with the PyData Sphinx Theme 0.16.1.